commit | 2014f9b1c88efef6116d5b3f5dae552e5c9741c6 | [log] [tgz] |
---|---|---|
author | Rich Lane <rich.lane@bigswitch.com> | Fri Oct 05 15:29:40 2012 -0700 |
committer | Rich Lane <rich.lane@bigswitch.com> | Fri Oct 05 18:10:21 2012 -0700 |
tree | 903a6842d75d708e90f04e7128a8cc3ac4e320b8 | |
parent | 483e15412b1c3902ec398cdaa7c79d9cec147d76 [diff] [blame] |
remove config parameter from several testutils functions
diff --git a/tests/cxn.py b/tests/cxn.py index eeea564..da15c9e 100644 --- a/tests/cxn.py +++ b/tests/cxn.py
@@ -46,8 +46,7 @@ def setUp(self): logging.info("** START TEST CASE " + str(self)) - self.test_timeout = test_param_get(config, - 'handshake_timeout') or 60 + self.test_timeout = test_param_get('handshake_timeout', default=60) def inheritSetup(self, parent): """