]> git.proxmox.com Git - ovs.git/commit
system-ovn.at: Add a OVN NAT test using OVN gateway.
authorGurucharan Shetty <guru@ovn.org>
Sun, 10 Jul 2016 12:57:00 +0000 (05:57 -0700)
committerGurucharan Shetty <guru@ovn.org>
Mon, 18 Jul 2016 14:23:51 +0000 (07:23 -0700)
commitcc08428b191517293a5f1d1ee19467c3fa290e9a
tree59ef2e9a3af9e6d767cf16fdf0085263c00fc626
parentbdcbce89d390107f43f550c010a79cdee352c3ca
system-ovn.at: Add a OVN NAT test using OVN gateway.

This unit test adds a basic OVN NAT test that tests north-south
DNAT, south-north SNAT and east-west DNAT and SNAT. It uses network
namespaces connected to br-int using veth pairs to act as logical
ports. This test does not cover multi-host scenarios, so there is
a gap. But userspace OVN tests do multi-host scenarios (without NAT
testing), so it should still be a decent coverage.

Signed-off-by: Gurucharan Shetty <guru@ovn.org>
Acked-by: Joe Stringer <joe@ovn.org>
tests/automake.mk
tests/system-kmod-testsuite.at
tests/system-ovn.at [new file with mode: 0644]
tests/system-userspace-testsuite.at