summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorDarrell Ball <dlu998@gmail.com>2019-02-13 15:34:16 -0800
committerBen Pfaff <blp@ovn.org>2019-02-14 11:39:19 -0800
commitc6fb6677c3155e632bc0fb1a0fb0ca247d91701b (patch)
tree6faa0cd55af1476fe63321bffc3e0a9f794a0654 /tests
parent523464abb268993103526ce2edcd60ebe104866d (diff)
downloadopenvswitch-c6fb6677c3155e632bc0fb1a0fb0ca247d91701b.tar.gz
tests: Add missed local stack checks.
Acked-by: Justin Pettit <jpettit@ovn.org> Signed-off-by: Darrell Ball <dlu998@gmail.com> Signed-off-by: Ben Pfaff <blp@ovn.org>
Diffstat (limited to 'tests')
-rw-r--r--tests/system-traffic.at2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/system-traffic.at b/tests/system-traffic.at
index e34f7a4fb..de40734e4 100644
--- a/tests/system-traffic.at
+++ b/tests/system-traffic.at
@@ -2981,6 +2981,7 @@ AT_SETUP([conntrack - Fragmentation over vxlan])
OVS_CHECK_VXLAN()
CHECK_CONNTRACK()
CHECK_CONNTRACK_FRAG()
+CHECK_CONNTRACK_LOCAL_STACK()
OVS_TRAFFIC_VSWITCHD_START()
ADD_BR([br-underlay])
@@ -3033,6 +3034,7 @@ AT_SETUP([conntrack - IPv6 Fragmentation over vxlan])
OVS_CHECK_VXLAN()
CHECK_CONNTRACK()
CHECK_CONNTRACK_FRAG()
+CHECK_CONNTRACK_LOCAL_STACK()
OVS_TRAFFIC_VSWITCHD_START()
ADD_BR([br-underlay])