[RIC-573] Refactoring automation in order to support K8S environment
[ric-plt/e2mgr.git] / Automation / Tests / SetGeneralConfiguration / set_general_configuration.robot
index c6f74c1..129f3a9 100644 (file)
@@ -22,8 +22,8 @@
 
 
 *** Settings ***
+Variables  ../Scripts/variables.py
 Suite Setup   Prepare Enviorment
-Resource   ../Resource/scripts_variables.robot
 Resource   ../Resource/resource.robot
 Resource   ../Resource/Keywords.robot
 Library    ../Scripts/find_error_script.py
@@ -31,6 +31,9 @@ Library     OperatingSystem
 Library     REST        ${url}
 
 
+*** Variables ***
+${url}  ${e2mgr_address}
+
 
 
 *** Test Cases ***