X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;ds=inline;f=Automation%2FTests%2FRedButton%2FRedButton_DISCONNECTED.robot;h=0c2763abae01b7d0727b78612b5aab4ddcf7d71f;hb=ebd80ccff1fb7b12f55b33a8dbac1cef24c67323;hp=575fbad8acc9e90fc72af9ecb0c3f849eb345299;hpb=4db397dbfa07d202f1a7134e1a7a52b8fb3b5d8a;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