Skip to content
Snippets Groups Projects
Commit 796f631f authored by Gregor Maier's avatar Gregor Maier
Browse files

Add more descriptive comment

parent 1b5f30b6
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