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? ------------------------------------------------------------------------------ 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
