Skip to content
This repository has been archived by the owner on Sep 12, 2023. It is now read-only.

RTM: adjust hammer command for Sat 6.3.2 #110

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions pushtests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down