From b93b768d71e56b0f1047cf5bef4fcaa770f21c78 Mon Sep 17 00:00:00 2001 From: Krzesimir Nowak Date: Tue, 8 Nov 2022 13:42:48 +0100 Subject: [PATCH] ci-automation: Fix some copy-pasta --- ci-automation/vendor-testing/openstack.sh | 2 +- ci-automation/vendor-testing/vmware.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ci-automation/vendor-testing/openstack.sh b/ci-automation/vendor-testing/openstack.sh index caaa7fe3b1..b197f87283 100755 --- a/ci-automation/vendor-testing/openstack.sh +++ b/ci-automation/vendor-testing/openstack.sh @@ -14,7 +14,7 @@ source ci-automation/vendor_test.sh # unsupported option. if [[ "${CIA_ARCH}" == "arm64" ]]; then echo "1..1" > "${CIA_TAPFILE}" - echo "not ok - all qemu tests" >> "${CIA_TAPFILE}" + echo "not ok - all Openstack tests" >> "${CIA_TAPFILE}" echo " ---" >> "${CIA_TAPFILE}" echo " ERROR: ARM64 tests not supported on Openstack (devstack)." | tee -a "${CIA_TAPFILE}" echo " ..." >> "${CIA_TAPFILE}" diff --git a/ci-automation/vendor-testing/vmware.sh b/ci-automation/vendor-testing/vmware.sh index 0ddc0bac2d..e387f2eb46 100755 --- a/ci-automation/vendor-testing/vmware.sh +++ b/ci-automation/vendor-testing/vmware.sh @@ -14,7 +14,7 @@ source ci-automation/vendor_test.sh # unsupported option. if [[ "${CIA_ARCH}" == "arm64" ]]; then echo "1..1" > "${CIA_TAPFILE}" - echo "not ok - all qemu tests" >> "${CIA_TAPFILE}" + echo "not ok - all VMware ESX tests" >> "${CIA_TAPFILE}" echo " ---" >> "${CIA_TAPFILE}" echo " ERROR: ARM64 tests not supported on VMware ESX." | tee -a "${CIA_TAPFILE}" echo " ..." >> "${CIA_TAPFILE}"