X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=Automation%2FTests%2FRedButton%2FRedButton_DISCONNECTED.robot;h=0c2763abae01b7d0727b78612b5aab4ddcf7d71f;hb=b50194c39ad637019aec1135eec6e5895ca27489;hp=575fbad8acc9e90fc72af9ecb0c3f849eb345299;hpb=e51ebb1fb4a0bba85577204a28c87365a041f640;p=ric-plt%2Fe2mgr.git diff --git a/Automation/Tests/RedButton/RedButton_DISCONNECTED.robot b/Automation/Tests/RedButton/RedButton_DISCONNECTED.robot index 575fbad..0c2763a 100755 --- a/Automation/Tests/RedButton/RedButton_DISCONNECTED.robot +++ b/Automation/Tests/RedButton/RedButton_DISCONNECTED.robot @@ -16,6 +16,7 @@ # ############################################################################## *** Settings *** +Suite Setup Prepare Enviorment Resource ../Resource/resource.robot Resource ../Resource/Keywords.robot Library OperatingSystem @@ -37,9 +38,9 @@ Pre Condition for Connecting - no E2ADAPTER 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 @@ -52,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