Remove version hard coding in integration tests 03/1103/1
authorGiovanni Meo <gmeo@cisco.com>
Thu, 5 Sep 2013 09:53:26 +0000 (11:53 +0200)
committerGiovanni Meo <gmeo@cisco.com>
Thu, 5 Sep 2013 09:53:26 +0000 (11:53 +0200)
commitdfd22aa4a8395dae9f90c5cd8937a6acdb484a41
tree3fd7c79f7103cf3558a076bddcf9ffd748e2f38d
parent9ab03c29fa211cf607365dada530db65e5c1d19a
Remove version hard coding in integration tests

- Version hardcoding on integration tests will cause problems when
releasing artifacts, hence removing it and relaying solely on the
version number present in the pom file.
- Enabled verify phase in integration tests else developer build will
happily succed even if there are integration test failures, which will
be only discovered during the controller-verify phase.

Change-Id: I52a0e16d1228ef09c87fa8aa7dc1f21dc0663fae
Signed-off-by: Giovanni Meo <gmeo@cisco.com>
opendaylight/commons/opendaylight/pom.xml
opendaylight/configuration/integrationtest/src/test/java/org/opendaylight/controller/configuration/internal/ConfigurationIT.java
opendaylight/forwardingrulesmanager/integrationtest/src/test/java/org/opendaylight/controller/forwardingrulesmanager/internal/ForwardingRulesManagerIT.java
opendaylight/hosttracker/integrationtest/src/test/java/org/opendaylight/controller/hosttracker/internal/HostTrackerIT.java
opendaylight/northbound/integrationtest/pom.xml
opendaylight/northbound/integrationtest/src/test/java/org/opendaylight/controller/northbound/integrationtest/NorthboundIT.java
opendaylight/statisticsmanager/integrationtest/src/test/java/org/opendaylight/controller/statisticsmanager/internal/StatisticsManagerIT.java
opendaylight/switchmanager/integrationtest/src/test/java/org/opendaylight/controller/switchmanager/internal/SwitchManagerIT.java