mbox series

[v4,bpf-next,0/4] selftests/bpf: Improve the usability of

Message ID 20210817010310.2300741-1-fallentree@fb.com (mailing list archive)
Headers show
Series selftests/bpf: Improve the usability of | expand

Message

Yucong Sun Aug. 17, 2021, 1:03 a.m. UTC
This short series adds two new "-a", "-d" switch to test_progs,
supporting exact string match, as well as '*' wildchar. It also cleans
up the output to make it possible to generate allowlist/denylist using
grep.

Yucong Sun (4):
  selftests/bpf: skip loading bpf_testmod when using -l to list tests.
  selftests/bpf: correctly display subtest skip status
  selftests/bpf: also print test name in subtest status message
  selftests/bpf: Support glob matching for test selector.

 tools/testing/selftests/bpf/test_progs.c | 93 ++++++++++++++++++------
 tools/testing/selftests/bpf/test_progs.h |  1 +
 2 files changed, 72 insertions(+), 22 deletions(-)

Comments

Andrii Nakryiko Aug. 17, 2021, 2:47 a.m. UTC | #1
On Mon, Aug 16, 2021 at 6:03 PM Yucong Sun <fallentree@fb.com> wrote:
>
> This short series adds two new "-a", "-d" switch to test_progs,
> supporting exact string match, as well as '*' wildchar. It also cleans
> up the output to make it possible to generate allowlist/denylist using
> grep.
>

You seem to have lost part of the cover letter subject line?

s/wildchar/wildcard/

> Yucong Sun (4):
>   selftests/bpf: skip loading bpf_testmod when using -l to list tests.
>   selftests/bpf: correctly display subtest skip status
>   selftests/bpf: also print test name in subtest status message
>   selftests/bpf: Support glob matching for test selector.
>
>  tools/testing/selftests/bpf/test_progs.c | 93 ++++++++++++++++++------
>  tools/testing/selftests/bpf/test_progs.h |  1 +
>  2 files changed, 72 insertions(+), 22 deletions(-)
>
> --
> 2.30.2
>