Federico Ressi a83149e39e Run test cases at the end of provisioning
Change-Id: I63f2d5041b391ff052f8846a8793f51fb00fb6df
2020-09-30 13:49:03 +02:00

36 lines
845 B
YAML

---
devstack_restack: true
devstack_dest_dir: /opt/stack
devstack_local_conf_file: '{{ playbook_dir }}/local.conf'
devstack_projects_dir: '{{ playbook_dir | dirname }}'
devstack_projects_base:
devstack:
git_repo: 'https://opendev.org/openstack/devstack.git'
devstack-plugin-tobiko:
git_repo: 'https://opendev.org/x/devstack-plugin-tobiko.git'
tobiko:
git_repo: 'https://opendev.org/x/tobiko.git'
devstack_projects: {}
devstack_dir: '{{ devstack_dest_dir }}/devstack'
sudo_secure_path: ''
test_dir: '{{ devstack_dest_dir }}/tobiko'
tox_envlist: ''
tox_extra_args: ''
tox_command_executable: 'tox'
tox_command_line: >-
{{ tox_command_executable }}
{% if (tox_envlist | length) > 0 %}
-e '{{ tox_envlist }}'
{% endif %}
{% if (tox_extra_args | length) > 0 %}
{{ tox_extra_args }}
{% endif %}