Merge "Fixed a minor bug that causes the deprecated CSIT Integration Bridge Domain...
[netvirt.git] / README
diff --git a/README b/README
index 2356030fbe5431aadb9b682f05631fbc35f05d69..4e84de038fe2b0facbef36145a20934781e8a5f6 100644 (file)
--- 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
+