Add tests to increase NB-API coverage 41/8341/4
authorDave Tucker <djt@redhat.com>
Wed, 25 Jun 2014 16:37:56 +0000 (17:37 +0100)
committerDave Tucker <djt@redhat.com>
Thu, 26 Jun 2014 15:28:13 +0000 (16:28 +0100)
commit25b8108c6ad06805e8b5899fde6155fc40cd4984
treeffebfe43a2f72f73fc560209f74084cc5c9fb896
parent7e1a8e07f6a90705c98abb885fa653810df54a75
Add tests to increase NB-API coverage

- Add test cases for CRUD operations on common tables
- Add UuidHelper to maintain some state between test cases
- Fix issues with Tomcat
- Use the native OSGi container
- Update failsafe configuration to run each class in seperate JVM and
  to not re-use JVMs

Change-Id: I225861bc4eef952f1f4232ea558fe8a0d7d4e052
Signed-off-by: Dave Tucker <djt@redhat.com>
commons/integrationtest/pom.xml
integrationtest/pom.xml
integrationtest/src/test/java/org/opendaylight/ovsdb/integrationtest/northbound/OvsdbNorthboundIT.java
integrationtest/src/test/java/org/opendaylight/ovsdb/integrationtest/northbound/UuidHelper.java [new file with mode: 0644]
integrationtest/src/test/resources/northbound.yaml
integrationtest/src/test/resources/tomcat-server.xml