From: Jozef Behran Date: Thu, 21 Apr 2016 16:48:16 +0000 (+0200) Subject: Tell GetControllerSyncStatus to not spit out warnings X-Git-Tag: release/lithium-sr4~32 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F85%2F37985%2F1;p=integration%2Ftest.git Tell GetControllerSyncStatus to not spit out warnings The GetControllerSyncStatus keyword generates a lot of noise warnings when used on a controller that is down. Tell it to stop that behavior. Change-Id: I950fa148cad9f88a5cb46841087eb7db356ccc9f Signed-off-by: Jozef Behran --- diff --git a/csit/libraries/ClusterKeywords.robot b/csit/libraries/ClusterKeywords.robot index 1f8ab31c54..e7c62e0646 100644 --- a/csit/libraries/ClusterKeywords.robot +++ b/csit/libraries/ClusterKeywords.robot @@ -255,7 +255,7 @@ Controller Sync Status Should Be False Get Controller Sync Status [Arguments] ${controller_ip} [Documentation] Return Sync Status. - Create_Session session http://${controller_ip}:${RESTCONFPORT} headers=${HEADERS} auth=${AUTH} + Create_Session session http://${controller_ip}:${RESTCONFPORT} headers=${HEADERS} auth=${AUTH} max_retries=0 ${data}= Get Data From URI session ${jolokia_conf} Log ${data} ${json}= To Json ${data}