diff --git a/pushtests.sh b/pushtests.sh index c575822..4ffbc8c 100755 --- a/pushtests.sh +++ b/pushtests.sh @@ -53,9 +53,9 @@ export TEST_ROOT for I in ${TEST_VM_LIST[@]} do # Check the host's entitlements - inform "Checking entitlements for test server $I" + inform "Displaying entitlements for test server $I" ssh -q -l ${PUSH_USER} -i ${RSA_ID} ${SATELLITE} \ - "hammer content-host info --name ${I} --organization \"${ORG}\"" + "hammer host info --name ${I}" inform "Setting up ssh keys for test server $I" sed -i.bak "/^$I[, ]/d" ${KNOWN_HOSTS} # remove test server from the file