blob: 1854f1209246c826c9f8389a80d3d57384e26560 [file] [log] [blame]
obutenkofc258992019-01-04 15:27:45 +02001classes:
2- service.runtest.tempest
obutenko79f54812019-01-24 17:04:17 +02003{%- if default_context.get('manila_enabled', 'False') == 'True' %}
obutenkofc258992019-01-04 15:27:45 +02004- service.runtest.tempest.services.manila.glance
5{%- 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' %}
obutenkofc258992019-01-04 15:27:45 +02007- service.runtest.tempest.barbican
8{%- endif %}
Andrew Baraniukd93b8de2019-06-05 15:38:33 +03009{%- if default_context.get('opencontrail_enabled', 'False') == 'True' %}
10- system.neutron.client.service.contrail_public_v2
11- service.runtest.tempest.tempest_net
12{%- endif %}
obutenkofc258992019-01-04 15:27:45 +020013parameters:
14 _param:
Oleksii Butenko31657362019-05-23 17:42:53 +030015 image_host: http://172.19.112.216:8099
Oleksii Butenko178910d2019-05-29 18:50:31 +030016 glance_image_cirros_location: ${_param:image_host}/cirros-0.4.0-x86_64-disk.img
obutenkofc258992019-01-04 15:27:45 +020017 glance_image_fedora_location: ${_param:image_host}/Fedora-Cloud-Base-27-1.6.x86_64.qcow2
18 glance_image_manila_location: ${_param:image_host}/manila-service-image-master.qcow2
Oleksii Butenko948903f2019-06-07 16:45:18 +030019 glance_image_cirros_name: 'TestCirros-0.4.0'
obutenkofc258992019-01-04 15:27:45 +020020 tempest_test_target: cfg01*
21 runtest_tempest_cfg_dir: /tmp/test
22 runtest_tempest_cfg_name: tempest.conf
23 runtest:
24 tempest:
25 DEFAULT:
26 log_file: tempest.log
27 cfg_dir: ${_param:runtest_tempest_cfg_dir}
28 cfg_name: ${_param:runtest_tempest_cfg_name}
29 put_keystone_rc_enabled: True
30 put_local_image_file_enabled: True