Skip to content
Snippets Groups Projects
Commit 8269ac4a authored by abat's avatar abat
Browse files

Merge into master from pull request #1339: Fix NPE in ForwardingVTA & Fix...

Merge into master from pull request #1339: Fix NPE in ForwardingVTA & Fix BigBench: ant eclipse (https://github.com/bigswitch/bigswitchcontroller/pull/1339)
parents 05cf1c76 149f5616
No related branches found
No related tags found
No related merge requests found
......@@ -473,6 +473,8 @@ public class ForwardingTest extends FloodlightTestCase {
OFActionOutput.MINIMUM_LENGTH);
// Record expected packet-outs/flow-mods
// We will inject the packet_in 3 times and expect 1 flow mod and
// 3 packet outs due to flow mod dampening
sw1.write(fm1, cntx);
expectLastCall().once();
sw1.write(packetOut, cntx);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment