Skip to content
Snippets Groups Projects
  1. Jul 18, 2016
  2. Jul 15, 2016
  3. Jul 14, 2016
  4. Jul 13, 2016
  5. Jul 12, 2016
  6. Jul 11, 2016
    • rsharo's avatar
      Unit test cleanup and bugfix. · e17f923a
      rsharo authored
      ForwardingTest.testForwardDeleteFlowsByDescriptorMultiple() passed in Eclipse, but failed when run by "ant test".
      Changed Forwarding.deleteFlowsByDescriptor() to use List<> instead of Set<> to simplify the unit test.
      Tests now pass in every configuration I'm able to run them (eclipse single test, eclipse test class, eclipse all tests, ant all tests).
      
      Also general code and comment cleanup.
      e17f923a
    • brobertson3's avatar
      Comments added · 1de210ba
      brobertson3 authored
      1de210ba
    • jkhutch3's avatar
      Finished test cases for our new code · f78da3e9
      jkhutch3 authored
      f78da3e9
    • Ryan Izard's avatar
      fix LLDP HA role handling · 2d6e0f73
      Ryan Izard authored
      2d6e0f73
    • Ryan Izard's avatar
      Fix HA role REST API and add flag to allow us to toggle the controller's... · 201dbb86
      Ryan Izard authored
      Fix HA role REST API and add flag to allow us to toggle the controller's behavior when a transition to STANDBY occurs. For now, since we don't have much logic in other modules to handle STANDBY roles, we'll shutdown, but in the future, we should give the ability to stay running and await the next transition to ACTIVE.
      201dbb86
  7. Jul 09, 2016
  8. Jul 07, 2016
    • Ryan Izard's avatar
      update log message typo · dbb1405e
      Ryan Izard authored
      dbb1405e
    • Ryan Izard's avatar
      Remove old makefile. Add round #1 of version support via REST API. The... · 76cbc830
      Ryan Izard authored
      Remove old makefile. Add round #1 of version support via REST API. The included code adds a /wm/core/version/json REST API. This will work in Eclipse and in situations where the jar is being run in the build environment with the pom.xml. It will not work when the jar has been compiled and relocated outside of the build environment. For this, we need to come up with a solution to build in the version at compile-time. This will either incorporate it as code or save it somewhere in the classpath.
      76cbc830
Loading