1. 4c504f3 testutils: add verify_packet_in and verify_no_packet_in by Rich Lane · 11 years ago
  2. 0237baf loxi-prep: rename users of ofp_match by Rich Lane · 12 years ago
  3. ba3f0e2 loxi-prep: subtype flow_mod classes by Rich Lane · 12 years ago
  4. b73808c loxi-prep: move header fields into the message classes by Rich Lane · 12 years ago
  5. 5fd6faf loxi-prep: rename stats reply 'stats' field to 'entries' to match PyLoxi by Rich Lane · 12 years ago
  6. d0478ff loxi-prep: rename uses of match fields by Rich Lane · 12 years ago
  7. 62e9685 loxi-prep: use plain lists to hold OF actions by Rich Lane · 12 years ago
  8. c495d9e loxi-prep: rename action_list.add to append by Rich Lane · 12 years ago
  9. 9d3cc6b loxi-prep: remove action_ prefix from callers by Rich Lane · 12 years ago
  10. 28fa927 loxi-prep: access message/action modules through the ofp module by Rich Lane · 12 years ago
  11. d7b0ffa loxi-prep: remove uses of cstruct module by Rich Lane · 12 years ago
  12. a3bf965 Break out double tagging tests by Dan Talayco · 12 years ago
  13. 3bfc822 Size and ingress port updates by Dan Talayco · 12 years ago
  14. fcc0991 Set config for ports before running Flood by Dan Talayco · 12 years ago
  15. 3c7cf7f fix test imports by Rich Lane · 12 years ago
  16. adf64b1 Merge branch 'annotations' by Rich Lane · 12 years ago
  17. 3a261d5 raise an AssertionError if do_barrier fails by Rich Lane · 12 years ago
  18. 32bf948 remove assertions on the return value of delete_all_flows by Rich Lane · 12 years ago
  19. 5c3151c throw AssertionError if controller.message_send fails by Rich Lane · 12 years ago
  20. e30455b action_list: throw exception if value is not an action by Rich Lane · 12 years ago
  21. 97e9965 add group decorator and smoke test group by Rich Lane · 12 years ago
  22. 0a4f637 use class decorators to mark tests that shouldn't be run by default by Rich Lane · 12 years ago
  23. b8c845a pktact.DirectPacketControllerQueue: skip test if the switch returns an error for the queue stats request on the controller port by Rich Lane · 12 years ago
  24. 0a78fbd pktact: remove exact match flows from wildcard priority tests by Rich Lane · 12 years ago
  25. a718c66 Revert "pktact: disable no-op test DirectBadPacketBase" by Rich Lane · 12 years ago
  26. 5d0e13c pktact: disable no-op test DirectBadPacketBase by Rich Lane · 12 years ago
  27. b603b19 Test only supported match fields in pktact.MatchEach by Ed Swierk · 12 years ago
  28. 7040a8d Use VLAN-tagged packet to avoid ill-defined semantics of VLAN ID 0 by Ed Swierk · 12 years ago
  29. 4ecc1f4 pktact.FloodMinusPort: check behavior after clearing NO_FLOOD bit by Rich Lane · 12 years ago
  30. 4b9e38c pktact.FloodMinusPort: clear NO_FLOOD bits before testing by Rich Lane · 12 years ago
  31. b839208 pktact.WildcardPriority: add a lower priority flow at the end to ensure it doesnt override the higher priority flows by Rich Lane · 12 years ago
  32. 22e74c1 add pktact.ModifyAll by Rich Lane · 12 years ago
  33. 5d7e89a testutils: add inspect_packet() and use it when receive_pkt_verify() fails by Rich Lane · 12 years ago
  34. 01c2b86 pktact: add ModifyL4SrcUdp and ModifyL4DstUdp by Rich Lane · 12 years ago
  35. 44cf12d speed up DirectBadPacketBase tests by Rich Lane · 12 years ago
  36. 6508ea0 fix LLC control field in pktact tests by Rich Lane · 12 years ago
  37. e9b6d25 Behavior on malformed LLC frame length is undefined, so accept RESULT_ANY by Christian Dickmann · 12 years ago
  38. 8ac5525 Set CFI to 0 in Dot1Q header. CFI = 1 has a special meaning and may lead to drops by Christian Dickmann · 12 years ago
  39. 8b59b4b Add packet parsing/matching verification by Christian Dickmann · 12 years ago
  40. e5779d3 fix pylint errors by Rich Lane · 12 years ago
  41. 2014f9b remove config parameter from several testutils functions by Rich Lane · 12 years ago
  42. b90a1c4 move base test classes to oftest.base_tests by Rich Lane · 12 years ago
  43. 477f481 add a global config dictionary by Rich Lane · 12 years ago
  44. d1d9c28 define priorities as a property on the test class by Rich Lane · 12 years ago
  45. 9a00381 use the singleton logger object by Rich Lane · 12 years ago
  46. da3b5ad move testutils to src/python/oftest by Rich Lane · 12 years ago
  47. c689a79 Use default timeouts by Dan Talayco · 12 years ago
  48. 8d6ab27 add pktact.MatchEach by Rich Lane · 12 years ago
  49. af66932 Added modify VID and send to ingress test by Dan Talayco · 12 years ago
  50. c7193a2 Always do a handshake (send features request, wait for features reply) since by Ed Swierk · 12 years ago
  51. 99a74de Implement a required_wildcards setting to allow testing switches that by Ed Swierk · 12 years ago
  52. 17d9889 Remove garbage that was turning pktact.SingleWildcardMatchPriority into a no-op by Ed Swierk · 12 years ago
  53. 51c23b3 add test pktact.DirectPacketController by Rich Lane · 12 years ago
  54. c8aaa3e use default timeout in most cases by Rich Lane · 12 years ago
  55. f7c4131 Add comment to FlowToggle and set command by Dan Talayco · 12 years ago
  56. 031373c pktact.FlowToggle: of_port index out of range by Shudong Zhou · 12 years ago
  57. 8c3af7f Fix checking of set_vlan_pcp action capability by Ed Swierk · 13 years ago
  58. 3978f24 Fix typo. Rename pktact.WildcardPriority2 to pktact.WildcardPriorityWithDelete. by Ken Chiang · 12 years ago
  59. 899ff8e Add DirectPacketControllerQueue test case. by Ken Chiang · 13 years ago
  60. 38d7a15 In WildcardPriority: sandwich the exact match flow with wildcarded flows. by Ken Chiang · 13 years ago
  61. 460dc86 Merge pull request #7 from eswierk/master by Ed Swierk · 13 years ago
  62. e9a211d Add two test cases for: by Ken Chiang · 13 years ago
  63. b8a8651 Sleep for a couple of seconds to allow queue counters to reflect by Ed Swierk · 13 years ago
  64. 22f5915 Fix check of queue tx packet counters by Ed Swierk · 13 years ago
  65. 065a2db Don't stomp on pkt when requesting query stats by Ed Swierk · 13 years ago
  66. 4af4140 Merge branch 'master' of github.com:floodlight/oftest by Howard Persh · 13 years ago
  67. 670b567 Created DirectPacketQueue test, to exercise enqueue action. by Howard Persh · 13 years ago
  68. 8364b16 - Added WildcardPriority test by Jeffrey Townsend · 13 years ago
  69. c1199d5 Added some more test parameters, for: by Howard Persh · 13 years ago
  70. f97840f Added test case pktact.DirectPacketQueue, to test "enqueue" action. by Howard Persh · 13 years ago
  71. 0fc08bd Add default timeout for do_barrier by Dan Talayco · 13 years ago
  72. 488fbc5 From eswierk 6927ce7fa40cc770749d6495828002971eee1a77 by Dan Talayco · 13 years ago
  73. 50be767 Lowered defaults for flow toggle by Dan Talayco · 13 years ago
  74. abbfdbb Clean up var name, reporting by Dan Talayco · 13 years ago
  75. fa6454f Added FlowToggle test by Dan Talayco · 13 years ago
  76. aba5276 Merge branch 'master' of github.com:/floodlight/oftest by Ken Chiang · 13 years ago
  77. 5be06dd For SingleWildcardMatch and AllExceptOneWildcardMatch tests, by Ken Chiang · 13 years ago
  78. 89f7835 flow_stats and pktact test modules use the basic test module, so they by Ed Swierk · 13 years ago
  79. 50c8246 - Fixed clear-table and initialization semantics based on other recent checkins by Jeffrey Townsend · 13 years ago
  80. 2334d64 Merge branch 'master' of github.com:/floodlight/oftest by Jeffrey Townsend · 13 years ago
  81. 2a300e4 - Added SingleWildcardMatchPriority() to test proper prioritization of by Jeffrey Townsend · 13 years ago
  82. 8a64e33 Added iterate-test-case test by Dan Talayco · 13 years ago
  83. d8ae758 Added Modify L2, send to ingress and MC (or UC) by Dan Talayco · 13 years ago
  84. c948d0b Added L2 dest addr and send to ingress port by Dan Talayco · 13 years ago
  85. cfa172f Added L2 dest modify + VLAN modify test by Dan Talayco · 13 years ago
  86. f6e76c0 Added L2 modify + MC tests and support by Dan Talayco · 13 years ago
  87. 4431d54 When VID is wildcarded, do not set it to 0xffff by Dan Talayco · 13 years ago
  88. 6ccbb07 Call basic setup function since other test modules call into the by Ed Swierk · 13 years ago
  89. cf26b7a Added relax option to oftest by Dan Talayco · 13 years ago
  90. ba3745c Added skip message support by Dan Talayco · 14 years ago
  91. 4b2bee6 Implementation of many modify tests by Dan Talayco · 14 years ago
  92. 2138156 Support setting test VID with --param by Dan Talayco · 14 years ago
  93. 551befa Some major restructuring by Dan Talayco · 14 years ago
  94. f36f108 Check if any mod actions supported; debug output by Dan Talayco · 14 years ago
  95. 80b54ed Simplified description tagline by Dan Talayco · 14 years ago
  96. 9c31e22 Merge branch 'tyabe' by Tatsuya Yabe · 14 years ago
  97. b8fb3c3 Added: DirectPacket test with ICMP matching by Tatsuya Yabe · 14 years ago
  98. 9f47f4d Added FloodMinusPort routine; use utility routines by Dan Talayco · 14 years ago
  99. f5ffb97 Check switch_features before executing modify_actions by Tatsuya Yabe · 15 years ago
  100. 17195a0 Correct condition for executing modify-actions by Tatsuya Yabe · 15 years ago