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/pktact.py b/tests/pktact.py index 129f96d..ecd438e 100644 --- a/tests/pktact.py +++ b/tests/pktact.py
@@ -80,6 +80,8 @@ @param config The configuration dictionary; see oft """ + basic.test_set_init(config) + global pa_port_map global pa_logger global pa_config