1. af66932 Added modify VID and send to ingress test by Dan Talayco · 12 years ago
  2. ecb9b38 Allow subtype of 1 or 2 for ip_mask get by Dan Talayco · 12 years ago
  3. 6192e51 Fix a couple of bugs by Ed Swierk · 12 years ago
  4. c7193a2 Always do a handshake (send features request, wait for features reply) since by Ed Swierk · 12 years ago
  5. 3ae7f71 Implement a variant of basic.PacketIn for switches that drop packets by Ed Swierk · 12 years ago
  6. 99a74de Implement a required_wildcards setting to allow testing switches that by Ed Swierk · 12 years ago
  7. 17d9889 Remove garbage that was turning pktact.SingleWildcardMatchPriority into a no-op by Ed Swierk · 12 years ago
  8. 022d02e Ignore errors from attempting to install a SIGINT handler from a thread by Ed Swierk · 12 years ago
  9. 6a3698d For conservative ordered actions, set vlan id/pcp and strip vlan are mutually exclusive. by Howard Persh · 12 years ago
  10. b10a47a Added ability to specify VLAN ids to be used in test. by Howard Persh · 12 years ago
  11. 5cb7ed3 Added option "--minsize" by Jeffrey Townsend · 12 years ago
  12. 6614f97 - Added "--list-test-names" option. by Jeffrey Townsend · 12 years ago
  13. 50051c7 Use differential packet count in port_stats + cleanup by Shudong Zhou · 12 years ago
  14. 1d42392 Add port_stats.MultiFlowStats by Shudong Zhou · 12 years ago
  15. e3582a5 Unclean teardown in basic.DataPlaneOnly causes problems for subsequent tests by Shudong Zhou · 12 years ago
  16. df510a8 Add port stats test by Shudong Zhou · 12 years ago
  17. d895fcb oft frequently hangs on error exit by Shudong Zhou · 12 years ago
  18. 941d1dd add platform_args to config dictionary and add a short option alias by Rich Lane · 12 years ago
  19. 1aeccc4 default to listening on INADDR_ANY by Rich Lane · 12 years ago
  20. 51c23b3 add test pktact.DirectPacketController by Rich Lane · 12 years ago
  21. e55abf7 add --default-timeout option by Rich Lane · 12 years ago
  22. c8aaa3e use default timeout in most cases by Rich Lane · 12 years ago
  23. 17cdb12 Merge branch 'master' of github.com:floodlight/oftest by Rich Lane · 12 years ago
  24. f261a10 add -T alias for --test-spec by Rich Lane · 12 years ago
  25. ef2fc7e Added command line option "--platform-args". by Jeffrey Townsend · 12 years ago
  26. f7c4131 Add comment to FlowToggle and set command by Dan Talayco · 12 years ago
  27. 031373c pktact.FlowToggle: of_port index out of range by Shudong Zhou · 12 years ago
  28. 9a84a4f add --fail-skipped option by Rich Lane · 12 years ago
  29. 50d42eb return error status on test errors as well as failures by Rich Lane · 12 years ago
  30. ee57ad0 add an option to allow running as non-root by Rich Lane · 12 years ago
  31. 58cf05f improve error handling in tests/basic.py by Rich Lane · 12 years ago
  32. 76cce91 Test BSN vendor extension for configuring IP source/dest match mask by Ed Swierk · 12 years ago
  33. 8c3af7f Fix checking of set_vlan_pcp action capability by Ed Swierk · 13 years ago
  34. 4d5ca92 DataPlane() now accepts the configuration. by Jeffrey Townsend · 12 years ago
  35. 20a3da5 Add serial failover tests. by Ken Chiang · 12 years ago
  36. 6a1ecb8 exit(1) if a test failed by Rich Lane · 12 years ago
  37. 9d7330a default test_dir to directory containing oft by Rich Lane · 12 years ago
  38. 6b452bc support running oft from any working directory by Rich Lane · 12 years ago
  39. 520e415 simplify searching for testcase classes by Rich Lane · 12 years ago
  40. 1fac154 clean up getting test module name by Rich Lane · 12 years ago
  41. ef403e5 ignore fewer exceptions by Rich Lane · 12 years ago
  42. 3987804 supporting running from source tree by Rich Lane · 12 years ago
  43. 3978f24 Fix typo. Rename pktact.WildcardPriority2 to pktact.WildcardPriorityWithDelete. by Ken Chiang · 12 years ago
  44. 899ff8e Add DirectPacketControllerQueue test case. by Ken Chiang · 13 years ago
  45. 38d7a15 In WildcardPriority: sandwich the exact match flow with wildcarded flows. by Ken Chiang · 13 years ago
  46. 1f648cb Added test PacketInBroadcastCheck by Dan Talayco · 13 years ago
  47. 2757e0a Fix syntax error and move barrier request by Dan Talayco · 13 years ago
  48. 460dc86 Merge pull request #7 from eswierk/master by Ed Swierk · 13 years ago
  49. 4766d8e Merge branch 'master' of github.com:floodlight/oftest by Howard Persh · 13 years ago
  50. 8d21c1f (1) Improved logic for generation of randomized ENQUEUE actions by Howard Persh · 13 years ago
  51. e9a211d Add two test cases for: by Ken Chiang · 13 years ago
  52. b8a8651 Sleep for a couple of seconds to allow queue counters to reflect by Ed Swierk · 13 years ago
  53. 22f5915 Fix check of queue tx packet counters by Ed Swierk · 13 years ago
  54. 065a2db Don't stomp on pkt when requesting query stats by Ed Swierk · 13 years ago
  55. 5f3c83f (1) Changed DEBUG messages to INFO level by Howard Persh · 13 years ago
  56. 4af4140 Merge branch 'master' of github.com:floodlight/oftest by Howard Persh · 13 years ago
  57. 670b567 Created DirectPacketQueue test, to exercise enqueue action. by Howard Persh · 13 years ago
  58. 942f530 Added barrier under load test, LoadBarrier by Dan Talayco · 13 years ago
  59. c516fa0 Start hexdump on newline by Dan Talayco · 13 years ago
  60. f6b9483 Use default transaction timeout by Dan Talayco · 13 years ago
  61. 4f21966 Merge branch 'master' of github.com:floodlight/oftest by Jeffrey Townsend · 13 years ago
  62. 8364b16 - Added WildcardPriority test by Jeffrey Townsend · 13 years ago
  63. 7f8dba8 Added report for number of tests to list by Dan Talayco · 13 years ago
  64. c1199d5 Added some more test parameters, for: by Howard Persh · 13 years ago
  65. f97840f Added test case pktact.DirectPacketQueue, to test "enqueue" action. by Howard Persh · 13 years ago
  66. 0fc08bd Add default timeout for do_barrier by Dan Talayco · 13 years ago
  67. 488fbc5 From eswierk 6927ce7fa40cc770749d6495828002971eee1a77 by Dan Talayco · 13 years ago
  68. a6fbd67 Merge branch 'master' of github.com:floodlight/oftest by Howard Persh · 13 years ago
  69. 07d99e6 (1) Small bug fixes by Howard Persh · 13 years ago
  70. 910a828 Updated var names and test parameters by Dan Talayco · 13 years ago
  71. 3340d45 Updated with Argon-isms by Howard Persh · 13 years ago
  72. 2843d2b Goofed last minute change about action comparison for modifies, modify does not change timeouts -- fixed by root · 13 years ago
  73. f6af167 Greatly changed: by root · 13 years ago
  74. 50be767 Lowered defaults for flow toggle by Dan Talayco · 13 years ago
  75. abbfdbb Clean up var name, reporting by Dan Talayco · 13 years ago
  76. fa6454f Added FlowToggle test by Dan Talayco · 13 years ago
  77. e4f2570 Merge branch 'master' of github.com:/floodlight/oftest by Ken Chiang · 13 years ago
  78. 1bf0160 Add PacketOutMC test, which sends PacketOut message to multiple output ports. by Ken Chiang · 13 years ago
  79. d15bed5 Updated profile processing by Dan Talayco · 13 years ago
  80. 9bc61c6 Do barrier after each flow mod by Dan Talayco · 13 years ago
  81. d7c80d1 Added switch profile command option by Dan Talayco · 13 years ago
  82. 82b1fd0 Merge pull request #5 from eswierk/master by Ed Swierk · 13 years ago
  83. e097c6e Update egress port selection to use config["port_map"] instead of by Ken Chiang · 13 years ago
  84. aba5276 Merge branch 'master' of github.com:/floodlight/oftest by Ken Chiang · 13 years ago
  85. 5be06dd For SingleWildcardMatch and AllExceptOneWildcardMatch tests, by Ken Chiang · 13 years ago
  86. ae74c36 Add a simple test for desc stats by Ed Swierk · 13 years ago
  87. 89f7835 flow_stats and pktact test modules use the basic test module, so they by Ed Swierk · 13 years ago
  88. 506614a Ignore padding bytes in the received packet when the length of the by Ed Swierk · 13 years ago
  89. aa5bc06 Consolidate duplicate code. by Ken Chiang · 13 years ago
  90. b293646 Updated version of flow_query: by Howard Persh · 13 years ago
  91. 680b92a Way enhanced -- loads more debug output, does deletes ONLY LIGHTLY TESTED by Howard Persh · 13 years ago
  92. dc6fca3 Do debug output before assertion by Dan Talayco · 13 years ago
  93. 2baf8b5 Better packet dump routine by Dan Talayco · 13 years ago
  94. c796358 Initial version of test for defining flows in switch and verifying that flow definitions can be read back correctly by Howard Persh · 13 years ago
  95. 50c8246 - Fixed clear-table and initialization semantics based on other recent checkins by Jeffrey Townsend · 13 years ago
  96. f3eae9c - Added option to override recent change to flow_msg_install() which by Jeffrey Townsend · 13 years ago
  97. 2334d64 Merge branch 'master' of github.com:/floodlight/oftest by Jeffrey Townsend · 13 years ago
  98. 2a300e4 - Added SingleWildcardMatchPriority() to test proper prioritization of by Jeffrey Townsend · 13 years ago
  99. 143c745 Merge branch 'master' of github.com:/floodlight/oftest by Ken Chiang · 13 years ago
  100. fb593e7 Update port_map, logger, and config prefix to "fs_". by Ken Chiang · 13 years ago