Fix "Variable not found" in Netconf scaling test 88/33688/1
authorJozef Behran <jbehran@cisco.com>
Thu, 28 Jan 2016 10:17:05 +0000 (11:17 +0100)
committerJozef Behran <jbehran@cisco.com>
Thu, 28 Jan 2016 10:17:05 +0000 (11:17 +0100)
The commit 6acfed01ccc4bf0ce66688bb9d0b51beda5a2265 removed
the ENABLE_GLOBAL_TEST_DEADLINES, causing the Netconf scaling
tests to fail with "Variable ${ENABLE_NETCONF_TEST_TIMEOUT}
not found". Revert that bogus change.

Change-Id: I8b305bbd126aa9fde2294cc5219a502f26067145
Signed-off-by: Jozef Behran <jbehran@cisco.com>
csit/variables/Variables.py

index 8c1840bfa44ea3aa369b081a7a04d463d9fa938b..de3ad9735ecf39b71f768afe1f963df806180fdd 100644 (file)
@@ -186,6 +186,9 @@ CONTROLLER_STOP_TIMEOUT = 120  # Max number of seconds test will wait for a cont
 TOPOLOGY_URL = 'network-topology:network-topology/topology'
 SEND_ACCEPT_XML_HEADERS = {'Content-Type': 'application/xml', 'Accept': 'application/xml'}
 
+# Test deadlines global control
+ENABLE_GLOBAL_TEST_DEADLINES = True
+
 # Deprecated old variables, to be removed once all tests that need them are
 # updated to use the new names.
 CONTROLLER = ODL_SYSTEM_IP