From 1787df0543870dd160823c35ea9d502e1b0019bd Mon Sep 17 00:00:00 2001 From: Jamo Luhrsen Date: Mon, 28 Aug 2017 11:11:53 -0700 Subject: [PATCH] Add WUKS to karaf console ssh connections sometimes the initial ssh connection to the karaf shell fails. This will retry ~4 times over 16s which is hopefully good enough Change-Id: I1540b2d4f7afb501119bb30df3f7beee3a548581 Signed-off-by: Jamo Luhrsen --- csit/suites/unimgr/uni_operations/020_unimanager_cli.robot | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/csit/suites/unimgr/uni_operations/020_unimanager_cli.robot b/csit/suites/unimgr/uni_operations/020_unimanager_cli.robot index fa823b2cef..d9d591ab41 100644 --- a/csit/suites/unimgr/uni_operations/020_unimanager_cli.robot +++ b/csit/suites/unimgr/uni_operations/020_unimanager_cli.robot @@ -25,15 +25,15 @@ Create source and destination UNIs at the OVS instances using Restconf API [Documentation] Create source and destination UNIs [Tags] UniMgr UNIs Create ${elements} Create List ${Mininet1_IP} - Check For Elements On Karaf Command Output Message uni-add -ip ${Mininet1_IP} -ma ${UNI1_MAC} ${elements} + Wait Until Keyword Succeeds 16s 2s Check For Elements On Karaf Command Output Message uni-add -ip ${Mininet1_IP} -ma ${UNI1_MAC} ${elements} ${elements} Create List ${Mininet2_IP} - Check For Elements On Karaf Command Output Message uni-add -ip ${Mininet2_IP} -ma ${UNI2_MAC} ${elements} + Wait Until Keyword Succeeds 16s 2s Check For Elements On Karaf Command Output Message uni-add -ip ${Mininet2_IP} -ma ${UNI2_MAC} ${elements} List All UNIs [Documentation] List all existing UNIs in the config data store [Tags] UniMgr ${elements} Create List ${Mininet1_IP} ${Mininet2_IP} - Check For Elements On Karaf Command Output Message uni-list -c ${elements} + Wait Until Keyword Succeeds 16s 2s Check For Elements On Karaf Command Output Message uni-list -c ${elements} Show UNI [Documentation] Show the information of the created Unis from the operational data store -- 2.36.6