sgarbuz | fcd802e | 2018-03-05 10:20:04 +0200 | [diff] [blame^] | 1 | classes: |
| 2 | - service.runtest.tempest.glance |
| 3 | - service.runtest.tempest.nova |
| 4 | - service.runtest.tempest.neutron |
| 5 | applications: |
| 6 | - runtest |
| 7 | parameters: |
| 8 | _param: |
| 9 | runtest_heat_plugin_skip_scenario_test_list: 'SoftwareConfigIntegrationTest, VolumeBackupRestoreIntegrationTest' |
| 10 | runtest_path_to_ca_file: '/etc/ssl/certs/ca-certificates.crt' |
| 11 | tempest_test_target: cfg01* |
| 12 | runtest: |
| 13 | enabled: true |
| 14 | openstack_version: stable/${_param:openstack_version} |
| 15 | tempest: |
| 16 | enabled: true |
| 17 | test_target: ${_param:tempest_test_target} |
| 18 | heat_plugin: |
| 19 | skip_scenario_test_list: ${_param:runtest_heat_plugin_skip_scenario_test_list} |
| 20 | instance_type: 'test-m1.tiny' |
| 21 | minimal_instance_type: 'test-m1.extra_tiny' |
| 22 | auth_version: 3 |
| 23 | project_domain_id: default |
| 24 | user_domain_id: default |
| 25 | disable_ssl_certificate_validation: False |
| 26 | ca_file: ${_param:runtest_path_to_ca_file} |
| 27 | image_ref: ${glance:client:identity:admin_identity:image:fedora:name} |
| 28 | minimal_image_ref: ${glance:client:identity:admin_identity:image:cirros:name} |