Re: [PATCH v3 bpf-next 0/9] Revamp test_progs as a test running framework

2019-07-27 Thread Alexei Starovoitov
On Sat, Jul 27, 2019 at 8:25 PM Andrii Nakryiko wrote: > > This patch set makes a number of changes to test_progs selftest, which is > a collection of many other tests (and sometimes sub-tests as well), to provide > better testing experience and allow to start convering many individual test > prog

[PATCH v3 bpf-next 0/9] Revamp test_progs as a test running framework

2019-07-27 Thread Andrii Nakryiko
This patch set makes a number of changes to test_progs selftest, which is a collection of many other tests (and sometimes sub-tests as well), to provide better testing experience and allow to start convering many individual test programs under selftests/bpf into a single and convenient test runner.