diff options
author | IWASE Yusuke <iwase.yusuke0@gmail.com> | 2016-11-17 15:32:44 +0900 |
---|---|---|
committer | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | 2016-11-18 15:56:33 +0900 |
commit | 156b3d2a6e095379167b2d9a0c97ee3c02b14848 (patch) | |
tree | 3710a9c6e300a9bd5648241d4fd17f46ccc353d1 /.travis.yml | |
parent | fbda130ebf0d6c72d57e44bb4c5eb0a51c98090c (diff) |
test_vsctl: Use osrg/ryu-book image as Mininet container
This patch fixes test_vsctl.py to use osrg/ryu-book image as
Mininet container and shortens the testing hours.
Also, this patch removes the Dockerfile for building the Mininet
Docker image.
Signed-off-by: IWASE Yusuke <iwase.yusuke0@gmail.com>
Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index b98a6e25..67e9f8be 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,7 +15,6 @@ services: sudo: required # Required to enable Docker service install: - - docker build -t ut_mininet ryu/tests/docker/mininet/ - pip install tox coveralls script: |