blob: 7135acb0da475d42006db566ed1bf9061fd7e5f0 [file] [log] [blame]
Peter Pentchev8e3d2952022-11-10 18:31:17 +02001- hosts: all
Peter Pentchev83bbdce2022-11-22 14:45:07 +02002 roles:
3 - orchestrate-devstack
Peter Pentchev8e3d2952022-11-10 18:31:17 +02004
Peter Pentchev83bbdce2022-11-22 14:45:07 +02005# 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 Pentchev61dd8632022-12-12 13:53:14 +020016 - run-tempest