> My first question was why is there a need to pass all of dpdk_config through
> from here all the way to cleanup_sut()? Is it sufficient to extract
> dpdk_location from dpdk_config at the beginning here, and pass along just
> dpdk_location?
I can do that too if it's preferred, wasn't sure what
Tested-by: Patrick Robb
On Mon, Dec 9, 2024 at 2:58 PM Dean Marx wrote:
>
> -sut_node.tear_down_test_run()
> +sut_node.tear_down_test_run(test_run_config.dpdk_config)
>
My first question was why is there a need to pass all of dpdk_config
through from here all the way to cleanup_sut()? Is
Add method cleanup_sut to framework that removes a
DPDK source from a SUT node at the conclusion of a testrun.
This will only run when the DPDK source is being copied
from the DTS engine node during the testrun
(when remote=false in the conf.yaml).
Signed-off-by: Dean Marx
---
dts/framework/runn
4 matches
Mail list logo