test/api.sh: set the username for centos-8

This is a merge race condition. Sanne added a new variable, I added a new distro.

Signed-off-by: Ondřej Budai <ondrej@budai.cz>
This commit is contained in:
Ondřej Budai 2021-02-15 08:52:20 +01:00 committed by Tom Gundersen
parent 9861215ebe
commit 8760de26de

View file

@ -119,6 +119,7 @@ case $(set +x; . /etc/os-release; echo "$ID-$VERSION_ID") in
;;
"centos-8")
DISTRO="centos-8"
SSH_USER="cloud-user"
;;
esac