commit | 6ccbb07fbe7af377bcb746487d9c9be3f3f0d7a9 | [log] [tgz] |
---|---|---|
author | Ed Swierk <eswierk@bigswitch.com> | Mon Mar 19 14:48:40 2012 -0700 |
committer | Ed Swierk <eswierk@bigswitch.com> | Tue Mar 20 11:13:44 2012 -0700 |
tree | 86d0763f63adf82b2caf1796cfc0f7f258e08dc6 | |
parent | 4306d3e58d6534ab85410df68fd87eb9c5462169 [diff] [blame] |
Call basic setup function since other test modules call into the basic module and use things like the logger
diff --git a/tests/caps.py b/tests/caps.py index 5f05218..9c2c697 100644 --- a/tests/caps.py +++ b/tests/caps.py
@@ -35,6 +35,8 @@ @param config The configuration dictionary; see oft """ + basic.test_set_init(config) + global caps_port_map global caps_logger global caps_config