X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=Automation%2FTests%2FRedButton%2FRedButton_DISCONNECTED.robot;h=d3d8285fc08373e4a90d39e96eb1e8426813c999;hb=refs%2Ftags%2F5.4.5;hp=b9a021f3966814c40c6307a45edce4ef0098c071;hpb=947897d1f1df89967f4db1862d67a5649e10f3a2;p=ric-plt%2Fe2mgr.git diff --git a/Automation/Tests/RedButton/RedButton_DISCONNECTED.robot b/Automation/Tests/RedButton/RedButton_DISCONNECTED.robot index b9a021f..d3d8285 100755 --- a/Automation/Tests/RedButton/RedButton_DISCONNECTED.robot +++ b/Automation/Tests/RedButton/RedButton_DISCONNECTED.robot @@ -33,14 +33,14 @@ ${stop_docker_e2} docker stop e2adapter Pre Condition for Connecting - no E2ADAPTER Run And Return Rc And Output ${stop_docker_e2} ${result}= Run And Return Rc And Output ${docker_command} - Should Be Equal As Integers ${result[1]} 4 + Should Be Equal As Integers ${result[1]} ${docker_number-1} Prepare Ran in Connecting connectionStatus Post Request setup node b endc-setup - Integer response status 200 + Integer response status 204 Sleep 1s - GET /v1/nodeb/test1 + GET /v1/nodeb/test2 Integer response status 200 String response body ranName test2 String response body connectionStatus DISCONNECTED @@ -53,7 +53,7 @@ Disconnect Ran Verfiy Shutdown ConnectionStatus Sleep 1s - GET /v1/nodeb/test1 + GET /v1/nodeb/test2 Integer response status 200 String response body ranName test2 String response body connectionStatus SHUT_DOWN