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>
7 lines
250 B
Python
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
|