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: |
Artem | 32024e8 | 2018-03-23 16:05:35 +0300 | [diff] [blame] | 9 | runtest_heat_plugin_skip_scenario_test_list: 'SoftwareConfigIntegrationTest, VolumeBackupRestoreIntegrationTest, AodhAlarmTest' |
| 10 | # VolumeBackupRestoreIntegrationTest : we don't use volume backup in our default configuration. |
| 11 | # AodhAlarmTest : we don't have aodh endpoint because of have't telemetry on default configuration. |
Vasyl Saienko | 2cc87a9 | 2018-03-29 15:43:33 +0300 | [diff] [blame] | 12 | runtest_heat_plugin_skip_functional_test_list: 'UpdateServerNetworksTest, StackTemplateValidateTest' |
Artem | 32024e8 | 2018-03-23 16:05:35 +0300 | [diff] [blame] | 13 | # UpdateServerNetworksTest, StackTemplateValidateTest : These tests support in openstack Queens, but not in Pike. |
sgarbuz | fcd802e | 2018-03-05 10:20:04 +0200 | [diff] [blame] | 14 | runtest_path_to_ca_file: '/etc/ssl/certs/ca-certificates.crt' |
| 15 | tempest_test_target: cfg01* |
| 16 | runtest: |
| 17 | enabled: true |
| 18 | openstack_version: stable/${_param:openstack_version} |
| 19 | tempest: |
| 20 | enabled: true |
| 21 | test_target: ${_param:tempest_test_target} |
sandriichenko | 407cd98 | 2018-04-03 19:31:26 +0300 | [diff] [blame] | 22 | keystone_profile_admin: admin_identity |
sandriichenko | 23a47f7 | 2018-04-03 20:51:30 +0300 | [diff] [blame] | 23 | convert_to_uuid: |
Alina Nesterova | 7202d14 | 2018-04-04 06:46:27 +0000 | [diff] [blame^] | 24 | compute: |
| 25 | image_ref: ${glance:client:identity:admin_identity:image:cirros:name} |
| 26 | flavor_ref: 'm1.extra_tiny_test' |
| 27 | flavor_ref_alt: 'm1.tiny_test' |
| 28 | image_ref_alt: ${glance:client:identity:admin_identity:image:cirros:name} |
sgarbuz | fcd802e | 2018-03-05 10:20:04 +0200 | [diff] [blame] | 29 | heat_plugin: |
| 30 | skip_scenario_test_list: ${_param:runtest_heat_plugin_skip_scenario_test_list} |
Artem | 32024e8 | 2018-03-23 16:05:35 +0300 | [diff] [blame] | 31 | skip_functional_test_list: ${_param:runtest_heat_plugin_skip_functional_test_list} |
sgarbuz | 918d6d5 | 2018-04-04 12:10:55 +0300 | [diff] [blame] | 32 | instance_type: 'm1.tiny_test' |
| 33 | minimal_instance_type: 'm1.extra_tiny_test' |
sgarbuz | fcd802e | 2018-03-05 10:20:04 +0200 | [diff] [blame] | 34 | auth_version: 3 |
| 35 | project_domain_id: default |
| 36 | user_domain_id: default |
| 37 | disable_ssl_certificate_validation: False |
| 38 | ca_file: ${_param:runtest_path_to_ca_file} |
| 39 | image_ref: ${glance:client:identity:admin_identity:image:fedora:name} |
| 40 | minimal_image_ref: ${glance:client:identity:admin_identity:image:cirros:name} |