summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* ovsdb-server: Avoid intermittent test failures due to lockfile log message.Ben Pfaff2011-04-011-3/+3
* ovsdb: Truncate bad transactions from database log.Ben Pfaff2011-03-311-0/+48
* ovsdb: Check that ovsdb-server truncates corrupted database logs.Ben Pfaff2011-03-311-0/+47
* ovsdb: Force strong references to non-root tables to be persistent.Ben Pfaff2011-03-311-0/+32
* gitignore: Added ovs-vlan-bug-workaround and testsEthan Jackson2011-03-221-0/+5
* ovs-vsctl: Back out garbage collection changes.Ethan Jackson2011-03-161-0/+20
* ofproto: Remove controller discovery support.Ben Pfaff2011-03-163-191/+0
* ofproto: Get rid of archaic "switch status" OpenFlow extension.Ben Pfaff2011-03-161-23/+0
* ofp-util: New function ofputil_decode_flow_stats_reply().Ben Pfaff2011-03-161-4/+4
* ovs-ofctl: Check min flow format support in negotiate_highest_flow_format().Ben Pfaff2011-03-161-0/+22
* classifier: Omit all-1-bits mask for VLAN TCI in cls_rule_format().Ben Pfaff2011-03-161-17/+17
* ofp-print: Consistently print priority only if it is not default.Ben Pfaff2011-03-161-3/+3
* tests: Fix up interface-reconfigure test and results.Ben Pfaff2011-03-161-1/+17
* ovsdb-server: Report time since last connect and disconnect for each manager.Andrew Evans2011-03-143-118/+84
* ofp-print: Omit timestamp when printing packets in ofp_packet_to_string().Ben Pfaff2011-03-141-1/+1
* ovsdb: Implement garbage collection.Ben Pfaff2011-03-105-16/+258
* ovsdb: Improve error message for duplicate uuid-name.Ben Pfaff2011-03-101-0/+14
* ovsdb-data: Verify that named-uuid string is an <id>.Ben Pfaff2011-03-101-0/+19
* python/ovs/ovsuuid: Fix behavior of UUID.from_json() with no symbol table.Ben Pfaff2011-03-101-0/+4
* reconnect: Rename CONNECT_IN_PROGRESS state to CONNECTING (like rconn).Andrew Evans2011-03-101-32/+32
* xenserver: Delete Bridge when creating vlan.Ethan Jackson2011-03-101-0/+2
* reconnect: Fix printf() format warning.Ethan Jackson2011-03-101-1/+1
* reconnect: Track last-disconnected time.Andrew Evans2011-03-093-0/+67
* ovs-ofctl: Make add-flows command read from stdin if file name is "-".Ben Pfaff2011-03-091-1/+1
* ovs-ofctl: Implement documented semantics of --flow-format for flow_mods.Ben Pfaff2011-03-015-18/+41
* xenserver: Add support for disabling in-band management via XAPI.Andrew Evans2011-02-281-1/+9
* ofp-print: Don't print priority for flow stats requests.Ben Pfaff2011-02-241-4/+4
* test-ovsdb: Check uuid_from_string() return value.Ben Pfaff2011-02-231-2/+4
* test-ovsdb: Don't leak return value from ovsdb_txn_commit().Justin Pettit2011-02-231-1/+1
* multipath: Validate multipath actions more thoroughly in multipath_parse().Ben Pfaff2011-02-231-4/+41
* ovsdb: Remove 'managers' column from 'Open vSwitch' table.Andrew Evans2011-02-181-1/+1
* ovsdb-tool: New command "needs-conversion".Ben Pfaff2011-02-151-0/+22
* ovsdb-tool: Add commands for printing the database checksum.Ben Pfaff2011-02-153-3/+22
* xenserver: Remove support for XenServer versions older than 5.6 FP1.Justin Pettit2011-02-111-2/+0
* xenserver: Merge upstream changes and drop pre-5.6.100 support.Andrew Evans2011-02-111-0/+14
* ovs-vsctl: Add new "find" command.Ben Pfaff2011-02-081-1/+20
* ovs-vsctl: Add --columns options to "list" command.Ben Pfaff2011-02-081-0/+7
* ovs-vsctl: Add commands to get/delete/set manager connections.Andrew Evans2011-02-071-0/+26
* daemon: Define daemon options enums the same way as other option enums.Ben Pfaff2011-02-071-2/+3
* xenserver: Allow LACP configuration from xapi.Ethan Jackson2011-02-031-2/+2
* nicira-ext: Support matching IPv6 Neighbor Discovery messages.Justin Pettit2011-02-021-0/+36
* nicira-ext: Support matching IPv6 traffic.Justin Pettit2011-02-022-0/+164
* nicira-ext: Support matching ARP source and target hardware addresses.Justin Pettit2011-02-021-4/+28
* lib: Replace IP_TYPE_ references with IPPROTO_.Justin Pettit2011-02-022-4/+4
* tests: Add test suite for packets.h.Justin Pettit2011-02-014-0/+59
* tests: Fix tests with UCS-2 Python.Ethan Jackson2011-01-312-3/+18
* tests: Tolerate different versions of tcpdump.Ben Pfaff2011-01-271-2/+5
* tests: Skip frequently hanging "closes standard fds" testsJustin Pettit2011-01-261-0/+6
* Implement arbitrary bitwise masks for tun_id field.Ben Pfaff2011-01-202-2/+13
* tests: Update interface-reconfigure tests.Ethan Jackson2011-01-181-0/+11