X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=README;h=4e84de038fe2b0facbef36145a20934781e8a5f6;hb=202d56d0540224ca2de953b32704dfec6b6a1804;hp=2356030fbe5431aadb9b682f05631fbc35f05d69;hpb=7120d6abcd679ce815e02e6ad3f19607b3b48d7b;p=netvirt.git diff --git a/README b/README index 2356030fbe..4e84de038f 100644 --- a/README +++ b/README @@ -94,3 +94,28 @@ Pre-requisites : JDK 1.7+, Maven 3+ 199 | Active | 80 | 1.0.0.SNAPSHOT | OVSDB Open_vSwitch Schema 200 | Active | 80 | 1.0.0.SNAPSHOT | OVSDB hardware_vtep Schema 201 | Active | 80 | 1.0.0.SNAPSHOT | OpenDaylight OVSDB Plugin + +Running The Integration Tests +============================= + +To run the integration tests locally the following components are required: + + - Docker + - Fig + +To install docker, follow the installation guide for your platform: + http://docs.docker.com/installation/ + +To install fig: + http://www.fig.sh/install.html + +To run the integration tests: + + mvn clean install + fig start + # OSX + mvn verify -Pintegrationtest -Dovsdbserver.ipaddress=$(boot2docker ip 2>/dev/null) -Dovsdbserver.port=6640 + # Linux + mvn verify -Pintegrationtest -Dovsdbserver.ipaddress=127.0.0.1 -Dovsdbserver.port=6640 + fig stop +