Skip to content

Commit dbce729

Browse files
ajayydvxiaoyuyao
authored andcommitted
HDDS-1472. Add retry to kinit command in smoketests. Contributed by Ajay Kumar. (#778)
1 parent 1cef194 commit dbce729

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hadoop-ozone/dist/src/main/smoketest/commonlib.robot

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,4 +57,4 @@ Install aws cli
5757
Kinit test user
5858
${hostname} = Execute hostname
5959
Set Suite Variable ${TEST_USER} testuser/${hostname}@EXAMPLE.COM
60-
Execute kinit -k ${TEST_USER} -t /etc/security/keytabs/testuser.keytab
60+
Wait Until Keyword Succeeds 2min 10sec Execute kinit -k ${TEST_USER} -t /etc/security/keytabs/testuser.keytab

0 commit comments

Comments
 (0)