commit | a94fb087b0ff63bfce87aa14d27ceded6c42fefd | [log] [tgz] |
---|---|---|
author | Rich Lane <rlane@bigswitch.com> | Thu Apr 04 17:04:17 2013 -0700 |
committer | Rich Lane <rlane@bigswitch.com> | Sat Apr 06 15:53:42 2013 -0700 |
tree | 5c3a1e119145ac2c43d5f7896e5edfc391b72cef | |
parent | fb7de0ee4e2f3d3a67fb051b723e2d9a6a2cd1c2 [diff] [blame] |
pyloxi: fix testcase import
diff --git a/py_gen/tests/of10.py b/py_gen/tests/of10.py index 597de5f..86f9b2b 100644 --- a/py_gen/tests/of10.py +++ b/py_gen/tests/of10.py
@@ -44,6 +44,7 @@ self.assertTrue(hasattr(ofp, "message")) def test_version(self): + import loxi self.assertTrue(hasattr(loxi.of10, "ProtocolError")) self.assertTrue(hasattr(loxi.of10, "OFP_VERSION")) self.assertEquals(loxi.of10.OFP_VERSION, 1)