Re-organise the Pax Exam IT infrastructure 15/8315/3
authorDave Tucker <djt@redhat.com>
Wed, 25 Jun 2014 02:08:06 +0000 (03:08 +0100)
committerDave Tucker <djt@redhat.com>
Wed, 25 Jun 2014 12:46:27 +0000 (13:46 +0100)
commitb9546cdaee5b7645cb9dc979aefbc524948b970a
tree187d22129815970a790c46527b4bc0cd2ad2682e
parent833d3a5612b409ffcf868cce014992df7a817c9c
Re-organise the Pax Exam IT infrastructure

- Move parent pom to commons/integrationtest
- Move paxexam to integrationtest
- Change IT packages to be outside of system under test
- Add ConfigurationBundles to simplify creating new tests
- Use a common base class for Pax Exam based IT

Change-Id: Iefb2e3d7b0de2184d78b547ef2eb3b70ce686ce3
Signed-off-by: Dave Tucker <djt@redhat.com>
commons/integrationtest/pom.xml [moved from paxexam/common.integrationtest/pom.xml with 93% similarity]
integrationtest/.gitignore [moved from paxexam/plugin.integrationtest/.gitignore with 100% similarity]
integrationtest/pom.xml [new file with mode: 0644]
integrationtest/src/test/java/org/opendaylight/ovsdb/integrationtest/ConfigurationBundles.java [new file with mode: 0644]
integrationtest/src/test/java/org/opendaylight/ovsdb/integrationtest/OvsdbIntegrationTestBase.java [moved from paxexam/plugin.integrationtest/src/test/java/org/opendaylight/ovsdb/plugin/OvsdbTestBase.java with 90% similarity]
integrationtest/src/test/java/org/opendaylight/ovsdb/integrationtest/plugin/OvsdbPluginIT.java [new file with mode: 0644]
integrationtest/src/test/resources/exam.properties [new file with mode: 0644]
integrationtest/src/test/resources/logback.xml [moved from paxexam/plugin.integrationtest/src/test/resources/logback.xml with 84% similarity]
integrationtest/src/test/resources/tomcat-server.xml [new file with mode: 0644]
paxexam/plugin.integrationtest/pom.xml [deleted file]
paxexam/plugin.integrationtest/src/test/java/org/opendaylight/ovsdb/plugin/OvsdbPluginIT.java [deleted file]