From: Jeremy Spewock <jspew...@iol.unh.edu> Previously in DTS there was support for binding ports a node to different drivers on a SUT, but there was no option on the TG. Since there are likely to be some traffic generators in the future that would require different drivers to operate properly, this support is something that would likely be useful to have, and it very simple to add. All that is done in this patch is moving functionality for copying the DPDK tarball onto a host out of the SUT node and into the generic Node class so that both the TG and the SUT can take advantage of DPDK tools. It should be noted however that the TG node still does not build DPDK as it likely wouldn't need the compiled binaries.
Jeremy Spewock (1): dts: add binding to different drivers to TG node dts/framework/runner.py | 2 + dts/framework/testbed_model/node.py | 106 +++++++++++++++++++++++- dts/framework/testbed_model/sut_node.py | 86 +------------------ 3 files changed, 109 insertions(+), 85 deletions(-) -- 2.45.2