obutenko | 1cf1150 | 2018-11-29 13:28:17 +0200 | [diff] [blame] | 1 | classes: |
| 2 | - service.runtest.tempest |
obutenko | 7325ac2 | 2018-12-20 13:32:12 +0200 | [diff] [blame] | 3 | {% if defaut_context is defined %} |
obutenko | 1cf1150 | 2018-11-29 13:28:17 +0200 | [diff] [blame] | 4 | {%- 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 %} |
obutenko | 7325ac2 | 2018-12-20 13:32:12 +0200 | [diff] [blame] | 10 | {%- endif %} |
obutenko | 1cf1150 | 2018-11-29 13:28:17 +0200 | [diff] [blame] | 11 | parameters: |
| 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 |