Fixes for LibraryIT timing out 34/37034/1
authorSam Hague <shague@redhat.com>
Sat, 2 Apr 2016 21:46:59 +0000 (17:46 -0400)
committerSam Hague <shague@redhat.com>
Sat, 2 Apr 2016 21:46:59 +0000 (17:46 -0400)
commitc165b66ea7c20166e79c453267d212d6ff74499c
treee7be15bed88f3974c8b1590411dc8221e34dd519
parent272c62bf8b0545ff2a879e3bc00b6b339c5c1cc5
Fixes for LibraryIT timing out

Something recently changed in the karaf builds such that
it is causing the five core karaf bundles to only go to
an installed state. The LibraryIT tests will not run unless
they see all bundles active, so the installed state bundles
cause the test to timeout.

Reworked the tests to not use the bundle states and to use what all
the other tests in OBSDB use which is to wait until the config is up.
Added these methods to the abstract test class so that it could be
shared across the five differetn library IT sets.

Also cleaned up a bunchof System.Out.println's and Assert's.

Change-Id: Iddd31eede1de1c5f3cde88bb1c3f7c96a5489051
Signed-off-by: Sam Hague <shague@redhat.com>
library/it/src/test/java/org/opendaylight/ovsdb/integrationtest/ovsdbclient/OvsdbClientTestIT.java
library/it/src/test/java/org/opendaylight/ovsdb/integrationtest/ovsdbclient/OvsdbClientTestTypedIT.java
library/it/src/test/java/org/opendaylight/ovsdb/integrationtest/schema/hardwarevtep/HardwareVTEPIT.java
library/it/src/test/java/org/opendaylight/ovsdb/integrationtest/schema/openvswitch/OpenVSwitchIT.java
library/it/src/test/java/org/opendaylight/ovsdb/lib/it/LibraryIT.java
library/it/src/test/java/org/opendaylight/ovsdb/lib/it/LibraryIntegrationTestBase.java
library/it/src/test/java/org/opendaylight/ovsdb/lib/it/LibraryIntegrationTestUtils.java