Make it easier to run the IT
authorDave Tucker <djt@redhat.com>
Thu, 21 Aug 2014 17:55:33 +0000 (18:55 +0100)
committerDave Tucker <djt@redhat.com>
Thu, 21 Aug 2014 17:58:28 +0000 (18:58 +0100)
commit0b6a21b8d5f0dbec06247bdff1550fc3bcb5da5d
tree6e32ea26ba519cddc390822c15203c696c43df66
parent7da88c6784356c19d35622c80ae30885bb82e97d
Make it easier to run the IT

The IT can now be run locally using Docker and Fig

 fig start
 mvn verify -Pintegrationtest <options here>
 fig stop

On OSX this requires the use of boot2docker, but this is much easier and
lighterweight than cloning the docker-ovs repo.

Different versions of openvswitch can be used by editing fig.yml

Change-Id: If4aea173c1ce366ce901808992d1f88e5c8e1a58
Signed-off-by: Dave Tucker <djt@redhat.com>
README
fig.yml [new file with mode: 0644]