X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=Automation%2FTests%2FUnhappy%2FResponse500.robot;fp=Automation%2FTests%2FUnhappy%2FResponse500.robot;h=1e99b83df0e08ca12af8df2954f44add020af68f;hb=e7dbffd3fba8d9721a1a713ae0383f52893eb281;hp=2ae4897bd6563d9ba79dde583bb86658a2cdca33;hpb=b2e5e2b6d746c95f64a68631bb41b2f63a247daf;p=ric-plt%2Fe2mgr.git diff --git a/Automation/Tests/Unhappy/Response500.robot b/Automation/Tests/Unhappy/Response500.robot index 2ae4897..1e99b83 100755 --- a/Automation/Tests/Unhappy/Response500.robot +++ b/Automation/Tests/Unhappy/Response500.robot @@ -17,9 +17,12 @@ ############################################################################## *** Settings *** +Suite Setup Prepare Enviorment +Resource ../Resource/Keywords.robot Resource ../Resource/resource.robot Library OperatingSystem Library REST ${url} +Suite Teardown Start Redis *** Test Cases *** Get Request node b gnb - DB down - 500 @@ -27,9 +30,3 @@ Get Request node b gnb - DB down - 500 GET /v1/nodeb/test5 Integer response status 500 - -*** Keywords *** -Start dockers - Run And Return Rc And Output ${run_script} - ${result}= Run And Return Rc And Output ${docker_command} - Should Be Equal As Integers ${result[1]} 5 \ No newline at end of file