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
      Finally! Maven works a lot better. (1) create single jar with all... · fc6687a2
      Ryan Izard authored
      Finally! Maven works a lot better. (1) create single jar with all dependencies. This is a much larger jar, but it is directly portable to another system... just use -cf and point to the floodlightdefault.properties file. (2) reduce unit test log verbosity... drastically. (3) include version and name in manifest for new version REST API. Note this also includes the web interface in the jar if the web interface submodule has been fetched prior to building the controller.
      fc6687a2
Loading