ci-automation: Fix some copy-pasta

This commit is contained in:
Krzesimir Nowak 2022-11-08 13:42:48 +01:00
parent 222e68e3b1
commit b93b768d71
2 changed files with 2 additions and 2 deletions

View File

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

View File

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