From 21e6ae5ef4ec3c9527031312c06456be2bf94af1 Mon Sep 17 00:00:00 2001 From: Tom Gundersen Date: Fri, 25 Sep 2020 11:19:27 +0100 Subject: [PATCH] test/integration: move playbook into `ansible` This is not an integration test, but an ansible playbook used by one of the integration tests. Signed-off-by: Tom Gundersen --- test/{integration => ansible}/check_ostree.yaml | 0 .../deployment-template.json} | 0 test/integration/ostree.sh | 2 +- 3 files changed, 1 insertion(+), 1 deletion(-) rename test/{integration => ansible}/check_ostree.yaml (100%) rename test/{azure-deployment-template.json => azure/deployment-template.json} (100%) diff --git a/test/integration/check_ostree.yaml b/test/ansible/check_ostree.yaml similarity index 100% rename from test/integration/check_ostree.yaml rename to test/ansible/check_ostree.yaml diff --git a/test/azure-deployment-template.json b/test/azure/deployment-template.json similarity index 100% rename from test/azure-deployment-template.json rename to test/azure/deployment-template.json diff --git a/test/integration/ostree.sh b/test/integration/ostree.sh index ad074ad8a..cc95ef785 100755 --- a/test/integration/ostree.sh +++ b/test/integration/ostree.sh @@ -472,7 +472,7 @@ ansible_ssh_common_args="-o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/ EOF # Test IoT/Edge OS -ansible-playbook -v -i "${TEMPDIR}"/inventory -e image_type=${IMAGE_TYPE} -e ostree_commit="${UPGRADE_HASH}" "$(dirname "$0")"/check_ostree.yaml || RESULTS=0 +ansible-playbook -v -i "${TEMPDIR}"/inventory -e image_type=${IMAGE_TYPE} -e ostree_commit="${UPGRADE_HASH}" "$(dirname "$0")"/../ansible/check_ostree.yaml || RESULTS=0 check_result # Final success clean up