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

Fix unit tests

Guess I was wrong. Unit tests *were* broken
parent d0b8db00
No related branches found
No related tags found
No related merge requests found
......@@ -515,6 +515,10 @@ public class OFChannelHandlerTest {
expectLastCall().once();
sw.setCoreFlowPriority(CORE_PRIORITY);
expectLastCall().once();
sw.startDriverHandshake();
expectLastCall().once();
sw.isDriverHandshakeComplete();
expectLastCall().andReturn(true).once();
if (cfg.isPresent)
sw.setAttribute(IOFSwitch.SWITCH_IS_CORE_SWITCH, cfg.isCoreSwitch);
......
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