diff options
author | pmikus <pmikus@cisco.com> | 2020-11-18 09:55:11 +0000 |
---|---|---|
committer | pmikus <pmikus@cisco.com> | 2020-11-18 09:55:11 +0000 |
commit | b44e5f78dabc49ce45c68cedb0fcb78dca164aea (patch) | |
tree | 4b19b9dfec9233056fd1c7a41ebd57ffb261724b /resources/tools/testbed-setup/ansible/tg.yaml | |
parent | dbae94b3db123a5e86b0a5afb5f5baaa262ce8ad (diff) |
T-Rex: 2.86
Signed-off-by: pmikus <pmikus@cisco.com>
Change-Id: Id56b87ab868f2897a6563914b0beca2acc25e706
Diffstat (limited to 'resources/tools/testbed-setup/ansible/tg.yaml')
-rw-r--r-- | resources/tools/testbed-setup/ansible/tg.yaml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/resources/tools/testbed-setup/ansible/tg.yaml b/resources/tools/testbed-setup/ansible/tg.yaml index 00ecaefe01..fc18038686 100644 --- a/resources/tools/testbed-setup/ansible/tg.yaml +++ b/resources/tools/testbed-setup/ansible/tg.yaml @@ -10,16 +10,18 @@ tags: baremetal - role: common tags: common - - role: tg - tags: tg - role: kernel tags: kernel - role: mellanox tags: mellanox + - role: tg + tags: tg - role: iperf tags: iperf - role: trex tags: trex + - role: ab + tags: ab - role: docker tags: docker - role: performance_tuning @@ -28,5 +30,3 @@ tags: cleanup - role: calibration tags: calibration - - role: ab - tags: ab |