Modifying the default tempest config

* Adding snapshot to [compute-feature-enabled]
  * enables: test_list_images_filter_by_server_id
  * enables: test_list_images_filter_by_type
  * enables: test_list_images_filter_by_server_ref
  * enables: test_list_images_with_detail_filter_by_type
  * enables: test_list_images_with_detail_filter_by_server_ref
  * enables: class(ImagesTestJSON)
  * enables: tempest.api.compute.images.test_images_oneserver
* Adding resize to [compute-feature-enabled]
  * enables: test_resize_server_with_null_flavor
  * enables: test_resize_server_with_non_existent_flavor
  * enables: test_resize_server_confirm
  * enables: test_resize_server_revert
* Adding console_output to [compute-feature-enabled]
  * enables: test_get_console_output
* Adding api_v2 to [image-feature-enabled]
  * enables: tempest.api.image.v2.test_images
* Adding object_versioning to [object-storage-feature-enabled]
  * enables: tempest.api.object_storage.test_object_version

Closes-Bug: 1426442

Change-Id: I2a3c549a7c861d80c00e3779f6a585527e7a9fbd
This commit is contained in:
Justin Shepherd 2015-02-27 09:58:43 -06:00
parent 95ed4f6a9b
commit 2d097cb05f
2 changed files with 11 additions and 5 deletions

View File

@ -28,6 +28,9 @@ tempest_compute_image_alt_ssh_user: cirros
tempest_compute_image_ssh_password: cubswin:)
tempest_compute_image_alt_ssh_password: cubswin:)
tempest_compute_run_ssh: false
tempest_compute_console_output_enabled: True
tempest_compute_resize_enabled: True
tempest_compute_snapshot_enabled: True
tempest_dashboard_login_url: "http://{{ external_lb_vip_address }}/auth/login/"
tempest_dashboard_url: "http://{{ external_lb_vip_address }}/"
@ -45,10 +48,13 @@ tempest_service_available_swift: True
tempest_service_available_trove: False
tempest_service_available_zaqar: False
tempest_image_api_v2_enabled: True
tempest_boto_s3_url: "http://{{ external_lb_vip_address }}:3333"
tempest_boto_ec2_url: "http://{{ external_lb_vip_address }}:8773/services/Cloud"
tempest_swift_enabled: false
tempest_swift_object_versioning: True
tempest_git_repo: https://github.com/openstack/tempest
tempest_git_install_branch: master

View File

@ -78,7 +78,7 @@ api_v3_extensions = all
block_migrate_cinder_iscsi = false
block_migration_for_live_migration = false
change_password = false
console_output = false
console_output = {{ tempest_compute_console_output_enabled }}
disk_config = true
enable_instance_password = false
interface_attach = false
@ -86,9 +86,9 @@ live_migration = false
pause = false
rdp_console = false
rescue = false
resize = false
resize = {{ tempest_compute_resize_enabled }}
shelve = false
snapshot = false
snapshot = {{ tempest_compute_resize_enabled }}
spice_console = true
suspend = false
vnc_console = false
@ -144,7 +144,7 @@ http_image = http://download.cirros-cloud.net/0.3.1/cirros-0.3.1-x86_64-uec.tar.
[image-feature-enabled]
api_v1 = true
api_v2 = false
api_v2 = {{ tempest_image_api_v2_enabled }}
[input-scenario]
@ -184,7 +184,7 @@ reseller_admin_role = reseller_admin
[object-storage-feature-enabled]
container_sync = false
object_versioning = false
object_versioning = {{ tempest_swift_object_versioning }}
discoverable_apis = all