Add TestWatcher so we know what test is running 51/13451/3
authorFlavio Fernandes <ffernand@redhat.com>
Mon, 8 Dec 2014 15:11:24 +0000 (10:11 -0500)
committerFlavio Fernandes <ffernand@redhat.com>
Mon, 8 Dec 2014 17:20:53 +0000 (12:20 -0500)
commitcd2b7f777057125c82dc9aeaff4e4246d414b217
tree1a9ae4f8581d89f2e3275f8120774a55cfd2ae85
parent4e923cf36183851a76a1b18b9816317f83bf1915
Add TestWatcher so we know what test is running

Patch 2:
  - move testWatcher to base class
  - convert System.out.println in OvsdbPluginV3IT to use logger

Patch 3:
  - remove logs from mocked class (they never get called due to mock)

Change-Id: I21902bcd7595b16c8951ca04d1883c0745da6ba0
Signed-off-by: Flavio Fernandes <ffernand@redhat.com>
integrationtest/src/test/java/org/opendaylight/ovsdb/integrationtest/OvsdbIntegrationTestBase.java
integrationtest/src/test/java/org/opendaylight/ovsdb/integrationtest/plugin/OvsdbPluginV3IT.java
integrationtest/src/test/java/org/opendaylight/ovsdb/integrationtest/schema/hardwarevtep/HardwareVTEPIT.java
integrationtest/src/test/java/org/opendaylight/ovsdb/integrationtest/schema/openvswitch/OpenVSwitchIT.java