[dpdk-dev] [PATCH v8 10/12] test: enable bpf autotest
Ananyev, Konstantin
konstantin.ananyev at intel.com
Wed Sep 15 13:27:15 CEST 2021
> The BPF autotest is defined but not run automatically.
> Since it is short, it should be added to the autotest suite.
>
> Signed-off-by: Stephen Hemminger <stephen at networkplumber.org>
> ---
> app/test/meson.build | 2 ++
> 1 file changed, 2 insertions(+)
>
> diff --git a/app/test/meson.build b/app/test/meson.build
> index 0d551ac9c2b2..cd18484bb73a 100644
> --- a/app/test/meson.build
> +++ b/app/test/meson.build
> @@ -194,6 +194,8 @@ test_deps = [
> fast_tests = [
> ['acl_autotest', true],
> ['atomic_autotest', false],
> + ['bpf_autotest', true],
> + ['bpf_convert_autotest', true],
> ['bitops_autotest', true],
> ['byteorder_autotest', true],
> ['cksum_autotest', true],
> --
Acked-by: Konstantin Ananyev <konstantin.ananyev at intel.com>
> 2.30.2
More information about the dev
mailing list