summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Permit to build OVS with only Python3 installedTimothy Redaelli2018-07-2412-55/+59
* dpif-netdev: Add SMC cache after EMC cacheYipeng Wang2018-07-241-2/+5
* tests: Add test for ovn-nbctl's command parser error paths.Jakub Sitnicki2018-07-231-0/+76
* tests: Add test for oneline-formatted output for ovn-nbctl.Jakub Sitnicki2018-07-231-0/+21
* tests: Add test for ovn-nbctl dry run mode.Jakub Sitnicki2018-07-231-0/+21
* ovn-nbctl: Don't die in pg_by_name_or_uuid().Jakub Sitnicki2018-07-231-0/+5
* tests: Add more items to .gitignoreAlin Gabriel Serdean2018-07-171-0/+8
* tests: Fix ICMP related 2 false positives.Darrell Ball2018-07-101-1/+1
* bridge: Clean leaking netdevs when route is added.Tiago Lam2018-07-101-0/+38
* ovn-nbctl: Clarify error messages in qos-add command.Justin Pettit2018-07-091-5/+5
* treewide: Remove pointless "return;" at ends of functions.Ben Pfaff2018-07-092-9/+0
* OVN: add unit test for TCPv6 port unreachable supportLorenzo Bianconi2018-07-091-0/+21
* OVN: add IPv6 address unreachable support to OVN router portsLorenzo Bianconi2018-07-061-0/+1
* OVN: add IPv6 UDP port unreachable support to OVN logical routerLorenzo Bianconi2018-07-061-3/+23
* OVN: add unit test for ICMPv6 TTL exceededLorenzo Bianconi2018-07-061-3/+23
* ofproto-dpif-xlate: Fix packet_in reason for Table-miss ruleKeshav Gupta2018-07-061-0/+38
* json: Avoid signed integer overflow in parsing exponents.Ben Pfaff2018-07-051-1/+13
* tests: Add more fragmentation tests.Darrell Ball2018-07-053-0/+232
* conntrack: Fix fragmentation checks.Darrell Ball2018-07-051-0/+91
* ovn.at: Add stateful test for ACL on port groups.Han Zhou2018-07-051-21/+48
* ovn-northd: Apply pre ACLs when using Port GroupsDaniel Alvarez2018-07-051-1/+1
* ofproto-macros: Ignore "Dropped # log messages" in check_logs.Ben Pfaff2018-07-051-0/+6
* ovn: Avoid long string of spaces in addresses in tests.Ben Pfaff2018-06-251-6/+6
* OVN: add protocol unreachable support to OVN router portsLorenzo Bianconi2018-06-181-0/+1
* OVN: add TCP port unreachable support to OVN logical routerLorenzo Bianconi2018-06-181-0/+31
* OVN: add UDP port unreachable support to OVN logical routerLorenzo Bianconi2018-06-181-0/+76
* ovsdb-idl: Correct singleton insert logicMark Michelson2018-06-154-1/+80
* tests/stp: Make validation of flows before changing of topology.Ivan Dyukov2018-06-141-0/+3
* tests/sendpkt.py: Fix to work with Python3Timothy Redaelli2018-06-141-1/+4
* tests: Fix test that tests if the system doesn't support IPv6Timothy Redaelli2018-06-141-1/+1
* tests: Enable Valgrind for userspace system tests.Darrell Ball2018-06-141-0/+7
* OVN: add ICMP time exceeded support to OVN logical routerLorenzo Bianconi2018-06-141-0/+77
* ovsdb-idl: Redesign use of indexes.Ben Pfaff2018-06-121-107/+72
* treewide: Convert leading tabs to spaces.Ben Pfaff2018-06-1131-1454/+1454
* ofproto-dpif: Remove tabs from output.Ben Pfaff2018-06-1113-278/+276
* ofproto-dpif-trace: Remove tabs from output.Ben Pfaff2018-06-113-5/+5
* bond: Remove tabs from output.Ben Pfaff2018-06-112-36/+36
* rstp, stp: Remove tabs from output.Ben Pfaff2018-06-111-7/+7
* lacp: Remove tabs from output.Ben Pfaff2018-06-111-373/+373
* dpctl: Remove tabs from output.Ben Pfaff2018-06-113-20/+20
* cfm: Remove tabs from output.Ben Pfaff2018-06-112-13/+13
* bfd: Remove leading tabs from output.Ben Pfaff2018-06-112-24/+24
* ofproto-dpif: Use dp_hash as default selection methodJan Scheurich2018-05-253-78/+269
* ofproto-dpif: Improve dp_hash selection method for select groupsJan Scheurich2018-05-251-7/+8
* tests: Avoid printing Python exception for hosts without IPv6 support.Ben Pfaff2018-05-251-7/+15
* ovsdb: Improve timing in cluster torture test.Ben Pfaff2018-05-251-3/+2
* ovsdb: Improve torture test for clusters.Ben Pfaff2018-05-251-6/+6
* Embrace anonymous unions.Ben Pfaff2018-05-253-48/+48
* erspan: add NXOXM_ET_ERSPAN_ field tests.William Tu2018-05-251-32/+45
* Extend tests for conjunctive match support in OVNNuman Siddique2018-05-241-0/+228