Skip to content

Commit

Permalink
test_vsctl: Use osrg/ryu-book image as Mininet container
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
iwaseyusuke authored and fujita committed Nov 18, 2016
1 parent fbda130 commit 156b3d2
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 30 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
21 changes: 0 additions & 21 deletions ryu/tests/docker/mininet/Dockerfile

This file was deleted.

7 changes: 0 additions & 7 deletions ryu/tests/docker/mininet/ENTRYPOINT.sh

This file was deleted.

2 changes: 1 addition & 1 deletion ryu/tests/unit/lib/ovs/test_vsctl.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

LOG = logging.getLogger(__name__)

DOCKER_IMAGE_MININET = 'ut_mininet'
DOCKER_IMAGE_MININET = 'osrg/ryu-book'

OVSDB_MANAGER_ADDR = 'ptcp:6640'
OVSDB_SWITCH_ADDR = 'tcp:%s:6640'
Expand Down

0 comments on commit 156b3d2

Please sign in to comment.