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: |
Ilya Menkov | c562509 | 2018-03-29 12:31:03 +0400 | [diff] [blame] | 6 | - runtest |
sgarbuz | fcd802e | 2018-03-05 10:20:04 +0200 | [diff] [blame] | 7 | parameters: |
| 8 | _param: |
Mykyta Karpin | 9a40387 | 2018-04-12 18:20:30 +0300 | [diff] [blame^] | 9 | glance_image_cirros_name: 'TestCirros-0.3.5' |
| 10 | glance_image_fedora_name: 'TestFedora-27-1.6' |
| 11 | glance_image_cirros_location: 'http://download.cirros-cloud.net/0.3.5/cirros-0.3.5-x86_64-disk.img' |
| 12 | glance_image_fedora_location: 'https://mirror.chpc.utah.edu/pub/fedora/linux/releases/27/CloudImages/x86_64/images/Fedora-Cloud-Base-27-1.6.x86_64.qcow2' |
Artem | 32024e8 | 2018-03-23 16:05:35 +0300 | [diff] [blame] | 13 | runtest_heat_plugin_skip_scenario_test_list: 'SoftwareConfigIntegrationTest, VolumeBackupRestoreIntegrationTest, AodhAlarmTest' |
| 14 | # VolumeBackupRestoreIntegrationTest : we don't use volume backup in our default configuration. |
| 15 | # 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] | 16 | runtest_heat_plugin_skip_functional_test_list: 'UpdateServerNetworksTest, StackTemplateValidateTest' |
Artem | 32024e8 | 2018-03-23 16:05:35 +0300 | [diff] [blame] | 17 | # UpdateServerNetworksTest, StackTemplateValidateTest : These tests support in openstack Queens, but not in Pike. |
sgarbuz | fcd802e | 2018-03-05 10:20:04 +0200 | [diff] [blame] | 18 | runtest_path_to_ca_file: '/etc/ssl/certs/ca-certificates.crt' |
Mykyta Karpin | 9a40387 | 2018-04-12 18:20:30 +0300 | [diff] [blame^] | 19 | runtest_local_image_url: ${_param:glance_image_cirros_location} |
| 20 | runtest_local_img_dir: /tmp |
| 21 | runtest_local_img_file: ${_param:glance_image_cirros_name}.img |
sgarbuz | fcd802e | 2018-03-05 10:20:04 +0200 | [diff] [blame] | 22 | tempest_test_target: cfg01* |
| 23 | runtest: |
| 24 | enabled: true |
| 25 | openstack_version: stable/${_param:openstack_version} |
| 26 | tempest: |
| 27 | enabled: true |
| 28 | test_target: ${_param:tempest_test_target} |
sandriichenko | 407cd98 | 2018-04-03 19:31:26 +0300 | [diff] [blame] | 29 | keystone_profile_admin: admin_identity |
Mykyta Karpin | 9a40387 | 2018-04-12 18:20:30 +0300 | [diff] [blame^] | 30 | local_image_url: ${_param:runtest_local_image_url} |
sandriichenko | 23a47f7 | 2018-04-03 20:51:30 +0300 | [diff] [blame] | 31 | convert_to_uuid: |
Alina Nesterova | 7202d14 | 2018-04-04 06:46:27 +0000 | [diff] [blame] | 32 | compute: |
Mykyta Karpin | 9a40387 | 2018-04-12 18:20:30 +0300 | [diff] [blame^] | 33 | image_ref: ${_param:glance_image_cirros_name} |
Alina Nesterova | 7202d14 | 2018-04-04 06:46:27 +0000 | [diff] [blame] | 34 | flavor_ref: 'm1.extra_tiny_test' |
| 35 | flavor_ref_alt: 'm1.tiny_test' |
Mykyta Karpin | 9a40387 | 2018-04-12 18:20:30 +0300 | [diff] [blame^] | 36 | image_ref_alt: ${_param:glance_image_cirros_name} |
sgarbuz | fcd802e | 2018-03-05 10:20:04 +0200 | [diff] [blame] | 37 | heat_plugin: |
| 38 | skip_scenario_test_list: ${_param:runtest_heat_plugin_skip_scenario_test_list} |
Artem | 32024e8 | 2018-03-23 16:05:35 +0300 | [diff] [blame] | 39 | skip_functional_test_list: ${_param:runtest_heat_plugin_skip_functional_test_list} |
sgarbuz | 918d6d5 | 2018-04-04 12:10:55 +0300 | [diff] [blame] | 40 | instance_type: 'm1.tiny_test' |
| 41 | minimal_instance_type: 'm1.extra_tiny_test' |
sgarbuz | fcd802e | 2018-03-05 10:20:04 +0200 | [diff] [blame] | 42 | auth_version: 3 |
| 43 | project_domain_id: default |
| 44 | user_domain_id: default |
| 45 | disable_ssl_certificate_validation: False |
| 46 | ca_file: ${_param:runtest_path_to_ca_file} |
Mykyta Karpin | 9a40387 | 2018-04-12 18:20:30 +0300 | [diff] [blame^] | 47 | image_ref: ${_param:glance_image_fedora_name} |
| 48 | minimal_image_ref: ${_param:glance_image_cirros_name} |
| 49 | scenario: |
| 50 | img_file: ${_param:runtest_local_img_file} |
| 51 | img_dir: ${_param:runtest_local_img_dir} |