[RIC-434] Update gNB Cells
[ric-plt/e2mgr.git] / Automation / Tests / Unhappy / RedButton_HttpResponse500.robot
index 7950a36..2d1fff8 100644 (file)
 #   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