deb-ryu/ryu/tests
FUJITA Tomonori 4c2de66d32 stop import ofproto_v1_0 as ofproto
'from . import ofproto_v1_0 as ofproto' in ryu/ofproto/__init__.py is
a wrong assumption. We need to remove it.

This introduces ryu/ofproto/ofproto_common.py including only constatns
that OF version independent code must use. Note that I don't move data
structures there that multiple OF versions can share (like OVS does).

Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
2012-07-17 19:32:13 +09:00
..
unit stop import ofproto_v1_0 as ofproto 2012-07-17 19:32:13 +09:00
__init__.py Added test framework, ported from Quantum 2012-05-07 21:29:47 +09:00
run_tests.py Added test framework, ported from Quantum 2012-05-07 21:29:47 +09:00
test_lib.py fix test_lib.py for SkipTest 2012-06-22 14:51:05 +09:00