aboutsummaryrefslogtreecommitdiff
path: root/tools/testing/selftests/bpf/test_tcpnotify_user.c
diff options
context:
space:
mode:
authorMykola Lysenko <[email protected]>2022-04-08 17:17:49 -0700
committerAndrii Nakryiko <[email protected]>2022-04-10 20:08:20 -0700
commit61ddff373ffa843155eba6a507973b1b78bb5a14 (patch)
treea35a8d89fedb8542d3238d04c98943bc3021743a /tools/testing/selftests/bpf/test_tcpnotify_user.c
parent0738599856542bab0ebcd73cab9d8f15bddedcee (diff)
selftests/bpf: Improve by-name subtest selection logic in prog_tests
Improve subtest selection logic when using -t/-a/-d parameters. In particular, more than one subtest can be specified or a combination of tests / subtests. -a send_signal -d send_signal/send_signal_nmi* - runs send_signal test without nmi tests -a send_signal/send_signal_nmi*,find_vma - runs two send_signal subtests and find_vma test -a 'send_signal*' -a find_vma -d send_signal/send_signal_nmi* - runs 2 send_signal test and find_vma test. Disables two send_signal nmi subtests -t send_signal -t find_vma - runs two *send_signal* tests and one *find_vma* test This will allow us to have granular control over which subtests to disable in the CI system instead of disabling whole tests. Also, add new selftest to avoid possible regression when changing prog_test test name selection logic. Signed-off-by: Mykola Lysenko <[email protected]> Signed-off-by: Andrii Nakryiko <[email protected]> Link: https://lore.kernel.org/bpf/[email protected]
Diffstat (limited to 'tools/testing/selftests/bpf/test_tcpnotify_user.c')
0 files changed, 0 insertions, 0 deletions