I suggested to use osrg/ryu Docker image on integrated/bgp for Kakuma-San before, but in this case, the installed packages are remained on its environment unless they are explicitly uninstalled. This problem can cause the miss configured dependency when the requirment files are updated, for example.
The following patches withdraw my commnet and update the base image to Ubuntu:16.04 image. Also, includes a small improvement of test_vsctl. IWASE Yusuke (3): docker_base: Update base image to Ubuntu:16.04 integrated/bgp: Use Ubuntu:16.04 for base image test_vsctl: Wait for loading OVS kernel module .travis.yml | 1 - ryu/tests/integrated/bgp/base.py | 3 +-- ryu/tests/integrated/bgp/base_ip6.py | 3 +-- ryu/tests/integrated/common/docker_base.py | 2 +- ryu/tests/unit/lib/ovs/test_vsctl.py | 6 ++++++ 5 files changed, 9 insertions(+), 6 deletions(-) -- 2.7.4 ------------------------------------------------------------------------------ _______________________________________________ Ryu-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ryu-devel
