X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=Automation%2FTests%2FRedButton%2FRedButton_DISCONNECTED.robot;h=547d14b7ee58ec58ddc5a727c062c1165305c155;hb=372a275602ae05da22130a4601709291c7fbbaa6;hp=b9a021f3966814c40c6307a45edce4ef0098c071;hpb=e7dbffd3fba8d9721a1a713ae0383f52893eb281;p=ric-plt%2Fe2mgr.git diff --git a/Automation/Tests/RedButton/RedButton_DISCONNECTED.robot b/Automation/Tests/RedButton/RedButton_DISCONNECTED.robot old mode 100755 new mode 100644 index b9a021f..547d14b --- a/Automation/Tests/RedButton/RedButton_DISCONNECTED.robot +++ b/Automation/Tests/RedButton/RedButton_DISCONNECTED.robot @@ -15,6 +15,10 @@ # limitations under the License. # ############################################################################## +# +# This source code is part of the near-RT RIC (RAN Intelligent Controller) +# platform project (RICP). +# *** Settings *** Suite Setup Prepare Enviorment Resource ../Resource/resource.robot @@ -33,14 +37,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 - Sleep 1s - GET /v1/nodeb/test1 + Integer response status 204 + Sleep 10s + GET /v1/nodeb/test2 Integer response status 200 String response body ranName test2 String response body connectionStatus DISCONNECTED @@ -53,7 +57,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