blob: d118f2f6010c46ab96773f5fd6836709a3bb6140 [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 %}
obutenkob92e1e62019-11-01 22:50:01 +02009{%- if default_context.get('opencontrail_enabled', 'False') == 'True' %}
10- system.neutron.client.service.contrail_public_v2
11{%- endif %}
obutenko1cf11502018-11-29 13:28:17 +020012parameters:
13 _param:
Oleksii Butenko31657362019-05-23 17:42:53 +030014 image_host: http://172.19.112.216:8099
Oleksii Butenko178910d2019-05-29 18:50:31 +030015 glance_image_cirros_location: ${_param:image_host}/cirros-0.4.0-x86_64-disk.img
obutenko1cf11502018-11-29 13:28:17 +020016 glance_image_fedora_location: ${_param:image_host}/Fedora-Cloud-Base-27-1.6.x86_64.qcow2
17 glance_image_manila_location: ${_param:image_host}/manila-service-image-master.qcow2
obutenkob92e1e62019-11-01 22:50:01 +020018 glance_image_cirros_name: 'TestCirros-0.4.0'
19 tempest_test_target: cfg01*
obutenko1cf11502018-11-29 13:28:17 +020020 runtest_tempest_cfg_dir: /tmp/test
21 runtest_tempest_cfg_name: tempest.conf
22 runtest:
23 tempest:
24 DEFAULT:
25 log_file: tempest.log
26 cfg_dir: ${_param:runtest_tempest_cfg_dir}
27 cfg_name: ${_param:runtest_tempest_cfg_name}
28 put_keystone_rc_enabled: True
obutenkob92e1e62019-11-01 22:50:01 +020029 put_local_image_file_enabled: True