aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2010-11-03classifier: Rewrite.Ben Pfaff
2010-10-29classifier: Merge classifier_lookup_wild(), classifier_lookup_exact().Ben Pfaff
2010-10-29classifier: Remove classifier_insert_exact().Ben Pfaff
2010-10-29xtoxll: Rename "byte-order" since it now include more than xtoxll.Ben Pfaff
2010-10-29xtoxll: Add byte conversions macros for use in constant expressions.Ben Pfaff
2010-10-22ovsdb-idl: Test prerequisite checking.Ben Pfaff
2010-10-21tests: Update expected test result to match "ovsdb-client dump" changes.Ben Pfaff
2010-10-11flow: Get rid of flow_t typedef.Ben Pfaff
2010-10-11flow: Separate "flow_t" from "struct odp_flow_key".Ben Pfaff
2010-10-02Add Nicira extension for modifying queue without transmittingJustin Pettit
2010-10-01ofp-parse: Add test.Ben Pfaff
2010-10-01Switch many macros from using CONTAINER_OF to using OBJECT_CONTAINING.Ben Pfaff
2010-09-23tests: Test that children restart with special exit codeEthan Jackson
2010-09-22tests: Remove trailing whitespace from python daemon testsEthan Jackson
2010-09-22xenserver: Only put the primary XenServer UUID in default bridge-idEthan Jackson
2010-09-21ovs-vsctl: Allow "get" commands to create @names also.Ben Pfaff
2010-09-21tests: Add 5-second timeout to ovs-vsctl tests.Ben Pfaff
2010-09-20Avoid shadowing local variable names.Ben Pfaff
2010-08-30treewide: Remove trailing whitespaceJoe Perches
2010-08-25xenserver: Prepend XenServer external ids with "xs-"Justin Pettit
2010-08-25Implement initial Python bindings for Open vSwitch database.Ben Pfaff
2010-08-25reconnect: Refactor tests to use common macro.Ben Pfaff
2010-08-25ovsdb: Remove unused ovsdb_datum_from_json_unique().Ben Pfaff
2010-08-13Remove vestigial support for Spanning Tree Protocol.Ben Pfaff
2010-08-10datapath: Fix handling of 802.1Q and SNAP headers.Ben Pfaff
2010-08-02vswitch: Add external_ids column to every table.Ben Pfaff
2010-07-30vswitchd: Move fail-mode config to Bridge tableJustin Pettit
2010-07-30vswitchd: Remove default controller config from Open_vSwitch tableJustin Pettit
2010-07-21vlog: Make the vlog module catalog program-specific.Ben Pfaff
2010-07-21vlog: Remove explicit calls to vlog_init().Ben Pfaff
2010-07-21vlog: Make vlog initialize itself when necessary.Ben Pfaff
2010-07-21timeval: Make time_init() static and remove calls to it.Ben Pfaff
2010-07-21tests: Disable profiling for "wait-until must wait" test.Ben Pfaff
2010-07-16ovs-vsctl: Do not allow record names to be abbreviated.Ben Pfaff
2010-07-14Tests: Fix nonportable \" escape in printf(1) invocation.Ben Pfaff
2010-07-12ovsdb: New functions ovsdb_datum_sort_unique(), ovsdb_datum_from_json_unique().Ben Pfaff
2010-07-12ovsdb: New functions ovsdb_atom_default(), ovsdb_datum_default().Ben Pfaff
2010-07-01ovsdb: Extend "monitor" to select different operations in a single table.Ben Pfaff
2010-06-30tests: Add OVSDB tests for monitors that select only certain operations.Ben Pfaff
2010-06-29ovs-vsctl: Add "wait-until" command.Ben Pfaff
2010-06-29ovs-vsctl: Prepare for more flexible database argument parsing.Ben Pfaff
2010-06-24ovs-vsctl: Make "ovs-vsctl get <table> <record> _uuid" work.Ben Pfaff
2010-06-24tests: Tolerate ignored SIGPIPE in daemon tests.Ben Pfaff
2010-06-24vconn: Fix tracking of "connected" state.Ben Pfaff
2010-06-23ovsdb-idl: Simplify usage of ovsdb_idl_run().Ben Pfaff
2010-06-23tests: Fix occasional failure of "self-linking idl, inconsistent ops" test.Ben Pfaff
2010-06-22ovsdb-server: Improve logging for referential integrity violations.Ben Pfaff
2010-06-17ovs-vsctl: Support references among records at creation time.Ben Pfaff
2010-06-17ovs-vsctl: Fix spelling error in log message.Ben Pfaff
2010-06-10tests: Allow some difference in rounding in timeval test.Jesse Gross