X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=tests%2Frun.sh;h=b383a02a932dd9f3b0cbd101bf2a7f54a7424c6f;hb=cf0c61eb31b65760a36cb0856f9fad58e471f5a6;hp=33ec31c2690c636b2dbcb6c40259fce8511e18ae;hpb=99356c5fdeb335cdc985df12307455c1dbd36000;p=doctor.git diff --git a/tests/run.sh b/tests/run.sh index 33ec31c2..b383a02a 100755 --- a/tests/run.sh +++ b/tests/run.sh @@ -243,7 +243,7 @@ check_host_status() { ( change_to_doctor_user - host_status_line=$(openstack server show $VM_NAME | grep "host_status") + host_status_line=$(openstack --os-compute-api-version 2.16 server show $VM_NAME | grep "host_status") if [[ $? -ne 0 ]] ; then echo "ERROR: host_status not configured for owner in Nova policy.json" exit 1