aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
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
2010-06-08timeval: Use monotonic time where appropriate.Jesse Gross
2010-05-26tests: Remove incorrect OVS_UNUSED from declaration.Ben Pfaff
2010-05-26tests: Speed up classifier test.Ben Pfaff
2010-05-26tests: Break monolithic classifier test into subtests.Ben Pfaff
2010-05-26tests: Avoid nonportable \x escapes in printf(1) invocation.Ben Pfaff
2010-05-17tests: fix compile warning of tests/test-ovsdb.cWei Yongjun
2010-05-07ovsdb-client: Serialize columns in predictable order on "monitor" command.Ben Pfaff
2010-05-07tests: Fix bug in "ovsdb-tool compact" test.Ben Pfaff
2010-05-07tests: Fix bug in "weak references" test.Ben Pfaff
2010-05-07tests: Fix bug in ovsdb-server test suite.Ben Pfaff
2010-04-20Add support for multiple OpenFlow controllers on a single bridge.Ben Pfaff
2010-04-19tunneling: Add support for tunnel ID.Jesse Gross
2010-04-12ovsdb: Use port 6632 as a default port for database connections.Ben Pfaff
2010-04-12stream: Generalize stream_open_block().Ben Pfaff
2010-04-12reconnect: Implement "passive mode".Ben Pfaff
2010-04-05ovs-vsctl: Allow setting arbitrary database columns in add-port, add-bond.Ben Pfaff
2010-03-26xenserver: Ensure that Bridge.other-config:hwaddr and Interface.MAC are set a...Ian Campbell
2010-03-24vswitchd: Make names of Bridge external_ids generic.Ben Pfaff
2010-03-19ovsdb-server: Obtain SSL configuration from database.Ben Pfaff
2010-03-19classifer: Fix test classifier to match real classifier.Jesse Gross
2010-03-18ovsdb: Allow constraining the number of rows in a table.Ben Pfaff
2010-03-18ovsdb: Compact databases online automatically and on-demand.Ben Pfaff
2010-03-17ovsdb: Add tests for transient ovsdb-server.Ben Pfaff