[PATCH v2 6/7] dts: revamp runtime internals
Nicholas Pratte
npratte at iol.unh.edu
Fri Feb 14 19:54:49 CET 2025
This definitely cleans things up a lot!
Reviewed-by: Nicholas Pratte <npratte at iol.unh.edu>
<snip>
> @@ -217,9 +218,7 @@ def get_supported_capabilities(
> )
> if cls.capabilities_to_check:
> capabilities_to_check_map = cls._get_decorated_capabilities_map()
> - with TestPmdShell(
> - sut_node, privileged=True, disable_device_start=True
> - ) as testpmd_shell:
> + with TestPmdShell() as testpmd_shell:
This is probably a needless concern, but should this change
technically be in the last patch in order for it to stand on its own?
Not sure if that really matters or not, but figured I'd bring it up.
More information about the dev
mailing list