blob: 356ed0f7fab30f56c73063e4fab7cb2e2e60db09 [file] [log] [blame]
obutenko1cf11502018-11-29 13:28:17 +02001classes:
2- service.runtest.tempest
Tatyana Leontovichb90ee2e2019-01-16 11:14:09 +02003{% if defaut_context is defined %}
4{%- if default_context.get('barbican_enabled', 'False') == 'True' %}
obutenko1cf11502018-11-29 13:28:17 +02005- service.runtest.tempest.barbican
Tatyana Leontovichb90ee2e2019-01-16 11:14:09 +02006{%- endif %}
7{%- endif %}
obutenko1cf11502018-11-29 13:28:17 +02008parameters:
9 _param:
10 image_host: http://cz8133.bud.mirantis.net:8099
11 glance_image_cirros_location: ${_param:image_host}/cirros-0.3.5-x86_64-disk.img
12 glance_image_fedora_location: ${_param:image_host}/Fedora-Cloud-Base-27-1.6.x86_64.qcow2
13 glance_image_manila_location: ${_param:image_host}/manila-service-image-master.qcow2
14 tempest_test_target: gtw01*
15 runtest_tempest_cfg_dir: /tmp/test
16 runtest_tempest_cfg_name: tempest.conf
17 runtest:
18 tempest:
19 DEFAULT:
20 log_file: tempest.log
21 cfg_dir: ${_param:runtest_tempest_cfg_dir}
22 cfg_name: ${_param:runtest_tempest_cfg_name}
23 put_keystone_rc_enabled: True
obutenkofc258992019-01-04 15:27:45 +020024 put_local_image_file_enabled: True