diff options
Diffstat (limited to 'fdio.infra.ansible/sut.yaml')
-rw-r--r-- | fdio.infra.ansible/sut.yaml | 30 |
1 files changed, 4 insertions, 26 deletions
diff --git a/fdio.infra.ansible/sut.yaml b/fdio.infra.ansible/sut.yaml index 57be961ee1..41327cb515 100644 --- a/fdio.infra.ansible/sut.yaml +++ b/fdio.infra.ansible/sut.yaml @@ -12,12 +12,8 @@ tags: - always roles: - - role: baremetal - tags: baremetal - role: common tags: common - - role: python_env - tags: python_env - role: kernel tags: kernel - role: mellanox @@ -56,18 +52,12 @@ tags: user_add - role: common tags: common - - role: python_env - tags: python_env + - role: aws + tags: aws - role: vpp tags: vpp - - role: iperf - tags: iperf - role: docker tags: docker -# - role: dpdk -# tags: dpdk - - role: aws - tags: aws - role: cleanup tags: cleanup - role: calibration @@ -87,18 +77,12 @@ tags: user_add - role: common tags: common - - role: python_env - tags: python_env + - role: azure + tags: azure - role: docker tags: docker - role: vpp tags: vpp - - role: iperf - tags: iperf - - role: dpdk - tags: dpdk - - role: azure - tags: azure - role: cleanup tags: cleanup - role: calibration @@ -118,16 +102,10 @@ tags: user_add - role: common tags: common - - role: python_env - tags: python_env - role: docker tags: docker - role: vpp tags: vpp - - role: iperf - tags: iperf - - role: dpdk - tags: dpdk - role: cleanup tags: cleanup - role: calibration |