mbox series

[net-next,0/2] selftests: tc-testing: fixes for kselftest

Message ID 20231017152309.3196320-1-pctammela@mojatatu.com (mailing list archive)
Headers show
Series selftests: tc-testing: fixes for kselftest | expand

Message

Pedro Tammela Oct. 17, 2023, 3:23 p.m. UTC
While playing around with TuxSuite, we noticed a couple of things were
broken for strict CI/automated builds. We had a script that didn't make into
the kselftest tarball and a couple of missing Kconfig knobs in our
minimal config.

Pedro Tammela (2):
  selftests: tc-testing: add missing Kconfig options to 'config'
  selftests: tc-testing: move auxiliary scripts to a dedicated folder

 tools/testing/selftests/tc-testing/Makefile              | 2 +-
 tools/testing/selftests/tc-testing/config                | 9 +++++++++
 .../tc-testing/{ => scripts}/taprio_wait_for_admin.sh    | 0
 .../selftests/tc-testing/tc-tests/qdiscs/taprio.json     | 8 ++++----
 4 files changed, 14 insertions(+), 5 deletions(-)
 rename tools/testing/selftests/tc-testing/{ => scripts}/taprio_wait_for_admin.sh (100%)

Comments

patchwork-bot+netdevbpf@kernel.org Oct. 19, 2023, 1:10 a.m. UTC | #1
Hello:

This series was applied to netdev/net-next.git (main)
by Jakub Kicinski <kuba@kernel.org>:

On Tue, 17 Oct 2023 12:23:07 -0300 you wrote:
> While playing around with TuxSuite, we noticed a couple of things were
> broken for strict CI/automated builds. We had a script that didn't make into
> the kselftest tarball and a couple of missing Kconfig knobs in our
> minimal config.
> 
> Pedro Tammela (2):
>   selftests: tc-testing: add missing Kconfig options to 'config'
>   selftests: tc-testing: move auxiliary scripts to a dedicated folder
> 
> [...]

Here is the summary with links:
  - [net-next,1/2] selftests: tc-testing: add missing Kconfig options to 'config'
    https://git.kernel.org/netdev/net-next/c/f157b73d5114
  - [net-next,2/2] selftests: tc-testing: move auxiliary scripts to a dedicated folder
    https://git.kernel.org/netdev/net-next/c/35027c790970

You are awesome, thank you!