aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
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
2010-01-26json: Export function to parse an individual JSON string.Ben Pfaff
2010-01-26Cleanly separate IDL annotations from OVSDB schema information.Ben Pfaff
2010-01-26tests: Prefer $(VAR) over @VAR@ in Makefiles.Ben Pfaff
2010-01-25Add build checks for portable OpenFlow structure padding and alignment.Ben Pfaff
2010-01-15daemon: Add support for process monitoring and restart.Ben Pfaff
2010-01-15tests: New macro OVS_WAIT_WHILE.Ben Pfaff
2010-01-15tests: Factor OVSDB_INIT out of OVS_VSCTL_SETUP for other tests to use.Ben Pfaff
2010-01-15fatal-signal: After fork, clear hooks instead of disabling them.Ben Pfaff
2010-01-15tests: Improve error reporting for timeval test failures.Ben Pfaff
2010-01-11reconnect: Fix repeated RECONNECT_CONNECT that was confusing JSON-RPC.Ben Pfaff
2010-01-11ovsdb: Add tests for OVSDB protocol over SSL.Ben Pfaff
2010-01-08tests: Make test-vconn build and pass tests without OpenSSL.Ben Pfaff
2010-01-08tests: Improve vconn tests.Ben Pfaff
2010-01-07Distribute some forgotten files that are needed by "make check".Ben Pfaff
2010-01-07vconn: Test SSL vconns too.Ben Pfaff
2010-01-07stream: Really enable SSL streams.Ben Pfaff
2010-01-06Remove "fault" module.Ben Pfaff
2010-01-06Add SSL support to "stream" library and OVSDB.Ben Pfaff
2010-01-06vconn: Convert vconn code to modern OVS structure.Ben Pfaff
2010-01-06Add runtime test that strtok_r() bug fix works.Ben Pfaff