Fix broken SouthboundIT test
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)
commit0630730a448ea8238f99b5f6e71bb2afabdac459
tree720e3f4bdab0adc829127c6d0f2468fcf4dda30b
parent8125974d647038d1f97bd2ebe48e431e2209b907
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>