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:
parent
7a944656b3
commit
8dd1a4e4ff
@ -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],
|
||||
|
Loading…
Reference in New Issue
Block a user