tests/vmcheck: Disable rojig test on CentOS

I was honestly surprised to see this test was running all this time for
CentOS. As cool as it is, this test is really more meant for Fedora.

Closes: #1382
Approved by: jlebon
This commit is contained in:
Jonathan Lebon 2018-06-01 14:00:40 -04:00 committed by Atomic Bot
parent d568e54d84
commit 8f71aa95e6

View File

@ -24,6 +24,12 @@ set -euo pipefail
set -x
osid=$(vm_cmd grep -E '^ID=' /etc/os-release)
if test "${osid}" != 'ID=fedora'; then
echo "ok skip on OS ID=${osid}"
exit 0
fi
# Test rebasing to https://pagure.io/fedora-atomic-host-continuous
# in rojig:// mode.