commit | fe99038890b838dc9f0623e0430d634afbb1c792 | [log] [tgz] |
---|---|---|
author | Jonathan Hart <jono@onlab.us> | Wed Feb 06 15:22:32 2013 -0800 |
committer | Jonathan Hart <jono@onlab.us> | Wed Feb 06 15:22:32 2013 -0800 |
tree | 01d9adb2e151d24215c23acb3d27895102ed6351 | |
parent | 4908de1904a580076c28ef61d6db49736fcfc6c4 [diff] |
Added the gremlin shell and shortcut scripts
diff --git a/src/test/java/net/floodlightcontroller/core/internal/ControllerTest.java b/src/test/java/net/floodlightcontroller/core/internal/ControllerTest.java index fb063df..a6948c0 100644 --- a/src/test/java/net/floodlightcontroller/core/internal/ControllerTest.java +++ b/src/test/java/net/floodlightcontroller/core/internal/ControllerTest.java
@@ -509,6 +509,7 @@ expect(newsw.getBuffers()).andReturn(0).anyTimes(); expect(newsw.getTables()).andReturn((byte)0).anyTimes(); expect(newsw.getActions()).andReturn(0).anyTimes(); + expect(newsw.getPorts()).andReturn(new ArrayList<OFPhysicalPort>()); controller.activeSwitches.put(0L, oldsw); replay(newsw, channel, channel2);