k 5 test/infest*: remove batch mode from cac ssh call
this leads to "permission denied"
This commit is contained in:
parent
b8ac3e2b8d
commit
cf3391704d
@ -53,7 +53,6 @@ wait_login_cac(){
|
||||
for t in `seq 180`;do
|
||||
# now we have a working cac server
|
||||
if cac ssh $1 -o ConnectTimeout=10 \
|
||||
-o BatchMode=yes \
|
||||
cat /etc/redhat-release | \
|
||||
grep CentOS ;then
|
||||
return 0
|
||||
|
Loading…
Reference in New Issue
Block a user