Remove useless steps in Genius CSIT 56/72556/3
authorFaseela K <faseela.k@ericsson.com>
Fri, 1 Jun 2018 11:23:46 +0000 (16:53 +0530)
committerJamo Luhrsen <jluhrsen@redhat.com>
Fri, 1 Jun 2018 23:34:32 +0000 (23:34 +0000)
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 <faseela.k@ericsson.com>
csit/suites/genius/BFD_monitoring.robot

index c772dc925708fdce95ca169a92d06087dfd45291..b7fa79d82d1b4aa7cf36b564c321472e616b750a 100644 (file)
@@ -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.
 
 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}
     ${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}