obutenko | 1cf1150 | 2018-11-29 13:28:17 +0200 | [diff] [blame] | 1 | classes: |
| 2 | - service.runtest.tempest |
obutenko | 70f72d7 | 2019-01-18 11:59:05 +0200 | [diff] [blame^] | 3 | {%- if default_context.manila_enabled == 'True' %} |
| 4 | - service.runtest.tempest.services.manila.glance |
Tatyana Leontovich | b90ee2e | 2019-01-16 11:14:09 +0200 | [diff] [blame] | 5 | {%- endif %} |
obutenko | 70f72d7 | 2019-01-18 11:59:05 +0200 | [diff] [blame^] | 6 | {%- if default_context.barbican_enabled == 'True' %} |
| 7 | - service.runtest.tempest.barbican |
Tatyana Leontovich | b90ee2e | 2019-01-16 11:14:09 +0200 | [diff] [blame] | 8 | {%- endif %} |
obutenko | 1cf1150 | 2018-11-29 13:28:17 +0200 | [diff] [blame] | 9 | parameters: |
| 10 | _param: |
| 11 | image_host: http://cz8133.bud.mirantis.net:8099 |
| 12 | glance_image_cirros_location: ${_param:image_host}/cirros-0.3.5-x86_64-disk.img |
| 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: 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 |
obutenko | fc25899 | 2019-01-04 15:27:45 +0200 | [diff] [blame] | 25 | put_local_image_file_enabled: True |