diff options
Diffstat (limited to 'resources/tools/testbed-setup/ansible/sut_aws.yaml')
-rw-r--r-- | resources/tools/testbed-setup/ansible/sut_aws.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/resources/tools/testbed-setup/ansible/sut_aws.yaml b/resources/tools/testbed-setup/ansible/sut_aws.yaml index 3f854859f7..4340aa1111 100644 --- a/resources/tools/testbed-setup/ansible/sut_aws.yaml +++ b/resources/tools/testbed-setup/ansible/sut_aws.yaml @@ -11,14 +11,14 @@ tags: common - role: sut tags: sut + - role: dpdk + tags: dpdk - role: aws tags: aws - role: iperf tags: iperf - role: docker tags: docker - - role: dpdk - tags: dpdk - role: cleanup tags: cleanup - role: calibration |