HDDS-1472. Add retry to kinit command in smoketests. Contributed by Ajay Kumar. (#778)
This commit is contained in:
parent
1cef194a28
commit
dbce729b24
|
@ -57,4 +57,4 @@ Install aws cli
|
||||||
Kinit test user
|
Kinit test user
|
||||||
${hostname} = Execute hostname
|
${hostname} = Execute hostname
|
||||||
Set Suite Variable ${TEST_USER} testuser/${hostname}@EXAMPLE.COM
|
Set Suite Variable ${TEST_USER} testuser/${hostname}@EXAMPLE.COM
|
||||||
Execute kinit -k ${TEST_USER} -t /etc/security/keytabs/testuser.keytab
|
Wait Until Keyword Succeeds 2min 10sec Execute kinit -k ${TEST_USER} -t /etc/security/keytabs/testuser.keytab
|
Loading…
Reference in New Issue