From 0b5285a3e2b860d40088865d1744b2ff53f846ce Mon Sep 17 00:00:00 2001 From: Alexander Todorov Date: Fri, 10 Jul 2020 12:14:55 +0300 Subject: [PATCH] tests: Disable cloud-init status check Fails on Fedora 32 and we are going to decommission this test very soon, leaving only composer-cli related tests here. All image building and verification tasks are already in the osbuild-composer test suite! --- tests/cli/test_build_and_deploy_azure.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/cli/test_build_and_deploy_azure.sh b/tests/cli/test_build_and_deploy_azure.sh index adb988ab..e5be6847 100755 --- a/tests/cli/test_build_and_deploy_azure.sh +++ b/tests/cli/test_build_and_deploy_azure.sh @@ -145,7 +145,8 @@ __EOF__ # run generic tests to verify the instance and check if cloud-init is installed and running verify_image azure-user "$IP_ADDRESS" "-i $SSH_KEY_DIR/id_rsa" rlRun -t -c "ssh -o StrictHostKeyChecking=no -o BatchMode=yes -i $SSH_KEY_DIR/id_rsa azure-user@$IP_ADDRESS 'rpm -q cloud-init'" - rlRun -t -c "ssh -o StrictHostKeyChecking=no -o BatchMode=yes -i $SSH_KEY_DIR/id_rsa azure-user@$IP_ADDRESS 'systemctl status cloud-init'" +# disabled cloud-init check, see https://github.com/osbuild/osbuild-composer/issues/698 +# rlRun -t -c "ssh -o StrictHostKeyChecking=no -o BatchMode=yes -i $SSH_KEY_DIR/id_rsa azure-user@$IP_ADDRESS 'systemctl status cloud-init'" rlPhaseEnd rlPhaseStartCleanup