aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
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
2010-03-17ovsdb: Add support for weak references.Ben Pfaff
2010-03-17tests: Don't use obsolete names in ovs-vsctl tests of external-ids.Ben Pfaff
2010-03-08Raise minimum Autoconf version to 2.64.Ben Pfaff
2010-03-05ovsdb: Remove "comment" support from OVSDB schemas.Ben Pfaff
2010-03-03ovsdb-idl: New function ovsdb_idl_txn_commit_block().Ben Pfaff
2010-03-03xenserver: Implement missing interface-reconfigure settings.Ben Pfaff
2010-02-26vswitch: interface-reconfigure: bring down physical interfacesIan Campbell
2010-02-25ovsdb: Add support for "enum" constraints.Ben Pfaff
2010-02-25Remove PCRE dependency.Ben Pfaff
2010-02-25ovsdb: Drop regular expression constraints.Ben Pfaff
2010-02-24interface-reconfigure: Fix up unit tests expected output.Ben Pfaff
2010-02-20ofproto: Match on IP ToS/DSCP bits (OpenFlow 1.0)Justin Pettit
2010-02-20ofproto: Match VLAN PCP and rewrite ToS bits (OpenFlow 0.9)Justin Pettit
2010-02-23tests: Add basic unit tests for interface-reconfigure.Ben Pfaff
2010-02-15ovsdb: Implement ovsdb-tool commands "compact" and "convert".Ben Pfaff
2010-02-15ovsdb: Allow ovsdb_log_open()'s caller to choose whether to lock.Ben Pfaff
2010-02-15ovsdb-client: Add blank line between tables in CSV, tabular output.Ben Pfaff
2010-02-15ovsdb-client: Introduce new data formatting style as the default.Ben Pfaff
2010-02-15ovsdb: Fix commit to disk of rows added to a table with all-default values.Ben Pfaff
2010-02-11Merge "master" into "next".Ben Pfaff
2010-02-11Rename UNUSED macro to OVS_UNUSED to avoid naming conflict.Ben Pfaff
2010-02-11tests: Remove write-only variables.Ben Pfaff
2010-02-09ovsdb: Add support for multiple databases to the protocol.Ben Pfaff
2010-02-09ovs-vsctl: Add --may-exist option for add-port, add-bond commands.Ben Pfaff
2010-02-09ovs-vsctl: Add --may-exist option for add-br command.Ben Pfaff
2010-02-08ovsdb: Make scalars and 1-element sets interchangeable.Ben Pfaff
2010-02-08ovsdb: Get rid of "declare" operation.Ben Pfaff
2010-02-08ovsdb: Fix support for systems where libpcre is not installed.Ben Pfaff
2010-02-08ovsdb: Add support for referential integrity in the database itself.Ben Pfaff
2010-02-08ovsdb: Add simple constraints.Ben Pfaff
2010-02-08ovsdb: Fix result object for "declare" operation.Ben Pfaff
2010-02-05Merge branch 'master' into nextJustin Pettit
2010-02-02tests: Fix memory leaks in test programs.Ben Pfaff
2010-02-02tests: Always make ovsdb-server exit cleanly, to better find memory leaks.Ben Pfaff
2010-02-02Add support for running the testsuite under 'valgrind'.Ben Pfaff
2010-02-02tests: Fix timing dependency in ovsdb-log test.Ben Pfaff
2010-02-02Rework and simplify the "lcov" support for the testsuite.Ben Pfaff
2010-01-28ovs-vsctl: Add tests for database commands.Ben Pfaff
2010-01-27ovs-vsctl: Drop redundant {port,iface}-{set,get}-external-ids commands.Ben Pfaff
2010-01-26daemon: Make --monitor process change its process title.Ben Pfaff
2010-01-26tests: Fix ovsdb tests.Ben Pfaff
2010-01-26ovsdb: Require column type "min" value be 0 or 1.Ben Pfaff