Good question. I tried on RHEL7x but somehow these tests failed. For now, I have run these tests on 4.4, 4.15, 4.16 and they all passed.
On Thu, Aug 9, 2018 at 11:59 AM, William Tu <[email protected]> wrote: > > > On Wed, Aug 8, 2018 at 11:32 AM, Yifeng Sun <[email protected]> > wrote: > >> Skip gre, erspan and ip6erspan related tests on kernel version from >> 4.4.x to 4.15.x because these tests will always fail. >> >> Signed-off-by: Yifeng Sun <[email protected]> >> --- >> tests/system-traffic.at | 5 +++++ >> 1 file changed, 5 insertions(+) >> >> diff --git a/tests/system-traffic.at b/tests/system-traffic.at >> index cbd9542..cf53c10 100644 >> --- a/tests/system-traffic.at >> +++ b/tests/system-traffic.at >> @@ -300,6 +300,7 @@ OVS_TRAFFIC_VSWITCHD_STOP >> AT_CLEANUP >> >> AT_SETUP([datapath - ping over gre tunnel]) >> +OVS_CHECK_KERNEL_EXCL(4, 4, 15) >> > > How about RHEL7x? Which uses 3.10.xxx? > > William > _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
