Re: [PATCH v1 1/4] dts: add tg node execution setup and teardown
Reviewed-by: Jeremy Spewock
Re: [PATCH v1 1/4] dts: add tg node execution setup and teardown
Reviewed-by: Luca Vizzarro
[PATCH v1 1/4] dts: add tg node execution setup and teardown
The setup and teardown for the execution stage was meant to be run on the tg node too, but was mistakenly omitted. Fixes: cecfe0aabf58 ("dts: add traffic generator abstractions") Signed-off-by: Juraj Linkeš --- dts/framework/runner.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dts/fra