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/openflow_protocol_messages.py b/tests/openflow_protocol_messages.py index 8f2593f..c8ad1b8 100644 --- a/tests/openflow_protocol_messages.py +++ b/tests/openflow_protocol_messages.py
@@ -18,7 +18,7 @@ import oftest.parse as parse import basic -from testutils import * +from oftest.testutils import * from time import sleep from FuncUtils import *