Fix broken SouthboundIT test 04/18604/2
authorSam Hague <shague@redhat.com>
Sun, 19 Apr 2015 19:30:00 +0000 (15:30 -0400)
committerSam Hague <shague@redhat.com>
Sun, 19 Apr 2015 20:04:47 +0000 (16:04 -0400)
commit55a6f33a6ec9fa0e0a90faacd31c56f992343ac0
tree03aae98314abb012e13c4f5aabbd3b15e2e34b24
parenta3689f922e19688cac79831765146ce06e140422
Fix broken SouthboundIT test

The mdsalUtils field needs to be static becuase each @Test method is a totally new allocation and the value is reaallocated for each test.

Also added some extra debug logs.

Patchset 2: checkstyle

Change-Id: Ic75b5bc25cdf62b1c3daa4ee2fdea487804fb0a9
Signed-off-by: Sam Hague <shague@redhat.com>
southbound/southbound-it/src/test/java/org/opendaylight/ovsdb/southbound/it/AbstractConfigTestBase.java
southbound/southbound-it/src/test/java/org/opendaylight/ovsdb/southbound/it/SouthboundIT.java
southbound/southbound-it/src/test/java/org/opendaylight/ovsdb/southbound/it/SouthboundITConstants.java