Cbench DropTest performance improvement 11/30711/1
authorVaclav Demcak <vdemcak@cisco.com>
Wed, 4 Nov 2015 01:18:46 +0000 (02:18 +0100)
committermichal rehak <mirehak@cisco.com>
Fri, 4 Dec 2015 12:06:43 +0000 (12:06 +0000)
commitb8aaeb1dee318684eb450647a783c08d336225bd
tree33ae7bfb80a2d33212156e87a05142dd66ff53a7
parent58f69e372cc9ec7311db738f10161d6804998afd
Cbench DropTest performance improvement

* PacketIn in cbench test always contains Drop Action instructions
  so we'r prepared the DropActionInstructions for every PacketIn
  like static value.

Note: This approach are not reflecting a real world when
      we make new Instructions for every PacketIn normally.

Change-Id: I86f84768c65e1564f39d5b4ac18df937a66cfa01
Signed-off-by: Vaclav Demcak <vdemcak@cisco.com>
(cherry picked from commit 18623d984cbaa67e83bb5929118c5dd1bd656f78)
test-common/src/main/java/org/opendaylight/openflowplugin/testcommon/AbstractDropTest.java