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)
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>

No differences found