obutenko | fc25899 | 2019-01-04 15:27:45 +0200 | [diff] [blame^] | 1 | classes: |
| 2 | - service.runtest.tempest |
| 3 | {% if defaut_context is defined %} |
| 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 %} |
| 10 | {%- endif %} |
| 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: cfg01* |
| 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: True |