| 05fa5c31 | 12-Apr-2024 |
Jakub Kicinski <kuba@kernel.org> |
selftests: net: exercise page pool reporting via netlink
Add a Python test for the basic ops.
# ./net/nl_netdev.py KTAP version 1 1..3 ok 1 nl_netdev.empty_check ok 2 nl_netdev.lo_check
selftests: net: exercise page pool reporting via netlink
Add a Python test for the basic ops.
# ./net/nl_netdev.py KTAP version 1 1..3 ok 1 nl_netdev.empty_check ok 2 nl_netdev.lo_check ok 3 nl_netdev.page_pool_check # Totals: pass:3 fail:0 xfail:0 xpass:0 skip:0 error:0
Reviewed-by: Petr Machata <petrm@nvidia.com> Link: https://lore.kernel.org/r/20240412141436.828666-7-kuba@kernel.org Signed-off-by: Jakub Kicinski <kuba@kernel.org>
show more ...
|
| 8554d6e3 | 12-Apr-2024 |
Jakub Kicinski <kuba@kernel.org> |
selftests: net: support use of NetdevSimDev under "with" in python
Using "with" on an entire driver test env is supported already, but it's also useful to use "with" on an individual nsim.
Reviewed
selftests: net: support use of NetdevSimDev under "with" in python
Using "with" on an entire driver test env is supported already, but it's also useful to use "with" on an individual nsim.
Reviewed-by: Petr Machata <petrm@nvidia.com> Link: https://lore.kernel.org/r/20240412141436.828666-6-kuba@kernel.org Signed-off-by: Jakub Kicinski <kuba@kernel.org>
show more ...
|
| 99583b97 | 12-Apr-2024 |
Jakub Kicinski <kuba@kernel.org> |
selftests: net: print full exception on failure
Instead of a summary line print the full exception. This makes debugging Python tests much easier.
Reviewed-by: Petr Machata <petrm@nvidia.com> Link:
selftests: net: print full exception on failure
Instead of a summary line print the full exception. This makes debugging Python tests much easier.
Reviewed-by: Petr Machata <petrm@nvidia.com> Link: https://lore.kernel.org/r/20240412141436.828666-5-kuba@kernel.org Signed-off-by: Jakub Kicinski <kuba@kernel.org>
show more ...
|