Files
deb-ryu/ryu/tests/unit/__init__.py
IWASE Yusuke fba95e2afa ut/ovs: Add UT using Docker for ryu.lib.ovs
This patch adds UT cases using Docker for ryu.lib.ovs.
If Docker is not available, these tests will be skipped.

Signed-off-by: IWASE Yusuke <iwase.yusuke0@gmail.com>
Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
2016-11-04 09:32:10 +09:00

7 lines
250 B
Python

from __future__ import absolute_import
# Note: The following import statement is defined in order to resolve
# the conflict of the module names between 'ryu.lib.ovs' and 'ovs'.
# The latter is the official Python package of Open vSwitch.
import ovs