X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=test%2Ftools%2FRobot_Tool%2Fvariables%2FVariables.py;fp=test%2Ftools%2FRobot_Tool%2Fvariables%2FVariables.py;h=0000000000000000000000000000000000000000;hb=59e81c38620fa1b61e15771191e35771450b9499;hp=47f108fce5a7e0111e7e8ff7624e8814984f272f;hpb=072f6e3a8d1bdf8f4c663843589c22d93ba07791;p=integration%2Ftest.git diff --git a/test/tools/Robot_Tool/variables/Variables.py b/test/tools/Robot_Tool/variables/Variables.py deleted file mode 100644 index 47f108fce5..0000000000 --- a/test/tools/Robot_Tool/variables/Variables.py +++ /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