test/bpf: enable in fast tests

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@networkplumber.org>
Acked-by: Konstantin Ananyev <konstantin.ananyev@intel.com>
This commit is contained in:
Stephen Hemminger 2021-10-20 14:42:34 -07:00 committed by Thomas Monjalon
parent 7a944656b3
commit 8dd1a4e4ff

View File

@ -198,6 +198,7 @@ test_deps = [
fast_tests = [
['acl_autotest', true],
['atomic_autotest', false],
['bpf_autotest', true],
['bitops_autotest', true],
['byteorder_autotest', true],
['cksum_autotest', true],