New L2Switch suite to catch standing issues
[integration/test.git] / test / csit / variables / Variables.py
index b2b458a474708bdec168b26bf785929ac5ec9573..3e82ad969850764e2ac17cc57c3b4b54fc73d904 100644 (file)
@@ -10,6 +10,7 @@ PORT = '8080'
 RESTPORT = '8282'
 RESTCONFPORT = '8181'
 PREFIX = 'http://' + CONTROLLER + ':' + PORT
+PROMPT = '>'
 CONTAINER = 'default'
 USER = 'admin'
 PWD = 'admin'
@@ -22,6 +23,16 @@ ODL_CONTROLLER_SESSION = None
 TOPO_TREE_LEVEL = 2
 TOPO_TREE_DEPTH = 3
 TOPO_TREE_FANOUT = 2
+
+# KARAF Varaiable
+KARAF_SHELL_PORT = '8101'
+KARAF_PROMPT = 'opendaylight-user'
+KARAF_USER = 'karaf'
+KARAF_PASSWORD = 'karaf'
+
+# VM Environment Variables
+LINUX_PROMPT = '>'
+
 # VTN Coordinator Variables
 VTNC = '127.0.0.1'
 VTNCPORT = '8083'
@@ -55,8 +66,9 @@ VLANMAP_CREATE = 'vlanmaps.json'
 # ports URL
 PORTS = 'ports/detail.json'
 
-# nodes
+# Common APIs
 OPERATIONAL_NODES_API = '/restconf/operational/opendaylight-inventory:nodes'
+OPERATIONAL_TOPO_API = '/restconf/operational/network-topology:network-topology'
 
 # TOKEN
 AUTH_TOKEN_API = '/oauth2/token'