Droptest: unify packet handling 72/7672/3
authorRobert Varga <robert.varga@pantheon.sk>
Wed, 4 Jun 2014 07:43:53 +0000 (09:43 +0200)
committerRobert Varga <robert.varga@pantheon.sk>
Mon, 9 Jun 2014 11:59:13 +0000 (13:59 +0200)
commitcbcd4ccb4f218c69d597329412a878f0e0ad3e59
treedf507ccda1d5766fb010f5a0104437295031fa70
parent74417f0d6e732e349b6d09f0bbb9a7a272512391
Droptest: unify packet handling

Rework the two implementation to make sure they do equivalent
processing, such that the difference between the two really is only the
way they propage changes through the system.

Change-Id: I01cb2daea78747a5659d04da65c810188b3e38c6
Signed-off-by: Robert Varga <robert.varga@pantheon.sk>
drop-test/src/main/java/org/opendaylight/openflowplugin/droptest/AbstractDropTest.java [new file with mode: 0644]
drop-test/src/main/java/org/opendaylight/openflowplugin/droptest/DropTestCommiter.java
drop-test/src/main/java/org/opendaylight/openflowplugin/droptest/DropTestRpcProvider.java
drop-test/src/main/java/org/opendaylight/openflowplugin/droptest/DropTestRpcSender.java