VirtualNetworkFilter unit tests complete. Found bug in Entity in devicemanger...
VirtualNetworkFilter unit tests complete. Found bug in Entity in devicemanger package where null doesn't mean no switch or port anymore; DatapathId.NONE and OFPort.ZERO do instead. An object will always be there (not null), but it's contents will specify whether the Entity has a switch port or not.
Showing
- src/main/java/net/floodlightcontroller/devicemanager/internal/Entity.java 1 addition, 3 deletions...t/floodlightcontroller/devicemanager/internal/Entity.java
- src/test/java/net/floodlightcontroller/core/test/PacketFactory.java 14 additions, 5 deletions...ava/net/floodlightcontroller/core/test/PacketFactory.java
- src/test/java/net/floodlightcontroller/devicemanager/test/MockDeviceManager.java 1 addition, 1 deletion...lightcontroller/devicemanager/test/MockDeviceManager.java
- src/test/java/net/floodlightcontroller/virtualnetwork/VirtualNetworkFilterTest.java 3 additions, 1 deletion...htcontroller/virtualnetwork/VirtualNetworkFilterTest.java
Please register or sign in to comment