Fixed OVSDB plugin Integration Test issue on Jenkins server 07/9507/8
authorMadhu Venugopal <mavenugo@gmail.com>
Wed, 30 Jul 2014 19:57:18 +0000 (12:57 -0700)
committerMadhu Venugopal <mavenugo@gmail.com>
Thu, 31 Jul 2014 18:32:00 +0000 (11:32 -0700)
commita9e843730a73dc6860aedc2a680d8af395640a56
tree9d9493e5d7357700c7694364af72d6104173f05e
parent2ced51d7d84e893dbe49eb7a89b7e0022460bd40
Fixed OVSDB plugin Integration Test issue on Jenkins server

1. Removed SureFire plugin and made this FailSafe only IT
2. Moved IT files carrying individual test-case grouped under more logically placed IT classes
3. Changed the port name constants from eth0, eth1 to test0, test1 (somehow this affects Jenkins. Need to work on that more to understand the rootcause).
4. Moved all the Tests under TestSuite with TearDown

Change-Id: I8cc8225332910bcf0c56babb10010d55c9e8df99
Signed-off-by: Madhu Venugopal <mavenugo@gmail.com>
15 files changed:
plugin/pom.xml
plugin/resources/logback.xml [new file with mode: 0644]
plugin/src/test/java/org/opendaylight/ovsdb/plugin/BridgeDomainConfigBridgeTestCases.java [new file with mode: 0644]
plugin/src/test/java/org/opendaylight/ovsdb/plugin/BridgeDomainConfigManagerTestCases.java [moved from plugin/src/test/java/org/opendaylight/ovsdb/plugin/OvsdbTestSetManagerIT.java with 89% similarity]
plugin/src/test/java/org/opendaylight/ovsdb/plugin/BridgeDomainConfigPortTestCases.java [new file with mode: 0644]
plugin/src/test/java/org/opendaylight/ovsdb/plugin/OvsdbPluginTestSuiteIT.java [new file with mode: 0644]
plugin/src/test/java/org/opendaylight/ovsdb/plugin/OvsdbTestAddPortIT.java [deleted file]
plugin/src/test/java/org/opendaylight/ovsdb/plugin/OvsdbTestAddTunnelIT.java [deleted file]
plugin/src/test/java/org/opendaylight/ovsdb/plugin/OvsdbTestAddVlanIT.java [deleted file]
plugin/src/test/java/org/opendaylight/ovsdb/plugin/OvsdbTestBridgeConfigIT.java [deleted file]
plugin/src/test/java/org/opendaylight/ovsdb/plugin/OvsdbTestDeletePortIT.java [deleted file]
plugin/src/test/java/org/opendaylight/ovsdb/plugin/OvsdbTestGetBridgeDomainsIT.java [deleted file]
plugin/src/test/java/org/opendaylight/ovsdb/plugin/OvsdbTestSetOFControllerIT.java [deleted file]
plugin/src/test/java/org/opendaylight/ovsdb/plugin/PluginTestBase.java [moved from plugin/src/test/java/org/opendaylight/ovsdb/plugin/OvsdbTestBase.java with 88% similarity]
plugin/src/test/java/org/opendaylight/ovsdb/plugin/TearDown.java [moved from plugin/src/test/java/org/opendaylight/ovsdb/plugin/OvsdbTestAddBridgeIT.java with 63% similarity]