aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2011-08-01vlog: Add a new log level "off".Ben Pfaff
2011-07-28ovs-ofctl: Print human readable nx_pull_match() errors.Ethan Jackson
2011-07-28git: Update gitignore in tests and utilities.Ethan Jackson
2011-07-27ovs-ofctl: Fix dump-ports and queue-stats commands.Ben Pfaff
2011-07-26ofp-print: Make port "config" and "state" output easier to read.Ben Pfaff
2011-07-26ovsdb: Implement a "lock" feature in the database protocol.Ben Pfaff
2011-07-26ovsdb: Refactor jsonrpc-server to make the concept of a session public.Ben Pfaff
2011-07-26ovsdb-client: Make "server" and "database" arguments optional.Ben Pfaff
2011-07-22bundle: New action "bundle_load".Ethan Jackson
2011-07-22bundle: Implement NX_BD_ALG_ACTIVE_BACKUP.Ethan Jackson
2011-07-22nx-match: New helpers.Ethan Jackson
2011-07-22util: New function log_2_floor().Ben Pfaff
2011-07-22bundle: Run bundle_check() in unit tests.Ethan Jackson
2011-07-19vswitch: Implement bundle action.Ethan Jackson
2011-07-12tests: Fix deprecated use of qw.Ethan Jackson
2011-06-30classifier: Print ARP opcode as "arp_op" instead of "opcode".Ben Pfaff
2011-06-21ovsdb-idl: Plug hole in state machine.Ben Pfaff
2011-06-17xenserver: allow dom0 traffic in secure pool host when controller unavailable.David Tsai
2011-06-15ofp-util: Send table_id correctly in OpenFlow 1.0 flow_mods.Ben Pfaff
2011-06-14ofp-print: Change "table_id" to "table" in flow_mod and flow_stats.Ben Pfaff
2011-06-14ofp-parse: Add support for vlan_tci field.Ben Pfaff
2011-06-14ofproto: Add simple tests for dumping aggregates and for OpenFlow 1.0.Ben Pfaff
2011-06-10tests: Add test for printing NXT_FLOW_MOD_TABLE_ID.Ben Pfaff
2011-06-09Remove NXAST_DROP_SPOOFED_ARP action.Justin Pettit
2011-06-09tests: Unit test autopath action parsing.Ethan Jackson
2011-06-07ofp-parse: Add support for dl_dst masks in flow match parsing.Ben Pfaff
2011-06-07ovs-openflowd: Rename test-openflowd and move to "tests" directory.Ben Pfaff
2011-06-06ovsdb: Implement table uniqueness constraints ("indexes").Ben Pfaff
2011-06-06ovsdb: Move ovsdb_table_put_row() into test program.Ben Pfaff
2011-06-06ovsdb: Make ovsdb_column_set_from_json() take table schema instead of table.Ben Pfaff
2011-05-31ovsdb: Check ovsdb_mutation_set_execute() return value in transactions.Ben Pfaff
2011-05-31ovsdb: Add test for number-of-elements constraints.Ben Pfaff
2011-05-27ovs-ofctl: Report attempts to add (remove, etc.) non-normalized flows.Ben Pfaff
2011-05-27ofp-util: Export (again) a generalized function for normalizing rules.Ben Pfaff
2011-05-27ofp-util: Also force nw_tos to be wildcarded for ARP flows.Ben Pfaff
2011-05-26test-csum: Avoid "cast increases required alignment of target type" warning.Ben Pfaff
2011-05-24tests: Fix the two Python XFAIL tests.Ben Pfaff
2011-05-23Avoid sparse error or warning for sizeof(_Bool).Ben Pfaff
2011-05-18Merge 'next' into 'master'.Ben Pfaff
2011-05-16Make the source tree sparse clean.Ben Pfaff
2011-05-16test-sha1: Suppress sparse warning.Ben Pfaff
2011-05-16Fix incorrect byte order annotations.Ben Pfaff
2011-05-16Consistently write null pointer constants as NULL instead of 0.Ben Pfaff
2011-05-13tests: Check ovs-openflowd log output instead of ignoring it.Ben Pfaff
2011-05-13ofp-util: Revise OpenFlow 1.0 ofp_match normalization.Ben Pfaff
2011-05-13ofp-util: Don't warn for different forms of nw_{src,dst} wildcards.Ben Pfaff
2011-05-13lockfile: Don't warn if successful lock takes a little time.Ben Pfaff
2011-05-13tests: Check test output more carefully.Ben Pfaff
2011-05-12Fix bugs lingering from merge mistakes.Ben Pfaff
2011-05-12Merge 'master' into 'next'.Ben Pfaff