X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=Automation%2FTests%2FRedButton%2FRedButton_DISCONNECTED.robot;h=1156bd227ae31aa437b5ee0d3486f96916a875a1;hb=32d7f427aab3ca627b8c9c5ded15b9517200cde3;hp=547d14b7ee58ec58ddc5a727c062c1165305c155;hpb=90d22a6de7e3321dbd90083a5d093541e5e53c75;p=ric-plt%2Fe2mgr.git diff --git a/Automation/Tests/RedButton/RedButton_DISCONNECTED.robot b/Automation/Tests/RedButton/RedButton_DISCONNECTED.robot index 547d14b..1156bd2 100644 --- a/Automation/Tests/RedButton/RedButton_DISCONNECTED.robot +++ b/Automation/Tests/RedButton/RedButton_DISCONNECTED.robot @@ -23,6 +23,7 @@ Suite Setup Prepare Enviorment Resource ../Resource/resource.robot Resource ../Resource/Keywords.robot +Resource red_button_keywords.robot Library OperatingSystem Library Collections Library REST ${url} @@ -30,8 +31,6 @@ Library REST ${url} *** Variables *** ${stop_docker_e2} docker stop e2adapter - - *** Test Cases *** Pre Condition for Connecting - no E2ADAPTER @@ -39,7 +38,6 @@ Pre Condition for Connecting - no E2ADAPTER ${result}= Run And Return Rc And Output ${docker_command} 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 204 @@ -49,16 +47,8 @@ Prepare Ran in Connecting connectionStatus String response body ranName test2 String response body connectionStatus DISCONNECTED -Disconnect Ran - PUT /v1/nodeb/shutdown - Integer response status 204 - - - -Verfiy Shutdown ConnectionStatus - Sleep 1s - GET /v1/nodeb/test2 - Integer response status 200 - String response body ranName test2 - String response body connectionStatus SHUT_DOWN +Execute Shutdown + Execute Shutdown +Verify nodeb's connection status is SHUT_DOWN and it's NOT associated to an e2t instance + Verify shutdown for gnb \ No newline at end of file