commit | 89f7835f53adf198f24439fcf626d016e5fc2dad | [log] [tgz] |
---|---|---|
author | Ed Swierk <eswierk@bigswitch.com> | Thu Mar 29 12:32:32 2012 -0700 |
committer | Ed Swierk <eswierk@bigswitch.com> | Sat Mar 31 14:38:56 2012 -0700 |
tree | 0f412ac98b6a97a543ba4641768b5fa3154b6d55 | |
parent | 506614a62cd06c4de63f8e017f9bd8511e797b9f [diff] [blame] |
flow_stats and pktact test modules use the basic test module, so they must call basic.test_set_init to initialize things like basic_port_map
diff --git a/tests/flow_stats.py b/tests/flow_stats.py index e5976c3..38560bc 100644 --- a/tests/flow_stats.py +++ b/tests/flow_stats.py
@@ -49,6 +49,8 @@ @param config The configuration dictionary; see oft """ + basic.test_set_init(config) + global fs_port_map global fs_logger global fs_config