blob: a6849844324ef50244c3e8dcf3b6352a62adedfc [file] [log] [blame]
Andrea Frittoli (andreaf)7d5445d2017-10-03 18:43:05 +01001# Changes that run through devstack-tempest are likely to have an impact on
2# the devstack part of the job, so we keep devstack in the main play to
3# avoid zuul retrying on legitimate failures.
4- hosts: all
5 roles:
6 - run-devstack
7
8# We run tests only on one node, regardless how many nodes are in the system
9- hosts: tempest
10 roles:
11 - setup-tempest-run-dir
12 - setup-tempest-data-dir
13 - acl-devstack-files
14 - run-tempest