blob: c87f328a55fb4e03efb0e3cf0387066280a5f274 [file] [log] [blame]
obutenko1cf11502018-11-29 13:28:17 +02001classes:
2- service.runtest.tempest
obutenko7325ac22018-12-20 13:32:12 +02003{% if defaut_context is defined %}
obutenko1cf11502018-11-29 13:28:17 +02004{%- if default_context.get('manila_enabled', 'False') == 'True' %}
5- service.runtest.tempest.services.manila.glance
6{%- endif %}
7{%- if default_context.get('barbican_enabled', 'False') == 'True' %}
8- service.runtest.tempest.barbican
9{%- endif %}
obutenko7325ac22018-12-20 13:32:12 +020010{%- endif %}
obutenko1cf11502018-11-29 13:28:17 +020011parameters:
12 _param:
13 image_host: http://cz8133.bud.mirantis.net:8099
14 glance_image_cirros_location: ${_param:image_host}/cirros-0.3.5-x86_64-disk.img
15 glance_image_fedora_location: ${_param:image_host}/Fedora-Cloud-Base-27-1.6.x86_64.qcow2
16 glance_image_manila_location: ${_param:image_host}/manila-service-image-master.qcow2
17 tempest_test_target: gtw01*
18 runtest_tempest_cfg_dir: /tmp/test
19 runtest_tempest_cfg_name: tempest.conf
20 runtest:
21 tempest:
22 DEFAULT:
23 log_file: tempest.log
24 cfg_dir: ${_param:runtest_tempest_cfg_dir}
25 cfg_name: ${_param:runtest_tempest_cfg_name}
26 put_keystone_rc_enabled: True
27 put_local_image_file_enabled: False