1. 4c504f3 testutils: add verify_packet_in and verify_no_packet_in by Rich Lane · 11 years ago
  2. ea8c472 explictly set buffer_id for packet-out messages by Rich Lane · 12 years ago
  3. b73808c loxi-prep: move header fields into the message classes by Rich Lane · 12 years ago
  4. 4e361bb loxi-prep: rename error 'type' field to 'err_type' 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. 5a9a192 add version decorator by Rich Lane · 12 years ago
  8. aecd716 of10: simplify importing by Rich Lane · 12 years ago
  9. 6242d9f move and check in OpenFlow protocol modules by Rich Lane · 12 years ago
  10. 1568b65 basic: reenable tests and move out PacketInDefaultDrop by Rich Lane · 12 years ago
  11. adf64b1 Merge branch 'annotations' by Rich Lane · 12 years ago
  12. 9527101 action: remove redundant action_ prefix from classes by Rich Lane · 12 years ago
  13. 0f0adc9 message: convert lists passed as keyword arguments to action_lists by Rich Lane · 12 years ago
  14. c52a1c4 action: support assigning fields with keyword arguments to the constructor by Rich Lane · 12 years ago
  15. c3c2ae1 message: support setting fields with keyword arguments to the constructor by Rich Lane · 12 years ago
  16. 3a261d5 raise an AssertionError if do_barrier fails by Rich Lane · 12 years ago
  17. 32bf948 remove assertions on the return value of delete_all_flows by Rich Lane · 12 years ago
  18. 5c3151c throw AssertionError if controller.message_send fails by Rich Lane · 12 years ago
  19. e30455b action_list: throw exception if value is not an action by Rich Lane · 12 years ago
  20. 97e9965 add group decorator and smoke test group by Rich Lane · 12 years ago
  21. 0a4f637 use class decorators to mark tests that shouldn't be run by default by Rich Lane · 12 years ago
  22. afcf467 set in_port on packet_out messages by Rich Lane · 12 years ago
  23. bbd4cf9 add necessary barriers to basic.PortConfigMod by Rich Lane · 12 years ago
  24. 2014f9b remove config parameter from several testutils functions by Rich Lane · 12 years ago
  25. b90a1c4 move base test classes to oftest.base_tests by Rich Lane · 12 years ago
  26. 477f481 add a global config dictionary by Rich Lane · 12 years ago
  27. d1d9c28 define priorities as a property on the test class by Rich Lane · 12 years ago
  28. 5bd6cf9 fix SIGINT handling by Rich Lane · 12 years ago
  29. 9a00381 use the singleton logger object by Rich Lane · 12 years ago
  30. da3b5ad move testutils to src/python/oftest by Rich Lane · 12 years ago
  31. c689a79 Use default timeouts by Dan Talayco · 12 years ago
  32. 5d0f7cc By default, respond to echo requests by Dan Talayco · 12 years ago
  33. a6cea8b Do not run dataplane only by default by Dan Talayco · 12 years ago
  34. e605b1b OFTEST-7 Add test for a bad message by Dan Talayco · 12 years ago
  35. 97d4f36 Check for response on features req by Dan Talayco · 12 years ago
  36. aeb23d6 Add tagged packet to PacketIn. Add PortConfigModErr testcase. by Ken Chiang · 12 years ago
  37. 6192e51 Fix a couple of bugs 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. 022d02e Ignore errors from attempting to install a SIGINT handler from a thread by Ed Swierk · 12 years ago
  41. e3582a5 Unclean teardown in basic.DataPlaneOnly causes problems for subsequent tests by Shudong Zhou · 12 years ago
  42. c8aaa3e use default timeout in most cases by Rich Lane · 12 years ago
  43. 58cf05f improve error handling in tests/basic.py by Rich Lane · 12 years ago
  44. 4d5ca92 DataPlane() now accepts the configuration. by Jeffrey Townsend · 12 years ago
  45. 1f648cb Added test PacketInBroadcastCheck by Dan Talayco · 13 years ago
  46. 0fc08bd Add default timeout for do_barrier by Dan Talayco · 13 years ago
  47. 1bf0160 Add PacketOutMC test, which sends PacketOut message to multiple output ports. by Ken Chiang · 13 years ago
  48. ae74c36 Add a simple test for desc stats by Ed Swierk · 13 years ago
  49. 506614a Ignore padding bytes in the received packet when the length of the by Ed Swierk · 13 years ago
  50. dc6fca3 Do debug output before assertion by Dan Talayco · 13 years ago
  51. 2baf8b5 Better packet dump routine by Dan Talayco · 13 years ago
  52. 677cc11 Added inheritSetup method by Dan Talayco · 13 years ago
  53. 0aeff8c Test packet in and packet out with a few different kinds of packets: by Ed Swierk · 13 years ago
  54. 0caeb1e Wait for all flows to be deleted before attempting to trigger a packet-in by Ed Swierk · 13 years ago
  55. 677c0b7 In band changes by Dan Talayco · 13 years ago
  56. cf26b7a Added relax option to oftest by Dan Talayco · 13 years ago
  57. ba4fd4f DataPlaneOnly message to log, not stdout by Dan Talayco · 14 years ago
  58. 285a838 Record config object in test instance by Dan Talayco · 14 years ago
  59. 551befa Some major restructuring by Dan Talayco · 14 years ago
  60. c24aaae Added per-test priority support by Dan Talayco · 14 years ago
  61. 79c6c4d Added basic table stats get test by Dan Talayco · 14 years ago
  62. 9f47f4d Added FloodMinusPort routine; use utility routines by Dan Talayco · 14 years ago
  63. b3f43fe Added PortConfigMod by Dan Talayco · 15 years ago
  64. ef701f4 Debug changes; change sig handler signature by Dan Talayco · 15 years ago
  65. f8f4140 Join with controller thread on clean shutdown by Dan Talayco · 15 years ago
  66. 79f3608 Updated README; added test descriptions to --list by Dan Talayco · 15 years ago
  67. 41eae8b Added simple packet creator in test utils by Dan Talayco · 15 years ago
  68. 6ce963a Various updates to basic test set by Dan Talayco · 15 years ago
  69. 2c0dba3 Setup and test spec implementation by Dan Talayco · 15 years ago
  70. 4837010 Major overhaul of oftest command interface by Dan Talayco · 15 years ago
  71. e226eb1 Mostly polling and timeout support by Dan Talayco · 15 years ago
  72. 710438c Mostly changes to socket deployment by Dan Talayco · 15 years ago
  73. a92e75b Typo in assert message by Dan Talayco · 15 years ago
  74. dba244e Basic test file by Dan Talayco · 15 years ago