Configure scenario image for tempest

Tempest uses scenario image parameter for scenario tests,
configure it in tempest.conf

Change-Id: I69b7cc926a05ca5293138fd833199e485edd44d2
Closes-Bug: #1736026
This commit is contained in:
Sagi Shnaidman 2017-12-04 09:31:40 +02:00
parent 9f29417a08
commit 062f43b7dd
2 changed files with 4 additions and 1 deletions

View File

@ -39,7 +39,9 @@ tempest_version: "{{ tempest_version_dict[release] }}"
tempestmail_config: config.yaml
tempestmail_log_server: http://logs.openstack.org
tempest_track_resources: true
tempest_test_image_path: http://download.cirros-cloud.net/0.3.5/cirros-0.3.5-x86_64-disk.img
tempest_test_image_version: 0.3.5
tempest_test_image_name: cirros-{{ tempest_test_image_version }}-x86_64-disk.img
tempest_test_image_path: http://download.cirros-cloud.net/{{ tempest_test_image_version }}/{{ tempest_test_image_name }}
# A dict containing values to be removed from tempest.conf
tempest_conf_removal:
network-feature-enabled.api_extensions: dvr

View File

@ -183,6 +183,7 @@ ${TEMPESTCONF} --out etc/tempest.conf \
{% endfor %}
{% endif %}
compute-feature-enabled.console_output true \
scenario.img_file {{ tempest_test_image_name }} \
orchestration.stack_owner_role Member
### --stop_docs