Avoid an NPE in OvsdbNodeRemoveCommand
authorStephen Kitt <skitt@redhat.com>
Fri, 30 Oct 2015 13:39:34 +0000 (14:39 +0100)
committerStephen Kitt <skitt@redhat.com>
Fri, 30 Oct 2015 17:16:04 +0000 (18:16 +0100)
In some cases (perhaps only test code)
ovsdbNodeAugmentation.getManagerEntry() returns null; this patch adds
a test to avoid the resulting NPE.

Change-Id: If545d3e4478deb91703029d8226957c5c61d2125
Signed-off-by: Stephen Kitt <skitt@redhat.com>

No differences found