summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* ofp-actions: Add action "debug_slow" for testing slow-path.Justin Pettit2018-01-101-0/+19
* ofproto-dpif: Use a fixed size userspace cookie.Justin Pettit2018-01-101-2/+0
* netdev: Custom statistics.Michal Weglicki2018-01-101-0/+2
* tunnel: fix tunnel flags set/clear.William Tu2018-01-101-3/+34
* tests: add-del-add sequence for interfaceAshish Varma2018-01-104-1/+31
* tests: Add dpctl test for conntrack nconns/maxconns.Darrell Ball2018-01-093-0/+116
* ofp-errors: Send as much of a message as possible in an error reply.Ben Pfaff2018-01-091-28/+18
* nsh: rework NSH netlink keys and actionsYi Yang2018-01-081-14/+16
* ofproto: Delete all groups and meters when (un)configuring a controller.Ben Pfaff2018-01-081-0/+58
* ofp-print: Include full hex dump of messages that fail decode.Ben Pfaff2018-01-051-0/+26
* OVN: Add support for periodic router advertisements.Mark Michelson2018-01-052-0/+260
* tunnel: Add ofproto/list-tunnels command for troubleshooting.Ben Pfaff2018-01-041-0/+3
* tests: Kill the daemons at cleanup only if pidfile exists.Jakub Sitnicki2017-12-261-2/+2
* log: Support multiple magic.Ben Pfaff2017-12-241-1/+1
* log: New functions for replacing a log's contents.Ben Pfaff2017-12-242-8/+124
* log: Add new open mode OVSDB_LOG_CREATE_EXCL.Ben Pfaff2017-12-242-1/+8
* log: Require log entries to be JSON objects.Ben Pfaff2017-12-241-106/+106
* log: Allow client to specify magic.Ben Pfaff2017-12-242-3/+41
* sparse: Add guards to prevent FreeBSD-incompatible #include order.Ben Pfaff2017-12-222-0/+3
* table: Add --max-column-width option.Ben Pfaff2017-12-221-6/+6
* ovsdb-server: Forbid user-specified databases with reserved names.Ben Pfaff2017-12-221-0/+5
* ovsdb-client: Add new "query" command.Ben Pfaff2017-12-221-0/+53
* ovsdb-client: Add new "restore" command.Ben Pfaff2017-12-211-1/+57
* ovs-vswitchd: Allow more convenient 0x short form for specifying DPIDs.Ben Pfaff2017-12-211-0/+38
* valgrind: Add support to run kernel datapath testsuite under valgrindYifeng Sun2017-12-201-0/+7
* tests: Fix typo in ovn.at test script.Leonid Ryzhyk2017-12-191-1/+1
* ovsdb-tool: Add new "db-name" and "schema-name" commands.Ben Pfaff2017-12-191-18/+10
* ovsdb-client: Add new "backup" command.Ben Pfaff2017-12-151-0/+51
* ovsdb-client: Add new "get-schema-cksum" command.Ben Pfaff2017-12-141-1/+3
* ovsdb-client: Move ovsdb-client specific tests to new .at file.Ben Pfaff2017-12-144-21/+13
* ovsdb-error: New function ovsdb_error_to_string_free().Ben Pfaff2017-12-131-12/+6
* conntrack: Fix icmp error address sanity check.Darrell Ball2017-12-111-3/+3
* conntrack: Disable algs by default.Darrell Ball2017-12-111-0/+21
* conntrack: Allow specified alg port numbers.Darrell Ball2017-12-111-3/+3
* ofproto: Keep inserting buckets into a group from changing group type.Ben Pfaff2017-12-111-0/+25
* tests: Always ignore "Broken pipe" and "Connection reset" log messages.Ben Pfaff2017-12-084-39/+15
* stream-unix: Give accepted sockets distinct names for log messages.Ben Pfaff2017-12-082-1/+2
* test-ovsdb: Triggers should wake up other triggers immediately.Ben Pfaff2017-12-082-1/+2
* test-ovsdb: Simplify code in do_trigger().Ben Pfaff2017-12-081-4/+4
* dpctl: Support flush conntrack by conntrack 5-tupleYi-Hung Wei2017-12-073-0/+83
* ct-dpif,dpif-netlink: Support conntrack flush by ct 5-tupleYi-Hung Wei2017-12-071-1/+1
* tests: Use $(MKDIR_P) instead of mkdir -p.Ben Pfaff2017-12-061-1/+1
* tests: Use $(MKDIR_P) to avoid races.Ben Pfaff2017-12-061-1/+1
* odp-util: Fix parsing corner case for encap_nsh() actions.Ben Pfaff2017-12-011-0/+8
* types: New macros ETH_ADDR_C and ETH_ADDR64_C.Ben Pfaff2017-11-292-7/+9
* tunnel: Fix deletion of datapath tunnel ports in case of reconfigurationBalazs Nemeth2017-11-282-6/+62
* ovn-northd; Treat logical ports of router type as always being upJakub Sitnicki2017-11-281-0/+69
* Remove Perl dependency.Ben Pfaff2017-11-262-2/+0
* tests: Convert miscellaneous test code from Perl to Python.Ben Pfaff2017-11-262-23/+23
* tests: Convert flowgen utility from Perl to Python.Ben Pfaff2017-11-264-255/+242