bug 6579 added basic unit tests 26/48726/6
authorK.V Suneelu Verma <k.v.suneelu.verma@ericsson.com>
Mon, 28 Nov 2016 07:29:20 +0000 (12:59 +0530)
committerK.V Suneelu Verma <k.v.suneelu.verma@ericsson.com>
Mon, 12 Dec 2016 05:09:51 +0000 (10:39 +0530)
commit480b80d0b790672a95f07da1caedc9f2fa38a566
tree178961695ea680748330e7096ba4fb51b7427c48
parente1575143556b8bf122aaed721eec668d1fb759b4
bug 6579 added basic unit tests

Added unit tests for the following commands
McastMacsRemoteUpdateCommand
UcastMacsRemoteUpdateCommand
LogicalSwitchUpdateCommand

When logical switch is configured ensure that op.insert is fired
same with mcast mac and ucast mac also.

Change-Id: Ie08664faa233776f82fb0a4ea8d6f0522a4b4810
Signed-off-by: K.V Suneelu Verma <k.v.suneelu.verma@ericsson.com>
hwvtepsouthbound/hwvtepsouthbound-impl/pom.xml
hwvtepsouthbound/hwvtepsouthbound-impl/src/test/java/org/opendaylight/ovsdb/hwvtepsouthbound/DataChangeListenerTestBase.java [new file with mode: 0644]
hwvtepsouthbound/hwvtepsouthbound-impl/src/test/java/org/opendaylight/ovsdb/hwvtepsouthbound/HwvtepDataChangeListenerTest.java [new file with mode: 0644]
hwvtepsouthbound/hwvtepsouthbound-impl/src/test/java/org/opendaylight/ovsdb/hwvtepsouthbound/TestBuilders.java [new file with mode: 0644]
hwvtepsouthbound/hwvtepsouthbound-impl/src/test/resources/org/opendaylight/ovsdb/hwvtepsouthbound/hwvtep_schema.json [new file with mode: 0644]