Re: [RFC PATCH 1/1] dts: add SUT cleanup to framework

2025-01-30 Thread Dean Marx
> 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

Re: [RFC PATCH 1/1] dts: add SUT cleanup to framework

2025-01-29 Thread Patrick Robb
Tested-by: Patrick Robb

Re: [RFC PATCH 1/1] dts: add SUT cleanup to framework

2025-01-29 Thread 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

[RFC PATCH 1/1] dts: add SUT cleanup to framework

2024-12-09 Thread Dean Marx
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