diff options
author | 2020-10-12 14:37:31 -0700 | |
---|---|---|
committer | 2020-11-12 15:46:18 -0800 | |
commit | 7ceb4a376a68e263a16d4305ac2dcb9d96fe90fa (patch) | |
tree | 8ef8561e5c5a05e5242d72c9d1ba44cb3e191810 /tools/files/tempest_conf.yaml | |
parent | 1b8eb8687d92408008f9716237034b7589d09253 (diff) |
functest healthcheck failures
- Overrides the default new user role value with "_member_"
- Updated treasuremap ref to include inflight upstream patches for
healthcheck Updated nova and neutron overrides due to pod 15 PCI
address changes for VFs
- Added site name input in test.sh so it can used to test for all
intel pod envs
- Added init_cloud in the deployment script to create test image,
flavor and provider network
- Updated the heat template for pod 15 and 17 public network creation
Signed-off-by: James Gu <james.gu@att.com>
Change-Id: I6738d80e98332a3523e541d5178d8a920e28def5
Diffstat (limited to 'tools/files/tempest_conf.yaml')
-rw-r--r-- | tools/files/tempest_conf.yaml | 103 |
1 files changed, 103 insertions, 0 deletions
diff --git a/tools/files/tempest_conf.yaml b/tools/files/tempest_conf.yaml new file mode 100644 index 0000000..048f59f --- /dev/null +++ b/tools/files/tempest_conf.yaml @@ -0,0 +1,103 @@ +--- +compute: + max_microversion: 2.72 +compute-feature-enabled: + attach_encrypted_volume: false + block_migration_for_live_migration: false + block_migrate_cinder_iscsi: false + change_password: false + # disabled since Airship 1.7 + cold_migration: false + config_drive: true + console_output: true + disk_config: true + enable_instance_password: true + interface_attach: true + live_migration: true + live_migrate_back_and_forth: false + metadata_service: true + pause: true + personality: false + rdp_console: false + rescue: true + resize: true + scheduler_available_filters: "RetryFilter,AvailabilityZoneFilter,\ + ComputeFilter,ComputeCapabilitiesFilter,ImagePropertiesFilter,\ + ServerGroupAntiAffinityFilter,ServerGroupAffinityFilter,SameHostFilter,\ + DifferentHostFilter" + serial_console: false + # disabled since Airship 1.7 + shelve: false + snapshot: true + spice_console: false + suspend: true + swap_volume: false + # disabled since Airship 1.7 + vnc_console: false + volume_backed_live_migration: false + volume_multiattach: false +identity: + auth_version: v3 + user_unique_last_password_count: 2 + user_lockout_duration: 10 + user_lockout_failure_attempts: 2 +identity-feature-enabled: + trust: true + api_v2: false + api_v2_admin: false + security_compliance: true + federation: false + external_idp: false + project_tags: true + application_credentials: true +image-feature-enabled: + api_v2: true + api_v1: false +network-feature-enabled: + port_admin_state_change: true + port_security: true + # not supported in Airship 1.8 due to DPDK + floating_ips: false +placement: + max_microversion: 1.31 +validation: + image_ssh_user: cirros + ssh_timeout: 196 + ip_version_for_ssh: 4 + run_validation: true + connect_method: floating +volume: + max_microversion: 3.59 + storage_protocol: ceph + manage_volume_ref: source-name,volume-%s + manage_snapshot_ref: source-name,snapshot-%s +volume-feature-enabled: + multi_backend: false + backup: true + snapshot: true + clone: true + manage_snapshot: true + manage_volume: true + extend_attached_volume: false + consistency_group: false + volume_revert: true +load_balancer: + test_with_ipv6: false +neutron_plugin_options: + agent_availability_zone: nova + available_type_drivers: flat,vlan,vxlan + provider_vlans: public +object-storage-feature-enabled: + discoverable_apis: "account_quotas,formpost,bulk_upload,bulk_delete,\ + tempurl,crossdomain,container_quotas,staticweb,account_quotas,slo" + object_versioning: true + # disabled since Airship 1.7 + discoverability: false +heat_plugin: + skip_functional_test_list: EncryptionVolTypeTest + skip_scenario_test_list: "AodhAlarmTest,SoftwareConfigIntegrationTest,\ + VolumeBackupRestoreIntegrationTest,CfnInitIntegrationTest,\ + LoadBalancerTest" + auth_version: 3 +heat_features_enabled: + multi_cloud: false |