Dmitry Tyzhnenko | 4623e44 | 2019-01-17 15:57:52 +0200 | [diff] [blame] | 1 | classes: |
| 2 | - service.runtest.tempest |
| 3 | {%- if default_context.get('manila_enabled', 'False') == 'True' %} |
| 4 | - service.runtest.tempest.services.manila.glance |
| 5 | {%- endif %} |
| 6 | {%- if default_context.get('barbican_enabled', 'False') == 'True' and default_context.get('barbican_integration_enabled', 'False') == 'True' %} |
| 7 | - service.runtest.tempest.barbican |
| 8 | {%- endif %} |
| 9 | parameters: |
| 10 | _param: |
| 11 | image_host: http://apt |
Oleksii Butenko | 178910d | 2019-05-29 18:50:31 +0300 | [diff] [blame^] | 12 | glance_image_cirros_location: ${_param:image_host}/cirros-0.4.0-x86_64-disk.img |
Dmitry Tyzhnenko | 4623e44 | 2019-01-17 15:57:52 +0200 | [diff] [blame] | 13 | 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: cfg01* |
| 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 |
| 25 | put_local_image_file_enabled: True |