summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* tests: Disable profiling for "wait-until must wait" test.Ben Pfaff2010-07-213-1/+12
* ovs-vsctl: Do not allow record names to be abbreviated.Ben Pfaff2010-07-161-4/+1
* Tests: Fix nonportable \" escape in printf(1) invocation.Ben Pfaff2010-07-141-1/+1
* ovsdb: New functions ovsdb_datum_sort_unique(), ovsdb_datum_from_json_unique().Ben Pfaff2010-07-121-2/+23
* ovsdb: New functions ovsdb_atom_default(), ovsdb_datum_default().Ben Pfaff2010-07-122-0/+144
* ovsdb: Extend "monitor" to select different operations in a single table.Ben Pfaff2010-07-011-9/+8
* tests: Add OVSDB tests for monitors that select only certain operations.Ben Pfaff2010-06-301-5/+109
* ovs-vsctl: Add "wait-until" command.Ben Pfaff2010-06-291-0/+58
* ovs-vsctl: Prepare for more flexible database argument parsing.Ben Pfaff2010-06-291-1/+1
* ovs-vsctl: Make "ovs-vsctl get <table> <record> _uuid" work.Ben Pfaff2010-06-241-1/+2
* tests: Tolerate ignored SIGPIPE in daemon tests.Ben Pfaff2010-06-241-4/+24
* vconn: Fix tracking of "connected" state.Ben Pfaff2010-06-241-1/+3
* ovsdb-idl: Simplify usage of ovsdb_idl_run().Ben Pfaff2010-06-231-27/+17
* tests: Fix occasional failure of "self-linking idl, inconsistent ops" test.Ben Pfaff2010-06-231-6/+10
* ovsdb-server: Improve logging for referential integrity violations.Ben Pfaff2010-06-222-6/+6
* ovs-vsctl: Support references among records at creation time.Ben Pfaff2010-06-171-2/+2
* ovs-vsctl: Fix spelling error in log message.Ben Pfaff2010-06-171-1/+1
* tests: Allow some difference in rounding in timeval test.Jesse Gross2010-06-101-2/+6
* timeval: Use monotonic time where appropriate.Jesse Gross2010-06-081-1/+3
* tests: Remove incorrect OVS_UNUSED from declaration.Ben Pfaff2010-05-261-1/+1
* tests: Speed up classifier test.Ben Pfaff2010-05-261-2/+3
* tests: Break monolithic classifier test into subtests.Ben Pfaff2010-05-265-38/+48
* tests: Avoid nonportable \x escapes in printf(1) invocation.Ben Pfaff2010-05-261-4/+4
* tests: fix compile warning of tests/test-ovsdb.cWei Yongjun2010-05-171-5/+5
* ovsdb-client: Serialize columns in predictable order on "monitor" command.Ben Pfaff2010-05-071-6/+6
* tests: Fix bug in "ovsdb-tool compact" test.Ben Pfaff2010-05-071-19/+19
* tests: Fix bug in "weak references" test.Ben Pfaff2010-05-071-1/+2
* tests: Fix bug in ovsdb-server test suite.Ben Pfaff2010-05-071-20/+20
* Add support for multiple OpenFlow controllers on a single bridge.Ben Pfaff2010-04-201-0/+81
* tunneling: Add support for tunnel ID.Jesse Gross2010-04-192-4/+11
* ovsdb: Use port 6632 as a default port for database connections.Ben Pfaff2010-04-122-4/+5
* stream: Generalize stream_open_block().Ben Pfaff2010-04-122-3/+3
* reconnect: Implement "passive mode".Ben Pfaff2010-04-122-0/+141
* ovs-vsctl: Allow setting arbitrary database columns in add-port, add-bond.Ben Pfaff2010-04-051-3/+7
* xenserver: Ensure that Bridge.other-config:hwaddr and Interface.MAC are set a...Ian Campbell2010-03-261-4/+4
* vswitchd: Make names of Bridge external_ids generic.Ben Pfaff2010-03-241-6/+6
* ovsdb-server: Obtain SSL configuration from database.Ben Pfaff2010-03-192-1/+56
* classifer: Fix test classifier to match real classifier.Jesse Gross2010-03-191-1/+1
* ovsdb: Allow constraining the number of rows in a table.Ben Pfaff2010-03-182-2/+23
* ovsdb: Compact databases online automatically and on-demand.Ben Pfaff2010-03-181-0/+117
* ovsdb: Add tests for transient ovsdb-server.Ben Pfaff2010-03-171-1/+37
* ovsdb: Add support for weak references.Ben Pfaff2010-03-175-15/+272
* tests: Don't use obsolete names in ovs-vsctl tests of external-ids.Ben Pfaff2010-03-171-3/+3
* Raise minimum Autoconf version to 2.64.Ben Pfaff2010-03-082-16/+8
* ovsdb: Remove "comment" support from OVSDB schemas.Ben Pfaff2010-03-052-11/+0
* ovsdb-idl: New function ovsdb_idl_txn_commit_block().Ben Pfaff2010-03-031-6/+1
* xenserver: Implement missing interface-reconfigure settings.Ben Pfaff2010-03-031-0/+8
* vswitch: interface-reconfigure: bring down physical interfacesIan Campbell2010-02-261-0/+10
* ovsdb: Add support for "enum" constraints.Ben Pfaff2010-02-253-1/+92
* Remove PCRE dependency.Ben Pfaff2010-02-252-2/+1