blob: af76a1c1f7df9fdf98acfcbdc33c15a511ae5373 [file] [log] [blame]
obutenko1cf11502018-11-29 13:28:17 +02001classes:
2- service.runtest.tempest
obutenko79f54812019-01-24 17:04:17 +02003{%- if default_context.get('manila_enabled', 'False') == 'True' %}
obutenko70f72d72019-01-18 11:59:05 +02004- service.runtest.tempest.services.manila.glance
Tatyana Leontovichb90ee2e2019-01-16 11:14:09 +02005{%- endif %}
obutenko79f54812019-01-24 17:04:17 +02006{%- if default_context.get('barbican_enabled', 'False') == 'True' and default_context.get('barbican_integration_enabled', 'False') == 'True' %}
obutenko70f72d72019-01-18 11:59:05 +02007- service.runtest.tempest.barbican
Tatyana Leontovichb90ee2e2019-01-16 11:14:09 +02008{%- endif %}
obutenko1cf11502018-11-29 13:28:17 +02009parameters:
10 _param:
Oleksii Butenko31657362019-05-23 17:42:53 +030011 image_host: http://172.19.112.216:8099
Oleksii Butenko178910d2019-05-29 18:50:31 +030012 glance_image_cirros_location: ${_param:image_host}/cirros-0.4.0-x86_64-disk.img
obutenko1cf11502018-11-29 13:28:17 +020013 glance_image_fedora_location: ${_param:image_host}/Fedora-Cloud-Base-27-1.6.x86_64.qcow2
14 glance_image_manila_location: ${_param:image_host}/manila-service-image-master.qcow2
15 tempest_test_target: gtw01*
16 runtest_tempest_cfg_dir: /tmp/test
17 runtest_tempest_cfg_name: tempest.conf
18 runtest:
19 tempest:
20 DEFAULT:
21 log_file: tempest.log
22 cfg_dir: ${_param:runtest_tempest_cfg_dir}
23 cfg_name: ${_param:runtest_tempest_cfg_name}
24 put_keystone_rc_enabled: True
obutenkofc258992019-01-04 15:27:45 +020025 put_local_image_file_enabled: True