Fixes for LibraryIT timing out
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)
commit6357ae84c5c4401a99d6b0f6a33187cee3eb2969
tree26318dc341ea7ba6332bdfca267fb2cdbe7d5a42
parent715578323dfeea2f3779196abf71a79d3881991c
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>