1. 80c5b20 Fix load.FlowRemovedLoad test. by Tony van der Peet · 11 years ago
  2. 9c49160 add load.FlowRemovedLoad by Rich Lane · 12 years ago
  3. ea8c472 explictly set buffer_id for packet-out messages by Rich Lane · 12 years ago
  4. f9f6b51 loxi-prep: get OFPT_ERROR from the correct module by Rich Lane · 12 years ago
  5. 0237baf loxi-prep: rename users of ofp_match by Rich Lane · 12 years ago
  6. ba3f0e2 loxi-prep: subtype flow_mod classes by Rich Lane · 12 years ago
  7. b73808c loxi-prep: move header fields into the message classes by Rich Lane · 12 years ago
  8. 5fd6faf loxi-prep: rename stats reply 'stats' field to 'entries' to match PyLoxi by Rich Lane · 12 years ago
  9. d0478ff loxi-prep: rename uses of match fields by Rich Lane · 12 years ago
  10. c495d9e loxi-prep: rename action_list.add to append by Rich Lane · 12 years ago
  11. 9d3cc6b loxi-prep: remove action_ prefix from callers by Rich Lane · 12 years ago
  12. 28fa927 loxi-prep: access message/action modules through the ofp module by Rich Lane · 12 years ago
  13. d7b0ffa loxi-prep: remove uses of cstruct module by Rich Lane · 12 years ago
  14. a9e12ab Keep polling in Packet{In,Out}Load until the switch quiesces, by Ed Swierk · 12 years ago
  15. adf64b1 Merge branch 'annotations' 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. 0a4f637 use class decorators to mark tests that shouldn't be run by default by Rich Lane · 12 years ago
  21. 30ca70c load.FlowModLoad: cap the number of flow-mods for switches that report huge flowtables by Rich Lane · 12 years ago
  22. d9ef7c3 load.FlowModLoad: shuffle flow-mods before sending them to the switch by Rich Lane · 12 years ago
  23. 82c35e8 speed up load.FlowModLoad by Rich Lane · 12 years ago
  24. e6fca64 Add a test that fills up the flow table repeatedly by Ed Swierk · 12 years ago
  25. afcf467 set in_port on packet_out messages by Rich Lane · 12 years ago
  26. d083285 Added packet-in/out load tests by Dan Talayco · 12 years ago
  27. 2014f9b remove config parameter from several testutils functions by Rich Lane · 12 years ago
  28. b90a1c4 move base test classes to oftest.base_tests by Rich Lane · 12 years ago
  29. 477f481 add a global config dictionary by Rich Lane · 12 years ago
  30. d1d9c28 define priorities as a property on the test class by Rich Lane · 12 years ago
  31. 9a00381 use the singleton logger object by Rich Lane · 12 years ago
  32. da3b5ad move testutils to src/python/oftest by Rich Lane · 12 years ago
  33. 99a74de Implement a required_wildcards setting to allow testing switches that by Ed Swierk · 12 years ago
  34. 942f530 Added barrier under load test, LoadBarrier by Dan Talayco · 13 years ago