commit | da3b5ad89ce995cbc3a08dfff06dcb4f66f85578 | [log] [tgz] |
---|---|---|
author | Rich Lane <rich.lane@bigswitch.com> | Wed Oct 03 09:05:32 2012 -0700 |
committer | Rich Lane <rich.lane@bigswitch.com> | Wed Oct 03 10:15:27 2012 -0700 |
tree | dab88f247ee287b8efaee8ae287676aa13241fb9 | |
parent | fb9ce27051f9df1a3f43e43154d0443f06f80287 [diff] [blame] |
move testutils to src/python/oftest testutils.py needs to be in a common location for different directories of tests to use it.
diff --git a/tests/flow_stats.py b/tests/flow_stats.py index 9c7170e..8ff8b69 100644 --- a/tests/flow_stats.py +++ b/tests/flow_stats.py
@@ -17,7 +17,7 @@ import oftest.parse as parse import basic -from testutils import * +from oftest.testutils import * from time import sleep #@var fs_port_map Local copy of the configuration map from OF port