Re: [ovs-dev] [PATCH] tests: layer3-tunnels: Skip bareudp tests if not supported by kernel.

2023-05-25 Thread Ilya Maximets
On 5/25/23 09:19, Simon Horman wrote: > On Wed, May 24, 2023 at 09:23:59PM +0200, Ilya Maximets wrote: >> On 5/24/23 15:39, Frode Nordahl wrote: >>> The bareudp tests depend on specific kernel configuration to >>> succeed. Skip the test if the feature is not enabled in the >>> running kernel. >>>

Re: [ovs-dev] [PATCH] tests: layer3-tunnels: Skip bareudp tests if not supported by kernel.

2023-05-25 Thread Simon Horman
On Wed, May 24, 2023 at 09:23:59PM +0200, Ilya Maximets wrote: > On 5/24/23 15:39, Frode Nordahl wrote: > > The bareudp tests depend on specific kernel configuration to > > succeed. Skip the test if the feature is not enabled in the > > running kernel. > > > > Signed-off-by: Frode Nordahl > > --

Re: [ovs-dev] [PATCH] tests: layer3-tunnels: Skip bareudp tests if not supported by kernel.

2023-05-24 Thread Ilya Maximets
On 5/24/23 15:39, Frode Nordahl wrote: > The bareudp tests depend on specific kernel configuration to > succeed. Skip the test if the feature is not enabled in the > running kernel. > > Signed-off-by: Frode Nordahl > --- > tests/system-kmod-macros.at | 10 ++ > tests/system-layer3-

Re: [ovs-dev] [PATCH] tests: layer3-tunnels: Skip bareudp tests if not supported by kernel.

2023-05-24 Thread Simon Horman
On Wed, May 24, 2023 at 03:39:53PM +0200, Frode Nordahl wrote: > The bareudp tests depend on specific kernel configuration to > succeed. Skip the test if the feature is not enabled in the > running kernel. > > Signed-off-by: Frode Nordahl Tested-by: Simon Horman Reviewed-by: Simon Horman ___

[ovs-dev] [PATCH] tests: layer3-tunnels: Skip bareudp tests if not supported by kernel.

2023-05-24 Thread Frode Nordahl
The bareudp tests depend on specific kernel configuration to succeed. Skip the test if the feature is not enabled in the running kernel. Signed-off-by: Frode Nordahl --- tests/system-kmod-macros.at | 10 ++ tests/system-layer3-tunnels.at | 2 ++ tests/system-userspace-macros.at