Re: kernel-selftests: make run_tests -C bpf cost 5 hours

From: sunyucong@xxxxxxxxx
Date: Thu Dec 02 2021 - 15:42:28 EST


Hi Zhou,

Not sure what exactly you were asking, can you clarify what the question is?

By the way, the recommend way to run bpf selftests are through :
`./tools/testing/selftests/bpf/vmtest.sh`. ,it will take care of
building image, selftets and also run those in a qemu vm.

This test should finish within a minute or so, (excluding building time)

Cheers.