Thread (9 messages) flat view 9 messages, 3 authors, 2015-08-07

Re: [PATCH V2 net-next 4/6] test_bpf: add module parameters to filter the tests to run.

From: Alexei Starovoitov <hidden>
Date: 2015-08-04 15:46:40
Also in: lkml

On 8/4/15 6:19 AM, Nicolas Schichan wrote:
When developping on the interpreter or a particular JIT, it can be
interesting to restrict the tests list to a specific test or a
particular range of tests.

This patch adds the following module parameters to the test_bpf module:

* test_name=<string>: only the specified named test will be run.

* test_id=<number>: only the test with the specified id will be run
   (see the output of test_bpf without parameters to get the test id).

* test_range=<number>,<number>: only the tests within IDs in the
   specified id range are run (see the output of test_bpf without
   parameters to get the test ids).

Any invalid range, test id or test name will result in -EINVAL being
returned and no tests being run.

Signed-off-by: Nicolas Schichan<redacted>
Acked-by: Daniel Borkmann<daniel@iogearbox.net>
looks good. thank you for adding range feature :)
Acked-by: Alexei Starovoitov <redacted>
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help