From 019227b6f4fdbbc93e14c7231a1e30c4523479ce Mon Sep 17 00:00:00 2001 From: Peter Bandzi Date: Thu, 23 Apr 2015 17:17:43 +0200 Subject: Script for starting Robotframework ODL suites. Script do clone integration test from git activate python venv and start test suites with specified parameters test suites are specified in test_list.txt JIRA: FUNCTEST-5 Change-Id: Ic80b2e5760fd09a235bf946d0172e426d121a157 Signed-off-by: Peter Bandzi --- testcases/Controllers/ODL/CI/variables/Variables.py | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 testcases/Controllers/ODL/CI/variables/Variables.py (limited to 'testcases/Controllers/ODL/CI/variables/Variables.py') diff --git a/testcases/Controllers/ODL/CI/variables/Variables.py b/testcases/Controllers/ODL/CI/variables/Variables.py deleted file mode 100644 index f406eec3..00000000 --- a/testcases/Controllers/ODL/CI/variables/Variables.py +++ /dev/null @@ -1,20 +0,0 @@ -""" -Library for the robot based system test tool of the OpenDaylight project. -""" -import collections - -# Global variables -CONTROLLER = '10.2.91.18' -PORT = '8081' -PREFIX = 'http://' + CONTROLLER + ':' + PORT -USER = 'admin' -PWD = 'admin' -AUTH = [u'admin',u'admin'] -HEADERS={'Content-Type': 'application/json'} -HEADERS_XML={'Content-Type': 'application/xml'} -ACCEPT_XML={'Accept': 'application/xml'} - -#TOKEN -AUTH_TOKEN_API='/oauth2/token' -REVOKE_TOKEN_API='/oauth2/revoke' - -- cgit 1.2.3-korg