blob: abbd2ed8d1ba9c75023c7f3d985c6d38b7040149 [file] [log] [blame]
Peter Pentchev8e3d2952022-11-10 18:31:17 +02001- hosts: all
Peter Pentchev83bbdce2022-11-22 14:45:07 +02002 roles:
Peter Pentchev19473822022-12-12 18:23:59 +02003 - sp-openstack-integration-groups
Peter Pentchev83bbdce2022-11-22 14:45:07 +02004 - orchestrate-devstack
Peter Pentchev8e3d2952022-11-10 18:31:17 +02005
Peter Pentchev83bbdce2022-11-22 14:45:07 +02006# We run tests only on one node, regardless how many nodes are in the system
7- hosts: tempest
8 environment:
9 # This environment variable is used by the optional tempest-gabbi
10 # job provided by the gabbi-tempest plugin. It can be safely ignored
11 # if that plugin is not being used.
12 GABBI_TEMPEST_PATH: "{{ gabbi_tempest_path | default('') }}"
13 roles:
14 - setup-tempest-run-dir
15 - setup-tempest-data-dir
16 - acl-devstack-files
Peter Pentchev61dd8632022-12-12 13:53:14 +020017 - run-tempest