Files
devstack-gate/playbooks/devstack-tempest.yaml
Andrea Frittoli 5f9caa35e2 Initial skeleton for devstack-tempest base job
Setup the initial folder and play to run tempest.
This simply runs tempest full for now, with not support for config
options.

Change-Id: Ifcb4f8f36e5cc0cd0f25b13220146c4d97f7947a
2017-09-25 23:26:52 +01:00

15 lines
466 B
YAML

# Changes that run through devstack-tempest are likely to have an impact on
# the devstack part of the job, so we keep devstack in the main play to
# avoid zuul retrying on legitimate failures.
- hosts: all
roles:
- run-devstack
# NOTE(andreaf) For now run on all, since we don't have anything in the
# inventory to select a test runner.
- hosts: all
roles:
- setup-tempest-run-dir
- setup-tempest-data-dir
- acl-devstack-files
- run-tempest