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 |
Oleh Hryhorov | 17b2ea9 | 2018-04-12 19:05:49 +0300 | [diff] [blame] | 5 | - service.runtest.tempest.artifactory |
sgarbuz | fcd802e | 2018-03-05 10:20:04 +0200 | [diff] [blame] | 6 | applications: |
Ilya Menkov | c562509 | 2018-03-29 12:31:03 +0400 | [diff] [blame] | 7 | - runtest |
sgarbuz | fcd802e | 2018-03-05 10:20:04 +0200 | [diff] [blame] | 8 | parameters: |
| 9 | _param: |
Mykyta Karpin | 9a40387 | 2018-04-12 18:20:30 +0300 | [diff] [blame] | 10 | glance_image_cirros_name: 'TestCirros-0.3.5' |
| 11 | glance_image_fedora_name: 'TestFedora-27-1.6' |
| 12 | glance_image_cirros_location: 'http://download.cirros-cloud.net/0.3.5/cirros-0.3.5-x86_64-disk.img' |
| 13 | 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] | 14 | runtest_heat_plugin_skip_scenario_test_list: 'SoftwareConfigIntegrationTest, VolumeBackupRestoreIntegrationTest, AodhAlarmTest' |
| 15 | # VolumeBackupRestoreIntegrationTest : we don't use volume backup in our default configuration. |
| 16 | # 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] | 17 | runtest_heat_plugin_skip_functional_test_list: 'UpdateServerNetworksTest, StackTemplateValidateTest' |
Artem | 32024e8 | 2018-03-23 16:05:35 +0300 | [diff] [blame] | 18 | # UpdateServerNetworksTest, StackTemplateValidateTest : These tests support in openstack Queens, but not in Pike. |
sgarbuz | fcd802e | 2018-03-05 10:20:04 +0200 | [diff] [blame] | 19 | runtest_path_to_ca_file: '/etc/ssl/certs/ca-certificates.crt' |
Artem | 607cbb7 | 2018-05-08 10:56:59 +0300 | [diff] [blame] | 20 | runtest_path_to_boot_config_env_file: '/usr/local/lib/python2.7/dist-packages/heat_tempest_plugin/tests/scenario/templates/boot_config_none_env.yaml' |
Mykyta Karpin | 9a40387 | 2018-04-12 18:20:30 +0300 | [diff] [blame] | 21 | runtest_local_image_url: ${_param:glance_image_cirros_location} |
| 22 | runtest_local_img_dir: /tmp |
| 23 | runtest_local_img_file: ${_param:glance_image_cirros_name}.img |
sgarbuz | fcd802e | 2018-03-05 10:20:04 +0200 | [diff] [blame] | 24 | tempest_test_target: cfg01* |
Oleh Hryhorov | 17b2ea9 | 2018-04-12 19:05:49 +0300 | [diff] [blame] | 25 | runtest_tempest_cfg_dir: /root/test/ |
| 26 | runtest_tempest_cfg_name: tempest_generated.conf |
Mykyta Karpin | 64e16a4 | 2018-04-23 11:52:55 +0300 | [diff] [blame] | 27 | runtest_tempest_log_file: /home/rally/test/tempest.log |
Mykyta Karpin | 34de9ea | 2018-04-23 12:59:47 +0300 | [diff] [blame] | 28 | runtest_tempest_regenerate_conf: false |
Oleh Hryhorov | 17b2ea9 | 2018-04-12 19:05:49 +0300 | [diff] [blame] | 29 | runtest_tempest_public_net: public |
Mykyta Karpin | 576db5f | 2018-05-18 09:14:12 +0000 | [diff] [blame^] | 30 | runtest_tempest_use_dynamic_credentials: true |
sgarbuz | fcd802e | 2018-03-05 10:20:04 +0200 | [diff] [blame] | 31 | runtest: |
| 32 | enabled: true |
| 33 | openstack_version: stable/${_param:openstack_version} |
| 34 | tempest: |
| 35 | enabled: true |
| 36 | test_target: ${_param:tempest_test_target} |
sandriichenko | 407cd98 | 2018-04-03 19:31:26 +0300 | [diff] [blame] | 37 | keystone_profile_admin: admin_identity |
Mykyta Karpin | 9a40387 | 2018-04-12 18:20:30 +0300 | [diff] [blame] | 38 | local_image_url: ${_param:runtest_local_image_url} |
Mykyta Karpin | 34de9ea | 2018-04-23 12:59:47 +0300 | [diff] [blame] | 39 | regenerate_conf: ${_param:runtest_tempest_regenerate_conf} |
sandriichenko | 23a47f7 | 2018-04-03 20:51:30 +0300 | [diff] [blame] | 40 | convert_to_uuid: |
Alina Nesterova | 7202d14 | 2018-04-04 06:46:27 +0000 | [diff] [blame] | 41 | compute: |
Mykyta Karpin | 9a40387 | 2018-04-12 18:20:30 +0300 | [diff] [blame] | 42 | image_ref: ${_param:glance_image_cirros_name} |
Alina Nesterova | 7202d14 | 2018-04-04 06:46:27 +0000 | [diff] [blame] | 43 | flavor_ref: 'm1.extra_tiny_test' |
| 44 | flavor_ref_alt: 'm1.tiny_test' |
Mykyta Karpin | 9a40387 | 2018-04-12 18:20:30 +0300 | [diff] [blame] | 45 | image_ref_alt: ${_param:glance_image_cirros_name} |
Oleh Hryhorov | 17b2ea9 | 2018-04-12 19:05:49 +0300 | [diff] [blame] | 46 | network: |
| 47 | public_network_id: ${_param:runtest_tempest_public_net} |
| 48 | cfg_dir: ${_param:runtest_tempest_cfg_dir} |
| 49 | cfg_name: ${_param:runtest_tempest_cfg_name} |
Mykyta Karpin | 576db5f | 2018-05-18 09:14:12 +0000 | [diff] [blame^] | 50 | auth: |
| 51 | use_dynamic_credentials: ${_param:runtest_tempest_use_dynamic_credentials} |
Oleh Hryhorov | 17b2ea9 | 2018-04-12 19:05:49 +0300 | [diff] [blame] | 52 | DEFAULT: |
Mykyta Karpin | 64e16a4 | 2018-04-23 11:52:55 +0300 | [diff] [blame] | 53 | log_file: ${_param:runtest_tempest_log_file} |
Oleh Hryhorov | 17b2ea9 | 2018-04-12 19:05:49 +0300 | [diff] [blame] | 54 | compute: |
| 55 | build_timeout: 600 |
| 56 | min_microversion: 2.1 |
| 57 | max_microversion: 2.53 |
Alina Nesterova | 9e8cd6a | 2018-05-07 08:01:50 +0000 | [diff] [blame] | 58 | dashboard: |
| 59 | # Set to true until Horizon CA bundle pass would be allowed |
| 60 | disable_ssl_certificate_validation: true |
Alina Nesterova | cd9f7ad | 2018-04-20 08:01:01 +0000 | [diff] [blame] | 61 | identity: |
| 62 | disable_ssl_certificate_validation: false |
Mykyta Karpin | 3c33784 | 2018-05-04 04:14:51 +0000 | [diff] [blame] | 63 | network: |
| 64 | floating_network_name: ${_param:runtest_tempest_public_net} |
Oleh Hryhorov | 17b2ea9 | 2018-04-12 19:05:49 +0300 | [diff] [blame] | 65 | orchestration: |
| 66 | max_template_size: 5440000 |
| 67 | max_resources_per_stack: 20000 |
| 68 | dns_feature_enabled: |
| 69 | # Switch this to designate_admin_api_enabled once [1] is promoted to stable packages |
| 70 | # [1] https://gerrit.mcp.mirantis.net/gitweb?p=salt-formulas/designate.git;a=commit;h=96a3f43f6cf1149559e54a00b5548bdf46333749 |
| 71 | api_admin: false |
| 72 | api_v1: false |
| 73 | api_v2: true |
| 74 | api_v2_quotas: true |
| 75 | api_v2_root_recordsets: true |
| 76 | bug_1573141_fixed: true |
| 77 | volume-feature-enabled: |
| 78 | backup: false |
sgarbuz | fcd802e | 2018-03-05 10:20:04 +0200 | [diff] [blame] | 79 | heat_plugin: |
Oleksii Butenko | b63cb66 | 2018-04-23 14:43:23 +0300 | [diff] [blame] | 80 | floating_network_name: ${_param:runtest_tempest_public_net} |
sgarbuz | fcd802e | 2018-03-05 10:20:04 +0200 | [diff] [blame] | 81 | skip_scenario_test_list: ${_param:runtest_heat_plugin_skip_scenario_test_list} |
Artem | 32024e8 | 2018-03-23 16:05:35 +0300 | [diff] [blame] | 82 | skip_functional_test_list: ${_param:runtest_heat_plugin_skip_functional_test_list} |
sgarbuz | 918d6d5 | 2018-04-04 12:10:55 +0300 | [diff] [blame] | 83 | instance_type: 'm1.tiny_test' |
| 84 | minimal_instance_type: 'm1.extra_tiny_test' |
sgarbuz | fcd802e | 2018-03-05 10:20:04 +0200 | [diff] [blame] | 85 | auth_version: 3 |
| 86 | project_domain_id: default |
| 87 | user_domain_id: default |
| 88 | disable_ssl_certificate_validation: False |
| 89 | ca_file: ${_param:runtest_path_to_ca_file} |
Mykyta Karpin | 9a40387 | 2018-04-12 18:20:30 +0300 | [diff] [blame] | 90 | image_ref: ${_param:glance_image_fedora_name} |
| 91 | minimal_image_ref: ${_param:glance_image_cirros_name} |
Artem | 607cbb7 | 2018-05-08 10:56:59 +0300 | [diff] [blame] | 92 | boot_config_env: ${_param:runtest_path_to_boot_config_env_file} |
Mykyta Karpin | 9a40387 | 2018-04-12 18:20:30 +0300 | [diff] [blame] | 93 | scenario: |
| 94 | img_file: ${_param:runtest_local_img_file} |
| 95 | img_dir: ${_param:runtest_local_img_dir} |
Alina Nesterova | 20bc8dc | 2018-05-03 11:53:50 +0000 | [diff] [blame] | 96 | validation: |
| 97 | run_validation: true |