From 3453e6087f48baeb46f6db84c8e877a8e2ffc4ec Mon Sep 17 00:00:00 2001 From: Faseela K Date: Fri, 1 Jun 2018 16:53:46 +0530 Subject: [PATCH] Remove useless steps in Genius CSIT Sorry to see this, but I have no clue what these steps had to do in this particular TC. Noticed it now, because of some recent changes in MDSAL, these GET requests started throwing error as there is no content over there. Change-Id: I0a59ee4dcb209ec64a4bb865a030bf869f4ed354 Signed-off-by: Faseela K --- csit/suites/genius/BFD_monitoring.robot | 3 --- 1 file changed, 3 deletions(-) diff --git a/csit/suites/genius/BFD_monitoring.robot b/csit/suites/genius/BFD_monitoring.robot index c772dc9257..b7fa79d82d 100644 --- a/csit/suites/genius/BFD_monitoring.robot +++ b/csit/suites/genius/BFD_monitoring.robot @@ -69,9 +69,6 @@ BFD_TC04 Verify that in controller tunnel status is up when ITM tunnel interface BFD_TC05 Verify BFD tunnel monitoring interval can be changed. [Documentation] Verify BFD tunnel monitoring interval can be changed. - ${oper_int} RequestsLibrary.Get Request session ${OPERATIONAL_API}/itm-config:tunnel-monitor-interval/ - ${respjson} RequestsLibrary.To Json ${oper_int.content} pretty_print=True - Log ${respjson} ${oper_int} RequestsLibrary.Put Request session ${CONFIG_API}/itm-config:tunnel-monitor-interval/ data=${INTERVAL_5000} ${Bfd_updated_value}= Create List 5000 Wait Until Keyword Succeeds 30s 10s Check For Elements At Uri ${OPERATIONAL_API}/itm-config:tunnel-monitor-interval/ ${Bfd_updated_value} -- 2.36.6