Peter Pentchev | 8e3d295 | 2022-11-10 18:31:17 +0200 | [diff] [blame] | 1 | - hosts: all |
Peter Pentchev | 83bbdce | 2022-11-22 14:45:07 +0200 | [diff] [blame] | 2 | roles: |
| 3 | - orchestrate-devstack |
Peter Pentchev | 8e3d295 | 2022-11-10 18:31:17 +0200 | [diff] [blame] | 4 | |
Peter Pentchev | 83bbdce | 2022-11-22 14:45:07 +0200 | [diff] [blame] | 5 | # We run tests only on one node, regardless how many nodes are in the system |
| 6 | - hosts: tempest |
| 7 | environment: |
| 8 | # This environment variable is used by the optional tempest-gabbi |
| 9 | # job provided by the gabbi-tempest plugin. It can be safely ignored |
| 10 | # if that plugin is not being used. |
| 11 | GABBI_TEMPEST_PATH: "{{ gabbi_tempest_path | default('') }}" |
| 12 | roles: |
| 13 | - setup-tempest-run-dir |
| 14 | - setup-tempest-data-dir |
| 15 | - acl-devstack-files |
Peter Pentchev | 61dd863 | 2022-12-12 13:53:14 +0200 | [diff] [blame^] | 16 | - run-tempest |