-
- Downloads
Changed DebugCounterServiceImpl's registerCounter(). It turns out we do need...
Changed DebugCounterServiceImpl's registerCounter(). It turns out we do need to always return a reference to an IDebugCounter. If the counter we're trying to add is already there, return the existing IDebugCounter, else if the counter is not there, add it, and return it instead.
Showing
- src/main/java/net/floodlightcontroller/debugcounter/DebugCounterServiceImpl.java 10 additions, 1 deletion...lightcontroller/debugcounter/DebugCounterServiceImpl.java
- src/test/java/net/floodlightcontroller/debugcounter/CounterHierarchyBelowTest.java 0 additions, 167 deletions...ghtcontroller/debugcounter/CounterHierarchyBelowTest.java
- src/test/java/net/floodlightcontroller/debugcounter/CounterHierarchyGetTest.java 0 additions, 276 deletions...lightcontroller/debugcounter/CounterHierarchyGetTest.java
- src/test/java/net/floodlightcontroller/debugcounter/CounterHierarchyPutTest.java 0 additions, 119 deletions...lightcontroller/debugcounter/CounterHierarchyPutTest.java
- src/test/java/net/floodlightcontroller/debugcounter/DebugCounterImplTest.java 81 additions, 0 deletions...oodlightcontroller/debugcounter/DebugCounterImplTest.java
- src/test/java/net/floodlightcontroller/debugcounter/DebugCounterServiceTest.java 544 additions, 0 deletions...lightcontroller/debugcounter/DebugCounterServiceTest.java
- src/test/java/net/floodlightcontroller/debugcounter/DebugCounterTest.java 0 additions, 285 deletions...t/floodlightcontroller/debugcounter/DebugCounterTest.java
- src/test/java/net/floodlightcontroller/debugcounter/OFConnectionCountersTest.java 290 additions, 0 deletions...ightcontroller/debugcounter/OFConnectionCountersTest.java
- src/test/java/net/floodlightcontroller/util/OFMessageDamperMockSwitch.java 0 additions, 12 deletions.../floodlightcontroller/util/OFMessageDamperMockSwitch.java
Loading
Please register or sign in to comment