]> git.proxmox.com Git - ovs.git/commit
tests: Only run test on kernel datapath
authorGreg Rose <gvrose8192@gmail.com>
Fri, 4 Oct 2019 16:49:57 +0000 (09:49 -0700)
committerBen Pfaff <blp@ovn.org>
Fri, 4 Oct 2019 17:26:36 +0000 (10:26 -0700)
commitae05d68139e44820155d55c685f127066d340c50
tree481b5fb6b517616d1ece9a971deda0774a0b47d7
parent6678cc32f308992b593db2487b4421b24164b81b
tests: Only run test on kernel datapath

The recently added test to check for the correct L3 L4 protocol
information after conntrack reassembles a packet should not run
in the userspace datapath.  It is specific to a kernel datapath
regression.

Also change the name of the test to make it more informative and
less redundant and add comments with a short explanation.

Fixes: d7fd61a ("tests: Add check for correct l3l4 conntrack frag reassembly")
Suggested-by: Darrell Ball <dlu998@gmail.com>
Signed-off-by: Greg Rose <gvrose8192@gmail.com>
Signed-off-by: Ben Pfaff <blp@ovn.org>
tests/system-kmod-macros.at
tests/system-traffic.at
tests/system-userspace-macros.at