Hi Fujita-San,
On 2016年11月04日 09:50, FUJITA Tomonori wrote: > On Mon, 31 Oct 2016 08:58:44 +0900 > IWASE Yusuke <[email protected]> wrote: > >> 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 <[email protected]> >> --- >> .travis.yml | 11 +- >> ryu/tests/docker/mininet/Dockerfile | 21 + >> ryu/tests/docker/mininet/ENTRYPOINT.sh | 7 + >> ryu/tests/unit/__init__.py | 6 + >> ryu/tests/unit/lib/ovs/__init__.py | 0 >> ryu/tests/unit/lib/ovs/test_vsctl.py | 783 >> +++++++++++++++++++++++++++++++++ >> 6 files changed, 824 insertions(+), 4 deletions(-) >> create mode 100644 ryu/tests/docker/mininet/Dockerfile >> create mode 100644 ryu/tests/docker/mininet/ENTRYPOINT.sh >> create mode 100644 ryu/tests/unit/lib/ovs/__init__.py >> create mode 100644 ryu/tests/unit/lib/ovs/test_vsctl.py > > Applied, thanks! > > How about putting mininet image on dockerhub to shorten the testing hours? Thank you for reviewing my patch. I agree and it is very nice! But... My DockerHub account is okay? If okay, I already have an image for this test case. The Dockerfile I posted is the minimized image of this. https://hub.docker.com/r/iwaseyusuke/mininet/ Or, the Ryu-Book docker image might be able to use with some fixes. Regards, Iwase ------------------------------------------------------------------------------ Developer Access Program for Intel Xeon Phi Processors Access to Intel Xeon Phi processor-based developer platforms. With one year of Intel Parallel Studio XE. Training and support from Colfax. Order your platform today. http://sdm.link/xeonphi _______________________________________________ Ryu-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ryu-devel
