diff options
Diffstat (limited to 'resources/tools/testbed-setup/ansible/tg.yaml')
-rw-r--r-- | resources/tools/testbed-setup/ansible/tg.yaml | 18 |
1 files changed, 16 insertions, 2 deletions
diff --git a/resources/tools/testbed-setup/ansible/tg.yaml b/resources/tools/testbed-setup/ansible/tg.yaml index 16d2e0fd40..44e5515e87 100644 --- a/resources/tools/testbed-setup/ansible/tg.yaml +++ b/resources/tools/testbed-setup/ansible/tg.yaml @@ -8,9 +8,23 @@ roles: - role: common tags: common + - role: vexx_hosts + tags: vexx_hosts - role: tg tags: tg - - role: tg_sut - tags: tg_sut + - role: iperf + tags: iperf + - role: trex + tags: trex + - role: wrk + tags: wrk + - role: docker + tags: docker + - role: mellanox + tags: mellanox + - role: performance_tuning + tags: performance_tuning + - role: cleanup + tags: cleanup - role: calibration tags: calibration |