Re: [PATCH v2] dts: add SUT cleanup to framework

2025-02-09 Thread Patrick Robb
On Thu, Jan 30, 2025 at 5:13 PM Dean Marx wrote: > 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 c

[PATCH v2] dts: add SUT cleanup to framework

2025-01-30 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