aboutsummaryrefslogtreecommitdiffstats
path: root/docker/smoke-cntt/tempest_conf.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'docker/smoke-cntt/tempest_conf.yaml')
-rw-r--r--docker/smoke-cntt/tempest_conf.yaml34
1 files changed, 27 insertions, 7 deletions
diff --git a/docker/smoke-cntt/tempest_conf.yaml b/docker/smoke-cntt/tempest_conf.yaml
index 4b8927026..20ca43ed9 100644
--- a/docker/smoke-cntt/tempest_conf.yaml
+++ b/docker/smoke-cntt/tempest_conf.yaml
@@ -1,6 +1,6 @@
---
compute:
- max_microversion: 2.65
+ max_microversion: 2.53
compute-feature-enabled:
attach_encrypted_volume: false
block_migration_for_live_migration: false
@@ -30,10 +30,11 @@ compute-feature-enabled:
spice_console: false
suspend: true
swap_volume: false
- vnc_console: false
+ vnc_console: true
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
@@ -49,10 +50,18 @@ identity-feature-enabled:
image-feature-enabled:
api_v2: true
api_v1: false
+network-feature-enabled:
+ port_admin_state_change: true
+ port_security: true
placement:
- max_microversion: 1.30
+ max_microversion: "1.10"
+validation:
+ image_ssh_user: cirros
+ ssh_timeout: 196
+ ip_version_for_ssh: 4
+ run_validation: true
volume:
- max_microversion: 3.55
+ max_microversion: 3.43
storage_protocol: ceph
manage_volume_ref: source-name,volume-%s
manage_snapshot_ref: source-name,snapshot-%s
@@ -61,14 +70,25 @@ volume-feature-enabled:
backup: true
snapshot: true
clone: true
- manage_snapshot: true
+ manage_snapshot: false
manage_volume: true
extend_attached_volume: false
consistency_group: false
volume_revert: true
-load_balancer:
- test_with_noop: true
neutron_plugin_options:
agent_availability_zone: nova
available_type_drivers: flat,geneve,vlan,gre,local,vxlan
provider_vlans: foo,
+object-storage-feature-enabled:
+ discoverable_apis: "account_quotas,formpost,bulk_upload,bulk_delete,\
+ tempurl,crossdomain,container_quotas,staticweb,account_quotas,slo"
+ object_versioning: true
+ discoverability: true
+heat_plugin:
+ skip_functional_test_list: RemoteStackTest,EncryptionVolTypeTest
+ skip_scenario_test_list: "AodhAlarmTest,SoftwareConfigIntegrationTest,\
+ VolumeBackupRestoreIntegrationTest,CfnInitIntegrationTest,\
+ LoadBalancerTest,RemoteDeeplyNestedStackTest"
+ auth_version: 3
+heat_features_enabled:
+ multi_cloud: false