summaryrefslogtreecommitdiff
path: root/tests/ovn.at
Commit message (Expand)AuthorAgeFilesLines
* ovn: Add a case of policy based routing.Gurucharan Shetty2016-11-031-0/+219
* ovn-controller: Container can have connection to a hosting VM.Gurucharan Shetty2016-11-021-0/+193
* ovn-southbound: Implement read-only connection support.Lance Richardson2016-11-011-0/+94
* ovn-test: Fix 'test-ovn composition' crashAndy Zhou2016-10-201-0/+4
* ovn.at: Avoid using "printf -v"YAMAMOTO Takashi2016-10-191-2/+2
* expr: Better simplify some special cases of expressions.Ben Pfaff2016-10-111-0/+12
* expr: Improve test so that it would have found the bugs I just fixed.Ben Pfaff2016-10-111-11/+17
* expr: Fix abort when simplifying "x != 0/0".Ben Pfaff2016-10-111-0/+2
* expr: Simplify "x == 0/0" into 1.Ben Pfaff2016-10-111-0/+8
* ovn: Fix "trace" test to wait for synchronization of southbound ports.Ben Pfaff2016-10-071-0/+3
* ovn: Remove weird or unneeded keywords from tests.Ben Pfaff2016-10-071-22/+2
* ovn: Fix some races in IPAM connectivity test.Ben Pfaff2016-10-071-9/+3
* ovn: Fix bugs in port security test.Ben Pfaff2016-10-071-6/+6
* ovn: Fix races in MAC_Binding deletion test.Ben Pfaff2016-10-071-5/+4
* ovn-northd: support IPAM with externally specified MACLance Richardson2016-10-061-0/+7
* ovn: Make ipam tests more reliablenickcooper-zhangtonghao2016-10-061-4/+4
* DSCP marking on packetsBabu Shanmugam2016-10-051-1/+85
* Check and allocate free qdisc queue id for ports with qos parametersBabu Shanmugam2016-10-041-0/+8
* ovn: Avoid using bash "+=" extension in tests.Ben Pfaff2016-10-031-31/+31
* tests: Use standard -q option to grep in place of GNU --quiet extension.Ben Pfaff2016-09-301-2/+2
* ovn: Do not reply to ARP or ND NS for a VM's own IP address.Ben Pfaff2016-09-301-6/+14
* ovn: Change ct_label[0] to ct_label.blockedBabu Shanmugam2016-09-211-0/+1
* ovn: Add test to ensure datapath removal is proper.Flavio Fernandes2016-09-151-0/+67
* ovn: make ipam tests more reliableLance Richardson2016-09-141-10/+10
* ovn-northd: add dhcpv6 stateless option supportZongkai LI2016-09-141-6/+45
* ovn: add lsp-deletion and bcast-flow removal tests for localnetRamu Ramamurthy2016-09-141-0/+70
* ovn-northd: Tag allocation for nested containers.Gurucharan Shetty2016-09-091-0/+116
* ovn-controller: Back out incremental processingRyan Moats2016-08-311-0/+55
* ovn: Delete stale MAC_Bindings that result in Referential Integrity ViolationChandra S Vejendla2016-08-261-0/+33
* ovn: Replace tabs with spaces and clean up alignment in unit tests.Flavio Fernandes2016-08-251-77/+77
* ovn: Support for GARP for NAT IPs via localnetChandra S Vejendla2016-08-161-0/+49
* ovn: Fix ARP request flow for unknown IP in lrouterChandra S Vejendla2016-08-161-0/+111
* ovn-trace: New utility.Ben Pfaff2016-08-151-0/+216
* lex: Integrate error handling into struct lexer.Ben Pfaff2016-08-151-2/+2
* ovn: Rewrite logical action parsing and encoding library.Ben Pfaff2016-08-151-161/+346
* ovn-controller: Reset flow processing after (re)connection to switchNuman Siddique2016-08-141-0/+95
* ovn-northd: Add logical flows to support DHCPv6Numan Siddique2016-08-141-4/+230
* ovn-controller: Add 'put_dhcpv6_opts' action in ovn-controllerNuman Siddique2016-08-141-0/+11
* ovn: Fix receive from vxlan in ovn-controller.Darrell Ball2016-08-021-0/+3
* logical-fields: Beautify conntrack definitions.Ben Pfaff2016-08-081-0/+15
* ovn: Use a common symbol table for ovn-controller and test-ovn.Ben Pfaff2016-08-081-11/+38
* expr: Fine-tune parser error message for common typo.Ben Pfaff2016-08-081-0/+2
* ovn: Add support for IPv6 dynamic bindings.Justin Pettit2016-07-291-0/+15
* ovn: Don't require clearing inport to hair-pin packets.Justin Pettit2016-07-291-2/+2
* ovn: Rename "nd" action to "nd_na".Justin Pettit2016-07-291-4/+4
* tests: Remove trim_zeros() from ovn tests.Daniele Di Proietto2016-07-291-29/+18
* netdev-*: Do not use dp_packet_pad() in recv() functions.Daniele Di Proietto2016-07-291-1/+1
* tests: Remove most packet-forwarding related "sleep"s from OVN tests.Ben Pfaff2016-07-281-124/+66
* ovn: Make two end-to-end tests more reliable.Ben Pfaff2016-07-281-0/+9
* tests: Define trim_zeros in only one place.Ben Pfaff2016-07-281-53/+11