aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2014-04-28Python Logging Formatting ImprovementsDave Tucker
2014-04-28tests: Fix race condition waiting for monitor thread.Joe Stringer
2014-04-24ofproto-dpif-upcall: Remove the flow_dumper thread.Ethan Jackson
2014-04-23run-ryu: Use unix socket rather than patch portsSimon Horman
2014-04-22testsuite.at: Workaround for carriage returns on windows.Gurucharan Shetty
2014-04-22testsuite.at: kill for windows.Gurucharan Shetty
2014-04-22testsuite.at: pwd for windows.Gurucharan Shetty
2014-04-22tests: Define a variable "IS_WIN32" for tests.Gurucharan Shetty
2014-04-20odp-util: Always generate key/mask pair in netlink for recirc_idAndy Zhou
2014-04-18lib/flow: Add miniflow accessors and miniflow_get_tcp_flags().Jarno Rajahalme
2014-04-16ofproto-dpif.at: Fix a race.Alex Wang
2014-04-10tests: Skip queue limit tests if the queues are very large.Ben Pfaff
2014-04-10ofproto-dpif.at: Update MPLS test names.Joe Stringer
2014-04-10learn.at: Fix a shell syntaxYAMAMOTO Takashi
2014-04-09tests/ofproto-dpif: Use vlog to test dpif behaviour.Joe Stringer
2014-04-09Tests: Fix ofproto/trace and expose megaflows when having a set action.Jarno Rajahalme
2014-04-08dpif: Wildcard bond output port with recirculationAndy Zhou
2014-04-08ofproto-dpif.at: Fix a race in "idle_age and hard_age increase over time"YAMAMOTO Takashi
2014-04-08learn.at: Fix a race in "learn refreshes hard_age" testYAMAMOTO Takashi
2014-04-08learn.at: Fix a race in "self-modifying flow with hard_timeout"YAMAMOTO Takashi
2014-04-08ofproto-dpif.at: Fix races in "NetFlow flow expiration" testsYAMAMOTO Takashi
2014-04-08ofproto-dpif.at: Fix a race in "flow stats" testYAMAMOTO Takashi
2014-04-08ofproto-dpif.at: Fix a race in fin_timeout testYAMAMOTO Takashi
2014-04-08ofproto-dpif.at: Fix some races in MPLS actions testsYAMAMOTO Takashi
2014-04-08learn.at: Fix a race in "self-modifying flow with idle_timeout" testYAMAMOTO Takashi
2014-04-08ofproto-dpif.at: Avoid races in table miss testsYAMAMOTO Takashi
2014-04-08ofproto-dpif.at: Fix a race in "ofproto-dpif - controller"YAMAMOTO Takashi
2014-04-07ofproto/bond: Implement bond megaflow using recirculationAndy Zhou
2014-04-07ovsdb-server: Improve message for "add-db" of database already open.Ben Pfaff
2014-04-07lockfile: Improve log message when a process tries to relock a file.Ben Pfaff
2014-04-07tests: Fix typo in ovsdb-server test.Ben Pfaff
2014-04-07tests: Remove problematic but questionably useful part of ovsdb-server test.Ben Pfaff
2014-04-07ofp-parse: Handle buffer resize when parsing actionsSimon Horman
2014-04-06ovsdb-server.at: Update a commentYAMAMOTO Takashi
2014-04-06ofproto-dpif.at: Wait for the monitor's pidfile disappears where necessaryYAMAMOTO Takashi
2014-04-05dpif-netdev: Unwildcard entire odp_port in dpif_netdev_mask_from_nlattrs().Ben Pfaff
2014-04-04test-reconnect: Fix a warning.Alex Wang
2014-04-04Avoid static declarations of arrays with unknown size.Gurucharan Shetty
2014-04-03ofproto: Support OF version-specific table-miss behavioursSimon Horman
2014-04-03bridge: don't bring up internal ports by default.Flavio Leitner
2014-04-03ofpbuf: Rename trivial _get_ functions without the "get".Jarno Rajahalme
2014-04-03tests: add ovstest to .gitignoreLorand Jakab
2014-04-03unit-test: Link 29 test programs into ovstestAndy Zhou
2014-04-03unit-test: Improve ovstest user interfaceAndy Zhou
2014-04-03jsonrpc-server: Combine notifications when connection becomes backlogged.Ben Pfaff
2014-04-03Revert "json: New function json_serialized_length()."Ben Pfaff
2014-04-03Revert "ovsdb-data: New functions for predicting serialized length of data."Ben Pfaff
2014-04-03Revert "jsonrpc-server: Add test for disconnecting connections with too long ...Ben Pfaff
2014-04-03ovsdb-server: Send update for _version for changes due to weak ref removal.Ben Pfaff
2014-03-30ofpbuf: Introduce access api for base, data and size.Pravin Shelar