added dropAllPackets provider bypassing datastore 68/4568/2
authorMichal Rehak <mirehak@cisco.com>
Wed, 22 Jan 2014 09:15:38 +0000 (10:15 +0100)
committerGerrit Code Review <gerrit@opendaylight.org>
Wed, 22 Jan 2014 11:24:20 +0000 (11:24 +0000)
commitb91b55518993c61f6ed07b023fb7210d7c1ea6b8
tree641663228fd6b900b6b29d65e2dc860468ab6c22
parente97c4992fc107a30b798a7b8c673ac665b4c8fa6
added dropAllPackets provider bypassing datastore

required for cbench load tests:
  time consuming operations (datastore + transaction) are bypassed
  and flow is added by calling flow service rpc (directly routed back to plugin)
  so flow created this way is not visible though rest

Change-Id: I40608e6321517494f8eef2dd8d2637bb503b010b
Signed-off-by: Michal Rehak <mirehak@cisco.com>
drop-test/src/main/java/org/opendaylight/openflowplugin/droptest/DropTestActivator.xtend
drop-test/src/main/java/org/opendaylight/openflowplugin/droptest/DropTestCommandProvider.java
drop-test/src/main/java/org/opendaylight/openflowplugin/droptest/DropTestRpcProvider.xtend [new file with mode: 0644]
drop-test/src/main/java/org/opendaylight/openflowplugin/droptest/DropTestRpcSender.xtend [new file with mode: 0644]