Mention "fig up" and sudo for integration tests
authorStephen Kitt <skitt@redhat.com>
Mon, 17 Aug 2015 10:01:51 +0000 (12:01 +0200)
committerStephen Kitt <skitt@redhat.com>
Mon, 17 Aug 2015 10:01:51 +0000 (12:01 +0200)
Change-Id: Idbf3c46bf8a782a4668d67ad34f5982762c865a4
Signed-off-by: Stephen Kitt <skitt@redhat.com>
README

diff --git a/README b/README
index 157a012e4a23ae0746a0404a71711a7f5aaf67eb..dbd624950385ff532a85f60f012eae2a8db09e6d 100644 (file)
--- a/README
+++ b/README
@@ -175,6 +175,9 @@ To install fig:
 To run the integration tests:
 
     mvn clean install
+    # The first time you need to set everything up
+    fig up -d
+    # Later runs only need the containers to be started
     fig start
     # OSX
     mvn verify -Pintegrationtest -Dovsdbserver.ipaddress=$(boot2docker ip 2>/dev/null) -Dovsdbserver.port=6640
@@ -182,6 +185,8 @@ To run the integration tests:
     mvn verify -Pintegrationtest -Dovsdbserver.ipaddress=127.0.0.1 -Dovsdbserver.port=6640
     fig stop
 
+On Linux you'll generally need to run fig as root (sudo fig ...).
+
 Skipping unit tests and karaf tests
 ====================