X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=Automation%2FTests%2FRedButton%2FRedButton_CONNECTING.robot;h=bf38ec030ad29f99a6a87296214e32d4acbfc93d;hb=3e639876d5e161289b957257d77551e7d0ca1f73;hp=7d317c1f9ae91e1489590120f0713ad737b94f5f;hpb=4db397dbfa07d202f1a7134e1a7a52b8fb3b5d8a;p=ric-plt%2Fe2mgr.git diff --git a/Automation/Tests/RedButton/RedButton_CONNECTING.robot b/Automation/Tests/RedButton/RedButton_CONNECTING.robot index 7d317c1..bf38ec0 100755 --- a/Automation/Tests/RedButton/RedButton_CONNECTING.robot +++ b/Automation/Tests/RedButton/RedButton_CONNECTING.robot @@ -16,14 +16,13 @@ # ############################################################################## *** Settings *** +Suite Setup Prepare Enviorment Resource ../Resource/resource.robot Resource ../Resource/Keywords.robot Library OperatingSystem Library Collections Library REST ${url} - -*** Variables *** -${stop_docker_e2} docker stop e2 +Suite Teardown Start E2 @@ -47,7 +46,7 @@ Prepare Ran in Connecting connectionStatus Disconnect Ran PUT /v1/nodeb/shutdown - Integer response status 204 + Integer response status 500 Verfiy Shutdown ConnectionStatus @@ -55,5 +54,5 @@ Verfiy Shutdown ConnectionStatus GET /v1/nodeb/test1 Integer response status 200 String response body ranName test1 - String response body connectionStatus SHUT_DOWN + String response body connectionStatus SHUTTING_DOWN