From 13f2e5f0b246ced288f465a20a29ca9f277a862c Mon Sep 17 00:00:00 2001 From: Francisco Redondo Marchena Date: Fri, 5 Jun 2015 09:38:02 +0000 Subject: WIP: Added more configuration to tempest.conf Change-Id: I45112f52d1eeb9d342dd5736c3521cc53adff129 --- openstack/etc/tempest/tempest.conf | 70 +++++++++++++++++++------------------- 1 file changed, 35 insertions(+), 35 deletions(-) diff --git a/openstack/etc/tempest/tempest.conf b/openstack/etc/tempest/tempest.conf index 0de60102..28f275c1 100644 --- a/openstack/etc/tempest/tempest.conf +++ b/openstack/etc/tempest/tempest.conf @@ -254,12 +254,12 @@ flavor_ref_alt = 2 #image_alt_ssh_user = root # Time in seconds between build status checks. (integer value) -#build_interval = 1 +build_interval = 1 # Timeout in seconds to wait for an instance to build. Other services # that do not define build_timeout will inherit this value. (integer # value) -#build_timeout = 300 +build_timeout = 300 # Should the tests ssh to instances? (boolean value) #run_ssh = false @@ -269,12 +269,12 @@ flavor_ref_alt = 2 # servers with a ssh keypair. Configured: use the configured user and # password. Adminpass: use the injected adminPass. Disabled: avoid # using ssh when it is an option. (string value) -#ssh_auth_method = keypair +ssh_auth_method = adminpass # How to connect to the instance? fixed: using the first ip belongs # the fixed network floating: creating and using a floating ip. # (string value) -#ssh_connect_method = floating +ssh_connect_method = floating # User name used to authenticate to an instance. (string value) #ssh_user = root @@ -317,7 +317,7 @@ flavor_ref_alt = 2 ip_version_for_ssh = 4 # Does SSH use Floating IPs? (boolean value) -use_floatingip_for_ssh = true +#use_floatingip_for_ssh = true # Catalog type of the Compute service. (string value) catalog_type = compute @@ -364,28 +364,28 @@ disk_config = true # Does the test environment support changing the admin password? # (boolean value) -#change_password = false +change_password = false # Does the test environment support obtaining instance serial console # output? (boolean value) -#console_output = true +console_output = true # Does the test environment support resizing? (boolean value) -#resize = false +resize = false # Does the test environment support pausing? (boolean value) -#pause = true +pause = true # Does the test environment support shelving/unshelving? (boolean # value) -#shelve = true +shelve = true # Does the test environment support suspend/resume? (boolean value) -#suspend = true +suspend = true # Does the test environment support live migration available? (boolean # value) -#live_migration = true +live_migration = false # Does the test environment use block devices for live migration # (boolean value) @@ -406,31 +406,31 @@ spice_console = false # Enable RDP console. This configuration value should be same as # [nova.rdp]->enabled in nova.conf (boolean value) -#rdp_console = false +rdp_console = false # Does the test environment support instance rescue mode? (boolean # value) -#rescue = true +rescue = true # Enables returning of the instance password by the relevant server # API calls such as create, rebuild or rescue. (boolean value) -#enable_instance_password = true +enable_instance_password = true # Does the test environment support dynamic network interface # attachment? (boolean value) -#interface_attach = true +interface_attach = true # Does the test environment support creating snapshot images of # running instances? (boolean value) snapshot = true # Does the test environment have the ec2 api running? (boolean value) -#ec2_api = true +ec2_api = false # Does Nova preserve preexisting ports from Neutron when deleting an # instance? This should be set to True if testing Kilo+ Nova. (boolean # value) -#preserve_ports = false +preserve_ports = true [dashboard] @@ -599,7 +599,7 @@ admin_password = {{ KEYSTONE_ADMIN_PASSWORD }} # Does the identity service have delegation and impersonation enabled # (boolean value) -#trust = true +trust = false # Is the v2 identity API enabled (boolean value) api_v2 = true @@ -631,11 +631,11 @@ http_image = http://download.cirros-cloud.net/0.3.1/cirros-0.3.1-x86_64-uec.tar. # Timeout in seconds to wait for an image to become available. # (integer value) -#build_timeout = 300 +build_timeout = 300 # Time in seconds between image operation status checks. (integer # value) -#build_interval = 1 +build_interval = 1 [image-feature-enabled] @@ -736,10 +736,10 @@ region = regionOne endpoint_type = publicURL # The cidr block to allocate tenant ipv4 subnets from (string value) -#tenant_network_cidr = 10.100.0.0/16 +tenant_network_cidr = 192.168.1.0/24 # The mask bits for tenant ipv4 subnets (integer value) -tenant_network_mask_bits = 24 +tenant_network_mask_bits = 28 # The cidr block to allocate tenant ipv6 subnets from (string value) #tenant_network_v6_cidr = 2003::/48 @@ -768,11 +768,11 @@ tenant_network_mask_bits = 24 # Timeout in seconds to wait for network operation to complete. # (integer value) -#build_timeout = 300 +build_timeout = 300 # Time in seconds between network operation status checks. (integer # value) -#build_interval = 1 +build_interval = 1 # List of dns servers which should be used for subnet creation (list # value) @@ -791,7 +791,7 @@ tenant_network_mask_bits = 24 # # Allow the execution of IPv6 tests (boolean value) -#ipv6 = true +ipv6 = false # A list of enabled network extensions with a special entry all which # indicates every extension is enabled. Empty list indicates all @@ -1091,26 +1091,26 @@ too_slow_to_test = true # belonging to the fixed network -floating: creates and uses a # floating IP (string value) # Allowed values: fixed, floating -#connect_method = floating +connect_method = floating # Default authentication method to the instance. Only ssh via keypair # is supported for now. Additional methods will be handled in a # separate spec. (string value) # Allowed values: keypair -#auth_method = keypair +auth_method = keypair # Default IP version for ssh connections. (integer value) -#ip_version_for_ssh = 4 +ip_version_for_ssh = 4 # Timeout in seconds to wait for ping to succeed. (integer value) -#ping_timeout = 120 +ping_timeout = 120 # Timeout in seconds to wait for the TCP connection to be successful. # (integer value) -#connect_timeout = 60 +connect_timeout = 60 # Timeout in seconds to wait for the ssh banner. (integer value) -#ssh_timeout = 300 +ssh_timeout = 300 [volume] @@ -1120,11 +1120,11 @@ too_slow_to_test = true # # Time in seconds between volume availability checks. (integer value) -#build_interval = 1 +build_interval = 1 # Timeout in seconds to wait for a volume to become available. # (integer value) -#build_timeout = 300 +build_timeout = 300 # Catalog type of the Volume Service (string value) catalog_type = volume @@ -1178,7 +1178,7 @@ snapshot = true # A list of enabled volume extensions with a special entry all which # indicates every extension is enabled. Empty list indicates all # extensions are disabled (list value) -#api_extensions = all +api_extensions = all # Is the v1 volume API enabled (boolean value) api_v1 = true -- cgit v1.2.1