X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=Automation%2FTests%2FUnhappy%2FRedButton_HttpResponse500.robot;h=2d1fff84b801cae41b6020aa3143ac8a90b53437;hb=7000880c4031e607a2fe36046fd097f486476a84;hp=048155c4bea30a1a0406fabbbb8b5cd0425ec893;hpb=15d3982b5eda43a5b5b9054d7ecb026448c6ca16;p=ric-plt%2Fe2mgr.git diff --git a/Automation/Tests/Unhappy/RedButton_HttpResponse500.robot b/Automation/Tests/Unhappy/RedButton_HttpResponse500.robot index 048155c..2d1fff8 100644 --- a/Automation/Tests/Unhappy/RedButton_HttpResponse500.robot +++ b/Automation/Tests/Unhappy/RedButton_HttpResponse500.robot @@ -21,11 +21,14 @@ # *** Settings *** +Variables ../Scripts/variables.py Suite Setup Prepare Enviorment Resource ../Resource/Keywords.robot Resource ../Resource/resource.robot Library REST ${url} -Suite Teardown Start Dbass + +*** Variables *** +${url} ${e2mgr_address} *** Test Cases *** Red Button - Shut Dwon - 500 RNIB error @@ -36,3 +39,6 @@ Red Button - Shut Dwon - 500 RNIB error String response body errorMessage RNIB error +[Teardown] Run Keywords + Start Dbass + AND wait until keyword succeeds 1 min 10 sec Validate Required Dockers \ No newline at end of file