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}"