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=7950a36f328a66b7ab09548f697e15540ed42515;hpb=de19068aaa1f3d2b415cd960106121ceb167aaa9;p=ric-plt%2Fe2mgr.git diff --git a/Automation/Tests/Unhappy/RedButton_HttpResponse500.robot b/Automation/Tests/Unhappy/RedButton_HttpResponse500.robot index 7950a36..2d1fff8 100644 --- a/Automation/Tests/Unhappy/RedButton_HttpResponse500.robot +++ b/Automation/Tests/Unhappy/RedButton_HttpResponse500.robot @@ -15,13 +15,20 @@ # limitations under the License. # ############################################################################## +# +# This source code is part of the near-RT RIC (RAN Intelligent Controller) +# platform project (RICP). +# *** 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 @@ -32,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