Message ID | 20231124154248.315470-1-pctammela@mojatatu.com (mailing list archive) |
---|---|
Headers | show |
Series | selftests: tc-testing: updates and cleanups for tdc | expand |
On Fri, Nov 24, 2023 at 10:43 AM Pedro Tammela <pctammela@mojatatu.com> wrote: > > Address the recommendations from the previous series and cleanup some > leftovers. > > Pedro Tammela (5): > selftests: tc-testing: remove buildebpf plugin > selftests: tc-testing: remove unnecessary time.sleep > selftests: tc-testing: prefix iproute2 functions with "ipr2" > selftests: tc-testing: cleanup on Ctrl-C > selftests: tc-testing: remove unused import > > tools/testing/selftests/tc-testing/Makefile | 29 +------- > tools/testing/selftests/tc-testing/README | 2 - > .../testing/selftests/tc-testing/action-ebpf | Bin 0 -> 856 bytes > .../tc-testing/plugin-lib/buildebpfPlugin.py | 67 ------------------ > .../tc-testing/plugin-lib/nsPlugin.py | 20 +++--- > .../tc-testing/tc-tests/actions/bpf.json | 14 ++-- > .../tc-testing/tc-tests/filters/bpf.json | 10 ++- > tools/testing/selftests/tc-testing/tdc.py | 11 ++- > tools/testing/selftests/tc-testing/tdc.sh | 2 +- > 9 files changed, 25 insertions(+), 130 deletions(-) > create mode 100644 tools/testing/selftests/tc-testing/action-ebpf > delete mode 100644 tools/testing/selftests/tc-testing/plugin-lib/buildebpfPlugin.py For the patch series: Acked-by: Jamal Hadi Salim <jhs@mojatatu.com> cheers, jamal > -- > 2.40.1 >
Hello: This series was applied to netdev/net-next.git (main) by Jakub Kicinski <kuba@kernel.org>: On Fri, 24 Nov 2023 12:42:43 -0300 you wrote: > Address the recommendations from the previous series and cleanup some > leftovers. > > Pedro Tammela (5): > selftests: tc-testing: remove buildebpf plugin > selftests: tc-testing: remove unnecessary time.sleep > selftests: tc-testing: prefix iproute2 functions with "ipr2" > selftests: tc-testing: cleanup on Ctrl-C > selftests: tc-testing: remove unused import > > [...] Here is the summary with links: - [net-next,1/5] selftests: tc-testing: remove buildebpf plugin https://git.kernel.org/netdev/net-next/c/a79d8ba734bd - [net-next,2/5] selftests: tc-testing: remove unnecessary time.sleep https://git.kernel.org/netdev/net-next/c/8059e68b9928 - [net-next,3/5] selftests: tc-testing: prefix iproute2 functions with "ipr2" https://git.kernel.org/netdev/net-next/c/56e16bc69bb7 - [net-next,4/5] selftests: tc-testing: cleanup on Ctrl-C https://git.kernel.org/netdev/net-next/c/501679f5d4a4 - [net-next,5/5] selftests: tc-testing: remove unused import https://git.kernel.org/netdev/net-next/c/ed346fccfc40 You are awesome, thank you!