Split OVSDB IT into separate mvn targets 82/42182/5
authorVictor Pickard <vpickard@redhat.com>
Wed, 20 Jul 2016 23:41:28 +0000 (19:41 -0400)
committerVictor Pickard <vpickard@redhat.com>
Fri, 22 Jul 2016 14:20:18 +0000 (10:20 -0400)
commit166f51b59fcd3fd897c4fa6426acae35e4252a12
treef4000001a9a9fda927beb28b5b31776620dff29f
parent497be16461dffd9b061ca8fa0ec352f98e462702
Split OVSDB IT into separate mvn targets

Previously there was only one maven target for OVSDB IT. This
would generate one large file, with the logs from all of the
tests.

This patch creates 4 separate maven targets for OVSDB IT:
  - build
  - library/it
  - southbound-it
  - hwvtepsouthbound-it

Each target will have  it's own log file. This should make
it a little easier to debug each particular IT test target.

Also, this patch adds a new file to config docker for hwvtep
emulation. This config will only occur for OVSDB IT tests
that need it, currently library/it and hwvtepsouthbound-it.

Change-Id: I49a85bf6055e3233747e822038a78b2261e8e24c
Signed-off-by: Victor Pickard <vpickard@redhat.com>
jjb/ovsdb/include-raw-setup-docker.sh
jjb/ovsdb/include-setup-hwvtep-docker.sh [new file with mode: 0644]
jjb/ovsdb/ovsdb-full-integration.yaml