v3: - add Args to decorators docstring - added `ports_started` class stub - rebased v2: - rebased
Luca Vizzarro (6): dts: add ability to send/receive multiple packets dts: add random generation seed setting dts: add random packet generator dts: add ability to start/stop testpmd ports dts: add testpmd set ports queues dts: add l2fwd test suite doc/guides/tools/dts.rst | 5 + dts/framework/config/__init__.py | 4 + dts/framework/config/conf_yaml_schema.json | 7 +- dts/framework/config/types.py | 2 + dts/framework/remote_session/testpmd_shell.py | 110 +++++++++++++++++- dts/framework/runner.py | 8 ++ dts/framework/settings.py | 17 +++ dts/framework/test_suite.py | 68 ++++++++++- dts/framework/testbed_model/tg_node.py | 14 +-- .../capturing_traffic_generator.py | 31 ----- dts/framework/utils.py | 79 ++++++++++++- dts/tests/TestSuite_l2fwd.py | 58 +++++++++ 12 files changed, 356 insertions(+), 47 deletions(-) create mode 100644 dts/tests/TestSuite_l2fwd.py -- 2.34.1