Step 2: Move test folder to root
[integration/test.git] / test / tools / Robot_Tool / variables / Variables.py
diff --git a/test/tools/Robot_Tool/variables/Variables.py b/test/tools/Robot_Tool/variables/Variables.py
deleted file mode 100644 (file)
index 47f108f..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-"""
-Library for the robot based system test tool of the OpenDaylight project.
-Authors: Baohua Yang@IBM, Denghui Huang@IBM
-Updated: 2013-11-14
-"""
-
-# Global variables
-CONTROLLER = '127.0.0.1'
-PORT = '8080'
-PREFIX = 'http://' + CONTROLLER + ':' + PORT
-CONTAINER = 'default'
-USER = 'admin'
-PWD = 'admin'
-AUTH = [u'admin', u'admin']
-HEADERS = {'Content-Type': 'application/json'}
-ODL_CONTROLLER_SESSION = None
-TOPO_TREE_LEVEL = 2