1. ea36fa2 Merge pull request #16 from rlane/move-platforms by Dan Talayco · 12 years ago
  2. 8aebc5e Move platforms out of tests directory by Rich Lane · 12 years ago
  3. b4f8ecb accept incoming connections even if ignoring them by Rich Lane · 12 years ago
  4. bc3d296 add --test-dir option by Rich Lane · 12 years ago
  5. ec82661 add style guide by Rich Lane · 12 years ago
  6. 6598fbd Merge pull request #13 from InCNTRE/master by Rich Lane · 12 years ago
  7. 710fe80 Merge pull request #14 from rlane/matcheach by Rich Lane · 12 years ago
  8. 8d6ab27 add pktact.MatchEach by Rich Lane · 12 years ago
  9. d999117 Conformance Test-Suite3 by ShreyaPandita · 12 years ago
  10. 7a41dce updated predefined functions by ShreyaPandita · 12 years ago
  11. ddd34ac removed old documentation by ShreyaPandita · 12 years ago
  12. 5bf03a9 added Test-suite-3 documentation by ShreyaPandita · 12 years ago
  13. 907efa2 Mainly: complete handshake for ctrl cxn by Dan Talayco · 12 years ago
  14. 5d0f7cc By default, respond to echo requests by Dan Talayco · 12 years ago
  15. a6cea8b Do not run dataplane only by default by Dan Talayco · 12 years ago
  16. e605b1b OFTEST-7 Add test for a bad message by Dan Talayco · 12 years ago
  17. 6cc1fda OFTEST-7 Add file for illegal message generation by Dan Talayco · 12 years ago
  18. 97d4f36 Check for response on features req by Dan Talayco · 12 years ago
  19. 3a6b7ec Merge branch 'master' of github.com:floodlight/oftest by Dan Talayco · 12 years ago
  20. 9523623 Merge pull request #11 from InCNTRE/master by Rob Sherwood · 12 years ago
  21. cf64cc9 Predefined Functions for conformance tests by ShreyaPandita · 12 years ago
  22. 2fec57e Detailed Testing Methodology by ShreyaPandita · 12 years ago
  23. 6ca6e08 Detailed Testing Methology by ShreyaPandita · 12 years ago
  24. 8c3cd07 Conformance Test-Suite 2 by ShreyaPandita · 12 years ago
  25. f092fbe Merge branch 'master' of github.com:floodlight/oftest by Dan Talayco · 12 years ago
  26. 761f1ea Do not run ModifyVIDToIngress on noing profile by Dan Talayco · 12 years ago
  27. 7f2c378 Exclude ModifyVIDToIngress on platforms that don't support output to ingress port by Ed Swierk · 12 years ago
  28. aba4258 Accept only the new subtype for bsn_get_ip_mask_reply by Ed Swierk · 12 years ago
  29. dacdd79 Merge branch 'master' of github.com:floodlight/oftest by Dan Talayco · 12 years ago
  30. af66932 Added modify VID and send to ingress test by Dan Talayco · 12 years ago
  31. 9cab482 Tests were sometimes failing because expected async notifications from switch were being checked for too quickly and with no timeout by Howard Persh · 12 years ago
  32. 8592bec add a --random-seed option for reproducible test runs by Rich Lane · 12 years ago
  33. b6fc23f Ignore .pyc files by Shudong Zhou · 12 years ago
  34. aeb23d6 Add tagged packet to PacketIn. Add PortConfigModErr testcase. by Ken Chiang · 12 years ago
  35. ecb9b38 Allow subtype of 1 or 2 for ip_mask get by Dan Talayco · 12 years ago
  36. 6192e51 Fix a couple of bugs by Ed Swierk · 12 years ago
  37. 9e55e28 Change controller.message_send to use exceptions for exceptional conditions by Ed Swierk · 12 years ago
  38. c7193a2 Always do a handshake (send features request, wait for features reply) since by Ed Swierk · 12 years ago
  39. 3ae7f71 Implement a variant of basic.PacketIn for switches that drop packets by Ed Swierk · 12 years ago
  40. 99a74de Implement a required_wildcards setting to allow testing switches that by Ed Swierk · 12 years ago
  41. 17d9889 Remove garbage that was turning pktact.SingleWildcardMatchPriority into a no-op by Ed Swierk · 12 years ago
  42. 022d02e Ignore errors from attempting to install a SIGINT handler from a thread by Ed Swierk · 12 years ago
  43. 6a3698d For conservative ordered actions, set vlan id/pcp and strip vlan are mutually exclusive. by Howard Persh · 12 years ago
  44. b10a47a Added ability to specify VLAN ids to be used in test. by Howard Persh · 12 years ago
  45. 5cb7ed3 Added option "--minsize" by Jeffrey Townsend · 12 years ago
  46. 6614f97 - Added "--list-test-names" option. by Jeffrey Townsend · 12 years ago
  47. 50051c7 Use differential packet count in port_stats + cleanup by Shudong Zhou · 12 years ago
  48. 1d42392 Add port_stats.MultiFlowStats by Shudong Zhou · 12 years ago
  49. e3582a5 Unclean teardown in basic.DataPlaneOnly causes problems for subsequent tests by Shudong Zhou · 12 years ago
  50. df510a8 Add port stats test by Shudong Zhou · 12 years ago
  51. d895fcb oft frequently hangs on error exit by Shudong Zhou · 12 years ago
  52. 941d1dd add platform_args to config dictionary and add a short option alias by Rich Lane · 12 years ago
  53. 1aeccc4 default to listening on INADDR_ANY by Rich Lane · 12 years ago
  54. 51c23b3 add test pktact.DirectPacketController by Rich Lane · 12 years ago
  55. e55abf7 add --default-timeout option by Rich Lane · 12 years ago
  56. c8aaa3e use default timeout in most cases by Rich Lane · 12 years ago
  57. 8806bc4 standardize on -1 for default timeouts by Rich Lane · 12 years ago
  58. db9d866 fix usage of condition variables in dataplane by Rich Lane · 12 years ago
  59. e1da7ea convert controller.py to use timed_wait by Rich Lane · 12 years ago
  60. b64ce3d factor out ofutils.timed_wait and simplify Controller.poll by Rich Lane · 12 years ago
  61. 17cdb12 Merge branch 'master' of github.com:floodlight/oftest by Rich Lane · 12 years ago
  62. f261a10 add -T alias for --test-spec by Rich Lane · 12 years ago
  63. ef2fc7e Added command line option "--platform-args". by Jeffrey Townsend · 12 years ago
  64. f7c4131 Add comment to FlowToggle and set command by Dan Talayco · 12 years ago
  65. 031373c pktact.FlowToggle: of_port index out of range by Shudong Zhou · 12 years ago
  66. 9a84a4f add --fail-skipped option by Rich Lane · 12 years ago
  67. 50d42eb return error status on test errors as well as failures by Rich Lane · 12 years ago
  68. 28dd03d - Added "--dpid" option to set the bridge dpid. Default is random. by Jeffrey Townsend · 12 years ago
  69. ee57ad0 add an option to allow running as non-root by Rich Lane · 12 years ago
  70. 9aca199 fix multithreading issues with xid_response by Rich Lane · 12 years ago
  71. ee3586c Use the "with" statement to acquire a few locks by Rich Lane · 12 years ago
  72. c4f071b fix multithreading issues with packet queue by Rich Lane · 12 years ago
  73. 58cf05f improve error handling in tests/basic.py by Rich Lane · 12 years ago
  74. 76cce91 Test BSN vendor extension for configuring IP source/dest match mask by Ed Swierk · 12 years ago
  75. 8c3af7f Fix checking of set_vlan_pcp action capability by Ed Swierk · 13 years ago
  76. 0e8b092 - The DataPlane class now accepts the global configuration when created. by Jeffrey Townsend · 12 years ago
  77. 4d5ca92 DataPlane() now accepts the configuration. by Jeffrey Townsend · 12 years ago
  78. 8ed9847 add gitignores by Rich Lane · 12 years ago
  79. 20a3da5 Add serial failover tests. by Ken Chiang · 12 years ago
  80. 6a1ecb8 exit(1) if a test failed by Rich Lane · 12 years ago
  81. 9d7330a default test_dir to directory containing oft by Rich Lane · 12 years ago
  82. 6b452bc support running oft from any working directory by Rich Lane · 12 years ago
  83. 520e415 simplify searching for testcase classes by Rich Lane · 12 years ago
  84. 1fac154 clean up getting test module name by Rich Lane · 12 years ago
  85. ef403e5 ignore fewer exceptions by Rich Lane · 12 years ago
  86. 3987804 supporting running from source tree by Rich Lane · 12 years ago
  87. 3978f24 Fix typo. Rename pktact.WildcardPriority2 to pktact.WildcardPriorityWithDelete. by Ken Chiang · 12 years ago
  88. 899ff8e Add DirectPacketControllerQueue test case. by Ken Chiang · 13 years ago
  89. 38d7a15 In WildcardPriority: sandwich the exact match flow with wildcarded flows. by Ken Chiang · 13 years ago
  90. 1f648cb Added test PacketInBroadcastCheck by Dan Talayco · 13 years ago
  91. 1729fdb Support specifying expect pkt and not expect port by Dan Talayco · 13 years ago
  92. 2757e0a Fix syntax error and move barrier request by Dan Talayco · 13 years ago
  93. 412ea94 Added flow query test plan by Dan Talayco · 13 years ago
  94. 460dc86 Merge pull request #7 from eswierk/master by Ed Swierk · 13 years ago
  95. 4766d8e Merge branch 'master' of github.com:floodlight/oftest by Howard Persh · 13 years ago
  96. 8d21c1f (1) Improved logic for generation of randomized ENQUEUE actions by Howard Persh · 13 years ago
  97. e9a211d Add two test cases for: by Ken Chiang · 13 years ago
  98. b8a8651 Sleep for a couple of seconds to allow queue counters to reflect by Ed Swierk · 13 years ago
  99. 22f5915 Fix check of queue tx packet counters by Ed Swierk · 13 years ago
  100. 065a2db Don't stomp on pkt when requesting query stats by Ed Swierk · 13 years ago