Skip to content

Instantly share code, notes, and snippets.

@sombrafam
Created October 19, 2016 17:07
Show Gist options
  • Select an option

  • Save sombrafam/f833466459423ef67a21852a0cc361b7 to your computer and use it in GitHub Desktop.

Select an option

Save sombrafam/f833466459423ef67a21852a0cc361b7 to your computer and use it in GitHub Desktop.
erlon@thinkpad tempest $
erlon@thinkpad tempest $ tig
erlon@thinkpad tempest $ git log
commit 10f4cae171d7e08c2186e1b4bf7d6a852027e75d
Author: Erlon R. Cruz <erlon.cruz@fit-tecnologia.org.br>
Date: Wed Oct 19 13:35:20 2016 -0200
Fix testscenarios import
For some reason, testscenarios dependency was removed from requirements.txt and
several tempest jobs[1][2][3] are failing due this missing import. Adding it
back so we fix those jobs.
[1] http://bit.ly/2ekGcYW
[2] https://review.openstack.org/#/c/380988/
[3] https://review.openstack.org/#/c/380988/
Change-Id: I33564b06e9a2b128e892f0b598cfc71f71a7794a
commit 46dba3e456e54934ff3125a6430ef65058aca889
Merge: f09f635 7867a6e
Author: Jenkins <jenkins@review.openstack.org>
Date: Wed Oct 19 04:15:10 2016 +0000
Merge "Set random name in common function create_server"
commit f09f635a2618fc9a5a18c24af2bef4e6ff6b7977
Merge: db621cd 9cae8ec
Author: Jenkins <jenkins@review.openstack.org>
Date: Wed Oct 19 03:11:17 2016 +0000
Merge "Remove unnecessary name definition"
commit db621cd3b278bfb0934cfe13c9b0b3d69be2fd8b
Merge: 9d81d5c c3f76be
Author: Jenkins <jenkins@review.openstack.org>
Date: Wed Oct 19 01:47:16 2016 +0000
Merge "Use Cinder v2 by default in scenario tests"
erlon@thinkpad tempest $ git show 10f4cae171d7e08c2186e1b4bf7d6a852027e75d
commit 10f4cae171d7e08c2186e1b4bf7d6a852027e75d
Author: Erlon R. Cruz <erlon.cruz@fit-tecnologia.org.br>
Date: Wed Oct 19 13:35:20 2016 -0200
Fix testscenarios import
For some reason, testscenarios dependency was removed from requirements.txt and
several tempest jobs[1][2][3] are failing due this missing import. Adding it
back so we fix those jobs.
[1] http://bit.ly/2ekGcYW
[2] https://review.openstack.org/#/c/380988/
[3] https://review.openstack.org/#/c/380988/
Change-Id: I33564b06e9a2b128e892f0b598cfc71f71a7794a
diff --git a/requirements.txt b/requirements.txt
index fa6c413..a449f61 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -23,3 +23,4 @@ os-testr>=0.8.0 # Apache-2.0
urllib3>=1.15.1 # MIT
debtcollector>=1.2.0 # Apache-2.0
unittest2 # BSD
+testscenarios>=0.4
erlon@thinkpad tempest $ git clean -xdf && tox -epy27
Removing .idea/
Removing .testrepository/
Removing .tox/
Removing tempest.egg-info/
Removing tempest.log
Removing tempest/__init__.pyc
Removing tempest/api/__init__.pyc
Removing tempest/api/baremetal/__init__.pyc
Removing tempest/api/baremetal/admin/__init__.pyc
Removing tempest/api/baremetal/admin/base.pyc
Removing tempest/api/baremetal/admin/test_api_discovery.pyc
Removing tempest/api/baremetal/admin/test_chassis.pyc
Removing tempest/api/baremetal/admin/test_drivers.pyc
Removing tempest/api/baremetal/admin/test_nodes.pyc
Removing tempest/api/baremetal/admin/test_nodestates.pyc
Removing tempest/api/baremetal/admin/test_ports.pyc
Removing tempest/api/baremetal/admin/test_ports_negative.pyc
Removing tempest/api/compute/__init__.pyc
Removing tempest/api/compute/admin/__init__.pyc
Removing tempest/api/compute/admin/test_agents.pyc
Removing tempest/api/compute/admin/test_aggregates.pyc
Removing tempest/api/compute/admin/test_aggregates_negative.pyc
Removing tempest/api/compute/admin/test_auto_allocate_network.pyc
Removing tempest/api/compute/admin/test_availability_zone.pyc
Removing tempest/api/compute/admin/test_availability_zone_negative.pyc
Removing tempest/api/compute/admin/test_baremetal_nodes.pyc
Removing tempest/api/compute/admin/test_fixed_ips.pyc
Removing tempest/api/compute/admin/test_fixed_ips_negative.pyc
Removing tempest/api/compute/admin/test_flavors.pyc
Removing tempest/api/compute/admin/test_flavors_access.pyc
Removing tempest/api/compute/admin/test_flavors_access_negative.pyc
Removing tempest/api/compute/admin/test_flavors_extra_specs.pyc
Removing tempest/api/compute/admin/test_flavors_extra_specs_negative.pyc
Removing tempest/api/compute/admin/test_floating_ips_bulk.pyc
Removing tempest/api/compute/admin/test_hosts.pyc
Removing tempest/api/compute/admin/test_hosts_negative.pyc
Removing tempest/api/compute/admin/test_hypervisor.pyc
Removing tempest/api/compute/admin/test_hypervisor_negative.pyc
Removing tempest/api/compute/admin/test_instance_usage_audit_log.pyc
Removing tempest/api/compute/admin/test_instance_usage_audit_log_negative.pyc
Removing tempest/api/compute/admin/test_keypairs_v210.pyc
Removing tempest/api/compute/admin/test_live_migration.pyc
Removing tempest/api/compute/admin/test_migrations.pyc
Removing tempest/api/compute/admin/test_networks.pyc
Removing tempest/api/compute/admin/test_quotas.pyc
Removing tempest/api/compute/admin/test_quotas_negative.pyc
Removing tempest/api/compute/admin/test_security_group_default_rules.pyc
Removing tempest/api/compute/admin/test_security_groups.pyc
Removing tempest/api/compute/admin/test_servers.pyc
Removing tempest/api/compute/admin/test_servers_negative.pyc
Removing tempest/api/compute/admin/test_servers_on_multinodes.pyc
Removing tempest/api/compute/admin/test_services.pyc
Removing tempest/api/compute/admin/test_services_negative.pyc
Removing tempest/api/compute/admin/test_simple_tenant_usage.pyc
Removing tempest/api/compute/admin/test_simple_tenant_usage_negative.pyc
Removing tempest/api/compute/admin/test_volume_swap.pyc
Removing tempest/api/compute/api_microversion_fixture.pyc
Removing tempest/api/compute/base.pyc
Removing tempest/api/compute/certificates/__init__.pyc
Removing tempest/api/compute/certificates/test_certificates.pyc
Removing tempest/api/compute/flavors/__init__.pyc
Removing tempest/api/compute/flavors/test_flavors.pyc
Removing tempest/api/compute/floating_ips/__init__.pyc
Removing tempest/api/compute/floating_ips/base.pyc
Removing tempest/api/compute/floating_ips/test_floating_ips_actions.pyc
Removing tempest/api/compute/floating_ips/test_floating_ips_actions_negative.pyc
Removing tempest/api/compute/floating_ips/test_list_floating_ips.pyc
Removing tempest/api/compute/floating_ips/test_list_floating_ips_negative.pyc
Removing tempest/api/compute/images/__init__.pyc
Removing tempest/api/compute/images/test_image_metadata.pyc
Removing tempest/api/compute/images/test_image_metadata_negative.pyc
Removing tempest/api/compute/images/test_images.pyc
Removing tempest/api/compute/images/test_images_negative.pyc
Removing tempest/api/compute/images/test_images_oneserver.pyc
Removing tempest/api/compute/images/test_images_oneserver_negative.pyc
Removing tempest/api/compute/images/test_list_image_filters.pyc
Removing tempest/api/compute/images/test_list_image_filters_negative.pyc
Removing tempest/api/compute/images/test_list_images.pyc
Removing tempest/api/compute/keypairs/__init__.pyc
Removing tempest/api/compute/keypairs/base.pyc
Removing tempest/api/compute/keypairs/test_keypairs.pyc
Removing tempest/api/compute/keypairs/test_keypairs_negative.pyc
Removing tempest/api/compute/keypairs/test_keypairs_v22.pyc
Removing tempest/api/compute/limits/__init__.pyc
Removing tempest/api/compute/limits/test_absolute_limits.pyc
Removing tempest/api/compute/limits/test_absolute_limits_negative.pyc
Removing tempest/api/compute/security_groups/__init__.pyc
Removing tempest/api/compute/security_groups/base.pyc
Removing tempest/api/compute/security_groups/test_security_group_rules.pyc
Removing tempest/api/compute/security_groups/test_security_group_rules_negative.pyc
Removing tempest/api/compute/security_groups/test_security_groups.pyc
Removing tempest/api/compute/security_groups/test_security_groups_negative.pyc
Removing tempest/api/compute/servers/__init__.pyc
Removing tempest/api/compute/servers/test_attach_interfaces.pyc
Removing tempest/api/compute/servers/test_availability_zone.pyc
Removing tempest/api/compute/servers/test_create_server.pyc
Removing tempest/api/compute/servers/test_delete_server.pyc
Removing tempest/api/compute/servers/test_disk_config.pyc
Removing tempest/api/compute/servers/test_instance_actions.pyc
Removing tempest/api/compute/servers/test_instance_actions_negative.pyc
Removing tempest/api/compute/servers/test_list_server_filters.pyc
Removing tempest/api/compute/servers/test_list_servers_negative.pyc
Removing tempest/api/compute/servers/test_multiple_create.pyc
Removing tempest/api/compute/servers/test_multiple_create_negative.pyc
Removing tempest/api/compute/servers/test_server_actions.pyc
Removing tempest/api/compute/servers/test_server_addresses.pyc
Removing tempest/api/compute/servers/test_server_addresses_negative.pyc
Removing tempest/api/compute/servers/test_server_group.pyc
Removing tempest/api/compute/servers/test_server_metadata.pyc
Removing tempest/api/compute/servers/test_server_metadata_negative.pyc
Removing tempest/api/compute/servers/test_server_password.pyc
Removing tempest/api/compute/servers/test_server_personality.pyc
Removing tempest/api/compute/servers/test_server_rescue.pyc
Removing tempest/api/compute/servers/test_server_rescue_negative.pyc
Removing tempest/api/compute/servers/test_servers.pyc
Removing tempest/api/compute/servers/test_servers_negative.pyc
Removing tempest/api/compute/servers/test_virtual_interfaces.pyc
Removing tempest/api/compute/servers/test_virtual_interfaces_negative.pyc
Removing tempest/api/compute/test_extensions.pyc
Removing tempest/api/compute/test_live_block_migration_negative.pyc
Removing tempest/api/compute/test_networks.pyc
Removing tempest/api/compute/test_quotas.pyc
Removing tempest/api/compute/test_tenant_networks.pyc
Removing tempest/api/compute/test_versions.pyc
Removing tempest/api/compute/volumes/__init__.pyc
Removing tempest/api/compute/volumes/test_attach_volume.pyc
Removing tempest/api/compute/volumes/test_attach_volume_negative.pyc
Removing tempest/api/compute/volumes/test_volume_snapshots.pyc
Removing tempest/api/compute/volumes/test_volumes_get.pyc
Removing tempest/api/compute/volumes/test_volumes_list.pyc
Removing tempest/api/compute/volumes/test_volumes_negative.pyc
Removing tempest/api/identity/__init__.pyc
Removing tempest/api/identity/admin/__init__.pyc
Removing tempest/api/identity/admin/v2/__init__.pyc
Removing tempest/api/identity/admin/v2/test_endpoints.pyc
Removing tempest/api/identity/admin/v2/test_roles.pyc
Removing tempest/api/identity/admin/v2/test_roles_negative.pyc
Removing tempest/api/identity/admin/v2/test_services.pyc
Removing tempest/api/identity/admin/v2/test_tenant_negative.pyc
Removing tempest/api/identity/admin/v2/test_tenants.pyc
Removing tempest/api/identity/admin/v2/test_tokens.pyc
Removing tempest/api/identity/admin/v2/test_users.pyc
Removing tempest/api/identity/admin/v2/test_users_negative.pyc
Removing tempest/api/identity/admin/v3/__init__.pyc
Removing tempest/api/identity/admin/v3/test_credentials.pyc
Removing tempest/api/identity/admin/v3/test_default_project_id.pyc
Removing tempest/api/identity/admin/v3/test_domains.pyc
Removing tempest/api/identity/admin/v3/test_domains_negative.pyc
Removing tempest/api/identity/admin/v3/test_endpoints.pyc
Removing tempest/api/identity/admin/v3/test_endpoints_negative.pyc
Removing tempest/api/identity/admin/v3/test_groups.pyc
Removing tempest/api/identity/admin/v3/test_inherits.pyc
Removing tempest/api/identity/admin/v3/test_list_projects.pyc
Removing tempest/api/identity/admin/v3/test_list_users.pyc
Removing tempest/api/identity/admin/v3/test_policies.pyc
Removing tempest/api/identity/admin/v3/test_projects.pyc
Removing tempest/api/identity/admin/v3/test_projects_negative.pyc
Removing tempest/api/identity/admin/v3/test_regions.pyc
Removing tempest/api/identity/admin/v3/test_roles.pyc
Removing tempest/api/identity/admin/v3/test_services.pyc
Removing tempest/api/identity/admin/v3/test_tokens.pyc
Removing tempest/api/identity/admin/v3/test_trusts.pyc
Removing tempest/api/identity/admin/v3/test_users.pyc
Removing tempest/api/identity/admin/v3/test_users_negative.pyc
Removing tempest/api/identity/base.pyc
Removing tempest/api/identity/test_extension.pyc
Removing tempest/api/identity/v2/__init__.pyc
Removing tempest/api/identity/v2/test_api_discovery.pyc
Removing tempest/api/identity/v2/test_ec2_credentials.pyc
Removing tempest/api/identity/v2/test_tenants.pyc
Removing tempest/api/identity/v2/test_tokens.pyc
Removing tempest/api/identity/v2/test_users.pyc
Removing tempest/api/identity/v3/__init__.pyc
Removing tempest/api/identity/v3/test_api_discovery.pyc
Removing tempest/api/identity/v3/test_projects.pyc
Removing tempest/api/identity/v3/test_tokens.pyc
Removing tempest/api/identity/v3/test_users.pyc
Removing tempest/api/image/__init__.pyc
Removing tempest/api/image/admin/__init__.pyc
Removing tempest/api/image/admin/v2/__init__.pyc
Removing tempest/api/image/admin/v2/test_images.pyc
Removing tempest/api/image/base.pyc
Removing tempest/api/image/v1/__init__.pyc
Removing tempest/api/image/v1/test_image_members.pyc
Removing tempest/api/image/v1/test_image_members_negative.pyc
Removing tempest/api/image/v1/test_images.pyc
Removing tempest/api/image/v1/test_images_negative.pyc
Removing tempest/api/image/v2/__init__.pyc
Removing tempest/api/image/v2/test_images.pyc
Removing tempest/api/image/v2/test_images_member.pyc
Removing tempest/api/image/v2/test_images_member_negative.pyc
Removing tempest/api/image/v2/test_images_metadefs_namespaces.pyc
Removing tempest/api/image/v2/test_images_metadefs_resource_types.pyc
Removing tempest/api/image/v2/test_images_negative.pyc
Removing tempest/api/image/v2/test_images_tags.pyc
Removing tempest/api/image/v2/test_images_tags_negative.pyc
Removing tempest/api/network/__init__.pyc
Removing tempest/api/network/admin/__init__.pyc
Removing tempest/api/network/admin/test_agent_management.pyc
Removing tempest/api/network/admin/test_dhcp_agent_scheduler.pyc
Removing tempest/api/network/admin/test_external_network_extension.pyc
Removing tempest/api/network/admin/test_external_networks_negative.pyc
Removing tempest/api/network/admin/test_floating_ips_admin_actions.pyc
Removing tempest/api/network/admin/test_l3_agent_scheduler.pyc
Removing tempest/api/network/admin/test_negative_quotas.pyc
Removing tempest/api/network/admin/test_quotas.pyc
Removing tempest/api/network/admin/test_routers_dvr.pyc
Removing tempest/api/network/base.pyc
Removing tempest/api/network/base_routers.pyc
Removing tempest/api/network/base_security_groups.pyc
Removing tempest/api/network/test_allowed_address_pair.pyc
Removing tempest/api/network/test_dhcp_ipv6.pyc
Removing tempest/api/network/test_extensions.pyc
Removing tempest/api/network/test_extra_dhcp_options.pyc
Removing tempest/api/network/test_floating_ips.pyc
Removing tempest/api/network/test_floating_ips_negative.pyc
Removing tempest/api/network/test_metering_extensions.pyc
Removing tempest/api/network/test_networks.pyc
Removing tempest/api/network/test_networks_negative.pyc
Removing tempest/api/network/test_ports.pyc
Removing tempest/api/network/test_routers.pyc
Removing tempest/api/network/test_routers_negative.pyc
Removing tempest/api/network/test_security_groups.pyc
Removing tempest/api/network/test_security_groups_negative.pyc
Removing tempest/api/network/test_service_type_management.pyc
Removing tempest/api/network/test_subnetpools_extensions.pyc
Removing tempest/api/network/test_versions.pyc
Removing tempest/api/object_storage/__init__.pyc
Removing tempest/api/object_storage/base.pyc
Removing tempest/api/object_storage/test_account_bulk.pyc
Removing tempest/api/object_storage/test_account_quotas.pyc
Removing tempest/api/object_storage/test_account_quotas_negative.pyc
Removing tempest/api/object_storage/test_account_services.pyc
Removing tempest/api/object_storage/test_account_services_negative.pyc
Removing tempest/api/object_storage/test_container_acl.pyc
Removing tempest/api/object_storage/test_container_acl_negative.pyc
Removing tempest/api/object_storage/test_container_quotas.pyc
Removing tempest/api/object_storage/test_container_services.pyc
Removing tempest/api/object_storage/test_container_services_negative.pyc
Removing tempest/api/object_storage/test_container_staticweb.pyc
Removing tempest/api/object_storage/test_container_sync.pyc
Removing tempest/api/object_storage/test_container_sync_middleware.pyc
Removing tempest/api/object_storage/test_crossdomain.pyc
Removing tempest/api/object_storage/test_healthcheck.pyc
Removing tempest/api/object_storage/test_object_expiry.pyc
Removing tempest/api/object_storage/test_object_formpost.pyc
Removing tempest/api/object_storage/test_object_formpost_negative.pyc
Removing tempest/api/object_storage/test_object_services.pyc
Removing tempest/api/object_storage/test_object_slo.pyc
Removing tempest/api/object_storage/test_object_temp_url.pyc
Removing tempest/api/object_storage/test_object_temp_url_negative.pyc
Removing tempest/api/object_storage/test_object_version.pyc
Removing tempest/api/orchestration/__init__.pyc
Removing tempest/api/orchestration/base.pyc
Removing tempest/api/orchestration/stacks/__init__.pyc
Removing tempest/api/orchestration/stacks/test_environment.pyc
Removing tempest/api/orchestration/stacks/test_limits.pyc
Removing tempest/api/orchestration/stacks/test_neutron_resources.pyc
Removing tempest/api/orchestration/stacks/test_non_empty_stack.pyc
Removing tempest/api/orchestration/stacks/test_nova_keypair_resources.pyc
Removing tempest/api/orchestration/stacks/test_resource_types.pyc
Removing tempest/api/orchestration/stacks/test_soft_conf.pyc
Removing tempest/api/orchestration/stacks/test_stacks.pyc
Removing tempest/api/orchestration/stacks/test_swift_resources.pyc
Removing tempest/api/orchestration/stacks/test_templates.pyc
Removing tempest/api/orchestration/stacks/test_templates_negative.pyc
Removing tempest/api/orchestration/stacks/test_volumes.pyc
Removing tempest/api/volume/__init__.pyc
Removing tempest/api/volume/admin/__init__.pyc
Removing tempest/api/volume/admin/test_backends_capabilities.pyc
Removing tempest/api/volume/admin/test_multi_backend.pyc
Removing tempest/api/volume/admin/test_qos.pyc
Removing tempest/api/volume/admin/test_snapshots_actions.pyc
Removing tempest/api/volume/admin/test_volume_hosts.pyc
Removing tempest/api/volume/admin/test_volume_quotas.pyc
Removing tempest/api/volume/admin/test_volume_quotas_negative.pyc
Removing tempest/api/volume/admin/test_volume_services.pyc
Removing tempest/api/volume/admin/test_volume_snapshot_quotas_negative.pyc
Removing tempest/api/volume/admin/test_volume_types.pyc
Removing tempest/api/volume/admin/test_volume_types_extra_specs.pyc
Removing tempest/api/volume/admin/test_volume_types_extra_specs_negative.pyc
Removing tempest/api/volume/admin/test_volume_types_negative.pyc
Removing tempest/api/volume/admin/test_volumes_actions.pyc
Removing tempest/api/volume/admin/test_volumes_backup.pyc
Removing tempest/api/volume/admin/v2/__init__.pyc
Removing tempest/api/volume/admin/v2/test_volume_pools.pyc
Removing tempest/api/volume/admin/v2/test_volume_type_access.pyc
Removing tempest/api/volume/admin/v2/test_volumes_list.pyc
Removing tempest/api/volume/admin/v3/__init__.pyc
Removing tempest/api/volume/admin/v3/test_user_messages.pyc
Removing tempest/api/volume/api_microversion_fixture.pyc
Removing tempest/api/volume/base.pyc
Removing tempest/api/volume/test_availability_zone.pyc
Removing tempest/api/volume/test_extensions.pyc
Removing tempest/api/volume/test_snapshot_metadata.pyc
Removing tempest/api/volume/test_volume_metadata.pyc
Removing tempest/api/volume/test_volume_transfers.pyc
Removing tempest/api/volume/test_volumes_actions.pyc
Removing tempest/api/volume/test_volumes_backup.pyc
Removing tempest/api/volume/test_volumes_clone.pyc
Removing tempest/api/volume/test_volumes_clone_negative.pyc
Removing tempest/api/volume/test_volumes_extend.pyc
Removing tempest/api/volume/test_volumes_get.pyc
Removing tempest/api/volume/test_volumes_list.pyc
Removing tempest/api/volume/test_volumes_negative.pyc
Removing tempest/api/volume/test_volumes_snapshots.pyc
Removing tempest/api/volume/test_volumes_snapshots_list.pyc
Removing tempest/api/volume/test_volumes_snapshots_negative.pyc
Removing tempest/api/volume/v2/__init__.pyc
Removing tempest/api/volume/v2/test_image_metadata.pyc
Removing tempest/api/volume/v2/test_volumes_list.pyc
Removing tempest/api/volume/v3/__init__.pyc
Removing tempest/api/volume/v3/base.pyc
Removing tempest/clients.pyc
Removing tempest/cmd/__init__.pyc
Removing tempest/cmd/account_generator.pyc
Removing tempest/cmd/init.pyc
Removing tempest/cmd/list_plugins.pyc
Removing tempest/cmd/main.pyc
Removing tempest/cmd/run.pyc
Removing tempest/cmd/subunit_describe_calls.pyc
Removing tempest/cmd/verify_tempest_config.pyc
Removing tempest/cmd/workspace.pyc
Removing tempest/common/__init__.pyc
Removing tempest/common/compute.pyc
Removing tempest/common/cred_client.pyc
Removing tempest/common/credentials_factory.pyc
Removing tempest/common/custom_matchers.pyc
Removing tempest/common/dynamic_creds.pyc
Removing tempest/common/fixed_network.pyc
Removing tempest/common/generator/__init__.pyc
Removing tempest/common/generator/base_generator.pyc
Removing tempest/common/generator/negative_generator.pyc
Removing tempest/common/generator/valid_generator.pyc
Removing tempest/common/image.pyc
Removing tempest/common/negative_rest_client.pyc
Removing tempest/common/preprov_creds.pyc
Removing tempest/common/tempest_fixtures.pyc
Removing tempest/common/utils/__init__.pyc
Removing tempest/common/utils/linux/__init__.pyc
Removing tempest/common/utils/linux/remote_client.pyc
Removing tempest/common/utils/net_info.pyc
Removing tempest/common/utils/net_utils.pyc
Removing tempest/common/validation_resources.pyc
Removing tempest/common/waiters.pyc
Removing tempest/config.pyc
Removing tempest/exceptions.pyc
Removing tempest/hacking/__init__.pyc
Removing tempest/hacking/checks.pyc
Removing tempest/lib/__init__.pyc
Removing tempest/lib/api_schema/__init__.pyc
Removing tempest/lib/api_schema/response/__init__.pyc
Removing tempest/lib/api_schema/response/compute/__init__.pyc
Removing tempest/lib/api_schema/response/compute/v2_1/__init__.pyc
Removing tempest/lib/api_schema/response/compute/v2_1/agents.pyc
Removing tempest/lib/api_schema/response/compute/v2_1/aggregates.pyc
Removing tempest/lib/api_schema/response/compute/v2_1/availability_zone.pyc
Removing tempest/lib/api_schema/response/compute/v2_1/baremetal_nodes.pyc
Removing tempest/lib/api_schema/response/compute/v2_1/certificates.pyc
Removing tempest/lib/api_schema/response/compute/v2_1/extensions.pyc
Removing tempest/lib/api_schema/response/compute/v2_1/fixed_ips.pyc
Removing tempest/lib/api_schema/response/compute/v2_1/flavors.pyc
Removing tempest/lib/api_schema/response/compute/v2_1/flavors_access.pyc
Removing tempest/lib/api_schema/response/compute/v2_1/flavors_extra_specs.pyc
Removing tempest/lib/api_schema/response/compute/v2_1/floating_ips.pyc
Removing tempest/lib/api_schema/response/compute/v2_1/hosts.pyc
Removing tempest/lib/api_schema/response/compute/v2_1/hypervisors.pyc
Removing tempest/lib/api_schema/response/compute/v2_1/images.pyc
Removing tempest/lib/api_schema/response/compute/v2_1/instance_usage_audit_logs.pyc
Removing tempest/lib/api_schema/response/compute/v2_1/interfaces.pyc
Removing tempest/lib/api_schema/response/compute/v2_1/keypairs.pyc
Removing tempest/lib/api_schema/response/compute/v2_1/limits.pyc
Removing tempest/lib/api_schema/response/compute/v2_1/migrations.pyc
Removing tempest/lib/api_schema/response/compute/v2_1/parameter_types.pyc
Removing tempest/lib/api_schema/response/compute/v2_1/quota_classes.pyc
Removing tempest/lib/api_schema/response/compute/v2_1/quotas.pyc
Removing tempest/lib/api_schema/response/compute/v2_1/security_group_default_rule.pyc
Removing tempest/lib/api_schema/response/compute/v2_1/security_groups.pyc
Removing tempest/lib/api_schema/response/compute/v2_1/servers.pyc
Removing tempest/lib/api_schema/response/compute/v2_1/services.pyc
Removing tempest/lib/api_schema/response/compute/v2_1/snapshots.pyc
Removing tempest/lib/api_schema/response/compute/v2_1/tenant_networks.pyc
Removing tempest/lib/api_schema/response/compute/v2_1/tenant_usages.pyc
Removing tempest/lib/api_schema/response/compute/v2_1/versions.pyc
Removing tempest/lib/api_schema/response/compute/v2_1/volumes.pyc
Removing tempest/lib/api_schema/response/compute/v2_16/__init__.pyc
Removing tempest/lib/api_schema/response/compute/v2_16/servers.pyc
Removing tempest/lib/api_schema/response/compute/v2_19/__init__.pyc
Removing tempest/lib/api_schema/response/compute/v2_19/servers.pyc
Removing tempest/lib/api_schema/response/compute/v2_2/__init__.pyc
Removing tempest/lib/api_schema/response/compute/v2_2/keypairs.pyc
Removing tempest/lib/api_schema/response/compute/v2_23/__init__.pyc
Removing tempest/lib/api_schema/response/compute/v2_23/migrations.pyc
Removing tempest/lib/api_schema/response/compute/v2_26/__init__.pyc
Removing tempest/lib/api_schema/response/compute/v2_26/servers.pyc
Removing tempest/lib/api_schema/response/compute/v2_3/__init__.pyc
Removing tempest/lib/api_schema/response/compute/v2_3/servers.pyc
Removing tempest/lib/api_schema/response/compute/v2_9/__init__.pyc
Removing tempest/lib/api_schema/response/compute/v2_9/servers.pyc
Removing tempest/lib/auth.pyc
Removing tempest/lib/base.pyc
Removing tempest/lib/cli/__init__.pyc
Removing tempest/lib/cli/base.pyc
Removing tempest/lib/cli/output_parser.pyc
Removing tempest/lib/common/__init__.pyc
Removing tempest/lib/common/api_version_request.pyc
Removing tempest/lib/common/api_version_utils.pyc
Removing tempest/lib/common/cred_provider.pyc
Removing tempest/lib/common/http.pyc
Removing tempest/lib/common/rest_client.pyc
Removing tempest/lib/common/ssh.pyc
Removing tempest/lib/common/utils/__init__.pyc
Removing tempest/lib/common/utils/data_utils.pyc
Removing tempest/lib/common/utils/misc.pyc
Removing tempest/lib/common/utils/test_utils.pyc
Removing tempest/lib/decorators.pyc
Removing tempest/lib/exceptions.pyc
Removing tempest/lib/services/__init__.pyc
Removing tempest/lib/services/clients.pyc
Removing tempest/lib/services/compute/__init__.pyc
Removing tempest/lib/services/compute/agents_client.pyc
Removing tempest/lib/services/compute/aggregates_client.pyc
Removing tempest/lib/services/compute/availability_zone_client.pyc
Removing tempest/lib/services/compute/baremetal_nodes_client.pyc
Removing tempest/lib/services/compute/base_compute_client.pyc
Removing tempest/lib/services/compute/certificates_client.pyc
Removing tempest/lib/services/compute/extensions_client.pyc
Removing tempest/lib/services/compute/fixed_ips_client.pyc
Removing tempest/lib/services/compute/flavors_client.pyc
Removing tempest/lib/services/compute/floating_ip_pools_client.pyc
Removing tempest/lib/services/compute/floating_ips_bulk_client.pyc
Removing tempest/lib/services/compute/floating_ips_client.pyc
Removing tempest/lib/services/compute/hosts_client.pyc
Removing tempest/lib/services/compute/hypervisor_client.pyc
Removing tempest/lib/services/compute/images_client.pyc
Removing tempest/lib/services/compute/instance_usage_audit_log_client.pyc
Removing tempest/lib/services/compute/interfaces_client.pyc
Removing tempest/lib/services/compute/keypairs_client.pyc
Removing tempest/lib/services/compute/limits_client.pyc
Removing tempest/lib/services/compute/migrations_client.pyc
Removing tempest/lib/services/compute/networks_client.pyc
Removing tempest/lib/services/compute/quota_classes_client.pyc
Removing tempest/lib/services/compute/quotas_client.pyc
Removing tempest/lib/services/compute/security_group_default_rules_client.pyc
Removing tempest/lib/services/compute/security_group_rules_client.pyc
Removing tempest/lib/services/compute/security_groups_client.pyc
Removing tempest/lib/services/compute/server_groups_client.pyc
Removing tempest/lib/services/compute/servers_client.pyc
Removing tempest/lib/services/compute/services_client.pyc
Removing tempest/lib/services/compute/snapshots_client.pyc
Removing tempest/lib/services/compute/tenant_networks_client.pyc
Removing tempest/lib/services/compute/tenant_usages_client.pyc
Removing tempest/lib/services/compute/versions_client.pyc
Removing tempest/lib/services/compute/volumes_client.pyc
Removing tempest/lib/services/identity/__init__.pyc
Removing tempest/lib/services/identity/v2/__init__.pyc
Removing tempest/lib/services/identity/v2/endpoints_client.pyc
Removing tempest/lib/services/identity/v2/identity_client.pyc
Removing tempest/lib/services/identity/v2/roles_client.pyc
Removing tempest/lib/services/identity/v2/services_client.pyc
Removing tempest/lib/services/identity/v2/tenants_client.pyc
Removing tempest/lib/services/identity/v2/token_client.pyc
Removing tempest/lib/services/identity/v2/users_client.pyc
Removing tempest/lib/services/identity/v3/__init__.pyc
Removing tempest/lib/services/identity/v3/credentials_client.pyc
Removing tempest/lib/services/identity/v3/endpoints_client.pyc
Removing tempest/lib/services/identity/v3/groups_client.pyc
Removing tempest/lib/services/identity/v3/identity_client.pyc
Removing tempest/lib/services/identity/v3/inherited_roles_client.pyc
Removing tempest/lib/services/identity/v3/policies_client.pyc
Removing tempest/lib/services/identity/v3/projects_client.pyc
Removing tempest/lib/services/identity/v3/regions_client.pyc
Removing tempest/lib/services/identity/v3/roles_client.pyc
Removing tempest/lib/services/identity/v3/services_client.pyc
Removing tempest/lib/services/identity/v3/token_client.pyc
Removing tempest/lib/services/identity/v3/trusts_client.pyc
Removing tempest/lib/services/identity/v3/users_client.pyc
Removing tempest/lib/services/image/__init__.pyc
Removing tempest/lib/services/image/v1/__init__.pyc
Removing tempest/lib/services/image/v1/image_members_client.pyc
Removing tempest/lib/services/image/v1/images_client.pyc
Removing tempest/lib/services/image/v2/__init__.pyc
Removing tempest/lib/services/image/v2/image_members_client.pyc
Removing tempest/lib/services/image/v2/images_client.pyc
Removing tempest/lib/services/image/v2/namespaces_client.pyc
Removing tempest/lib/services/image/v2/resource_types_client.pyc
Removing tempest/lib/services/image/v2/schemas_client.pyc
Removing tempest/lib/services/network/__init__.pyc
Removing tempest/lib/services/network/agents_client.pyc
Removing tempest/lib/services/network/base.pyc
Removing tempest/lib/services/network/extensions_client.pyc
Removing tempest/lib/services/network/floating_ips_client.pyc
Removing tempest/lib/services/network/metering_label_rules_client.pyc
Removing tempest/lib/services/network/metering_labels_client.pyc
Removing tempest/lib/services/network/networks_client.pyc
Removing tempest/lib/services/network/ports_client.pyc
Removing tempest/lib/services/network/quotas_client.pyc
Removing tempest/lib/services/network/routers_client.pyc
Removing tempest/lib/services/network/security_group_rules_client.pyc
Removing tempest/lib/services/network/security_groups_client.pyc
Removing tempest/lib/services/network/subnetpools_client.pyc
Removing tempest/lib/services/network/subnets_client.pyc
Removing tempest/lib/services/network/versions_client.pyc
Removing tempest/lib/services/volume/__init__.pyc
Removing tempest/lib/services/volume/v1/__init__.pyc
Removing tempest/lib/services/volume/v1/availability_zone_client.pyc
Removing tempest/lib/services/volume/v1/backups_client.pyc
Removing tempest/lib/services/volume/v1/encryption_types_client.pyc
Removing tempest/lib/services/volume/v1/extensions_client.pyc
Removing tempest/lib/services/volume/v1/hosts_client.pyc
Removing tempest/lib/services/volume/v1/qos_client.pyc
Removing tempest/lib/services/volume/v1/quotas_client.pyc
Removing tempest/lib/services/volume/v1/services_client.pyc
Removing tempest/lib/services/volume/v1/snapshots_client.pyc
Removing tempest/lib/services/volume/v1/types_client.pyc
Removing tempest/lib/services/volume/v1/volumes_client.pyc
Removing tempest/lib/services/volume/v2/__init__.pyc
Removing tempest/lib/services/volume/v2/availability_zone_client.pyc
Removing tempest/lib/services/volume/v2/backups_client.pyc
Removing tempest/lib/services/volume/v2/encryption_types_client.pyc
Removing tempest/lib/services/volume/v2/extensions_client.pyc
Removing tempest/lib/services/volume/v2/hosts_client.pyc
Removing tempest/lib/services/volume/v2/qos_client.pyc
Removing tempest/lib/services/volume/v2/quotas_client.pyc
Removing tempest/lib/services/volume/v2/services_client.pyc
Removing tempest/lib/services/volume/v2/snapshots_client.pyc
Removing tempest/lib/services/volume/v2/types_client.pyc
Removing tempest/lib/services/volume/v2/volumes_client.pyc
Removing tempest/scenario/__init__.pyc
Removing tempest/scenario/manager.pyc
Removing tempest/scenario/test_aggregates_basic_ops.pyc
Removing tempest/scenario/test_baremetal_basic_ops.pyc
Removing tempest/scenario/test_encrypted_cinder_volumes.pyc
Removing tempest/scenario/test_minimum_basic.pyc
Removing tempest/scenario/test_network_advanced_server_ops.pyc
Removing tempest/scenario/test_network_basic_ops.pyc
Removing tempest/scenario/test_network_v6.pyc
Removing tempest/scenario/test_object_storage_basic_ops.pyc
Removing tempest/scenario/test_security_groups_basic_ops.pyc
Removing tempest/scenario/test_server_advanced_ops.pyc
Removing tempest/scenario/test_server_basic_ops.pyc
Removing tempest/scenario/test_server_multinode.pyc
Removing tempest/scenario/test_shelve_instance.pyc
Removing tempest/scenario/test_snapshot_pattern.pyc
Removing tempest/scenario/test_stamp_pattern.pyc
Removing tempest/scenario/test_volume_boot_pattern.pyc
Removing tempest/services/__init__.pyc
Removing tempest/services/baremetal/__init__.pyc
Removing tempest/services/baremetal/base.pyc
Removing tempest/services/baremetal/v1/__init__.pyc
Removing tempest/services/baremetal/v1/json/__init__.pyc
Removing tempest/services/baremetal/v1/json/baremetal_client.pyc
Removing tempest/services/identity/__init__.pyc
Removing tempest/services/identity/v3/__init__.pyc
Removing tempest/services/identity/v3/json/__init__.pyc
Removing tempest/services/identity/v3/json/domains_client.pyc
Removing tempest/services/identity/v3/json/role_assignments_client.pyc
Removing tempest/services/object_storage/__init__.pyc
Removing tempest/services/object_storage/account_client.pyc
Removing tempest/services/object_storage/container_client.pyc
Removing tempest/services/object_storage/object_client.pyc
Removing tempest/services/orchestration/__init__.pyc
Removing tempest/services/orchestration/json/__init__.pyc
Removing tempest/services/orchestration/json/orchestration_client.pyc
Removing tempest/services/volume/__init__.pyc
Removing tempest/services/volume/base/__init__.pyc
Removing tempest/services/volume/base/base_v3_client.pyc
Removing tempest/services/volume/v1/__init__.pyc
Removing tempest/services/volume/v2/__init__.pyc
Removing tempest/services/volume/v3/__init__.pyc
Removing tempest/services/volume/v3/json/__init__.pyc
Removing tempest/services/volume/v3/json/messages_client.pyc
Removing tempest/stress/__init__.pyc
Removing tempest/stress/cleanup.pyc
Removing tempest/stress/driver.pyc
Removing tempest/stress/stressaction.pyc
Removing tempest/test.pyc
Removing tempest/test_discover/__init__.pyc
Removing tempest/test_discover/plugins.pyc
Removing tempest/test_discover/test_discover.pyc
Removing tempest/tests/__init__.pyc
Removing tempest/tests/base.pyc
Removing tempest/tests/cmd/__init__.pyc
Removing tempest/tests/cmd/test_account_generator.pyc
Removing tempest/tests/cmd/test_list_plugins.pyc
Removing tempest/tests/cmd/test_run.pyc
Removing tempest/tests/cmd/test_subunit_describe_calls.pyc
Removing tempest/tests/cmd/test_tempest_init.pyc
Removing tempest/tests/cmd/test_verify_tempest_config.pyc
Removing tempest/tests/cmd/test_workspace.pyc
Removing tempest/tests/common/__init__.pyc
Removing tempest/tests/common/test_admin_available.pyc
Removing tempest/tests/common/test_alt_available.pyc
Removing tempest/tests/common/test_custom_matchers.pyc
Removing tempest/tests/common/test_dynamic_creds.pyc
Removing tempest/tests/common/test_image.pyc
Removing tempest/tests/common/test_preprov_creds.pyc
Removing tempest/tests/common/test_waiters.pyc
Removing tempest/tests/common/utils/__init__.pyc
Removing tempest/tests/common/utils/linux/__init__.pyc
Removing tempest/tests/common/utils/linux/test_remote_client.pyc
Removing tempest/tests/fake_config.pyc
Removing tempest/tests/fake_tempest_plugin.pyc
Removing tempest/tests/files/__init__.pyc
Removing tempest/tests/lib/__init__.pyc
Removing tempest/tests/lib/cli/__init__.pyc
Removing tempest/tests/lib/cli/test_command_failed.pyc
Removing tempest/tests/lib/cli/test_execute.pyc
Removing tempest/tests/lib/cli/test_output_parser.pyc
Removing tempest/tests/lib/common/__init__.pyc
Removing tempest/tests/lib/common/test_api_version_request.pyc
Removing tempest/tests/lib/common/test_api_version_utils.pyc
Removing tempest/tests/lib/common/utils/__init__.pyc
Removing tempest/tests/lib/common/utils/test_data_utils.pyc
Removing tempest/tests/lib/common/utils/test_misc.pyc
Removing tempest/tests/lib/common/utils/test_test_utils.pyc
Removing tempest/tests/lib/fake_auth_provider.pyc
Removing tempest/tests/lib/fake_credentials.pyc
Removing tempest/tests/lib/fake_http.pyc
Removing tempest/tests/lib/fake_identity.pyc
Removing tempest/tests/lib/services/__init__.pyc
Removing tempest/tests/lib/services/base.pyc
Removing tempest/tests/lib/services/compute/__init__.pyc
Removing tempest/tests/lib/services/compute/test_agents_client.pyc
Removing tempest/tests/lib/services/compute/test_aggregates_client.pyc
Removing tempest/tests/lib/services/compute/test_availability_zone_client.pyc
Removing tempest/tests/lib/services/compute/test_baremetal_nodes_client.pyc
Removing tempest/tests/lib/services/compute/test_base_compute_client.pyc
Removing tempest/tests/lib/services/compute/test_certificates_client.pyc
Removing tempest/tests/lib/services/compute/test_extensions_client.pyc
Removing tempest/tests/lib/services/compute/test_fixedIPs_client.pyc
Removing tempest/tests/lib/services/compute/test_flavors_client.pyc
Removing tempest/tests/lib/services/compute/test_floating_ip_pools_client.pyc
Removing tempest/tests/lib/services/compute/test_floating_ips_bulk_client.pyc
Removing tempest/tests/lib/services/compute/test_floating_ips_client.pyc
Removing tempest/tests/lib/services/compute/test_hosts_client.pyc
Removing tempest/tests/lib/services/compute/test_hypervisor_client.pyc
Removing tempest/tests/lib/services/compute/test_images_client.pyc
Removing tempest/tests/lib/services/compute/test_instance_usage_audit_log_client.pyc
Removing tempest/tests/lib/services/compute/test_interfaces_client.pyc
Removing tempest/tests/lib/services/compute/test_keypairs_client.pyc
Removing tempest/tests/lib/services/compute/test_limits_client.pyc
Removing tempest/tests/lib/services/compute/test_migrations_client.pyc
Removing tempest/tests/lib/services/compute/test_networks_client.pyc
Removing tempest/tests/lib/services/compute/test_quota_classes_client.pyc
Removing tempest/tests/lib/services/compute/test_quotas_client.pyc
Removing tempest/tests/lib/services/compute/test_security_group_default_rules_client.pyc
Removing tempest/tests/lib/services/compute/test_security_group_rules_client.pyc
Removing tempest/tests/lib/services/compute/test_security_groups_client.pyc
Removing tempest/tests/lib/services/compute/test_server_groups_client.pyc
Removing tempest/tests/lib/services/compute/test_servers_client.pyc
Removing tempest/tests/lib/services/compute/test_services_client.pyc
Removing tempest/tests/lib/services/compute/test_snapshots_client.pyc
Removing tempest/tests/lib/services/compute/test_tenant_networks_client.pyc
Removing tempest/tests/lib/services/compute/test_tenant_usages_client.pyc
Removing tempest/tests/lib/services/compute/test_versions_client.pyc
Removing tempest/tests/lib/services/compute/test_volumes_client.pyc
Removing tempest/tests/lib/services/identity/__init__.pyc
Removing tempest/tests/lib/services/identity/v2/__init__.pyc
Removing tempest/tests/lib/services/identity/v2/test_endpoints_client.pyc
Removing tempest/tests/lib/services/identity/v2/test_identity_client.pyc
Removing tempest/tests/lib/services/identity/v2/test_roles_client.pyc
Removing tempest/tests/lib/services/identity/v2/test_services_client.pyc
Removing tempest/tests/lib/services/identity/v2/test_tenants_client.pyc
Removing tempest/tests/lib/services/identity/v2/test_token_client.pyc
Removing tempest/tests/lib/services/identity/v2/test_users_client.pyc
Removing tempest/tests/lib/services/identity/v3/__init__.pyc
Removing tempest/tests/lib/services/identity/v3/test_credentials_client.pyc
Removing tempest/tests/lib/services/identity/v3/test_endpoints_client.pyc
Removing tempest/tests/lib/services/identity/v3/test_groups_client.pyc
Removing tempest/tests/lib/services/identity/v3/test_identity_client.pyc
Removing tempest/tests/lib/services/identity/v3/test_inherited_roles_client.pyc
Removing tempest/tests/lib/services/identity/v3/test_policies_client.pyc
Removing tempest/tests/lib/services/identity/v3/test_projects_client.pyc
Removing tempest/tests/lib/services/identity/v3/test_regions_client.pyc
Removing tempest/tests/lib/services/identity/v3/test_roles_client.pyc
Removing tempest/tests/lib/services/identity/v3/test_services_client.pyc
Removing tempest/tests/lib/services/identity/v3/test_token_client.pyc
Removing tempest/tests/lib/services/identity/v3/test_trusts_client.pyc
Removing tempest/tests/lib/services/identity/v3/test_users_client.pyc
Removing tempest/tests/lib/services/image/__init__.pyc
Removing tempest/tests/lib/services/image/v1/__init__.pyc
Removing tempest/tests/lib/services/image/v1/test_image_members_client.pyc
Removing tempest/tests/lib/services/image/v2/__init__.pyc
Removing tempest/tests/lib/services/image/v2/test_image_members_client.pyc
Removing tempest/tests/lib/services/image/v2/test_images_client.pyc
Removing tempest/tests/lib/services/image/v2/test_namespaces_client.pyc
Removing tempest/tests/lib/services/image/v2/test_resource_types_client.pyc
Removing tempest/tests/lib/services/image/v2/test_schemas_client.pyc
Removing tempest/tests/lib/services/network/__init__.pyc
Removing tempest/tests/lib/services/network/test_routers_client.pyc
Removing tempest/tests/lib/services/network/test_versions_client.pyc
Removing tempest/tests/lib/services/test_clients.pyc
Removing tempest/tests/lib/services/volume/__init__.pyc
Removing tempest/tests/lib/services/volume/v1/__init__.pyc
Removing tempest/tests/lib/services/volume/v1/test_encryption_types_client.pyc
Removing tempest/tests/lib/services/volume/v2/__init__.pyc
Removing tempest/tests/lib/services/volume/v2/test_encryption_types_client.pyc
Removing tempest/tests/lib/test_auth.pyc
Removing tempest/tests/lib/test_base.pyc
Removing tempest/tests/lib/test_credentials.pyc
Removing tempest/tests/lib/test_decorators.pyc
Removing tempest/tests/lib/test_rest_client.pyc
Removing tempest/tests/lib/test_ssh.pyc
Removing tempest/tests/lib/test_tempest_lib.pyc
Removing tempest/tests/negative/__init__.pyc
Removing tempest/tests/negative/test_negative_generators.pyc
Removing tempest/tests/services/__init__.pyc
Removing tempest/tests/services/object_storage/__init__.pyc
Removing tempest/tests/services/object_storage/test_object_client.pyc
Removing tempest/tests/stress/__init__.pyc
Removing tempest/tests/stress/test_stress.pyc
Removing tempest/tests/stress/test_stressaction.pyc
Removing tempest/tests/test_base_test.pyc
Removing tempest/tests/test_config.pyc
Removing tempest/tests/test_decorators.pyc
Removing tempest/tests/test_hacking.pyc
Removing tempest/tests/test_list_tests.pyc
Removing tempest/tests/test_microversions.pyc
Removing tempest/tests/test_negative_rest_client.pyc
Removing tempest/tests/test_tempest_plugin.pyc
Removing tempest/tests/test_wrappers.pyc
Removing tempest/tests/utils.pyc
py27 create: /home/erlon-home/internal_git/openstack/tempest/.tox/py27
py27 installdeps: -r/home/erlon-home/internal_git/openstack/tempest/requirements.txt, -r/home/erlon-home/internal_git/openstack/tempest/test-requirements.txt
py27 develop-inst: /home/erlon-home/internal_git/openstack/tempest
py27 installed: alabaster==0.7.9,appdirs==1.4.0,Babel==2.3.4,cffi==1.8.3,cliff==2.2.0,cmd2==0.6.9,coverage==4.2,cryptography==1.5.2,debtcollector==1.9.0,docutils==0.12,enum34==1.1.6,extras==1.0.0,fasteners==0.14.1,fixtures==3.0.0,flake8==2.5.5,funcsigs==1.0.2,functools32==3.2.3.post2,hacking==0.11.0,idna==2.1,ipaddress==1.0.17,iso8601==0.1.11,Jinja2==2.8,jsonschema==2.5.1,keystoneauth1==2.14.0,linecache2==1.0.0,MarkupSafe==0.23,mccabe==0.2.1,mock==2.0.0,monotonic==1.2,mox3==0.18.0,msgpack-python==0.4.8,netaddr==0.7.18,netifaces==0.10.5,os-client-config==1.22.0,os-testr==0.8.0,oslo.concurrency==3.15.0,oslo.config==3.18.0,oslo.context==2.10.0,oslo.i18n==3.10.0,oslo.log==3.17.0,oslo.serialization==2.14.0,oslo.utils==3.17.0,oslosphinx==4.8.0,oslotest==2.11.0,paramiko==2.0.2,pbr==1.10.0,pep8==1.5.7,positional==1.1.1,prettytable==0.7.2,pyasn1==0.1.9,pycparser==2.16,pyflakes==0.8.1,Pygments==2.1.3,pyinotify==0.9.6,pyparsing==2.1.10,python-dateutil==2.5.3,python-mimeparse==1.6.0,python-subunit==1.2.0,pytz==2016.7,PyYAML==3.12,reno==1.8.0,requests==2.11.1,requestsexceptions==1.1.3,retrying==1.3.3,rfc3986==0.4.1,six==1.10.0,snowballstemmer==1.2.1,Sphinx==1.3.6,sphinx-rtd-theme==0.1.9,stevedore==1.18.0,-e git+ssh://sombrafam@review.openstack.org:29418/openstack/tempest.git@10f4cae171d7e08c2186e1b4bf7d6a852027e75d#egg=tempest,testrepository==0.0.20,testscenarios==0.5.0,testtools==2.2.0,traceback2==1.4.0,unicodecsv==0.14.1,unittest2==1.1.0,urllib3==1.18,wrapt==1.10.8
py27 runtests: PYTHONHASHSEED='176887789'
py27 runtests: commands[0] | find . -type f -name *.pyc -delete
py27 runtests: commands[1] | ostestr
/home/erlon-home/internal_git/openstack/tempest/.tox/py27/local/lib/python2.7/site-packages/oslotest/mockpatch.py:30: DeprecationWarning: The 'oslotest.mockpatch' module usage is deprecated in version '1.13' and will be removed in version '2.0', please use fixtures instead: Use fixtures.Mock* classes instead.
message="Use fixtures.Mock* classes instead.")
running=OS_STDOUT_CAPTURE=${OS_STDOUT_CAPTURE:-1} \
OS_STDERR_CAPTURE=${OS_STDERR_CAPTURE:-1} \
OS_TEST_TIMEOUT=${OS_TEST_TIMEOUT:-500} \
OS_TEST_LOCK_PATH=${OS_TEST_LOCK_PATH:-${TMPDIR:-'/tmp'}} \
${PYTHON:-python} -m subunit.run discover -t ${OS_TOP_LEVEL:-./} ${OS_TEST_PATH:-./tempest/test_discover} --list
running=OS_STDOUT_CAPTURE=${OS_STDOUT_CAPTURE:-1} \
OS_STDERR_CAPTURE=${OS_STDERR_CAPTURE:-1} \
OS_TEST_TIMEOUT=${OS_TEST_TIMEOUT:-500} \
OS_TEST_LOCK_PATH=${OS_TEST_LOCK_PATH:-${TMPDIR:-'/tmp'}} \
${PYTHON:-python} -m subunit.run discover -t ${OS_TOP_LEVEL:-./} ${OS_TEST_PATH:-./tempest/test_discover} --load-list /tmp/tmp1xUuf_
running=OS_STDOUT_CAPTURE=${OS_STDOUT_CAPTURE:-1} \
OS_STDERR_CAPTURE=${OS_STDERR_CAPTURE:-1} \
OS_TEST_TIMEOUT=${OS_TEST_TIMEOUT:-500} \
OS_TEST_LOCK_PATH=${OS_TEST_LOCK_PATH:-${TMPDIR:-'/tmp'}} \
${PYTHON:-python} -m subunit.run discover -t ${OS_TOP_LEVEL:-./} ${OS_TEST_PATH:-./tempest/test_discover} --load-list /tmp/tmpAL4nss
running=OS_STDOUT_CAPTURE=${OS_STDOUT_CAPTURE:-1} \
OS_STDERR_CAPTURE=${OS_STDERR_CAPTURE:-1} \
OS_TEST_TIMEOUT=${OS_TEST_TIMEOUT:-500} \
OS_TEST_LOCK_PATH=${OS_TEST_LOCK_PATH:-${TMPDIR:-'/tmp'}} \
${PYTHON:-python} -m subunit.run discover -t ${OS_TOP_LEVEL:-./} ${OS_TEST_PATH:-./tempest/test_discover} --load-list /tmp/tmpLW9UTV
running=OS_STDOUT_CAPTURE=${OS_STDOUT_CAPTURE:-1} \
OS_STDERR_CAPTURE=${OS_STDERR_CAPTURE:-1} \
OS_TEST_TIMEOUT=${OS_TEST_TIMEOUT:-500} \
OS_TEST_LOCK_PATH=${OS_TEST_LOCK_PATH:-${TMPDIR:-'/tmp'}} \
${PYTHON:-python} -m subunit.run discover -t ${OS_TOP_LEVEL:-./} ${OS_TEST_PATH:-./tempest/test_discover} --load-list /tmp/tmpKIlP3z
2016-120-019 15:06:53.244 9762 INFO tempest [-] Using tempest config file /etc/tempest/tempest.conf
16-10-19 15:06:53.245 9758 INFO tempest [-] Using tempest config file /etc/tempest/tempest.conf
2016-10-19 15:06:53.266 9760 INFO tempest [-] Using tempest config file /etc/tempest/tempest.conf
2016-10-19 15:06:53.291 9765 INFO tempest [-] Using tempest config file /etc/tempest/tempest.conf
/home/erlon-home/internal_git/openstack/tempest/.tox/py27/local/lib/python2.7/site-packages/oslotest/mockpatch.py:30: DeprecationWarning: The 'oslotest.mockpatch' module usage is deprecated in version '1.13' and will be removed in version '2.0', please use fixtures instead: Use fixtures.Mock* classes instead.
message="Use fixtures.Mock* classes instead.")
/home/erlon-home/internal_git/openstack/tempest/.tox/py27/local/lib/python2.7/site-packages/oslotest/mockpatch.py:30: DeprecationWarning: The 'oslotest.mockpatch' module usage is deprecated in version '1.13' and will be removed in version '2.0', please use fixtures instead: Use fixtures.Mock* classes instead.
message="Use fixtures.Mock* classes instead.")
/home/erlon-home/internal_git/openstack/tempest/.tox/py27/local/lib/python2.7/site-packages/oslotest/mockpatch.py:30: DeprecationWarning: The 'oslotest.mockpatch' module usage is deprecated in version '1.13' and will be removed in version '2.0', please use fixtures instead: Use fixtures.Mock* classes instead.
message="Use fixtures.Mock* classes instead.")
/home/erlon-home/internal_git/openstack/tempest/.tox/py27/local/lib/python2.7/site-packages/oslotest/mockpatch.py:30: DeprecationWarning: The 'oslotest.mockpatch' module usage is deprecated in version '1.13' and will be removed in version '2.0', please use fixtures instead: Use fixtures.Mock* classes instead.
message="Use fixtures.Mock* classes instead.")
{2} tempest.tests.cmd.test_account_generator.TestAccountGeneratorV3.test_get_credential_provider [0.030790s] ... ok
{2} tempest.tests.cmd.test_account_generator.TestAccountGeneratorV3.test_get_credential_provider_with_tenant [0.016024s] ... ok
{2} tempest.tests.cmd.test_account_generator.TestAccountGeneratorV3.test_get_credential_provider_without_domain [0.016265s] ... ok
2016-10-19 15:06:53.746 9762 INFO tempest.common.dynamic_creds [-] Acquired dynamic creds:
credentials: Credentials: {'project_name': 'name', 'tenant_id': 'id', 'user_id': 'id', 'tenant_name': 'name', 'project_id': 'id', 'u2016-10-19 15:06:53.702 9760 INFO tempest.common.dynamic_creds [-] Acquired dynamic creds:
credentials: Credentials: {'project_name': 'name', 'project_domain_id': sername': 'name'}, Network: None, Subnet: None, Router: None
2016-10-19 15:06:53.747 9762 INFO tempest.common.dynamic_creds [-] Created isolated network resources for :
credentials: Credentials: {'project_name': 'name', 'tenant_id': {0} tempest.tests.cmd.test_account_generator.TestAccountGeneratorV2.test_get_credential_provider [0.010529s] ... ok
{0} tempest.tests.cmd.test_account_generator.TestAccountGeneratorV2.test_get_credential_provider_with_tenant [0.013128s] ... ok
2016-10-19 15:06:53.788 9758 INFO tempest.common.dynamic_creds [-] Acquired dynamic creds:
credentia'id', 'user_id': 'id', 'tenant_name': 'name', 'project_id': 'id', 'username': 'name'}, Network: {'name': 'name', 'id': 'id'}, Subnet: {'name': 'name', 'id': 'id'}, Router: {'name': 'name', 'id': 'id'}
2016-10-19 15:06:53.747 9762 INFO te'fake_domain', 'domain_name': 'Fake_Domain', 'user_domain_name': 'Fake_Domain', 'tenant_name': 'name', 'tenant_id': 'id', 'user_id': 'id', 'domain_id': 'fake_domain', 'user_domain_id': 'fake_domain', 'project_id': 'id', 'projecls: Credentials: {'project_name': 'name', 'project_domain_id': 'fake_domain', 'domain_name': 'Fake_Domain', 'user_domain_name': 'Fake_Domain', 'tenant_name': 'name', 'tenant_id': 'id', 'user_mpest.common.dynamic_creds [-] Acquired dynamic creds:
credentials: Credentials: {'project_name': 'name', 'tenant_id': 'id', 'user_id': 'id', 'tenant_name': 'name', 'project_id': 'id', 'username': 'name'}, Network: None, St_domain_name': 'Fake_Domain', 'username': 'name'}, Network: None, Subnet: None, Router: None
2016-10-19 15:06:53.703 9760 INFO tempest.common.dynamic_creds [-] Created isolated network resources for :
credentials: Credentials: {'id': 'id', 'domain_id': 'fake_domain', 'user_domain_id': 'fake_domain', 'project_id': 'id', 'project_domain_name': 'Fake_Domain', 'username': 'name'}, Network: None, Subnet: None, Router: None
2016-10-19 15:06:53.788 97ub5prn8ojee ctIt_Nn: aNFomOen' : te'ne,amm epR'ou, et'septr.or:cjeo cNtmo_ne
2mdo0on1.m6da-yi1nn0am_-ii1cd9'_: c 1r'5ef:da0ske 6_:domain',[ '5-d3]o .mC7arie47an _tn9a7m6e'e2:d I'isNoFFlaOka ett_eeDmdo pmest.commnoainent',w. od'ruyk snraeemrsoi_uc_rdccoreesmd aifsn o_[rna -m:]e '
C: cr rea'Fake_Domain', 'tenant_name': 'name', 'tenant_id': 'id', 'user_id': 'id', 'domain_id': 'fake_domain', 'user_domain_id': 'fake_domain', 'project_id': 'id', 'project_domain_name': 'Fake_Domain', 'usernamted isolated network resources for :
credentials: Credentials: {'project_name': 'name', 'tenant_id': 'id', 'usedentials: Credentials: {'project_name': 'name', 'project_domain_id': 'fake_domain', 'domain_name': 'Fake_Domain', 'user_domain_name': 'Fake_Domain', 'tenant_name': 'name', 'tenant_id': 'id', 'user_id': 'id', 'domain_id': 'fake_domain', 'user_domain_ier_id': 'id', 'tenant_name': 'name', 'project_id': 'id', 'username': 'name'}, Network: {'name': 'name', 'id': 'id'}, Subnet: {'name': 'name', 'id': 'id'}, Router: {'name': 'name', 'id': 'id'}
2016-10-19 15:06e': 'name'}, Network: {'name': 'name', 'id': 'id'}, Subnet: {'name': 'name', 'id': 'id'}, Router: {'name': 'name', 'id': 'id'}
2016-10-19 15:06:53.703 9760 INFO tempest.common.dynamic_creds [-] Acquired dynamic creds:
credentiad': 'fake_domain', 'project_id': 'id', 'project_domain_name': 'Fake_Domain', 'username': 'name'}, Network: {'name': 'name',:53.748 9762 INFO tempest.common.dynamic_creds [-] Acquired dynamic creds:
credentials: Credentials: {'project_name': 'name', 'tenant_id': 'id', 'user_id': 'id', 'tenant_name': 'name', 'project_id': 'id', 'username': 'name'}, Nels: Credentials: {'project_name': 'name', 'project_domain_id': 'fake_domain', 'domain_name': 'Fake_Domain', 'use 'id': 'id'}, Subnet: {'name': 'name', 'id': 'id'}, Router: {'name': 'name', 'id': 'id'}
201r_domain_name': 'Fake_Domain', 'tenant_name': 'name', 'tenant_id': 'id', 'user_id': 'id', 'domain_i6-10-19 15:06:53.788 9758 INFO tempest.common.dynamic_creds [-] Acquired dynamic creds:
credentials: Credentials: {'project_name': 'name', 'project_domain_id': 'fake_domain', 'domain_name': 'Fake_Domain', 'user_domdtwork: None, Subnet: None, Router: None
2016-10-19 15:06:53.748 9762 INFO tempest.common.dynamic_creds [-] Created isolated network resources for :
credentia': 'fake_domain', 'user_domain_id': 'fake_domain', 'project_ils: Credentials: {'projecdain_name': 'Fake_Domain', 'tenant_name': 'name', 'tenant_id': 'id', 'user_id': 'id', 'dt_name': 'name', 'tenant_id': 'id', 'user_id': 'id', 'tenant_name': 'name', 'project_id': 'id', 'project_domain_name': 'Fake_Domain', 'username': 'name'}, Network: None, Subnet: None, Router: None
2016-10-19 15:06:53.703 9760 INFO tempest.omain_id': 'fake_domain', 'user_domain_id': 'fake_domain', 'project_id': 'id', 'project_domain_name': 'Fake_Domain', 'username': 'name'}, Network: None, Subnet: None, Router: None
2016-10-19 15:06:53.788 ': 'id', 'username': 'name'}, Network: {'name': 'name', 'id': 'id'}, Subnet: {'name': 'name', 'id': 'id'}, Router: {'name': 'name', 'id': 'id'}
2016-10-19 15:06:53.common.dynamic_creds [-] Created isolated network resources for :
credentials: Credentials: {'pr749 9762 INFO tempest.common.dynamic_creds [-] Acquired dynamic creds:
credentials: Credentials: {'pro9758 INFO oject_name': 'name', 'project_domain_id': 'fake_domain', 'domain_name': 'Fake_Domain', 'user_domain_name': 'Fake_Domain', 'tenant_name': 'name', 'ttempest.common.dynamic_creds [-] Created isolated network resources for :
credentials: Credentials: {'prject_name': 'name', 'tenant_id': 'id', 'user_id': 'id', 'tenenant_id': 'id', 'user_id': 'id', 'domain_id': 'fake_domain', 'user_domain_id': 'fake_domain', 'project_id': 'ant_name': 'name', 'project_id': 'id', 'username': 'name'}, Network: None, Subnet: None, Router: None
201oject_name': 'name', 'project_domain_id': 'fake_domain', 'domain_name': 'Fake_Domain', 'user_domain_name': 'Fake_Domain', 'tenanid', 'project_domain_name': 'Fake_Domain', 'username': 6-10-19 15:06:53.749 9762 INFO tempest.common.dynamic_creds [t_name': 'name', 'tenant_id': 'id', 'user_id': 'id', 'domain_id': 'fake_domain', 'user_domain_id': 'fake_domain', 'project_id': 'id', 'project_domain_n'name'}, Network: {'name': 'name', 'id': 'id'}-] Created isolated network resources for : , Subnet: {'name': 'name', 'id': 'id'}, Router: {'name': 'name', 'id': 'id'}
2016-10-19 15:06:53.704 9760 INFO tempest.common.dynamic_creds [-] Acquired dyn
credentials: Credentials: {'project_name': 'name', 'tenant_id': 'id', 'user_id': 'id', 'tenant_name': 'name', 'project_id': 'idame': 'Fake_Domain', 'username': 'name'}, Network: {'name': 'name', 'id': 'id'}, Subnet: {'name': 'name', 'id': 'id'}, Router: {'name': 'name', 'username': 'name'}, Network: {'name': 'name', 'id': 'id'}, Subnet: {'name': 'name', 'id': 'id'}, Router: 'a{, 'minac m'ec'i:r d'e'ndam:s :
'ide'}
c'redentials: Credentials: {'project_name': 'name', 'project_domain_id': 'fake_domain', 'domain_name': 'Fake_Domain', 'user_domain_name': 'Fake_Domain', 'te2016-10-19 15:06:53.789 9758 INFO tempest.common.dynamic_creds [-] Acquired dynamic creds:
credentials: Credentials: {'project_name': 'name', 'project_domain_id': ,' 'niantdf_': 'id'}
2016-10-19 15:06:53.749 9762 INFO tempest.common.dynamic_creds [-] Acquired dynamic creds:
credentials: Credentials: {'project_name': 'name', 'tenant_id': 'id', 'user_id': 'id',ake_domain', 'domain_name': 'Fake_Domain', 'user_domain_name': 'Fake_Domain', 'tenant_name': 'name', 'tenant_id' 'tenant_name': 'name', 'project_id': 'id', 'username': 'name'}, Network: 'id', 'user_id': 'id', 'domain_id': 'fake_domain', 'user_domain_id': 'fake_domain', 'project_id': 'id', 'project_domain_name': 'Fakename': 'name', 'tenant_id': 'id', 'user_id': 'id', 'domain_id': 'fake_domain', 'user_domain_id': 'fake_domain', 'proj:_e Nonct_id': 'id', 'project_domain_name': 'Fake_Domain', 'usee, Subnet: None, Router: None
2016-10-19 15:06:53.749 9762 INFO tempest.commDrnoon.amainme': 'd, 'username': 'name'}, Network: None, Subnet: None, Router: None
2016-10-19 15:06:53.789 97y58 INFO tempest.common.dynamic_ncreds [-] Created isolated network resources for :
credentials: Credentials: {'project_name': 'name', 'project_domain_id': 'fake_domain', 'domain_name': 'Fake_Domain', 'user_domain_name': 'Fake_Domain', 'tenant_name': 'naamic_creds [-] Created isolated network resources for :
credentials: Credentials: {'project_name': 'name', 'tenant_id': 'id', 'user_id': 'id', 'tenant_name': 'name', 'prm'name'}, Network: None, Subnet: None, Router: None
2016-10-19 15:06:53.704 9760 INFO tempest.common.dynamic_creds [-] Created isolated network resources for e', 'tenant_id': 'id', 'user_id': 'id', 'domain_id': 'fake_domain', 'user_domain_id': 'fake_domain', 'project_id': 'id', 'project_domain_name': 'Fake_Domain', 'username': 'name':
credentoject_id': 'id', 'username': 'name'}, Network: {'name': 'name', 'id': 'id'}, Subnet: {'name': 'name', 'id': 'id'}, Router: {'name': 'name', 'id': 'id'}
2016-10-19 15:06:53.750 9762 INFO tempest.common}, Network: {'name': 'name', 'id': 'id'}, Subnet: {'name': 'name', 'id': 'id'}, ials: Credentials: {'project_name': 'name', 'project_domain_id': 'fake_domain', '.dynamic_creds [-] Acquired dynamic creds:
credentials: Credentials: {'project_name': 'ndomain_name': 'Fake_Domain', 'user_domain_name': 'Fake_Domain', 'ame', 'tenant_id': 'id', 'user_id': Router: {'name': 'name', 'id': 'id'}
{0} tempest.tests.cmd.test_account_generator.TestGenerateResourcesV3.test_generate_resources_admin [0.021951s] ... ok
2016-tenant_name': 'name', 'tenant_id': 'id', 'user_id': 'id', 'domain_id': 'fake_d'1omai0in', 'ud-ser_domain_id': 'fake_domain', 'project_id': 'id', 'project_domain_name': 'Fake_Domain', 'username': 'name'}, Network: {'name': 'name', 'id': 'id'}, Subnet: {'name': 'name'1',9 , 'tenant_name': 'name', 1'id'pr5'oje:: 'ci0t_id': 'id', 'username': 'name'}, Network: None, Subnet: None, Rout6er: dN:53.822 9758 INFO tempest.common.dynamic_creds [-] Acquired dynamic creds:
credentials: Credentials: {'project_name': 'name', 'project_domain_id': 'fake_domain', 'domain_noa'},me': Rn oe'F
utakee20r1_:D6o {ma-10-19 15:0'i6:53.7nn50 9a762 I',Nm 'user_FedoO'main_name': ':Fake_ te Dmp'eonamsemain', 'tenant_name': 'name', 'tenant_id': 'id', 'ut', 'se.common.dynamic_creds [-] Created isolated network resources for :
credentials: Credentials: {'project_name': 'name', 'tenant_id': 'id', 'user_id': 'id', 'tenant_name'r_id': 'id', 'domain_id': 'fake_domain', 'user_domain_id': 'fake_domain', 'project_id': 'id', 'project_domain_name': 'Fakeid': 'id'}
2016-10-19 15:06:53.704 9760 INFO tempest.common.dynamic_creds [-] Acquired dynamic creds:
credentials: Credentials: {'project_name': 'name', 'project_domain_id': 'fake_domain', 'domain_name': 'Fake_Domain', 'user_domain_name': 'Fake_Domain', 'tenant: 'name', 'project_id': 'id', 'username': 'name'}, Network: {'name': 'name', 'id': 'id'}, Subnet: {'name': 'name', 'id': 'id'}, Router: {'name': 'name', 'id': 'id'}
{2} tempest.tests.cmd.test_account_generator.TestDumpAccountsV2.test_dump_accounts [0.022748s] ... ok
__nDaomme{2} tempest.tests.cmd.test_account_generator.TestDumpAccountsV2.test_dump_accounts_existing_file [0.022833s] ... ok
a':i n'',n{2} tempest.tests.cmd.test_run.TestTakeAction.test_workspace_not_registered [0.002507s] ... ok
a'umsername': 'name'}, Network: None, Subnet: None, Router: None
2016-10-19 15:06:53.823 9758 INFO tempest.common.dynamic_creds [-] Created isolate{2} tempest.tests.cmd.test_run.TestTempestRun.test__build_regex_default [0.001535s] ... ok
e', 'tenant_id': 'id', 'user_id': 'id', 'domain_id': 'fake_domain', 'u{2} tempest.tests.cmd.test_run.TestTempestRun.test__build_regex_regex [0.000982s] ... ok
{2} tempest.tests.cmd.test_run.TestTempestRun.test__build_regex_smoke [0.001601s] ... ok
{2} tempest.tests.cmd.test_run.TestTempestRun.test_build_options [0.001034s] ... ok
{2} tempest.tests.cmd.test_tempest_init.TestTempestInit.test_create_working_dir [0.036867s] ... ok
{2} tempest.tests.cmd.test_tempest_init.TestTempestInit.test_create_working_dir_with_existing_local_dir_non_empty [0.001048s] ... ok
d network resources for :
credentials: Credentials: {'project_name': 'name', 'p{2} tempest.tests.cmd.test_tempest_init.TestTempestInit.test_generate_sample_config [0.095863s] ... ok
{2} tempest.tests.cmd.test_tempest_init.TestTempestInit.test_generate_testr_conf [0.000951s] ... ok
ser_domain_id': 'fake_domain', 'project_id': 'id', 'project_domain_name': 'Fake_Domain', 'username': 'name'}, Network:{2} tempest.tests.cmd.test_tempest_init.TestTempestInit.test_take_action_fails [0.026055s] ... ok
{2} tempest.tests.cmd.test_tempest_init.TestTempestInit.test_update_local_conf [0.110227s] ... ok
{2} tempest.tests.common.test_custom_matchers.TestMatchesDictExceptForKeys.test__str__ [0.000690s] ... ok
{2} tempest.tests.common.test_custom_matchers.TestMatchesDictExceptForKeys.test_describe_difference [0.000721s] ... ok
{2} tempest.tests.common.test_custom_matchers.TestMatchesDictExceptForKeys.test_matches_match [0.000705s] ... ok
{2} tempest.tests.common.test_custom_matchers.TestMatchesDictExceptForKeys.test_mismatch_details [0.000716s] ... ok
{2} tempest.tests.common.test_waiters.TestImageWaiters.test_wait_for_image_status [0.001173s] ... ok
{2} tempest.tests.common.test_waiters.TestImageWaiters.test_wait_for_image_status_error_on_image_create [0.001482s] ... ok
{2} tempest.tests.common.test_waiters.TestImageWaiters.test_wait_for_image_status_timeout [0.001811s] ... ok
roject_domain_id': 'fake_domain', 'domain_name': 'Fake_Domain', 'user_domain_name': ' None, Subnet: None,Fake_Domain', 'tenant_name': ' Router: None
2016-10-19 15:06:53.705 9760 INFO tempest.comnam{2} tempest.tests.common.test_waiters.TestImageWaiters.test_wait_for_volume_status_error_restoring [0.002477s] ... ok
{2} tempest.tests.lib.common.test_api_version_utils.TestMicroversionHeaderMatches.test_header_does_not_match [0.000915s] ... ok
me', 'tenan{2} tempest.tests.lib.common.test_api_version_utils.TestMicroversionHeaderMatches.test_header_matches [0.000609s] ... ok
t_id': 'id', 'user{2} tempest.tests.lib.common.test_api_version_utils.TestMicroversionHeaderMatches.test_header_not_present [0.000715s] ... ok
{2} tempest.tests.lib.common.utils.test_data_utils.TestDataUtils.test_arbitrary_string [0.000630s] ... ok
{2} tempest.tests.lib.common.utils.test_data_utils.TestDataUtils.test_chunkify [0.000719s] ... ok
{2} tempest.tests.lib.common.utils.test_data_utils.TestDataUtils.test_get_ipv6_addr_by_EUI64 [0.001051s] ... ok
Captured stderr:
~~~~~~~~~~~~~~~~
tempest/tests/lib/common/utils/test_data_utils.py:138: DeprecationWarning: Using function/method 'tempest.lib.common.utils.data_utils.get_ipv6_addr_by_EUI64()' is deprecated in version 'Newton' and will be removed in version 'Ocata': use get_ipv6_addr_by_EUI64 from oslo_utils.netutils
'00:16:3e:33:44:55')
{2} tempest.tests.lib.common.utils.test_data_utils.TestDataUtils.test_get_ipv6_addr_by_EUI64_bad_cidr_type [0.001253s] ... ok
Captured stderr:
~~~~~~~~~~~~~~~~
/home/erlon-home/internal_git/openstack/tempest/.tox/py27/local/lib/python2.7/site-packages/testtools/testcase.py:1049: DeprecationWarning: Using function/method 'tempest.lib.common.utils.data_utils.get_ipv6_addr_by_EUI64()' is deprecated in version 'Newton' and will be removed in version 'Ocata': use get_ipv6_addr_by_EUI64 from oslo_utils.netutils
return self._callable_object(*self._args, **self._kwargs)
{2} tempest.tests.lib.common.utils.test_data_utils.TestDataUtils.test_get_ipv6_addr_by_EUI64_bad_cidr_value [0.001366s] ... ok
_id': 'id', 'domain_id': 'fake_domain', 'user_domain_id': 'fake_domain', 'pro{2} tempest.tests.lib.common.utils.test_data_utils.TestDataUtils.test_get_ipv6_addr_by_EUI64_bad_mac_type [0.001422s] ... ok
{2} tempest.tests.lib.common.utils.test_data_utils.TestDataUtils.test_get_ipv6_addr_by_EUI64_bad_mac_value [0.000943s] ... ok
{2} tempest.tests.lib.common.utils.test_data_utils.TestDataUtils.test_get_ipv6_addr_by_EUI64_with_IPv4_prefix [0.000768s] ... ok
{2} tempest.tests.lib.common.utils.test_data_utils.TestDataUtils.test_parse_image_id [0.000616s] ... ok
{2} tempest.tests.lib.common.utils.test_data_utils.TestDataUtils.test_rand_infiniband_guid_address [0.001007s] ... ok
{2} tempest.tests.lib.common.utils.test_data_utils.TestDataUtils.test_rand_int [0.000626s] ... ok
{2} tempest.tests.lib.common.utils.test_data_utils.TestDataUtils.test_rand_mac_address [0.001007s] ... ok
{2} tempest.tests.lib.common.utils.test_data_utils.TestDataUtils.test_rand_name [0.000651s] ... ok
ject_id': 'id', 'project_domain_name': 'Fake_Domain', 'username': 'name'}, Network: {'name': 'name', 'id': 'id'}, Subnet: {'name': 'name', 'ion.dynamic_creds [-] Created isolated network resources for :
credentials: Credentials: {'project_name': 'name', 'proj{2} tempest.tests.lib.common.utils.test_data_utils.TestDataUtils.test_rand_name_with_prefix [0.000876s] ... ok
{2} tempest.tests.lib.common.utils.test_data_utils.TestDataUtils.test_rand_password [0.000868s] ... ok
{2} tempest.tests.lib.common.utils.test_data_utils.TestDataUtils.test_rand_password_with_len [0.000906s] ... ok
{2} tempest.tests.lib.common.utils.test_data_utils.TestDataUtils.test_rand_password_with_len_2 [0.001137s] ... ok
ect_domain_id': 'fake_domain', 'domain_name': 'Fake_Domain', 'd': 'id'}, Router: {'name': 'name', 'id': 'id'}
2016-10-19 15:06:53.824 9758 INFO tempest.common.dynamic_creds [-] user_domain_name': 'Fa{2} tempest.tests.lib.common.utils.test_data_utils.TestDataUtils.test_rand_url [0.000854s] ... ok
{2} tempest.tests.lib.common.utils.test_data_utils.TestDataUtils.test_rand_uuid [0.003084s] ... ok
ke_Domain', 'tenant_name': 'name', 'tenant_id': 'id', 'user_id': 'id', 'domain_id': 'fake_domain', 'user_domain_id': Acquired dynamic creds:
credentials: Credentials: {'project_name': {2} tempest.tests.lib.common.utils.test_data_utils.TestDataUtils.test_rand_uuid_hex [0.000920s] ... ok
{2} tempest.tests.lib.common.utils.test_data_utils.TestDataUtils.test_random_bytes [0.007710s] ... ok
{2} tempest.tests.lib.common.utils.test_test_utils.TestTestUtils.test_call_and_ignore_notfound_exc [0.001077s] ... ok
{2} tempest.tests.lib.common.utils.test_test_utils.TestTestUtils.test_call_and_ignore_notfound_exc_when_notfound_raised [0.000765s] ... ok
{2} tempest.tests.lib.common.utils.test_test_utils.TestTestUtils.test_call_and_ignore_notfound_exc_when_value_error_raised [0.000810s] ... ok
{2} tempest.tests.lib.common.utils.test_test_utils.TestTestUtils.test_call_until_true_when_f_never_returns_true [0.001627s] ... ok
{2} tempest.tests.lib.common.utils.test_test_utils.TestTestUtils.test_call_until_true_when_f_returns_true [0.001203s] ... ok
{2} tempest.tests.lib.common.utils.test_test_utils.TestTestUtils.test_find_test_caller_setup_no_self [0.000738s] ... ok
{2} tempest.tests.lib.common.utils.test_test_utils.TestTestUtils.test_find_test_caller_setup_self [0.000650s] ... ok
'name', 'project_domain_id': 'fake_domain', 'domain_name': 'Fake_Domain', 'user_domain_name': 'Fake_Domain', 'tenant_name'fake_domain', 'project_id': 'id', 'project_domain_name': 'Fake_Domain', 'username': 'name'}, Network: {'name': 'name', 'id': 'id'}{2} tempest.tests.lib.common.utils.test_test_utils.TestTestUtils.test_find_test_caller_setupclass_cls [0.000684s] ... ok
{2} tempest.tests.lib.common.utils.test_test_utils.TestTestUtils.test_find_test_caller_teardown_class [0.001178s] ... ok
{2} tempest.tests.lib.common.utils.test_test_utils.TestTestUtils.test_find_test_caller_teardown_no_self [0.001018s] ... ok
': 'name', 'tenant_id'{2} tempest.tests.lib.common.utils.test_test_utils.TestTestUtils.test_find_test_caller_teardown_self [0.000692s] ... ok
{2} tempest.tests.lib.common.utils.test_test_utils.TestTestUtils.test_find_test_caller_test_case [0.000674s] ... ok
{2} tempest.tests.lib.services.compute.test_base_compute_client.TestMicroversionHeaderCheck.test_correct_microverion_in_response [0.001769s] ... ok
{2} tempest.tests.lib.services.compute.test_base_compute_client.TestMicroversionHeaderCheck.test_incorrect_microverion_in_response [0.001907s] ... ok
{2} tempest.tests.lib.services.compute.test_base_compute_client.TestMicroversionHeaderCheck.test_no_microverion_header_in_response [0.003170s] ... ok
{2} tempest.tests.lib.services.compute.test_base_compute_client.TestSchemaVersionsV21.test_schema [0.001861s] ... ok
: 'id', 'user_id': 'id', 'domain_id': 'fake_domain', 'user_domain_id': 'fake_do, Subnet: {'name': 'name', 'id': 'id'}, Router: {2} tempest.tests.lib.services.compute.test_certificates_client.TestCertificatesClient.test_create_certificate_with_bytes_body [0.002784s] ... ok
{2} tempest.tests.lib.services.compute.test_certificates_client.TestCertificatesClient.test_create_certificate_with_str_body [0.002780s] ... ok
{'name': 'name', 'id': 'id'}
2016-10-19 15:06:53.705 9760 INFO tempest.common.dynamic_creds [-] Acquired dynamic crmain', 'project_id': 'id', 'project_domain_name': 'Fake_Domain', 'us{2} tempest.tests.lib.services.compute.test_certificates_client.TestCertificatesClient.test_show_certificate_with_bytes_body [0.002356s] ... ok
{2} tempest.tests.lib.services.compute.test_certificates_client.TestCertificatesClient.test_show_certificate_with_str_body [0.002547s] ... ok
{2} tempest.tests.lib.services.compute.test_flavors_client.TestFlavorsClient.test_add_flavor_access_byte_body [0.002615s] ... ok
{2} tempest.tests.lib.services.compute.test_flavors_client.TestFlavorsClient.test_add_flavor_access_str_body [0.002777s] ... ok
{2} tempest.tests.lib.services.compute.test_flavors_client.TestFlavorsClient.test_create_flavor__byte_body [0.003892s] ... ok
{2} tempest.tests.lib.services.compute.test_flavors_client.TestFlavorsClient.test_create_flavor_str_body [0.003757s] ... ok
{2} tempest.tests.lib.services.compute.test_flavors_client.TestFlavorsClient.test_delete_flavor [0.001173s] ... ok
{2} tempest.tests.lib.services.compute.test_flavors_client.TestFlavorsClient.test_is_resource_deleted_false_byte_body [0.005390s] ... ok
{2} tempest.tests.lib.services.compute.test_flavors_client.TestFlavorsClient.test_is_resource_deleted_false_str_body [0.004036s] ... ok
eeds{3} tempest.tests.cmd.test_list_plugins.TestTempestListPlugins.test_run_list_plugins [0.968778s] ... ok
r:
n acm{2} tempest.tests.lib.services.compute.test_flavors_client.TestFlavorsClient.test_is_resource_deleted_true_byte_body [0.004076s] ... ok
ree': 'name'}, Network: None, Subnet: None, Router: None
2016-10-19 15:06:53.824 9758 INFO tempest.common.dynamic_creds [d-{2} tempest.tests.lib.services.compute.test_flavors_client.TestFlavorsClient.test_is_resource_deleted_true_str_body [0.004014s] ... ok
e]n tCiarl{2} tempest.tests.lib.services.compute.test_flavors_client.TestFlavorsClient.test_list_flavor_access_byte_body [0.002700s] ... ok
esated iso{2} tempest.tests.lib.services.compute.test_flavors_client.TestFlavorsClient.test_list_flavor_access_str_body [0.002478s] ... ok
:lated network resources for :
credentials: CCrreedentials: {'project_name': 'name', 'project_domdentials: {'project_name': 'name',ain_id 'pInitialized empty Git repository in /tmp/tmpTYV7uM/tempest-unitll1pwM/.git/
roject_domain_id': 'fake_domain', 'domain_name': 'Fake_Domain', 'user_domain_name': 'Fake_Domain', 'tenant_name': 'name', 'tenant_id': 'id', 'user_id': 'id', 'domain_id': 'fake_domain', 'user_domain_id': 'fake_domain', 'project_id': 'id', 'project_domain_name': 'Fake_Domain', 'username': 'name'}, Network: {'{2} tempest.tests.lib.services.compute.test_flavors_client.TestFlavorsClient.test_list_flavor_extra_specs__byte_body [0.002739s] ... ok
n'a: m{2} tempest.tests.lib.services.compute.test_flavors_client.TestFlavorsClient.test_list_flavor_extra_specs_str_body [0.002406s] ... ok
'ef{2} tempest.tests.lib.services.compute.test_flavors_client.TestFlavorsClient.test_list_flavors_byte_body [0.004732s] ... ok
{2} tempest.tests.lib.services.compute.test_flavors_client.TestFlavorsClient.test_list_flavors_str_body [0.003279s] ... ok
{2} tempest.tests.lib.services.compute.test_flavors_client.TestFlavorsClient.test_remove_flavor_access_byte_body [0.002576s] ... ok
{2} tempest.tests.lib.services.compute.test_flavors_client.TestFlavorsClient.test_remove_flavor_access_str_body [0.002443s] ... ok
{2} tempest.tests.lib.services.compute.test_flavors_client.TestFlavorsClient.test_set_flavor_extra_spec_byte_body [0.002714s] ... ok
{2} tempest.tests.lib.services.compute.test_flavors_client.TestFlavorsClient.test_set_flavor_extra_spec_str_body [0.002267s] ... ok
{2} tempest.tests.lib.services.compute.test_flavors_client.TestFlavorsClient.test_show_flavor_byte_body [0.003602s] ... ok
{2} tempest.tests.lib.services.compute.test_flavors_client.TestFlavorsClient.test_show_flavor_extra_spec__byte_body [0.001925s] ... ok
{2} tempest.tests.lib.services.compute.test_flavors_client.TestFlavorsClient.test_show_flavor_extra_spec_str_body [0.002023s] ... ok
{2} tempest.tests.lib.services.compute.test_flavors_client.TestFlavorsClient.test_show_flavor_str_body [0.003327s] ... ok
{2} tempest.tests.lib.services.compute.test_flavors_client.TestFlavorsClient.test_unset_flavor_extra_spec [0.001314s] ... ok
{2} tempest.tests.lib.services.compute.test_flavors_client.TestFlavorsClient.test_update_flavor_extra_spec_byte_body [0.002376s] ... ok
{2} tempest.tests.lib.services.compute.test_flavors_client.TestFlavorsClient.test_update_flavor_extra_spec_str_body [0.001995s] ... ok
{2} tempest.tests.lib.services.compute.test_instance_usage_audit_log_client.TestInstanceUsagesAuditLogClient.test_list_instance_usage_audit_logs_with_bytes_body [0.004135s] ... ok
{2} tempest.tests.lib.services.compute.test_instance_usage_audit_log_client.TestInstanceUsagesAuditLogClient.test_list_instance_usage_audit_logs_with_str_body [0.004381s] ... ok
{2} tempest.tests.lib.services.compute.test_instance_usage_audit_log_client.TestInstanceUsagesAuditLogClient.test_show_instance_usage_audit_log_with_str_body [0.004756s] ... ok
{2} tempest.tests.lib.services.compute.test_instance_usage_audit_log_client.TestInstanceUsagesAuditLogClient.test_show_network_with_bytes_body_with_bytes_body [0.003813s] ... ok
{2} tempest.tests.lib.services.compute.test_interfaces_client.TestInterfacesClient.test_create_interface_with_bytes_body [0.005045s] ... ok
{2} tempest.tests.lib.services.compute.test_interfaces_client.TestInterfacesClient.test_create_interface_with_str_body [0.003374s] ... ok
': 'name', 'id': 'ake_domain', 'domain_nameid'}, Subnet: {'name': 'name', 'id': 'id'}, Router: {'name': 'name', 'id': 'id'}
{0} tempest.tests.cmd.test_account_generator.TestGenerateResourcesV3.test_generate_resources_no_admin [0.035205s] ... ok
2016-10-19 15:06:53.860 9758 INF': 'Fake_Domain', 'user_domain_name': 'Fake_Domain', 'tO{2} tempest.tests.lib.services.compute.test_interfaces_client.TestInterfacesClient.test_delete_interface_with_bytes_body [0.001246s] ... ok
e nant_name': 'name', 'tenant_id': 'id', 'user_id': 'id', 'domain{2} tempest.tests.lib.services.compute.test_interfaces_client.TestInterfacesClient.test_delete_interface_with_str_body [0.001515s] ... ok
_id': 'fake_domain', 'user_domain_id': 'fake_domain', 'project_id': 'id', 'project_domain_name': 'Fake_Domain', 'username': 'name'}, Network: None, Subnet: None, Router: None
2016-10-19 15:06:53.705 9760 INFO tempest.common.dyten{2} tempest.tests.lib.services.compute.test_interfaces_client.TestInterfacesClient.test_list_interfaces_with_bytes_body [0.003441s] ... ok
{2} tempest.tests.lib.services.compute.test_interfaces_client.TestInterfacesClient.test_list_interfaces_with_str_body [0.003836s] ... ok
{2} tempest.tests.lib.services.compute.test_interfaces_client.TestInterfacesClient.test_show_interface_with_bytes_body [0.003572s] ... ok
{2} tempest.tests.lib.services.compute.test_interfaces_client.TestInterfacesClient.test_show_interface_with_str_body [0.003798s] ... ok
{2} tempest.tests.lib.services.compute.test_quota_classes_client.TestQuotaClassesClient.test_show_quota_class_set_with_bytes_body [0.003346s] ... ok
{2} tempest.tests.lib.services.compute.test_quota_classes_client.TestQuotaClassesClient.test_show_quota_class_set_with_str_body [0.003512s] ... ok
{2} tempest.tests.lib.services.compute.test_quota_classes_client.TestQuotaClassesClient.test_update_quota_class_set [0.003248s] ... ok
{2} tempest.tests.lib.services.compute.test_security_group_default_rules_client.TestSecurityGroupDefaultRulesClient.test_create_security_default_group_rule_with_bytes_body [0.003407s] ... ok
{2} tempest.tests.lib.services.compute.test_security_group_default_rules_client.TestSecurityGroupDefaultRulesClient.test_create_security_default_group_rule_with_str_body [0.002849s] ... ok
{2} tempest.tests.lib.services.compute.test_security_group_default_rules_client.TestSecurityGroupDefaultRulesClient.test_delete_security_group_default_rule [0.001211s] ... ok
{2} tempest.tests.lib.services.compute.test_security_group_default_rules_client.TestSecurityGroupDefaultRulesClient.test_list_security_group_default_rules_with_bytes_body [0.002945s] ... ok
mpest.common.dynamic_creds [-] Acquired dynamic creds:
credentials: Credentials: {'project_name': 'name', 'project_domain_id': 'fake_domain', 'domain_name': 'Fake_Domain', 'user_domain_name': 'Fake_Domain', 'tenant_name': {2} tempest.tests.lib.services.compute.test_security_group_default_rules_client.TestSecurityGroupDefaultRulesClient.test_list_security_group_default_rules_with_str_body [0.002667s] ... ok
'aname'm, {2} tempest.tests.lib.services.compute.test_security_group_default_rules_client.TestSecurityGroupDefaultRulesClient.test_show_security_group_default_rule_with_bytes_body [0.002991s] ... ok
i'{2} tempest.tests.lib.services.compute.test_security_group_default_rules_client.TestSecurityGroupDefaultRulesClient.test_show_security_group_default_rule_with_str_body [0.002688s] ... ok
ct{2} tempest.tests.lib.services.compute.test_server_groups_client.TestServerGroupsClient.test_create_server_group_byte_body [0.003050s] ... ok
_encanr{2} tempest.tests.lib.services.compute.test_server_groups_client.TestServerGroupsClient.test_create_server_group_str_body [0.029814s] ... ok
te_id': 'idd', 'user_id': 'id', 'domain_id': 'faks [-] Created isolated network resources for :
credentials: Creed{2} tempest.tests.lib.services.compute.test_server_groups_client.TestServerGroupsClient.test_delete_server_group [0.001911s] ... ok
_domaei{2} tempest.tests.lib.services.compute.test_server_groups_client.TestServerGroupsClient.test_list_server_groups_byte_body [0.005271s] ... ok
{2} tempest.tests.lib.services.compute.test_server_groups_client.TestServerGroupsClient.test_list_server_groups_str_body [0.004586s] ... ok
n', 'user_domain_id': 'fake_domain', 'project_id': 'id', 'project_domain_name': 'Fake_Domain', 'userna{2} tempest.tests.lib.services.compute.test_server_groups_client.TestServerGroupsClient.test_show_server_group_byte_body [0.003274s] ... ok
nm{2} tempest.tests.lib.services.compute.test_server_groups_client.TestServerGroupsClient.test_show_server_group_str_body [0.003168s] ... ok
{2} tempest.tests.lib.services.compute.test_versions_client.TestVersionsClient.test_get_base_version_url [0.001998s] ... ok
{2} tempest.tests.lib.services.compute.test_versions_client.TestVersionsClient.test_get_base_version_url_app_name [0.001193s] ... ok
{2} tempest.tests.lib.services.compute.test_versions_client.TestVersionsClient.test_get_base_version_url_double_slash [0.001062s] ... ok
{2} tempest.tests.lib.services.compute.test_versions_client.TestVersionsClient.test_get_version_by_url_with_bytes_body [0.004355s] ... ok
{2} tempest.tests.lib.services.compute.test_versions_client.TestVersionsClient.test_get_version_by_url_with_str_body [0.025692s] ... ok
{2} tempest.tests.lib.services.compute.test_versions_client.TestVersionsClient.test_list_versions_client_with_bytes_body [0.007390s] ... ok
{2} tempest.tests.lib.services.compute.test_versions_client.TestVersionsClient.test_list_versions_client_with_str_body [0.003443s] ... ok
{2} tempest.tests.lib.services.compute.test_volumes_client.TestVolumesClient.test_create_volume_with_bytes_body [0.108217s] ... ok
{2} tempest.tests.lib.services.compute.test_volumes_client.TestVolumesClient.test_create_volume_with_str_body [0.004205s] ... ok
{2} tempest.tests.lib.services.compute.test_volumes_client.TestVolumesClient.test_delete_volume [0.007523s] ... ok
{2} tempest.tests.lib.services.compute.test_volumes_client.TestVolumesClient.test_is_resource_deleted_false [0.001203s] ... ok
{2} tempest.tests.lib.services.compute.test_volumes_client.TestVolumesClient.test_is_resource_deleted_true [0.009357s] ... ok
{2} tempest.tests.lib.services.compute.test_volumes_client.TestVolumesClient.test_list_volumes_with_byte_body [0.004486s] ... ok
{2} tempest.tests.lib.services.compute.test_volumes_client.TestVolumesClient.test_list_volumes_with_params [0.004093s] ... ok
tials: {'project_name': 'name', 'projece': 'name'}, Network: None, Subnet: None, Router: None
2016-10-19 15:06:53.86t_domain_id': 'fake_domain', 'domain_name': 'Fake_Domain', 'user_domain_name': 'Fake_Domain', 'tenant_name': 'name', 'tenant_id': 'id', 'user_id': 'id', 'domain_id': 'fake_domain', 'user_domain_id': 'fake_domain', 'project_id': 'id', 'proj0 {2} tempest.tests.lib.services.compute.test_volumes_client.TestVolumesClient.test_list_volumes_with_str_body [0.022267s] ... ok
9758 INFO tempest.common.dynamic_creds [-] Created isolated network resources for :
credentials: Credentials: {'project_name': 'name', 'project_domain_id': 'fake_domain', 'domain_name': 'Fake_Domain', 'user_domain_name': 'Fake_Domain', 'tenant_name':ect _'ndo{2} tempest.tests.lib.services.compute.test_volumes_client.TestVolumesClient.test_show_volume_with_bytes_body [0.005322s] ... ok
{2} tempest.tests.lib.services.compute.test_volumes_client.TestVolumesClient.test_show_volume_with_str_body [0.003294s] ... ok
main_name': 'Fake_Domain', 'username{2} tempest.tests.lib.services.identity.v2.test_services_client.TestServicesClient.test_create_service_with_bytes_body [0.001458s] ... ok
ame': 'name'}, Network: {'name': 'name', 'id': 'id'}, Subnet: {'nam',e ''t{2} tempest.tests.lib.services.identity.v2.test_services_client.TestServicesClient.test_create_service_with_str_body [0.002311s] ... ok
: enant_id': 'id', 'user_id': 'id', 'domain_id': 'fake_domain', 'user_domain_id': 'fake_domain', 'project_id': 'id', 'project_domain_name': 'Fake_D'{2} tempest.tests.lib.services.identity.v2.test_services_client.TestServicesClient.test_delete_service [0.016731s] ... ok
name', 'id': 'id'}, Router: {'name': 'name', 'id': 'id'}
2016-10-19 15:06:53.706 9760 INFO tempest.c{2} tempest.tests.lib.services.identity.v2.test_services_client.TestServicesClient.test_show_service_with_bytes_body [0.006702s] ... ok
omain', 'username': 'name'}, Network: {o'mna{2} tempest.tests.lib.services.identity.v2.test_services_client.TestServicesClient.test_show_service_with_str_body [0.001882s] ... ok
mme{2} tempest.tests.lib.services.identity.v2.test_token_client.TestTokenClientV2.test_auth [0.002200s] ... ok
on.d':{2} tempest.tests.lib.services.identity.v2.test_token_client.TestTokenClientV2.test_auth_with_tenant [0.002133s] ... ok
yn amic_creds [-{2} tempest.tests.lib.services.identity.v2.test_token_client.TestTokenClientV2.test_init_without_authurl [0.001445s] ... ok
{2} tempest.tests.lib.services.identity.v2.test_token_client.TestTokenClientV2.test_request_with_bytes_body [0.001443s] ... ok
{2} tempest.tests.lib.services.identity.v2.test_token_client.TestTokenClientV2.test_request_with_str_body [0.001564s] ... ok
] Acquired dynamic creds:
credentials: Credentials: {'proj{2} tempest.tests.lib.services.identity.v2.test_users_client.TestUsersClient.test_create_user_ec2_credential_with_bytes_body [0.001233s] ... ok
{2} tempest.tests.lib.services.identity.v2.test_users_client.TestUsersClient.test_create_user_ec2_credential_with_str_body [0.001367s] ... ok
{2} tempest.tests.lib.services.identity.v2.test_users_client.TestUsersClient.test_create_user_with_bytes_body [0.003156s] ... ok
ect_name': 'name', 'p{2} tempest.tests.lib.services.identity.v2.test_users_client.TestUsersClient.test_create_user_with_str_body [0.001640s] ... ok
{2} tempest.tests.lib.services.identity.v2.test_users_client.TestUsersClient.test_delete_user [0.001292s] ... ok
{2} tempest.tests.lib.services.identity.v2.test_users_client.TestUsersClient.test_delete_user_ec2_credential [0.001590s] ... ok
{2} tempest.tests.lib.services.identity.v2.test_users_client.TestUsersClient.test_list_user_ec2_credentials_with_bytes_body [0.002420s] ... ok
roject_domain_id': 'fake_dom{2} tempest.tests.lib.services.identity.v2.test_users_client.TestUsersClient.test_list_user_ec2_credentials_with_str_body [0.001493s] ... ok
{2} tempest.tests.lib.services.identity.v2.test_users_client.TestUsersClient.test_list_users_with_bytes_body [0.002029s] ... ok
a'i{2} tempest.tests.lib.services.identity.v2.test_users_client.TestUsersClient.test_list_users_with_str_body [0.008584s] ... ok
{2} tempest.tests.lib.services.identity.v2.test_users_client.TestUsersClient.test_show_user_ec2_credential_with_bytes_body [0.002487s] ... ok
{2} tempest.tests.lib.services.identity.v2.test_users_client.TestUsersClient.test_show_user_ec2_credential_with_str_body [0.002236s] ... ok
{2} tempest.tests.lib.services.identity.v2.test_users_client.TestUsersClient.test_show_user_with_bytes_body [0.002595s] ... ok
{2} tempest.tests.lib.services.identity.v2.test_users_client.TestUsersClient.test_show_user_with_str_body [0.001419s] ... ok
n', 'domain_name': 'Fake_Domain', 'user_domain_namna{2} tempest.tests.lib.services.identity.v2.test_users_client.TestUsersClient.test_update_user_enabled_with_bytes_body [0.002609s] ... ok
e': m'{2} tempest.tests.lib.services.identity.v2.test_users_client.TestUsersClient.test_update_user_enabled_with_str_body [0.002603s] ... ok
e', 'Fidake_':{2} tempest.tests.lib.services.identity.v2.test_users_client.TestUsersClient.test_update_user_own_password_with_bytes_body [0.004444s] ... ok
'id'}, Subnet: {'name': 'name', 'id': 'id'}, Router: {'name': 'name', 'id': 'id'}
2016-10-19 15:06:53.860 9758 INFO tempest.common.dynamic_cDom{2} tempest.tests.lib.services.identity.v2.test_users_client.TestUsersClient.test_update_user_own_password_with_str_body [0.001817s] ... ok
ain', 'tenant_name': 'name', 'tenant_id': 'id{2} tempest.tests.lib.services.identity.v2.test_users_client.TestUsersClient.test_update_user_password_with_bytes_body [0.001555s] ... ok
red'{2} tempest.tests.lib.services.identity.v2.test_users_client.TestUsersClient.test_update_user_password_with_str_body [0.001535s] ... ok
s [-,{2} tempest.tests.lib.services.identity.v2.test_users_client.TestUsersClient.test_update_user_with_bytes_body [0.007013s] ... ok
{2} tempest.tests.lib.services.identity.v2.test_users_client.TestUsersClient.test_update_user_with_str_body [0.000881s] ... ok
{2} tempest.tests.lib.services.identity.v3.test_regions_client.TestRegionsClient.test_create_region_with_bytes_body [0.000838s] ... ok
{2} tempest.tests.lib.services.identity.v3.test_regions_client.TestRegionsClient.test_create_region_with_str_body [0.000838s] ... ok
{2} tempest.tests.lib.services.identity.v3.test_regions_client.TestRegionsClient.test_delete_region [0.001005s] ... ok
{2} tempest.tests.lib.services.identity.v3.test_regions_client.TestRegionsClient.test_list_regions_with_bytes_body [0.001357s] ... ok
{2} tempest.tests.lib.services.identity.v3.test_regions_client.TestRegionsClient.test_list_regions_with_str_body [0.002953s] ... ok
] Acquired dynamic cr 'user_id': 'id', 'domain_id': 'fake_domain', 'user_domain_id': 'fake_domain', 'project_id': 'id', 'project_domain_name': 'Fake_Domain', 'username': 'name'}, Network: Neds:
credentials: Credentials: {'project_name': 'n{2} tempest.tests.lib.services.identity.v3.test_regions_client.TestRegionsClient.test_show_region_with_bytes_body [0.001671s] ... ok
{2} tempest.tests.lib.services.identity.v3.test_regions_client.TestRegionsClient.test_show_region_with_str_body [0.001471s] ... ok
{2} tempest.tests.lib.services.identity.v3.test_regions_client.TestRegionsClient.test_update_region_with_bytes_body [0.001340s] ... ok
ame', 'project_domain_id': 'fake_domain', 'domain_name': 'Fake_Domain', 'user_domain_name':one, Subnet: None, Router: None
2016-10-19 15:06:53.706 9760 INFO tempest.common.dynamic_creds [-] Created isolated network resources for :
credentials: Credentials {2} tempest.tests.lib.services.identity.v3.test_regions_client.TestRegionsClient.test_update_region_with_str_body [0.013876s] ... ok
{2} tempest.tests.lib.services.image.v1.test_image_members_client.TestImageMembersClient.test_create_image_member_with_bytes_body [0.001365s] ... ok
'Fake_Domain', 'tenant_name': 'name', 'tenant_id': 'id', 'user_id': 'id', 'domain_id': 'fake_domain', 'user_domain_id': 'fake_domain', 'project_id': 'id', 'pr{2} tempest.tests.lib.services.image.v1.test_image_members_client.TestImageMembersClient.test_create_image_member_with_str_body [0.001279s] ... ok
{2} tempest.tests.lib.services.image.v1.test_image_members_client.TestImageMembersClient.test_delete_image_member [0.001645s] ... ok
o: {2} tempest.tests.lib.services.image.v1.test_image_members_client.TestImageMembersClient.test_list_image_members_with_bytes_body [0.001335s] ... ok
{2} tempest.tests.lib.services.image.v1.test_image_members_client.TestImageMembersClient.test_list_image_members_with_str_body [0.001617s] ... ok
{'project_name': 'name', 'project_domain_id': 'fake_domain', 'domain_name': 'Fake_Domain', 'user_domain_name': 'Fake_Domain', 'tenant_name': 'name', 'tenant_id': 'id', 'user_id': 'id', 'domain_id': 'fake_domain', 'user_d{2} tempest.tests.lib.services.image.v2.test_resource_types_client.TestResouceTypesClient.test_list_resouce_types_with_bytes_body [0.010052s] ... ok
{2} tempest.tests.lib.services.image.v2.test_resource_types_client.TestResouceTypesClient.test_list_resouce_types_with_str_body [0.001768s] ... ok
{2} tempest.tests.lib.services.test_clients.TestClientsFactory.test___init___class_not_found [0.001548s] ... ok
{2} tempest.tests.lib.services.test_clients.TestClientsFactory.test___init___no_module [0.001100s] ... ok
ject_domain_name': 'Fake_Domain', 'username': 'name'}, Network: None, Subnet: None, Router: None
2016-10-19 15:06:53.861 9758 INFO tempest.common.dynamic_creds [-] Created isolatedomain_id': 'fake_domain', 'project_id': 'id', 'project_domain_name': 'Fake_Domain', 'username': 'name'}, Network: {'name': 'name', 'id': 'id'}, Subnet: {'name': 'name', 'id': 'id'}, Router: {'name': 'name', 'id': ' n{2} tempest.tests.lib.services.test_clients.TestClientsFactory.test___init___not_a_class [0.025593s] ... ok
{2} tempest.tests.lib.services.test_clients.TestClientsFactory.test___init___one_class [0.001880s] ... ok
{2} tempest.tests.lib.services.test_clients.TestClientsFactory.test___init___two_classes [0.001711s] ... ok
{2} tempest.tests.lib.services.test_clients.TestClientsFactory.test__get_partial_class_later_kwargs [0.001547s] ... ok
{2} tempest.tests.lib.services.test_clients.TestClientsFactory.test__get_partial_class_no_later_kwargs [0.001201s] ... ok
{2} tempest.tests.lib.services.test_clients.TestClientsFactory.test__get_partial_class_with_alias [0.001284s] ... ok
{2} tempest.tests.lib.test_auth.TestGetCredentials.test_invalid_identity_version [0.001299s] ... ok
etwork resources for :
credentials: Cired{2} tempest.tests.lib.test_auth.TestKeystoneV3AuthProvider.test_auth_parameters_unscoped [0.014836s] ... ok
de'ntials: {'project_name': 'name', 'project_doma}i
{2} tempest.tests.lib.test_auth.TestKeystoneV3AuthProvider.test_auth_parameters_with_domain_scope [0.002770s] ... ok
n{1} tempest.tests.cmd.test_account_generator.TestDumpAccountsV3.test_dump_accounts [0.035497s] ... ok
_id': {1} tempest.tests.cmd.test_account_generator.TestDumpAccountsV3.test_dump_accounts_existing_file [0.044983s] ... ok
'fake_doma{2} tempest.tests.lib.test_auth.TestKeystoneV3AuthProvider.test_auth_parameters_with_project_scope [0.002393s] ... ok
in', 'domain_name': 'Fake_Dom{2} tempest.tests.lib.test_auth.TestKeystoneV3AuthProvider.test_auth_parameters_with_scope_unset [0.001065s] ... ok
ain', 'user_domain_name': 'Fake_Domain', 'tenant_name': 'name', 'tenant_id': 'id',{2} tempest.tests.lib.test_auth.TestKeystoneV3AuthProvider.test_base_url [0.002741s] ... ok
{1} tempest.tests.cmd.test_account_generator.TestGenerateResourcesV2.test_generate_resources_admin [0.040899s] ... ok
{1} tempest.tests.cmd.test_account_generator.TestGenerateResourcesV2.test_generate_resources_no_admin [0.016400s] ... ok
{1} tempest.tests.cmd.test_account_generator.TestGenerateResourcesV2.test_generate_resources_swift_heat_admin [0.020422s] ... ok
{1} tempest.tests.cmd.test_verify_tempest_config.TestDiscovery.test_get_cinder_api_versions [0.009227s] ... ok
{2} tempest.tests.lib.test_auth.TestKeystoneV3AuthProvider.test_base_url_scope_project [0.002438s] ... ok
'u{1} tempest.tests.cmd.test_verify_tempest_config.TestDiscovery.test_get_keystone_api_versions [0.007360s] ... ok
{1} tempest.tests.cmd.test_verify_tempest_config.TestDiscovery.test_get_nova_versions [0.007535s] ... ok
{1} tempest.tests.cmd.test_verify_tempest_config.TestDiscovery.test_get_versions_invalid_response [0.008552s] ... ok
{1} tempest.tests.cmd.test_verify_tempest_config.TestDiscovery.test_verify_api_versions [0.006283s] ... ok
{1} tempest.tests.cmd.test_verify_tempest_config.TestDiscovery.test_verify_api_versions_not_implemented [0.008467s] ... ok
se{2} tempest.tests.lib.test_auth.TestKeystoneV3AuthProvider.test_base_url_to_get_admin_endpoint [0.002180s] ... ok
r_id': 'id', 'domain_id': 'fake_domain', 'user{2} tempest.tests.lib.test_auth.TestKeystoneV3AuthProvider.test_base_url_unknown_region [0.001930s] ... ok
_domain_id': 'fake_domain', 'project_id': 'id', 'project_domain_name': 'Fake_Domain', 'username': 'name'}, {1} tempest.tests.cmd.test_verify_tempest_config.TestDiscovery.test_verify_cinder_api_versions_no_v1 [0.009217s] ... ok
{2} tempest.tests.lib.test_auth.TestKeystoneV3AuthProvider.test_base_url_unscoped_identity [0.013274s] ... ok
{1} tempest.tests.cmd.test_verify_tempest_config.TestDiscovery.test_verify_cinder_api_versions_no_v2 [0.009749s] ... ok
{1} tempest.tests.cmd.test_verify_tempest_config.TestDiscovery.test_verify_cinder_api_versions_no_v3 [0.008402s] ... ok
{1} tempest.tests.cmd.test_verify_tempest_config.TestDiscovery.test_verify_extensions_cinder [0.008596s] ... ok
{1} tempest.tests.cmd.test_verify_tempest_config.TestDiscovery.test_verify_extensions_cinder_all [0.006366s] ... ok
{2} tempest.tests.lib.test_auth.TestKeystoneV3AuthProvider.test_base_url_unscoped_other [0.002016s] ... ok
{1} tempest.tests.cmd.test_verify_tempest_config.TestDiscovery.test_verify_extensions_neutron [0.006645s] ... ok
{1} tempest.tests.cmd.test_verify_tempest_config.TestDiscovery.test_verify_extensions_neutron_all [0.006438s] ... ok
{1} tempest.tests.cmd.test_verify_tempest_config.TestDiscovery.test_verify_extensions_nova [0.006173s] ... ok
{1} tempest.tests.cmd.test_verify_tempest_config.TestDiscovery.test_verify_extensions_nova_all [0.011589s] ... ok
{1} tempest.tests.cmd.test_verify_tempest_config.TestDiscovery.test_verify_extensions_swift [0.017025s] ... ok
{1} tempest.tests.cmd.test_verify_tempest_config.TestDiscovery.test_verify_extensions_swift_all [0.009751s] ... ok
{1} tempest.tests.cmd.test_verify_tempest_config.TestDiscovery.test_verify_glance_version_no_v1 [0.048495s] ... ok
{1} tempest.tests.cmd.test_verify_tempest_config.TestDiscovery.test_verify_glance_version_no_v2_with_v1_0 [0.005547s] ... ok
{1} tempest.tests.cmd.test_verify_tempest_config.TestDiscovery.test_verify_glance_version_no_v2_with_v1_1 [0.005408s] ... ok
{1} tempest.tests.cmd.test_verify_tempest_config.TestDiscovery.test_verify_keystone_api_versions_no_v2 [0.007281s] ... ok
{1} tempest.tests.cmd.test_verify_tempest_config.TestDiscovery.test_verify_keystone_api_versions_no_v3 [0.007676s] ... ok
{1} tempest.tests.cmd.test_verify_tempest_config.TestGetAPIVersions.test_get_unversioned_endpoint_base [0.001162s] ... ok
{1} tempest.tests.cmd.test_verify_tempest_config.TestGetAPIVersions.test_get_unversioned_endpoint_subpath [0.000828s] ... ok
{1} tempest.tests.cmd.test_verify_tempest_config.TestGetAPIVersions.test_get_unversioned_endpoint_subpath_trailing_solidus [0.000736s] ... ok
{1} tempest.tests.cmd.test_verify_tempest_config.TestGetAPIVersions.test_remove_version_project [0.000882s] ... ok
Network: {'name': 'name', 'id': 'id'}, S{2} tempest.tests.lib.test_auth.TestKeystoneV3AuthProvider.test_base_url_with_api_version_filter [0.010038s] ... ok
ubnet: {'name': 'name', 'id': 'id'}, Router: {'name': 'name', 'id': 'id'}
2016-10-19 15:06:53.861 9758 INFO tempest.common.dynamic_creds [-] Acquired dynamic creds:
credentials: Credentials: {'project_name': 'name', 'project_domain_id': 'fake_domain', 'domain_name': 'Fake_Domain', 'user_domain_name': 'Fake_Domain', 'tenant_n{1} tempest.tests.cmd.test_verify_tempest_config.TestGetAPIVersions.test_url_grab_versioned_nova_nossl [0.000705s] ... ok
{1} tempest.tests.cmd.test_verify_tempest_config.TestGetAPIVersions.test_url_grab_versioned_nova_ssl [0.000709s] ... ok
a{1} tempest.tests.common.test_admin_available.TestAdminAvailable.test__dynamic_creds__accounts_file__no_admin [0.005268s] ... ok
m{1} tempest.tests.common.test_admin_available.TestAdminAvailable.test__no_dynamic_creds__accounts_file__admin_role [0.006177s] ... ok
e{1} tempest.tests.common.test_admin_available.TestAdminAvailable.test__no_dynamic_creds__accounts_file__admin_type [0.005368s] ... ok
'{1} tempest.tests.common.test_admin_available.TestAdminAvailable.test__no_dynamic_creds__accounts_file__no_admin [0.006024s] ... ok
: {1} tempest.tests.common.test_admin_available.TestAdminAvailable.test__no_dynamic_creds__no_accounts_file__admin [0.006790s] ... ok
'n{2} tempest.tests.lib.test_auth.TestKeystoneV3AuthProvider.test_base_url_with_known_name [0.008982s] ... ok
ame{1} tempest.tests.common.test_admin_available.TestAdminAvailable.test__no_dynamic_creds__no_accounts_file__no_admin [0.008048s] ... ok
'{2} tempest.tests.lib.test_auth.TestKeystoneV3AuthProvider.test_base_url_with_known_name_and_unknown_servce [0.002197s] ... ok
{1} tempest.tests.common.test_alt_available.TestAltAvailable.test__dynamic_creds__accounts_file__one_user [0.004571s] ... ok
, '{1} tempest.tests.common.test_alt_available.TestAltAvailable.test__no_dynamic_creds__accounts_file__one_user [0.006719s] ... ok
{2} tempest.tests.lib.test_auth.TestKeystoneV3AuthProvider.test_base_url_with_non_existent_service [0.007619s] ... ok
{1} tempest.tests.common.test_alt_available.TestAltAvailable.test__no_dynamic_creds__accounts_file__two_users [0.005878s] ... ok
{1} tempest.tests.common.test_alt_available.TestAltAvailable.test__no_dynamic_creds__accounts_file__two_users_identical [0.009221s] ... ok
{1} tempest.tests.common.test_dynamic_creds.TestDynamicCredentialProviderV3.test_admin_creds [0.023921s] ... ok
{1} tempest.tests.common.test_dynamic_creds.TestDynamicCredentialProviderV3.test_all_cred_cleanup [0.028289s] ... ok
{1} tempest.tests.common.test_dynamic_creds.TestDynamicCredentialProviderV3.test_alt_creds [0.027585s] ... ok
tenant_id': 'id', 'user_id': 'id', 'domain_id': 'fake_domain', 'user_domain_id': 'fake_domain', 'project_id': 'id', 'project_domain_name': 'Fake_Domain', 'username': 'name'}, Network{2} tempest.tests.lib.test_auth.TestKeystoneV3AuthProvider.test_base_url_with_skip_path_filter [0.002036s] ... ok
:{2} tempest.tests.lib.test_auth.TestKeystoneV3AuthProvider.test_base_url_with_unknown_name_and_known_service [0.011716s] ... ok
{2} tempest.tests.lib.test_auth.TestKeystoneV3AuthProvider.test_base_url_with_unversioned_endpoint [0.001124s] ... ok
{2} tempest.tests.lib.test_auth.TestKeystoneV3AuthProvider.test_base_url_without_name [0.008583s] ... ok
{2} tempest.tests.lib.test_auth.TestKeystoneV3AuthProvider.test_base_url_without_service [0.002238s] ... ok
{1} tempest.tests.common.test_dynamic_creds.TestDynamicCredentialProviderV3.test_dhcp_without_subnet [0.042908s] ... ok
{1} tempest.tests.common.test_dynamic_creds.TestDynamicCredentialProviderV3.test_member_role_creation_with_duplicate [0.026160s] ... ok
{1} tempest.tests.common.test_dynamic_creds.TestDynamicCredentialProviderV3.test_network_admin_creation [0.034111s] ... ok
{1} tempest.tests.common.test_dynamic_creds.TestDynamicCredentialProviderV3.test_network_alt_creation [0.026843s] ... ok
{1} tempest.tests.common.test_dynamic_creds.TestDynamicCredentialProviderV3.test_network_cleanup [0.047996s] ... ok
{1} tempest.tests.common.test_dynamic_creds.TestDynamicCredentialProviderV3.test_network_creation [0.025441s] ... ok
{1} tempest.tests.common.test_dynamic_creds.TestDynamicCredentialProviderV3.test_no_network_creation_with_config_set [0.039396s] ... ok
{1} tempest.tests.common.test_dynamic_creds.TestDynamicCredentialProviderV3.test_no_network_resources [0.043991s] ... ok
{1} tempest.tests.common.test_dynamic_creds.TestDynamicCredentialProviderV3.test_primary_creds [0.055025s] ... ok
{1} tempest.tests.common.test_dynamic_creds.TestDynamicCredentialProviderV3.test_role_creds [0.082639s] ... ok
{1} tempest.tests.common.test_dynamic_creds.TestDynamicCredentialProviderV3.test_router_without_network [0.030794s] ... ok
{1} tempest.tests.common.test_dynamic_creds.TestDynamicCredentialProviderV3.test_subnet_without_network [0.023249s] ... ok
{1} tempest.tests.common.test_dynamic_creds.TestDynamicCredentialProviderV3.test_tempest_client [0.032344s] ... ok
{1} tempest.tests.common.test_image.TestImage.test_get_image_meta_from_headers [0.000734s] ... ok
{1} tempest.tests.common.test_image.TestImage.test_image_meta_to_headers [0.000743s] ... ok
{1} tempest.tests.common.test_preprov_creds.TestPreProvisionedCredentialsV3.test__get_creds_by_roles_list_role [0.028528s] ... ok
{1} tempest.tests.common.test_preprov_creds.TestPreProvisionedCredentialsV3.test__get_creds_by_roles_no_admin [0.033860s] ... ok
{1} tempest.tests.common.test_preprov_creds.TestPreProvisionedCredentialsV3.test__get_creds_by_roles_one_role [0.013010s] ... ok
{1} tempest.tests.common.test_preprov_creds.TestPreProvisionedCredentialsV3.test_create_hash_file_no_previous_file [0.021707s] ... ok
{2} tempest.tests.lib.test_auth.TestKeystoneV3AuthProvider.test_check_credentials_missing_attribute [0.001167s] ... ok
{1} tempest.tests.common.test_preprov_creds.TestPreProvisionedCredentialsV3.test_create_hash_file_previous_file [0.021448s] ... ok
N{2} tempest.tests.lib.test_auth.TestKeystoneV3AuthProvider.test_check_domain_credentials_missing_attribute [0.001616s] ... ok
{1} tempest.tests.common.test_preprov_creds.TestPreProvisionedCredentialsV3.test_get_admin_creds [0.039051s] ... ok
{1} tempest.tests.common.test_preprov_creds.TestPreProvisionedCredentialsV3.test_get_admin_creds_by_role [0.042133s] ... ok
{1} tempest.tests.common.test_preprov_creds.TestPreProvisionedCredentialsV3.test_get_admin_creds_by_type [0.024610s] ... ok
{1} tempest.tests.common.test_preprov_creds.TestPreProvisionedCredentialsV3.test_get_admin_creds_none_available [0.005955s] ... ok
{2} tempest.tests.lib.test_auth.TestKeystoneV3AuthProvider.test_fill_credentials [0.001920s] ... ok
one, Subnet: None, Router: None
2016-10-19 15:{1} tempest.tests.common.test_preprov_creds.TestPreProvisionedCredentialsV3.test_get_alt_creds [0.032012s] ... ok
06:{2} tempest.tests.lib.test_auth.TestKeystoneV3AuthProvider.test_request [0.002138s] ... ok
53.861 9758 {1} tempest.tests.common.test_preprov_creds.TestPreProvisionedCredentialsV3.test_get_alt_creds_none_available [0.007257s] ... ok
{1} tempest.tests.common.test_preprov_creds.TestPreProvisionedCredentialsV3.test_get_free_hash_no_free_accounts [0.021445s] ... ok
{1} tempest.tests.common.test_preprov_creds.TestPreProvisionedCredentialsV3.test_get_free_hash_no_previous_accounts [0.011960s] ... ok
{1} tempest.tests.common.test_preprov_creds.TestPreProvisionedCredentialsV3.test_get_free_hash_some_in_use_accounts [0.026151s] ... ok
{1} tempest.tests.common.test_preprov_creds.TestPreProvisionedCredentialsV3.test_get_hash [0.033928s] ... ok
{1} tempest.tests.common.test_preprov_creds.TestPreProvisionedCredentialsV3.test_get_hash_dict [0.009008s] ... ok
INFO tempest.common.dynamic_creds [-] Created isolated network resources f{2} tempest.tests.lib.test_auth.TestKeystoneV3AuthProvider.test_request_with_alt_auth_cleans_alt [0.002089s] ... ok
{2} tempest.tests.lib.test_auth.TestKeystoneV3AuthProvider.test_request_with_alt_part_without_alt_data [0.001548s] ... ok
{2} tempest.tests.lib.test_auth.TestKeystoneV3AuthProvider.test_request_with_alt_part_without_alt_data_no_change_body [0.001342s] ... ok
{2} tempest.tests.lib.test_auth.TestKeystoneV3AuthProvider.test_request_with_alt_part_without_alt_data_no_change_headers [0.002140s] ... ok
{2} tempest.tests.lib.test_auth.TestKeystoneV3AuthProvider.test_request_with_alt_part_without_alt_data_no_change_url [0.002195s] ... ok
{2} tempest.tests.lib.test_auth.TestKeystoneV3AuthProvider.test_request_with_bad_service [0.009805s] ... ok
or :
credentials: Credentials: {'project_name': 'name{1} tempest.tests.common.test_preprov_creds.TestPreProvisionedCredentialsV3.test_get_primary_creds [0.021911s] ... ok
'{2} tempest.tests.lib.test_auth.TestKeystoneV3AuthProvider.test_request_with_identical_alt_auth_body [0.007651s] ... ok
{2} tempest.tests.lib.test_auth.TestKeystoneV3AuthProvider.test_request_with_identical_alt_auth_headers [0.002160s] ... ok
{2} tempest.tests.lib.test_auth.TestKeystoneV3AuthProvider.test_request_with_identical_alt_auth_url [0.001417s] ... ok
, '{1} tempest.tests.common.test_preprov_creds.TestPreProvisionedCredentialsV3.test_get_primary_creds_none_available [0.006929s] ... ok
proj{2} tempest.tests.lib.test_auth.TestKeystoneV3AuthProvider.test_request_without_service [0.002155s] ... ok
{1} tempest.tests.common.test_preprov_creds.TestPreProvisionedCredentialsV3.test_is_multi_user [0.013012s] ... ok
e{1} tempest.tests.common.test_preprov_creds.TestPreProvisionedCredentialsV3.test_is_not_multi_user [0.007919s] ... ok
{1} tempest.tests.common.test_preprov_creds.TestPreProvisionedCredentialsV3.test_networks_returned_with_creds [0.015173s] ... ok
{1} tempest.tests.common.test_preprov_creds.TestPreProvisionedCredentialsV3.test_remove_hash_last_account [0.021822s] ... ok
{1} tempest.tests.common.test_preprov_creds.TestPreProvisionedCredentialsV3.test_remove_hash_not_last_account [0.013401s] ... ok
{2} tempest.tests.lib.test_auth.TestKeystoneV3AuthProvider.test_set_scope_all_valid [0.001449s] ... ok
{2} tempest.tests.lib.test_auth.TestKeystoneV3AuthProvider.test_set_scope_invalid [0.000793s] ... ok
{2} tempest.tests.lib.test_auth.TestKeystoneV3AuthProvider.test_token_expired [0.004542s] ... ok
{2} tempest.tests.lib.test_auth.TestKeystoneV3AuthProvider.test_token_not_expired [0.001383s] ... ok
{2} tempest.tests.lib.test_auth.TestKeystoneV3AuthProvider.test_token_not_expired_to_be_renewed [0.003188s] ... ok
{2} tempest.tests.lib.test_auth.TestReplaceVersion.test_no_version_base [0.000730s] ... ok
{2} tempest.tests.lib.test_auth.TestReplaceVersion.test_no_version_base_solidus [0.000611s] ... ok
{2} tempest.tests.lib.test_auth.TestReplaceVersion.test_no_version_path [0.000595s] ... ok
{2} tempest.tests.lib.test_auth.TestReplaceVersion.test_no_version_path_solidus [0.000597s] ... ok
{2} tempest.tests.lib.test_auth.TestReplaceVersion.test_path_version [0.000601s] ... ok
{2} tempest.tests.lib.test_auth.TestReplaceVersion.test_path_version_solidus [0.000631s] ... ok
{2} tempest.tests.lib.test_auth.TestReplaceVersion.test_path_version_trailing_path [0.000647s] ... ok
{2} tempest.tests.lib.test_auth.TestReplaceVersion.test_path_version_trailing_path_solidus [0.000860s] ... ok
{2} tempest.tests.lib.test_auth.TestReplaceVersion.test_version_no_trailing_path [0.000999s] ... ok
{2} tempest.tests.lib.test_auth.TestReplaceVersion.test_version_no_trailing_path_solidus [0.000644s] ... ok
{2} tempest.tests.lib.test_auth.TestReplaceVersion.test_version_trailing_path [0.000679s] ... ok
ct_domain_id': 'fake_domain', '{1} tempest.tests.common.utils.linux.test_remote_client.TestRemoteClient.test_assign_static_ip [0.007065s] ... ok
{1} tempest.tests.common.utils.linux.test_remote_client.TestRemoteClient.test_get_boot_time [0.009688s] ... ok
{1} tempest.tests.common.utils.linux.test_remote_client.TestRemoteClient.test_get_hostname [0.010367s] ... ok
{1} tempest.tests.common.utils.linux.test_remote_client.TestRemoteClient.test_get_ip_list [0.005258s] ... ok
{1} tempest.tests.common.utils.linux.test_remote_client.TestRemoteClient.test_get_mac_address [0.005521s] ... ok
{2} tempest.tests.lib.test_auth.TestReplaceVersion.test_version_trailing_path_solidus [0.001995s] ... ok
{2} tempest.tests.lib.test_credentials.KeystoneV2CredentialsTests.test_create [0.000827s] ... ok
{2} tempest.tests.lib.test_credentials.KeystoneV2CredentialsTests.test_create_invalid_attr [0.000870s] ... ok
{2} tempest.tests.lib.test_credentials.KeystoneV2CredentialsTests.test_get_credentials [0.001789s] ... ok
{2} tempest.tests.lib.test_credentials.KeystoneV2CredentialsTests.test_get_credentials_not_filled [0.000840s] ... ok
{2} tempest.tests.lib.test_credentials.KeystoneV2CredentialsTests.test_is_not_valid [0.000757s] ... ok
{2} tempest.tests.lib.test_credentials.KeystoneV2CredentialsTests.test_is_valid [0.000757s] ... ok
{2} tempest.tests.lib.test_credentials.KeystoneV2CredentialsTests.test_reset_all_attributes [0.000865s] ... ok
{2} tempest.tests.lib.test_credentials.KeystoneV2CredentialsTests.test_reset_single_attribute [0.001955s] ... ok
{2} tempest.tests.lib.test_credentials.KeystoneV3CredentialsTests.test_create [0.000702s] ... ok
domain_name': 'Fake_Domain', 'user_domain_name': 'Fake_Domain', 'tenant_name': 'name', 'tenan{2} tempest.tests.lib.test_credentials.KeystoneV3CredentialsTests.test_create_invalid_attr [0.000678s] ... ok
{2} tempest.tests.lib.test_credentials.KeystoneV3CredentialsTests.test_get_credentials [0.001360s] ... ok
{2} tempest.tests.lib.test_credentials.KeystoneV3CredentialsTests.test_get_credentials_not_filled [0.000525s] ... ok
{2} tempest.tests.lib.test_credentials.KeystoneV3CredentialsTests.test_is_not_valid [0.000480s] ... ok
{2} tempest.tests.lib.test_credentials.KeystoneV3CredentialsTests.test_is_valid [0.000607s] ... ok
{1} tempest.tests.common.utils.linux.test_remote_client.TestRemoteClient.test_get_number_of_vcpus [0.023485s] ... ok
{1} tempest.tests.common.utils.linux.test_remote_client.TestRemoteClient.test_get_partitions [0.011890s] ... ok
{1} tempest.tests.common.utils.linux.test_remote_client.TestRemoteClient.test_get_ram_size [0.005345s] ... ok
{1} tempest.tests.common.utils.linux.test_remote_client.TestRemoteClient.test_ping_host [0.006576s] ... ok
{2} tempest.tests.lib.test_credentials.KeystoneV3CredentialsTests.test_reset_all_attributes [0.000955s] ... ok
{2} tempest.tests.lib.test_credentials.KeystoneV3CredentialsTests.test_reset_single_attribute [0.001371s] ... ok
t_id': 'id', 'user_id': 'id', 'domain_id': 'fake_domain', 'user_d{1} tempest.tests.common.utils.linux.test_remote_client.TestRemoteClient.test_set_nic_state [0.005893s] ... ok
{2} tempest.tests.lib.test_credentials.KeystoneV3CredentialsTests.test_synced_attributes [0.000828s] ... ok
{2} tempest.tests.lib.test_decorators.TestSkipBecauseDecorator.test_skip_because_bug [0.000878s] ... ok
{2} tempest.tests.lib.test_decorators.TestSkipBecauseDecorator.test_skip_because_bug_and_condition_false [0.000707s] ... ok
{2} tempest.tests.lib.test_decorators.TestSkipBecauseDecorator.test_skip_because_bug_and_condition_true [0.000974s] ... ok
{2} tempest.tests.lib.test_decorators.TestSkipBecauseDecorator.test_skip_because_bug_without_bug_never_skips [0.000884s] ... ok
{2} tempest.tests.lib.test_decorators.TestSkipBecauseDecorator.test_skip_because_invalid_bug_number [0.001177s] ... ok
{2} tempest.tests.lib.test_rest_client.TestProperties.test_properties [0.002071s] ... ok
{2} tempest.tests.lib.test_rest_client.TestRestClientHTTPMethods.test_copy [0.002445s] ... ok
{2} tempest.tests.lib.test_rest_client.TestRestClientHTTPMethods.test_delete [0.002014s] ... ok
{2} tempest.tests.lib.test_rest_client.TestRestClientHTTPMethods.test_get [0.003254s] ... ok
{1} tempest.tests.common.utils.linux.test_remote_client.TestRemoteClient.test_write_to_console_regular_str [0.006030s] ... ok
omain_id': 'fake_domain', 'project_id': 'id', 'project_domain_na{2} tempest.tests.lib.test_rest_client.TestRestClientHTTPMethods.test_head [0.002789s] ... ok
me': 'Fake_Domain', 'username': 'name'}, Network: {'name': 'name', 'id': 'id'}, Subnet: {'name': 'name', 'id': 'id'}, Ro{1} tempest.tests.common.utils.linux.test_remote_client.TestRemoteClient.test_write_to_console_special_chars [0.016016s] ... ok
uter: {'name': 'name', 'id': 'id'}
2016-10-19 15:06:53.862 9758 INFO {2} tempest.tests.lib.test_rest_client.TestRestClientHTTPMethods.test_patch [0.015957s] ... ok
{2} tempest.tests.lib.test_rest_client.TestRestClientHTTPMethods.test_post [0.006635s] ... ok
{1} tempest.tests.lib.cli.test_output_parser.TestOutputParser.test_details_multiple_with_invalid_line [0.001151s] ... ok
{1} tempest.tests.lib.cli.test_output_parser.TestOutputParser.test_details_multiple_with_normal_line_label_false [0.000857s] ... ok
{1} tempest.tests.lib.cli.test_output_parser.TestOutputParser.test_details_multiple_with_normal_line_label_true [0.000837s] ... ok
{1} tempest.tests.lib.cli.test_output_parser.TestOutputParser.test_details_with_normal_line_label_false [0.000831s] ... ok
{1} tempest.tests.lib.cli.test_output_parser.TestOutputParser.test_details_with_normal_line_label_true [0.000795s] ... ok
{1} tempest.tests.lib.cli.test_output_parser.TestOutputParser.test_listing [0.001085s] ... ok
{1} tempest.tests.lib.cli.test_output_parser.TestOutputParser.test_table_with_invalid_line [0.001250s] ... ok
{1} tempest.tests.lib.cli.test_output_parser.TestOutputParser.test_table_with_list [0.001050s] ... ok
{1} tempest.tests.lib.cli.test_output_parser.TestOutputParser.test_table_with_normal_values [0.000975s] ... ok
{1} tempest.tests.lib.cli.test_output_parser.TestOutputParser.test_tables_with_invalid_line [0.002075s] ... ok
tempest.common.dynamic_creds [-] Acquired dynamic creds:
credentials: Credentials: {'project_name': 'name', 'project_do{2} tempest.tests.lib.test_rest_client.TestRestClientHTTPMethods.test_put [0.001988s] ... ok
{2} tempest.tests.lib.test_rest_client.TestRestClientJSONSchemaFormatValidation.test_validate_format_fail [0.002273s] ... ok
{2} tempest.tests.lib.test_rest_client.TestRestClientJSONSchemaFormatValidation.test_validate_format_pass [0.002492s] ... ok
{1} tempest.tests.lib.cli.test_output_parser.TestOutputParser.test_tables_with_invalid_values [0.001019s] ... ok
{1} tempest.tests.lib.cli.test_output_parser.TestOutputParser.test_tables_with_normal_values [0.000753s] ... ok
{1} tempest.tests.lib.common.test_api_version_utils.TestVersionSkipLogic.test_cfg_version_min_greater_than_max [0.001142s] ... ok
{1} tempest.tests.lib.common.test_api_version_utils.TestVersionSkipLogic.test_version_above_cfg_max [0.000676s] ... ok
{1} tempest.tests.lib.common.test_api_version_utils.TestVersionSkipLogic.test_version_below_cfg_min [0.000702s] ... ok
{1} tempest.tests.lib.common.test_api_version_utils.TestVersionSkipLogic.test_version_cfg_in_range [0.000722s] ... ok
{1} tempest.tests.lib.common.test_api_version_utils.TestVersionSkipLogic.test_version_equal [0.001257s] ... ok
{1} tempest.tests.lib.common.test_api_version_utils.TestVersionSkipLogic.test_version_max_in_range [0.001430s] ... ok
{1} tempest.tests.lib.common.test_api_version_utils.TestVersionSkipLogic.test_version_min_greater_than_max [0.001196s] ... ok
{1} tempest.tests.lib.common.test_api_version_utils.TestVersionSkipLogic.test_version_min_in_range [0.000663s] ... ok
{1} tempest.tests.lib.services.compute.test_agents_client.TestAgentsClient.test_create_agent_with_bytes_body [0.003378s] ... ok
{1} tempest.tests.lib.services.compute.test_agents_client.TestAgentsClient.test_create_agent_with_str_body [0.003325s] ... ok
{1} tempest.tests.lib.services.compute.test_agents_client.TestAgentsClient.test_delete_agent [0.001360s] ... ok
{1} tempest.tests.lib.services.compute.test_agents_client.TestAgentsClient.test_list_agents_with_bytes_body [0.005058s] ... ok
main_id': 'fake_domain', 'domain_name': 'Fake_Domain', 'user_domain_name': 'Fake_Domain', 'tenant_name': 'name', 'tenant_id': 'id', 'user_id': 'id', 'domain_id': 'fake_domain', 'user_domain_id': 'fake_domain', 'project_id': 'id', 'project_domain_name': 'Fake_Domain', 'username': 'name'}, Ne{1} tempest.tests.lib.services.compute.test_agents_client.TestAgentsClient.test_list_agents_with_str_body [0.007761s] ... ok
{1} tempest.tests.lib.services.compute.test_agents_client.TestAgentsClient.test_update_agent_with_bytes_body [0.003290s] ... ok
{1} tempest.tests.lib.services.compute.test_agents_client.TestAgentsClient.test_update_agent_with_str_body [0.002996s] ... ok
{1} tempest.tests.lib.services.compute.test_availability_zone_client.TestAvailabilityZoneClient.test_list_availability_zones_with_bytes_body [0.002715s] ... ok
{1} tempest.tests.lib.services.compute.test_availability_zone_client.TestAvailabilityZoneClient.test_list_availability_zones_with_str_body [0.004447s] ... ok
{2} tempest.tests.lib.test_rest_client.TestRestClientJSONSchemaFormatValidation.test_validate_formats_in_anyOf_fail_no_match [0.046454s] ... ok
{2} tempest.tests.lib.test_rest_client.TestRestClientJSONSchemaFormatValidation.test_validate_formats_in_anyOf_pass [0.003342s] ... ok
{2} tempest.tests.lib.test_rest_client.TestRestClientJSONSchemaFormatValidation.test_validate_formats_in_anyOf_pass_both_match [0.003644s] ... ok
{2} tempest.tests.lib.test_rest_client.TestRestClientJSONSchemaFormatValidation.test_validate_formats_in_oneOf_fail_both_match [0.002792s] ... ok
twork: N{1} tempest.tests.lib.services.compute.test_fixedIPs_client.TestFixedIPsClient.test_reserve_fixed_ip_with_bytes_body [0.008734s] ... ok
{1} tempest.tests.lib.services.compute.test_fixedIPs_client.TestFixedIPsClient.test_reserve_fixed_ip_with_str_body [0.001568s] ... ok
on{1} tempest.tests.lib.services.compute.test_fixedIPs_client.TestFixedIPsClient.test_show_fixed_ip_with_bytes_body [0.003318s] ... ok
{1} tempest.tests.lib.services.compute.test_fixedIPs_client.TestFixedIPsClient.test_show_fixed_ip_with_str_body [0.002927s] ... ok
{1} tempest.tests.lib.services.compute.test_floating_ips_bulk_client.TestFloatingIPsBulkClient.test_create_floating_ips_bulk_with_bytes_body [0.002874s] ... ok
{2} tempest.tests.lib.test_rest_client.TestRestClientJSONSchemaFormatValidation.test_validate_formats_in_oneOf_fail_no_match [0.015504s] ... ok
{2} tempest.tests.lib.test_rest_client.TestRestClientJSONSchemaFormatValidation.test_validate_formats_in_oneOf_pass [0.003110s] ... ok
{1} tempest.tests.lib.services.compute.test_floating_ips_bulk_client.TestFloatingIPsBulkClient.test_create_floating_ips_bulk_with_str_body [0.004230s] ... ok
{1} tempest.tests.lib.services.compute.test_floating_ips_bulk_client.TestFloatingIPsBulkClient.test_delete_floating_ips_bulk_with_bytes_body [0.001983s] ... ok
{2} tempest.tests.lib.test_rest_client.TestRestClientJSONSchemaFormatValidation.test_validate_formats_pass_for_unknow_format [0.002222s] ... ok
e, Subnet: None, Router: None
2016-10-19 15:06:{1} tempest.tests.lib.services.compute.test_floating_ips_bulk_client.TestFloatingIPsBulkClient.test_delete_floating_ips_bulk_with_str_body [0.002170s] ... ok
5{2} tempest.tests.lib.test_rest_client.TestRestClientUtils.test__str__ [0.003182s] ... ok
3.862 9758 INFO te{2} tempest.tests.lib.test_rest_client.TestRestClientUtils.test_get_versions [0.002094s] ... ok
{1} tempest.tests.lib.services.compute.test_floating_ips_bulk_client.TestFloatingIPsBulkClient.test_list_floating_ips_bulk_with_bytes_body [0.004330s] ... ok
mpest.commo{1} tempest.tests.lib.services.compute.test_floating_ips_bulk_client.TestFloatingIPsBulkClient.test_list_floating_ips_bulk_with_str_body [0.004811s] ... ok
n.dynamic_creds [-] Cre{1} tempest.tests.lib.services.compute.test_floating_ips_client.TestFloatingIpsClient.test_associate_floating_ip_to_server [0.000930s] ... ok
ated isolated network resources for :
credentials: Credentials: {'project{1} tempest.tests.lib.services.compute.test_floating_ips_client.TestFloatingIpsClient.test_create_floating_ip_byte_body [0.002328s] ... ok
{2} tempest.tests.lib.test_rest_client.TestRestClientUtils.test_wait_for_deletion_with_unimplemented_deleted_method [0.006970s] ... ok
_name': 'name', 'project_domai{2} tempest.tests.lib.test_rest_client.TestRestClientUtils.test_wait_for_resource_deletion [0.001678s] ... ok
n{1} tempest.tests.lib.services.compute.test_floating_ips_client.TestFloatingIpsClient.test_create_floating_ip_str_body [0.003456s] ... ok
{1} tempest.tests.lib.services.compute.test_floating_ips_client.TestFloatingIpsClient.test_delete_floating_ip [0.001402s] ... ok
{2} tempest.tests.lib.test_rest_client.TestRestClientUtils.test_wait_for_resource_deletion_not_deleted [0.002741s] ... ok
_{2} tempest.tests.negative.test_negative_generators.TestNegativeValidGenerator.test_generate_valid [0.000831s] ... ok
{2} tempest.tests.negative.test_negative_generators.TestNegativeValidGenerator.test_generate_with_unknown_type [0.001084s] ... ok
{2} tempest.tests.negative.test_negative_generators.TestNegativeValidGenerator.test_generator_mandatory_functions [0.000967s] ... ok
{1} tempest.tests.lib.services.compute.test_floating_ips_client.TestFloatingIpsClient.test_disassociate_floating_ip_from_server [0.001449s] ... ok
{1} tempest.tests.lib.services.compute.test_floating_ips_client.TestFloatingIpsClient.test_is_resource_deleted_false [0.000759s] ... ok
{1} tempest.tests.lib.services.compute.test_floating_ips_client.TestFloatingIpsClient.test_is_resource_deleted_true [0.000877s] ... ok
{1} tempest.tests.lib.services.compute.test_floating_ips_client.TestFloatingIpsClient.test_list_floating_ips_byte_body [0.002678s] ... ok
id': 'fake_domain', 'domain_name': 'Fake_Domain', 'user_domain_{1} tempest.tests.lib.services.compute.test_floating_ips_client.TestFloatingIpsClient.test_list_floating_ips_str_body [0.002583s] ... ok
name': 'Fake_Domain', 'tenant_name': 'name', 'tenant_id': 'id', 'user_id': 'id', 'domain_id': 'fake_d{1} tempest.tests.lib.services.compute.test_floating_ips_client.TestFloatingIpsClient.test_show_floating_ip_byte_body [0.006585s] ... ok
{2} tempest.tests.test_base_test.TestBaseTestCase.test_get_tenant_network [0.016168s] ... ok
omain', 'us{2} tempest.tests.test_base_test.TestBaseTestCase.test_get_tenant_network_with_alt_creds [0.005368s] ... ok
er_domain_id': 'fake_domain', 'project_id': 'id', 'project_domain_name': 'Fake_Domain', 'username': 'name{1} tempest.tests.lib.services.compute.test_floating_ips_client.TestFloatingIpsClient.test_show_floating_ip_str_body [0.015782s] ... ok
'}, Network: {'name': 'name', 'id': 'id'}, Subnet: {'name': 'name', 'id': 'id'}, Rou{1} tempest.tests.lib.services.compute.test_hypervisor_client.TestHypervisorClient.test_list_hypervisor_byte_body [0.003037s] ... ok
{1} tempest.tests.lib.services.compute.test_hypervisor_client.TestHypervisorClient.test_list_hypervisor_str_body [0.008003s] ... ok
{2} tempest.tests.test_base_test.TestBaseTestCase.test_get_tenant_network_with_nova_net [0.013782s] ... ok
ter: {'name': 'name', 'id': 'id'}
2016-10-19 15:06:53.862 9758 INFO tempest.commo{1} tempest.tests.lib.services.compute.test_hypervisor_client.TestHypervisorClient.test_list_servers_on_hypervisor_byte_body [0.005414s] ... ok
{2} tempest.tests.test_base_test.TestBaseTestCase.test_get_tenant_network_with_role_creds [0.005753s] ... ok
n{1} tempest.tests.lib.services.compute.test_hypervisor_client.TestHypervisorClient.test_list_servers_on_hypervisor_str_body [0.004308s] ... ok
{2} tempest.tests.test_config.TestServiceClientConfig.test_service_client_config_no_service [0.007173s] ... ok
Captured stdout:
~~~~~~~~~~~~~~~~
Services registered
Captured stderr:
~~~~~~~~~~~~~~~~
/home/erlon-home/internal_git/openstack/tempest/.tox/py27/local/lib/python2.7/site-packages/oslo_config/cfg.py:2566: DeprecationWarning: The argument enforce_type is changing its default value to True and then will be removed completely, please fix the invalid String(choices=['public', 'admin', 'internal', 'publicURL', 'adminURL', 'internalURL']) value 'fake_v3_uri' for option 'v3_endpoint_type'. in version '4.0'
version=4.0
/home/erlon-home/internal_git/openstack/tempest/.tox/py27/local/lib/python2.7/site-packages/oslo_config/cfg.py:2566: DeprecationWarning: The argument enforce_type is changing its default value to True and then will be removed completely, please fix the invalid String(choices=['public', 'admin', 'internal', 'publicURL', 'adminURL', 'internalURL']) value 'fake_v2_public_uri' for option 'v2_public_endpoint_type'. in version '4.0'
version=4.0
/home/erlon-home/internal_git/openstack/tempest/.tox/py27/local/lib/python2.7/site-packages/oslo_config/cfg.py:2566: DeprecationWarning: The argument enforce_type is changing its default value to True and then will be removed completely, please fix the invalid String(choices=['public', 'admin', 'internal', 'publicURL', 'adminURL', 'internalURL']) value 'fake_v2_admin_uri' for option 'v2_admin_endpoint_type'. in version '4.0'
version=4.0
{2} tempest.tests.test_config.TestServiceClientConfig.test_service_client_config_service_all [0.005728s] ... ok
Captured stdout:
~~~~~~~~~~~~~~~~
Services registered
{1} tempest.tests.lib.services.compute.test_hypervisor_client.TestHypervisorClient.test_search_hypervisor_byte_body [0.008432s] ... ok
.dynamic_creds [-] Acquired dynamic creds:
credentials: Credentials: {'project_name': 'name', 'projec{2} tempest.tests.test_config.TestServiceClientConfig.test_service_client_config_service_minimal [0.004966s] ... ok
Captured stdout:
~~~~~~~~~~~~~~~~
Services registered
t_domain_id': 'fake_domain', 'domain_name': 'Fake_Domain', 'user_domain_name': 'Fake_Domain', {1} tempest.tests.lib.services.compute.test_hypervisor_client.TestHypervisorClient.test_search_hypervisor_str_body [0.003699s] ... ok
'{2} tempest.tests.test_config.TestServiceClientConfig.test_service_client_config_service_unknown [0.005350s] ... ok
Captured stdout:
~~~~~~~~~~~~~~~~
Services registered
{1} tempest.tests.lib.services.compute.test_hypervisor_client.TestHypervisorClient.test_show_hypervisor_byte_body [0.008493s] ... ok
{2} tempest.tests.test_decorators.TestAttrDecorator.test_attr_decorator_with_duplicated_type [0.004602s] ... ok
tenant_name': 'name', 'tenant_id': 'id', 'user_id': 'id', 'domain_id': 'fake_domain', 'user_domain_id': 'fake_domain', 'project_{2} tempest.tests.test_decorators.TestAttrDecorator.test_attr_decorator_with_list_type [0.004645s] ... ok
{2} tempest.tests.test_decorators.TestAttrDecorator.test_attr_decorator_with_unknown_type [0.004126s] ... ok
{1} tempest.tests.lib.services.compute.test_hypervisor_client.TestHypervisorClient.test_show_hypervisor_statistics_byte_body [0.009437s] ... ok
{1} tempest.tests.lib.services.compute.test_hypervisor_client.TestHypervisorClient.test_show_hypervisor_statistics_str_body [0.003252s] ... ok
{1} tempest.tests.lib.services.compute.test_hypervisor_client.TestHypervisorClient.test_show_hypervisor_str_body [0.005554s] ... ok
{1} tempest.tests.lib.services.compute.test_hypervisor_client.TestHypervisorClient.test_show_hypervisor_uptime_byte_body [0.002749s] ... ok
{2} tempest.tests.test_decorators.TestAttrDecorator.test_attr_without_type [0.008430s] ... ok
id': 'id', 'project_domain_name': 'Fake_Domain', 'username': 'name'}, N{2} tempest.tests.test_microversions.TestMicroversionsTestsClass.test_config_invalid_version [0.004974s] ... ok
{1} tempest.tests.lib.services.compute.test_hypervisor_client.TestHypervisorClient.test_show_hypervisor_uptime_str_body [0.004192s] ... ok
{1} tempest.tests.lib.services.compute.test_images_client.TestImagesClient.test_create_image_with_bytes_body [0.003158s] ... ok
etwork: None, Subnet: None, Router: No{2} tempest.tests.test_microversions.TestMicroversionsTestsClass.test_config_version_210_210 [0.009345s] ... ok
ne{1} tempest.tests.lib.services.compute.test_images_client.TestImagesClient.test_create_image_with_str_body [0.004503s] ... ok
201{1} tempest.tests.lib.services.compute.test_images_client.TestImagesClient.test_delete_image_metadata_item_with_bytes_body [0.001468s] ... ok
6-10-{1} tempest.tests.lib.services.compute.test_images_client.TestImagesClient.test_delete_image_metadata_item_with_str_body [0.002211s] ... ok
{2} tempest.tests.test_microversions.TestMicroversionsTestsClass.test_config_version_22_23 [0.008224s] ... ok
19 15:06:53.863 9758 INFO tempest.common.dy{1} tempest.tests.lib.services.compute.test_images_client.TestImagesClient.test_delete_image_with_bytes_body [0.005446s] ... ok
namic_creds [-] Created isolated network resources for{1} tempest.tests.lib.services.compute.test_images_client.TestImagesClient.test_delete_image_with_str_body [0.004814s] ... ok
:
credentials: Credentials: {'project_na{2} tempest.tests.test_microversions.TestMicroversionsTestsClass.test_config_version_22_latest [0.013223s] ... ok
me': 'name', 'project_domain_id': 'fake{1} tempest.tests.lib.services.compute.test_images_client.TestImagesClient.test_list_image_metadata_with_bytes_body [0.006739s] ... ok
_domain', 'domain_name': 'Fake_Domain', 'user_domain_name': 'Fake_Domain', 'tenant_name': 'name', 't{1} tempest.tests.lib.services.compute.test_images_client.TestImagesClient.test_list_image_metadata_with_str_body [0.003562s] ... ok
e{2} tempest.tests.test_microversions.TestMicroversionsTestsClass.test_config_version_invalid_test_version [0.011972s] ... ok
nant_id': 'id', 'user_id': 'id', 'domain_id': 'fake_domain', 'user_domain_id': 'fake_domain', 'project_id': 'id', 'project_domain_name'{1} tempest.tests.lib.services.compute.test_images_client.TestImagesClient.test_list_images_with_bytes_body [0.009895s] ... ok
:{2} tempest.tests.test_microversions.TestMicroversionsTestsClass.test_config_version_latest_latest [0.011761s] ... ok
'Fake_Domain', 'username': 'name'}, Network: {'name': 'name{1} tempest.tests.lib.services.compute.test_images_client.TestImagesClient.test_list_images_with_str_body [0.012336s] ... ok
'{2} tempest.tests.test_microversions.TestMicroversionsTestsClass.test_config_version_none_23 [0.010115s] ... ok
, 'id': 'id'}, Subnet: {'name': 'name', 'id': 'id'}, Router: {'name': 'name', 'id': 'id'}
2016-10-19 15:06:53.863 9758 INFO tempest.common.dynam{1} tempest.tests.lib.services.compute.test_images_client.TestImagesClient.test_resource_delete_with_bytes_body [0.002893s] ... ok
ic_creds [-] Acquired dynamic creds:
credentials: Cre{2} tempest.tests.test_microversions.TestMicroversionsTestsClass.test_config_version_none_latest [0.008457s] ... ok
{2} tempest.tests.test_microversions.TestMicroversionsTestsClass.test_config_version_none_none [0.004806s] ... ok
{1} tempest.tests.lib.services.compute.test_images_client.TestImagesClient.test_resource_delete_with_str_body [0.002351s] ... ok
dentials: {'project_name': 'name', 'project_domain_id': 'fake_domain', 'domain_nam{1} tempest.tests.lib.services.compute.test_images_client.TestImagesClient.test_set_image_metadata_item_with_bytes_body [0.002553s] ... ok
e': 'Fake_Domain', 'user_domain_name': 'Fake_Domain', 'tenant_name': 'name', 'tenant_id': 'id', 'user_id': 'id', 'domain_id': 'fake_domain', 'user_domain_id': 'fake_domain', 'project_id': 'id', 'pro{1} tempest.tests.lib.services.compute.test_images_client.TestImagesClient.test_set_image_metadata_item_with_str_body [0.010394s] ... ok
{1} tempest.tests.lib.services.compute.test_images_client.TestImagesClient.test_set_image_metadata_with_bytes_body [0.002870s] ... ok
{1} tempest.tests.lib.services.compute.test_images_client.TestImagesClient.test_set_image_metadata_with_str_body [0.004395s] ... ok
ject_domain_name': 'Fake_Domain', 'username': 'name'}, Network: None, Subnet: None, Router: None
2016-10-19 15:06:53.863 9758 INFO tempest.common.dynamic_creds [-] Created isolated network resou{1} tempest.tests.lib.services.compute.test_images_client.TestImagesClient.test_show_image_metadata_item_with_bytes_body [0.019217s] ... ok
rces for :
credentials: Credentials: {'project_name': 'name', 'project_domain_id': 'fake_domain', 'domain_name': 'Fake_Domain', 'user_domain_name': 'Fake_Domain', 'tenant_name': 'name', 'tenant_id': 'id', 'user_id': 'id', 'domain_id': 'fake_domain', 'user_domain_id': 'fake_domain', 'project_id': 'id', 'project_domain_name': 'Fake_Domain', 'username': 'name'}, Network: {'name': 'name', 'id': 'id'}, Subnet: {'name': 'name', 'id': 'id'}, Router: {'name': 'name', 'id': 'id'}
{0} tempest.tests.cmd.test_account_generator.TestGenerateResourcesV3.test_generate_resources_swift_heat_admin [0.038858s] ... ok
{0} tempest.tests.cmd.test_workspace.TestTempestWorkspace.test_run_workspace_list [0.989644s] ... ok
{0} tempest.tests.cmd.test_workspace.TestTempestWorkspace.test_run_workspace_move [0.827697s] ... ok
{1} tempest.tests.lib.services.compute.test_images_client.TestImagesClient.test_show_image_metadata_item_with_str_body [0.090959s] ... ok
{1} tempest.tests.lib.services.compute.test_images_client.TestImagesClient.test_show_image_with_bytes_body [0.007954s] ... ok
{1} tempest.tests.lib.services.compute.test_images_client.TestImagesClient.test_show_image_with_str_body [0.008389s] ... ok
{1} tempest.tests.lib.services.compute.test_images_client.TestImagesClient.test_update_image_metadata_with_bytes_body [0.013440s] ... ok
{1} tempest.tests.lib.services.compute.test_images_client.TestImagesClient.test_update_image_metadata_with_str_body [0.007786s] ... ok
{1} tempest.tests.lib.services.compute.test_keypairs_client.TestKeyPairsClient.test_create_keypair_with_bytes_body [0.004691s] ... ok
{1} tempest.tests.lib.services.compute.test_keypairs_client.TestKeyPairsClient.test_create_keypair_with_str_body [0.005429s] ... ok
{1} tempest.tests.lib.services.compute.test_keypairs_client.TestKeyPairsClient.test_delete_keypair [0.002027s] ... ok
{1} tempest.tests.lib.services.compute.test_keypairs_client.TestKeyPairsClient.test_list_keypairs_with_bytes_body [0.006354s] ... ok
{1} tempest.tests.lib.services.compute.test_keypairs_client.TestKeyPairsClient.test_list_keypairs_with_str_body [0.004584s] ... ok
{1} tempest.tests.lib.services.compute.test_keypairs_client.TestKeyPairsClient.test_show_keypair_with_bytes_body [0.014309s] ... ok
{1} tempest.tests.lib.services.compute.test_keypairs_client.TestKeyPairsClient.test_show_keypair_with_str_body [0.007205s] ... ok
{1} tempest.tests.lib.services.compute.test_networks_client.TestNetworksClient.test_list_networks_with_bytes_body [0.002291s] ... ok
{1} tempest.tests.lib.services.compute.test_networks_client.TestNetworksClient.test_list_networks_with_str_body [0.002289s] ... ok
{1} tempest.tests.lib.services.compute.test_networks_client.TestNetworksClient.test_show_network_with_bytes_body [0.002342s] ... ok
{1} tempest.tests.lib.services.compute.test_networks_client.TestNetworksClient.test_show_network_with_str_body [0.001722s] ... ok
{1} tempest.tests.lib.services.compute.test_quotas_client.TestQuotasClient.test_delete_quota_set [0.001392s] ... ok
{1} tempest.tests.lib.services.compute.test_quotas_client.TestQuotasClient.test_show_default_quota_set_with_bytes_body [0.003816s] ... ok
{1} tempest.tests.lib.services.compute.test_quotas_client.TestQuotasClient.test_show_default_quota_set_with_str_body [0.003686s] ... ok
{1} tempest.tests.lib.services.compute.test_quotas_client.TestQuotasClient.test_show_quota_set_for_user_with_bytes_body [0.004231s] ... ok
{1} tempest.tests.lib.services.compute.test_quotas_client.TestQuotasClient.test_show_quota_set_for_user_with_str_body [0.003449s] ... ok
{1} tempest.tests.lib.services.compute.test_quotas_client.TestQuotasClient.test_show_quota_set_with_bytes_body [0.005301s] ... ok
{1} tempest.tests.lib.services.compute.test_quotas_client.TestQuotasClient.test_show_quota_set_with_str_body [0.003587s] ... ok
{1} tempest.tests.lib.services.compute.test_quotas_client.TestQuotasClient.test_update_quota_set_for_user_with_bytes_body [0.003909s] ... ok
{1} tempest.tests.lib.services.compute.test_quotas_client.TestQuotasClient.test_update_quota_set_for_user_with_str_body [0.004622s] ... ok
{1} tempest.tests.lib.services.compute.test_quotas_client.TestQuotasClient.test_update_quota_set_with_bytes_body [0.004332s] ... ok
{1} tempest.tests.lib.services.compute.test_quotas_client.TestQuotasClient.test_update_quota_set_with_str_body [0.008491s] ... ok
{1} tempest.tests.lib.services.compute.test_security_group_rules_client.TestSecurityGroupRulesClient.test_create_security_group_rule_with_bytes_body [0.005952s] ... ok
{1} tempest.tests.lib.services.compute.test_security_group_rules_client.TestSecurityGroupRulesClient.test_create_security_group_rule_with_str_body [0.007725s] ... ok
{1} tempest.tests.lib.services.compute.test_security_group_rules_client.TestSecurityGroupRulesClient.test_delete_security_group_rule [0.001282s] ... ok
{1} tempest.tests.lib.services.identity.v3.test_endpoints_client.TestEndpointsClient.test_create_endpoint_with_bytes_body [0.003512s] ... ok
{1} tempest.tests.lib.services.identity.v3.test_endpoints_client.TestEndpointsClient.test_create_endpoint_with_str_body [0.003834s] ... ok
{1} tempest.tests.lib.services.identity.v3.test_endpoints_client.TestEndpointsClient.test_delete_endpoint [0.005647s] ... ok
{1} tempest.tests.lib.services.identity.v3.test_endpoints_client.TestEndpointsClient.test_list_endpoints_with_bytes_body [0.001491s] ... ok
{1} tempest.tests.lib.services.identity.v3.test_endpoints_client.TestEndpointsClient.test_list_endpoints_with_str_body [0.003772s] ... ok
{1} tempest.tests.lib.services.identity.v3.test_groups_client.TestGroupsClient.test_add_user_to_group [0.003923s] ... ok
{1} tempest.tests.lib.services.identity.v3.test_groups_client.TestGroupsClient.test_check_user_in_group [0.003242s] ... ok
{1} tempest.tests.lib.services.identity.v3.test_groups_client.TestGroupsClient.test_create_group_with_bytes_body [0.011310s] ... ok
{1} tempest.tests.lib.services.identity.v3.test_groups_client.TestGroupsClient.test_create_group_with_string_body [0.004672s] ... ok
{1} tempest.tests.lib.services.identity.v3.test_groups_client.TestGroupsClient.test_delete_group [0.001466s] ... ok
{1} tempest.tests.lib.services.identity.v3.test_groups_client.TestGroupsClient.test_list_groups_with_bytes_body [0.001873s] ... ok
{1} tempest.tests.lib.services.identity.v3.test_groups_client.TestGroupsClient.test_list_groups_with_string_body [0.001798s] ... ok
{1} tempest.tests.lib.services.identity.v3.test_groups_client.TestGroupsClient.test_list_users_in_group_with_bytes_body [0.001493s] ... ok
{1} tempest.tests.lib.services.identity.v3.test_groups_client.TestGroupsClient.test_list_users_in_group_with_string_body [0.002356s] ... ok
{1} tempest.tests.lib.services.identity.v3.test_groups_client.TestGroupsClient.test_show_group_with_bytes_body [0.003065s] ... ok
{1} tempest.tests.lib.services.identity.v3.test_groups_client.TestGroupsClient.test_show_group_with_string_body [0.001709s] ... ok
{1} tempest.tests.lib.services.identity.v3.test_groups_client.TestGroupsClient.test_update_group_with_bytes_body [0.002688s] ... ok
{1} tempest.tests.lib.services.identity.v3.test_groups_client.TestGroupsClient.test_update_group_with_string_body [0.001543s] ... ok
{1} tempest.tests.lib.services.identity.v3.test_policies_client.TestPoliciesClient.test_create_policy_with_bytes_body [0.001310s] ... ok
{1} tempest.tests.lib.services.identity.v3.test_policies_client.TestPoliciesClient.test_create_policy_with_str_body [0.001253s] ... ok
{1} tempest.tests.lib.services.identity.v3.test_policies_client.TestPoliciesClient.test_delete_policy [0.001384s] ... ok
{1} tempest.tests.lib.services.identity.v3.test_policies_client.TestPoliciesClient.test_list_policies_with_bytes_body [0.001323s] ... ok
{1} tempest.tests.lib.services.identity.v3.test_policies_client.TestPoliciesClient.test_list_policies_with_str_body [0.001301s] ... ok
{1} tempest.tests.lib.services.identity.v3.test_policies_client.TestPoliciesClient.test_show_policy_with_bytes_body [0.001464s] ... ok
{1} tempest.tests.lib.services.identity.v3.test_policies_client.TestPoliciesClient.test_show_policy_with_str_body [0.001286s] ... ok
{1} tempest.tests.lib.services.identity.v3.test_policies_client.TestPoliciesClient.test_update_policy_with_bytes_body [0.001220s] ... ok
{1} tempest.tests.lib.services.identity.v3.test_policies_client.TestPoliciesClient.test_update_policy_with_str_body [0.001910s] ... ok
{1} tempest.tests.lib.services.identity.v3.test_roles_client.TestRolesClient.test_check_role_from_group_on_domain_existence [0.001228s] ... ok
{1} tempest.tests.lib.services.identity.v3.test_roles_client.TestRolesClient.test_check_role_from_group_on_project_existence [0.001056s] ... ok
{1} tempest.tests.lib.services.identity.v3.test_roles_client.TestRolesClient.test_check_user_role_existence_on_domain [0.001270s] ... ok
{1} tempest.tests.lib.services.identity.v3.test_roles_client.TestRolesClient.test_check_user_role_existence_on_project [0.001112s] ... ok
{1} tempest.tests.lib.services.identity.v3.test_roles_client.TestRolesClient.test_create_group_role_on_domain_with_bytes_body [0.001135s] ... ok
{1} tempest.tests.lib.services.identity.v3.test_roles_client.TestRolesClient.test_create_group_role_on_domain_with_str_body [0.001184s] ... ok
{1} tempest.tests.lib.services.identity.v3.test_roles_client.TestRolesClient.test_create_role_with_bytes_body [0.001352s] ... ok
{1} tempest.tests.lib.services.identity.v3.test_roles_client.TestRolesClient.test_create_role_with_str_body [0.001298s] ... ok
{1} tempest.tests.lib.services.identity.v3.test_roles_client.TestRolesClient.test_create_user_role_on_domain_with_bytes_body [0.004411s] ... ok
{1} tempest.tests.lib.services.identity.v3.test_roles_client.TestRolesClient.test_create_user_role_on_domain_with_str_body [0.001146s] ... ok
{1} tempest.tests.lib.services.identity.v3.test_roles_client.TestRolesClient.test_create_user_role_on_project_with_bytes_body [0.000785s] ... ok
{1} tempest.tests.lib.services.identity.v3.test_roles_client.TestRolesClient.test_create_user_role_on_project_with_str_body [0.000967s] ... ok
{1} tempest.tests.lib.services.identity.v3.test_roles_client.TestRolesClient.test_delete_role [0.001253s] ... ok
{1} tempest.tests.lib.services.identity.v3.test_roles_client.TestRolesClient.test_delete_role_from_group_on_domain [0.001502s] ... ok
{1} tempest.tests.lib.services.identity.v3.test_roles_client.TestRolesClient.test_delete_role_from_group_on_project [0.001402s] ... ok
{1} tempest.tests.lib.services.identity.v3.test_roles_client.TestRolesClient.test_delete_role_from_user_on_domain [0.001169s] ... ok
{1} tempest.tests.lib.services.identity.v3.test_roles_client.TestRolesClient.test_delete_role_from_user_on_project [0.001173s] ... ok
{1} tempest.tests.lib.services.identity.v3.test_roles_client.TestRolesClient.test_list_group_roles_on_domain_with_bytes_body [0.001449s] ... ok
{1} tempest.tests.lib.services.identity.v3.test_roles_client.TestRolesClient.test_list_group_roles_on_domain_with_str_body [0.001272s] ... ok
{1} tempest.tests.lib.services.identity.v3.test_roles_client.TestRolesClient.test_list_roles_with_bytes_body [0.001219s] ... ok
{1} tempest.tests.lib.services.identity.v3.test_roles_client.TestRolesClient.test_list_roles_with_str_body [0.001459s] ... ok
{1} tempest.tests.lib.services.identity.v3.test_roles_client.TestRolesClient.test_list_user_roles_on_domain_with_bytes_body [0.001286s] ... ok
{1} tempest.tests.lib.services.identity.v3.test_roles_client.TestRolesClient.test_list_user_roles_on_domain_with_str_body [0.001297s] ... ok
{1} tempest.tests.lib.services.identity.v3.test_roles_client.TestRolesClient.test_list_user_roles_on_project_with_bytes_body [0.001689s] ... ok
{1} tempest.tests.lib.services.identity.v3.test_roles_client.TestRolesClient.test_list_user_roles_on_project_with_str_body [0.001249s] ... ok
{1} tempest.tests.lib.services.identity.v3.test_roles_client.TestRolesClient.test_show_role_with_bytes_body [0.001198s] ... ok
{1} tempest.tests.lib.services.identity.v3.test_roles_client.TestRolesClient.test_show_role_with_str_body [0.001404s] ... ok
{1} tempest.tests.lib.services.identity.v3.test_roles_client.TestRolesClient.test_update_role_with_bytes_body [0.001237s] ... ok
{1} tempest.tests.lib.services.identity.v3.test_roles_client.TestRolesClient.test_update_role_with_str_body [0.001238s] ... ok
{1} tempest.tests.lib.services.identity.v3.test_services_client.TestServicesClient.test_create_service_with_bytes_body [0.001463s] ... ok
{1} tempest.tests.lib.services.identity.v3.test_services_client.TestServicesClient.test_create_service_with_str_body [0.001276s] ... ok
{1} tempest.tests.lib.services.identity.v3.test_services_client.TestServicesClient.test_delete_service [0.001294s] ... ok
{1} tempest.tests.lib.services.identity.v3.test_services_client.TestServicesClient.test_list_services_with_bytes_body [0.001363s] ... ok
{1} tempest.tests.lib.services.identity.v3.test_services_client.TestServicesClient.test_list_services_with_str_body [0.001224s] ... ok
{1} tempest.tests.lib.services.identity.v3.test_services_client.TestServicesClient.test_show_service_with_bytes_body [0.001162s] ... ok
{1} tempest.tests.lib.services.identity.v3.test_services_client.TestServicesClient.test_show_service_with_str_body [0.001592s] ... ok
{1} tempest.tests.lib.services.identity.v3.test_services_client.TestServicesClient.test_update_service_with_bytes_body [0.001304s] ... ok
{1} tempest.tests.lib.services.identity.v3.test_services_client.TestServicesClient.test_update_service_with_str_body [0.001260s] ... ok
{1} tempest.tests.lib.services.image.v2.test_namespaces_client.TestNamespacesClient.test_create_namespace_with_bytes_body [0.001414s] ... ok
{1} tempest.tests.lib.services.image.v2.test_namespaces_client.TestNamespacesClient.test_create_namespace_with_str_body [0.003117s] ... ok
{1} tempest.tests.lib.services.image.v2.test_namespaces_client.TestNamespacesClient.test_delete_namespace [0.000854s] ... ok
{1} tempest.tests.lib.services.image.v2.test_namespaces_client.TestNamespacesClient.test_show_namespace_with_bytes_body [0.000853s] ... ok
{1} tempest.tests.lib.services.image.v2.test_namespaces_client.TestNamespacesClient.test_show_namespace_with_str_body [0.001066s] ... ok
{1} tempest.tests.lib.services.image.v2.test_namespaces_client.TestNamespacesClient.test_update_namespace_with_bytes_body [0.000825s] ... ok
{1} tempest.tests.lib.services.image.v2.test_namespaces_client.TestNamespacesClient.test_update_namespace_with_str_body [0.000763s] ... ok
{1} tempest.tests.lib.services.network.test_versions_client.TestNetworkVersionsClient.test_list_versions_client_with_bytes_body [0.003243s] ... ok
{1} tempest.tests.lib.services.network.test_versions_client.TestNetworkVersionsClient.test_list_versions_client_with_str_body [0.001962s] ... ok
{1} tempest.tests.lib.test_auth.TestKeystoneV3AuthProvider_DomainScope.test_get_auth_with_domain_scope [0.001978s] ... ok
{1} tempest.tests.lib.test_base.TestSetUpClass.test_setup_class_raises_runtime_error [0.000101s] ... ok
{1} tempest.tests.lib.test_decorators.TestIdempotentIdDecorator.test_idempotent_id_not_str [0.000898s] ... ok
{1} tempest.tests.lib.test_decorators.TestIdempotentIdDecorator.test_idempotent_id_not_valid_uuid [0.000735s] ... ok
{1} tempest.tests.lib.test_decorators.TestIdempotentIdDecorator.test_positive [0.000839s] ... ok
{1} tempest.tests.lib.test_decorators.TestIdempotentIdDecorator.test_positive_without_doc [0.000764s] ... ok
{1} tempest.tests.lib.test_rest_client.TestRestClientHeadersJSON.test_copy [0.002326s] ... ok
{1} tempest.tests.lib.test_rest_client.TestRestClientHeadersJSON.test_delete [0.002101s] ... ok
{1} tempest.tests.lib.test_rest_client.TestRestClientHeadersJSON.test_get [0.002119s] ... ok
{1} tempest.tests.lib.test_rest_client.TestRestClientHeadersJSON.test_head [0.002723s] ... ok
{1} tempest.tests.lib.test_rest_client.TestRestClientHeadersJSON.test_patch [0.002168s] ... ok
{1} tempest.tests.lib.test_rest_client.TestRestClientHeadersJSON.test_post [0.002143s] ... ok
{1} tempest.tests.lib.test_rest_client.TestRestClientHeadersJSON.test_put [0.002237s] ... ok
{1} tempest.tests.lib.test_rest_client.TestRestClientJSONHeaderSchemaValidation.test_validate_header_schema_fail [0.002123s] ... ok
{1} tempest.tests.lib.test_rest_client.TestRestClientJSONHeaderSchemaValidation.test_validate_header_schema_pass [0.002961s] ... ok
{1} tempest.tests.lib.test_rest_client.TestRestClientJSONSchemaValidatorVersion.test_current_json_schema_validator_version [0.001457s] ... ok
{1} tempest.tests.lib.test_tempest_lib.TestTempest_lib.test_something [0.000665s] ... ok
{1} tempest.tests.negative.test_negative_generators.TestNegativeBasicGenerator.test_validate_schema_with_invalid_input [0.003699s] ... ok
{1} tempest.tests.negative.test_negative_generators.TestNegativeBasicGenerator.test_validate_schema_with_minimal_input [0.004604s] ... ok
{1} tempest.tests.negative.test_negative_generators.TestNegativeBasicGenerator.test_validate_schema_with_valid_input [0.004238s] ... ok
{1} tempest.tests.negative.test_negative_generators.TestNegativeNegativeGenerator.test_generate_obj [0.001413s] ... ok
{1} tempest.tests.negative.test_negative_generators.TestNegativeNegativeGenerator.test_generate_with_unknown_type [0.000845s] ... ok
{1} tempest.tests.negative.test_negative_generators.TestNegativeNegativeGenerator.test_generator_mandatory_functions [0.000721s] ... ok
{1} tempest.tests.services.object_storage.test_object_client.TestObjectClient.test_create_continue_with_no_continue_received [0.007642s] ... ok
{1} tempest.tests.services.object_storage.test_object_client.TestObjectClient.test_create_object_continue_no_data [0.006389s] ... ok
{1} tempest.tests.services.object_storage.test_object_client.TestObjectClient.test_create_object_continue_with_data [0.004813s] ... ok
{1} tempest.tests.test_hacking.HackingTestCase.test_dont_import_local_tempest_code_into_lib [0.000823s] ... ok
{1} tempest.tests.test_hacking.HackingTestCase.test_dont_use_config_in_tempest_lib [0.000683s] ... ok
{1} tempest.tests.test_hacking.HackingTestCase.test_import_no_clients_in_api_and_scenario_tests [0.000645s] ... ok
{1} tempest.tests.test_hacking.HackingTestCase.test_no_hyphen_at_end_of_rand_name [0.000618s] ... ok
{1} tempest.tests.test_hacking.HackingTestCase.test_no_mutable_default_args [0.000706s] ... ok
{1} tempest.tests.test_hacking.HackingTestCase.test_no_setup_teardown_class_for_tests [0.000991s] ... ok
{1} tempest.tests.test_hacking.HackingTestCase.test_no_testtools_skip_decorator [0.000611s] ... ok
{1} tempest.tests.test_hacking.HackingTestCase.test_no_vi_headers [0.000603s] ... ok
{1} tempest.tests.test_hacking.HackingTestCase.test_scenario_tests_need_service_tags [0.000588s] ... ok
{1} tempest.tests.test_hacking.HackingTestCase.test_service_tags_not_in_module_path [0.000611s] ... ok
{0} tempest.tests.cmd.test_workspace.TestTempestWorkspace.test_run_workspace_register [0.743347s] ... ok
{3} tempest.tests.cmd.test_run.TestRunReturnCode.test_tempest_run_fails [2.053891s] ... ok
Initialized empty Git repository in /tmp/tmpOQ8MnI/tempest-uniteR0qoN/.git/
{0} tempest.tests.cmd.test_workspace.TestTempestWorkspace.test_run_workspace_remove [1.056349s] ... ok
{0} tempest.tests.cmd.test_workspace.TestTempestWorkspace.test_run_workspace_rename [0.731980s] ... ok
2016-10-19 15:06:58.227 9758 INFO tempest.common.dynamic_creds [-] Acquired dynamic creds:
credentials: Credentials: {'project_name': 'fake_admin_tenant', 'tenant_id': '1234', 'user_id': '1234', 'tenant_name': 'fake_admin_tenant', 'project_id': '1234', 'username': 'fake_admin_user'}, Network: None, Subnet: None, Router: None
{0} tempest.tests.common.test_dynamic_creds.TestDynamicCredentialProvider.test_admin_creds [0.011267s] ... ok
2016-10-19 15:06:58.249 9758 INFO tempest.common.dynamic_creds [-] Acquired dynamic creds:
credentials: Credentials: {'project_name': 'fake_prim_tenant', 'tenant_id': '1234', 'user_id': '1234', 'tenant_name': 'fake_prim_tenant', 'project_id': '1234', 'username': 'fake_prim_user'}, Network: None, Subnet: None, Router: None
2016-10-19 15:06:58.250 9758 INFO tempest.common.dynamic_creds [-] Acquired dynamic creds:
credentials: Credentials: {'project_name': 'fake_alt_tenant', 'tenant_id': '12345', 'user_id': '12345', 'tenant_name': 'fake_alt_tenant', 'project_id': '12345', 'username': 'fake_alt_user'}, Network: None, Subnet: None, Router: None
2016-10-19 15:06:58.252 9758 INFO tempest.common.dynamic_creds [-] Acquired dynamic creds:
credentials: Credentials: {'project_name': 'fake_admin_tenant', 'tenant_id': '123456', 'user_id': '123456', 'tenant_name': 'fake_admin_tenant', 'project_id': '123456', 'username': 'fake_admin_user'}, Network: None, Subnet: None, Router: None
{0} tempest.tests.common.test_dynamic_creds.TestDynamicCredentialProvider.test_all_cred_cleanup [0.025256s] ... ok
2016-10-19 15:06:58.267 9758 INFO tempest.common.dynamic_creds [-] Acquired dynamic creds:
credentials: Credentials: {'project_name': 'fake_alt_tenant', 'tenant_id': '1234', 'user_id': '1234', 'tenant_name': 'fake_alt_tenant', 'project_id': '1234', 'username': 'fake_alt_user'}, Network: None, Subnet: None, Router: None
{0} tempest.tests.common.test_dynamic_creds.TestDynamicCredentialProvider.test_alt_creds [0.014242s] ... ok
2016-10-19 15:06:58.297 9758 INFO tempest.common.dynamic_creds [-] Acquired dynamic creds:
credentials: Credentials: {'project_{3} tempest.tests.cmd.test_run.TestRunReturnCode.test_tempest_run_passes [1.616566s] ... ok
name': 'fake_prim_tenant', 'tenant_id': '1234', 'user_id': '1234', 'tenant_name': 'fake_prim_tenant', 'project_id': '1234', 'username'I: 'fake_prim_user'}, Network: None, Subnet: None, Router: None
{0} tempest.tests.common.test_dynamic_creds.TestDynamicCredentialProvider.test_dhcp_without_subnet [0.030517s] ... ok
2016-10-19 15:06:58.325 9758 INFO tempest.common.dynamic_creds [-] Acquired dynamic creds:
credentials: Credentials: {'project_nanitialized empty Git repository in /tmp/tmpaZvkff/tempest-unitTtSVP2/.git/
me': 'fake_admin_tenant', 'tenant_id': '1234', 'user_id': '1234', 'tenant_name': 'fake_admin_tenant', 'project_id': '1234', 'username': 'fake_admin_user'}, Network: None, Subnet: None, Router: None
2016-10-19 15:06:58.325 9758 INFO tempest.common.dynamic_creds [-] Created isolated network resources for :
credentials: Credentials: {'project_name': 'fake_admin_tenant', 'tenant_id': '1234', 'user_id': '1234', 'tenant_name': 'fake_admin_tenant', 'project_id': '1234', 'username': 'fake_admin_user'}, Network: {'name': 'fake_admin_net', 'id': '1234'}, Subnet: {'name': 'fake_admin_subnet', 'id': '1234'}, Router: {'name': 'fake_admin_router', 'id': '1234'}
{0} tempest.tests.common.test_dynamic_creds.TestDynamicCredentialProvider.test_network_admin_creation [0.026023s] ... ok
2016-10-19 15:06:58.346 9758 INFO tempest.common.dynamic_creds [-] Acquired dynamic creds:
credentials: Credentials: {'project_name': 'fake_alt_tenant', 'tenant_id': '1234', 'user_id': '1234', 'tenant_name': 'fake_alt_tenant', 'project_id': '1234', 'username': 'fake_alt_user'}, Network: None, Subnet: None, Router: None
2016-10-19 15:06:58.347 9758 INFO tempest.common.dynamic_creds [-] Created isolated network resources for :
credentials: Credentials: {'project_name': 'fake_alt_tenant', 'tenant_id': '1234', 'user_id': '1234', 'tenant_name': 'fake_alt_tenant', 'project_id': '1234', 'username': 'fake_alt_user'}, Network: {'name': 'fake_alt_net', 'id': '1234'}, Subnet: {'name': 'fake_alt_subnet', 'id': '1234'}, Router: {'name': 'fake_alt_router', 'id': '1234'}
{0} tempest.tests.common.test_dynamic_creds.TestDynamicCredentialProvider.test_network_alt_creation [0.021163s] ... ok
2016-10-19 15:06:58.358 9758 INFO tempest.common.dynamic_creds [-] Acquired dynamic creds:
credentials: Credentials: {'project_name': 'fake_prim_tenant', 'tenant_id': '1234', 'user_id': '1234', 'tenant_name': 'fake_prim_tenant', 'project_id': '1234', 'username': 'fake_prim_user'}, Network: None, Subnet: None, Router: None
2016-10-19 15:06:58.359 9758 INFO tempest.common.dynamic_creds [-] Created isolated network resources for :
credentials: Credentials: {'project_name': 'fake_prim_tenant', 'tenant_id': '1234', 'user_id': '1234', 'tenant_name': 'fake_prim_tenant', 'project_id': '1234', 'username': 'fake_prim_user'}, Network: {'name': 'fake_net', 'id': '1234'}, Subnet: {'name': 'fake_subnet', 'id': '1234'}, Router: {'name': 'fake_router', 'id': '1234'}
2016-10-19 15:06:58.361 9758 INFO tempest.common.dynamic_creds [-] Acquired dynamic creds:
credentials: Credentials: {'project_name': 'fake_alt_tenant', 'tenant_id': '12345', 'user_id': '12345', 'tenant_name': 'fake_alt_tenant', 'project_id': '12345', 'username': 'fake_alt_user'}, Network: None, Subnet: None, Router: None
2016-10-19 15:06:58.361 9758 INFO tempest.common.dynamic_creds [-] Created isolated network resources for :
credentials: Credentials: {'project_name': 'fake_alt_tenant', 'tenant_id': '12345', 'user_id': '12345', 'tenant_name': 'fake_alt_tenant', 'project_id': '12345', 'username': 'fake_alt_user'}, Network: {'name': 'fake_alt_net', 'id': '12345'}, Subnet: {'name': 'fake_alt_subnet', 'id': '12345'}, Router: {'name': 'fake_alt_router', 'id': '12345'}
2016-10-19 15:06:58.363 9758 INFO tempest.common.dynamic_creds [-] Acquired dynamic creds:
credentials: Credentials: {'project_name': 'fake_admin_tenant', 'tenant_id': '123456', 'user_id': '123456', 'tenant_name': 'fake_admin_tenant', 'project_id': '123456', 'username': 'fake_admin_user'}, Network: None, Subnet: None, Router: None
2016-10-19 15:06:58.364 9758 INFO tempest.common.dynamic_creds [-] Created isolated network resources for :
credentials: Credentials: {'project_name': 'fake_admin_tenant', 'tenant_id': '123456', 'user_id': '123456', 'tenant_name': 'fake_admin_tenant', 'project_id': '123456', 'username': 'fake_admin_user'}, Network: {'name': 'fake_admin_net', 'id': '123456'}, Subnet: {'name': 'fake_admin_subnet', 'id': '123456'}, Router: {'name': 'fake_admin_router', 'id': '123456'}
{0} tempest.tests.common.test_dynamic_creds.TestDynamicCredentialProvider.test_network_cleanup [0.065484s] ... ok
2016-10-19 15:06:58.424 9758 INFO tempest.common.dynamic_creds [-] Acquired dynamic creds:
credentials: Credentials: {'project_name': 'fake_prim_tenant', 'tenant_id': '1234', 'user_id': '1234', 'tenant_name': 'fake_prim_tenant', 'project_id': '1234', 'username': 'fake_prim_user'}, Network: None, Subnet: None, Router: None
2016-10-19 15:06:58.425 9758 INFO tempest.common.dynamic_creds [-] Created isolated network resources for :
credentials: Credentials: {'project_name': 'fake_prim_tenant', 'tenant_id': '1234', 'user_id': '1234', 'tenant_name': 'fake_prim_tenant', 'project_id': '1234', 'username': 'fake_prim_user'}, Network: {'name': 'fake_net', 'id': '1234'}, Subnet: {'name': 'fake_subnet', 'id': '1234'}, Router: {'name': 'fake_router', 'id': '1234'}
{0} tempest.tests.common.test_dynamic_creds.TestDynamicCredentialProvider.test_network_creation [0.011100s] ... ok
2016-10-19 15:06:58.439 9758 INFO tempest.common.dynamic_creds [-] Acquired dynamic creds:
credentials: Credentials: {'project_name': 'fake_prim_tenant', 'tenant_id': '1234', 'user_id': '1234', 'tenant_name': 'fake_prim_tenant', 'project_id': '1234', 'username': 'fake_prim_user'}, Network: None, Subnet: None, Router: None
{0} tempest.tests.common.test_dynamic_creds.TestDynamicCredentialProvider.test_no_network_creation_with_config_set [0.016075s] ... ok
2016-10-19 15:06:58.464 9758 INFO tempest.common.dynamic_creds [-] Acquired dynamic creds:
credentials: Credentials: {'project_name': 'fake_prim_tenant', 'tenant_id': '1234', 'user_id': '1234', 'tenant_name': 'fake_prim_tenant', 'project_id': '1234', 'username': 'fake_prim_user'}, Network: None, Subnet: None, Router: None
2016-10-19 15:06:58.464 9758 INFO tempest.common.dynamic_creds [-] Created isolated network resources for :
credentials: Credentials: {'project_name': 'fake_prim_tenant', 'tenant_id': '1234', 'user_id': '1234', 'tenant_name': 'fake_prim_tenant', 'project_id': '1234', 'username': 'fake_prim_user'}, Network: None, Subnet: None, Router: None
{0} tempest.tests.common.test_dynamic_creds.TestDynamicCredentialProvider.test_no_network_resources [0.022536s] ... ok
2016-10-19 15:06:58.484 9758 INFO tempest.common.dynamic_creds [-] Acquired dynamic creds:
credentials: Credentials: {'project_name': 'fake_prim_tenant', 'tenant_id': '1234', 'user_id': '1234', 'tenant_name': 'fake_prim_tenant', 'project_id': '1234', 'username': 'fake_prim_user'}, Network: None, Subnet: None, Router: None
{0} tempest.tests.common.test_dynamic_creds.TestDynamicCredentialProvider.test_primary_creds [0.019427s] ... ok
2016-10-19 15:06:58.503 9758 INFO tempest.common.dynamic_creds [-] Acquired dynamic creds:
credentials: Credentials: {'project_name': 'fake_role_tenant', 'tenant_id': '1234', 'user_id': '1234', 'tenant_name': 'fake_role_tenant', 'project_id': '1234', 'username': 'fake_role_user'}, Network: None, Subnet: None, Router: None
{0} tempest.tests.common.test_dynamic_creds.TestDynamicCredentialProvider.test_role_creds [0.018784s] ... ok
2016-10-19 15:06:58.518 9758 INFO tempest.common.dynamic_creds [-] Acquired dynamic creds:
credentials: Credentials: {'project_name': 'fake_prim_tenant', 'tenant_id': '1234', 'user_id': '1234', 'tenant_name': 'fake_prim_tenant', 'project_id': '1234', 'username': 'fake_prim_user'}, Network: None, Subnet: None, Router: None
{0} tempest.tests.common.test_dynamic_creds.TestDynamicCredentialProvider.test_router_without_network [0.014844s] ... ok
2016-10-19 15:06:58.541 9758 INFO tempest.common.dynamic_creds [-] Acquired dynamic creds:
credentials: Credentials: {'project_name': 'fake_prim_tenant', 'tenant_id': '1234', 'user_id': '1234', 'tenant_name': 'fake_prim_tenant', 'project_id': '1234', 'username': 'fake_prim_user'}, Network: None, Subnet: None, Router: None
{0} tempest.tests.common.test_dynamic_creds.TestDynamicCredentialProvider.test_subnet_without_network [0.022300s] ... ok
{0} tempest.tests.common.test_dynamic_creds.TestDynamicCredentialProvider.test_tempest_client [0.017153s] ... ok
2016-10-19 15:06:58.566 9758 INFO tempest.common.preprov_creds [-] test class allocated creds:
{'tenant_name': 'test_tenant9', 'username': 'test_user9'}
{0} tempest.tests.common.test_preprov_creds.TestPreProvisionedCredentials.test__get_creds_by_roles_list_role [0.014227s] ... ok
2016-10-19 15:06:58.580 9758 INFO tempest.common.preprov_creds [-] test class allocated creds:
{'tenant_name': 'test_tenant9', 'username': 'test_user9'}
{0} tempest.tests.common.test_preprov_creds.TestPreProvisionedCredentials.test__get_creds_by_roles_no_admin [0.013580s] ... ok
2016-10-19 15:06:58.594 9758 INFO tempest.common.preprov_creds [-] test class allocated creds:
{'project_name': 'test_tenant8', 'username': 'test_user8'}
{0} tempest.tests.common.test_preprov_creds.TestPreProvisionedCredentials.test__get_creds_by_roles_one_role [0.016808s] ... ok
{0} tempest.tests.common.test_preprov_creds.TestPreProvisionedCredentials.test_create_hash_file_no_previous_file [0.008646s] ... ok
{0} tempest.tests.common.test_preprov_creds.TestPreProvisionedCredentials.test_create_hash_file_previous_file [0.008424s] ... ok
2016-10-19 15:06:58.630 9758 INFO tempest.common.preprov_creds [-] test class allocated creds:
{'project_name': 'test_tenant12', 'username': 'test_admin2'}
{0} tempest.tests.common.test_preprov_creds.TestPreProvisionedCredentials.test_get_admin_creds [0.015497s] ... ok
2016-10-19 15:06:58.649 9758 INFO tempest.common.preprov_creds [-] test c{1} tempest.tests.test_list_tests.TestTestList.test_testr_list_tests_no_errors [2.738406s] ... ok
lass all{1} tempest.tests.test_tempest_plugin.TestPluginDiscovery.test__get_service_clients_with_two_plugins [0.004250s] ... ok
ocated creds:
{'tenant_name':{1} tempest.tests.test_tempest_plugin.TestPluginDiscovery.test__register_service_clients_one_plugin_no_service_clients [0.001069s] ... ok
'test_tenant11', 'username{1} tempest.tests.test_tempest_plugin.TestPluginDiscovery.test__register_service_clients_with_one_plugin [0.001296s] ... ok
{1} tempest.tests.test_tempest_plugin.TestPluginDiscovery.test_load_tests_with_one_plugin [0.000680s] ... ok
': 'test_admin1'}
{0} tempest.tests.common.test_preprov_creds.TestPreProvisionedCredentials.test_get_admin_creds_by_role [0.017651s] ... ok
201{1} tempest.tests.test_tempest_plugin.TestPluginDiscovery.test_load_tests_with_two_plugins [0.028977s] ... ok
6-10-19 15:06:58.664 9758 INFO tempest.common.preprov_creds [-] test class allocated creds:
{'tenant_name': 'test_tenant11', 'username': 'test_admin1'}
{0} tempest.tests.common.test_preprov_creds.TestPreProvisionedCredentials.test_get_admin_creds_by_type [0.015102s] ... ok
{0} tempest.tests.common.test_preprov_creds.TestPreProvisionedCredentials.test_get_admin_creds_none_available [0.006050s] ... ok
2016-10-19 15:06:58.685 9758 INFO tempest.common.preprov_creds [-] test class allocated creds:
{'tenant_name': 'test_tenant9', 'username': 'test_user9'}
{0} tempest.tests.common.test_preprov_creds.TestPreProvisionedCredentials.test_get_alt_creds [0.015500s] ... ok
{0} tempest.tests.common.test_preprov_creds.TestPreProvisionedCredentials.test_get_alt_creds_none_available [0.007732s] ... ok
{0} tempest.tests.common.test_preprov_creds.TestPreProvisionedCredentials.test_get_free_hash_no_free_accounts [0.012525s] ... ok
{0} tempest.tests.common.test_preprov_creds.TestPreProvisionedCredentials.test_get_free_hash_no_previous_accounts [0.011389s] ... ok
{0} tempest.tests.common.test_preprov_creds.TestPreProvisionedCredentials.test_get_free_hash_some_in_use_accounts [0.016211s] ... ok
2016-10-19 15:06:58.753 9758 INFO tempest.lib.common.rest_client [-] Request (TestPreProvisionedCredentials:test_get_hash): 200 POST http://fake_uri.com/auth/tokens
2016-10-19 15:06:58.754 9758 INFO tempest.lib.common.rest_client [-] Request (TestPreProvisionedCredentials:test_get_hash): 200 POST http://fake_uri.com/auth/tokens
2016-10-19 15:06:58.755 9758 INFO tempest.lib.common.rest_client [-] Request (TestPreProvisionedCredentials:test_get_hash): 200 POST http://fake_uri.com/auth/tokens
2016-10-19 15:06:58.756 9758 INFO tempest.lib.common.rest_client [-] Request (TestPreProvisionedCredentials:test_get_hash): 200 POST http://fake_uri.com/auth/tokens
2016-10-19 15:06:58.757 9758 INFO tempest.lib.common.rest_client [-] Request (TestPreProvisionedCredentials:test_get_hash): 200 POST http://fake_uri.com/auth/tokens
2016-10-19 15:06:58.758 9758 INFO tempest.lib.common.rest_client [-] Request (TestPreProvisionedCredentials:test_get_hash): 200 POST http://fake_uri.com/auth/tokens
2016-10-19 15:06:58.759 9758 INFO tempest.lib.common.rest_client [-] Request (TestPreProvisionedCredentials:test_get_hash): 200 POST http://fake_uri.com/auth/tokens
2016-10-19 15:06:58.761 9758 INFO tempest.lib.common.rest_client [-] Request (TestPreProvisionedCredentials:test_get_hash): 200 POST http://fake_uri.com/auth/tokens
2016-10-19 15:06:58.762 9758 INFO tempest.lib.common.rest_client [-] Request (TestPreProvisionedCredentials:test_get_hash): 200 POST http://fake_uri.com/auth/tokens
2016-10-19 15:06:58.763 9758 INFO tempest.lib.common.rest_client [-] Request (TestPreProvisionedCredentials:test_get_hash): 200 POST http://fake_uri.com/auth/tokens
2016-10-19 15:06:58.764 9758 INFO tempest.lib.common.rest_client [-] Request (TestPreProvisionedCredentials:test_get_hash): 200 POST http://fake_uri.com/auth/tokens
2016-10-19 15:06:58.765 9758 INFO tempest.lib.common.rest_client [-] Request (TestPreProvisionedCredentials:test_get_hash): 200 POST http://fake_uri.com/auth/tokens
2016-10-19 15:06:58.766 9758 INFO tempest.lib.common.rest_client [-] Request (TestPreProvisionedCredentials:test_get_hash): 200 POST http://fake_uri.com/auth/tokens
{0} tempest.tests.common.test_preprov_creds.TestPreProvisionedCredentials.test_get_hash [0.022637s] ... ok
{0} tempest.tests.common.test_preprov_creds.TestPreProvisionedCredentials.test_get_hash_dict [0.006652s] ... ok
2016-10-19 15:06:58.781 9758 INFO tempest.common.preprov_creds [-] test class allocated creds:
{'tenant_name': 'test_tenant9', 'username': 'test_user9'}
{0} tempest.tests.common.test_preprov_creds.TestPreProvisionedCredentials.test_get_primary_creds [0.016534s] ... ok
{0} tempest.tests.common.test_preprov_creds.TestPreProvisionedCredentials.test_get_primary_creds_none_available [0.019398s] ... ok
{0} tempest.tests.common.test_preprov_creds.TestPreProvisionedCredentials.test_is_multi_user [0.009311s] ... ok
{0} tempest.tests.common.test_preprov_creds.TestPreProvisionedCredentials.test_is_not_multi_user [0.020130s] ... ok
2016-10-19 15:06:58.861 9758 INFO tempest.common.preprov_creds [-] test class allocated creds:
{'tenant_name': 'test_tenant14', 'username': 'test_user14'}
{0} tempest.tests.common.test_preprov_creds.TestPreProvisionedCredentials.test_networks_returned_with_creds [0.039963s] ... ok
{0} tempest.tests.common.test_preprov_creds.TestPreProvisionedCredentials.test_remove_hash_last_account [0.018691s] ... ok
{0} tempest.tests.common.test_preprov_creds.TestPreProvisionedCredentials.test_remove_hash_not_last_account [0.017733s] ... ok
{0} tempest.tests.lib.cli.test_command_failed.TestOutputParser.test_command_failed_exception [0.002110s] ... ok
{0} tempest.tests.lib.common.utils.test_misc.TestMisc.test_singleton [0.002584s] ... ok
{0} tempest.tests.lib.services.compute.test_aggregates_client.TestAggregatesClient.test_add_host_with_bytes_body [0.014417s] ... ok
{0} tempest.tests.lib.services.compute.test_aggregates_client.TestAggregatesClient.test_add_host_with_str_body [0.018007s] ... ok
{0} tempest.tests.lib.services.compute.test_aggregates_client.TestAggregatesClient.test_create_aggregate_with_bytes_body [0.004352s] ... ok
{0} tempest.tests.lib.services.compute.test_aggregates_client.TestAggregatesClient.test_create_aggregate_with_str_body [0.003387s] ... ok
{0} tempest.tests.lib.services.compute.test_aggregates_client.TestAggregatesClient.test_delete_aggregate [0.001610s] ... ok
{0} tempest.tests.lib.services.compute.test_aggregates_client.TestAggregatesClient.test_list_aggregates_with_bytes_body [0.004587s] ... ok
{0} tempest.tests.lib.services.compute.test_aggregates_client.TestAggregatesClient.test_list_aggregates_with_str_body [0.004543s] ... ok
{0} tempest.tests.lib.services.compute.test_aggregates_client.TestAggregatesClient.test_remove_host_with_bytes_body [0.003331s] ... ok
{0} tempest.tests.lib.services.compute.test_aggregates_client.TestAggregatesClient.test_remove_host_with_str_body [0.003665s] ... ok
{0} tempest.tests.lib.services.compute.test_aggregates_client.TestAggregatesClient.test_set_metadata_with_bytes_body [0.003332s] ... ok
{0} tempest.tests.lib.services.compute.test_aggregates_client.TestAggregatesClient.test_set_metadata_with_str_body [0.003585s] ... ok
{0} tempest.tests.lib.services.compute.test_aggregates_client.TestAggregatesClient.test_show_aggregate_with_bytes_body [0.003487s] ... ok
{0} tempest.tests.lib.services.compute.test_aggregates_client.TestAggregatesClient.test_show_aggregate_with_str_body [0.003438s] ... ok
{0} tempest.tests.lib.services.compute.test_aggregates_client.TestAggregatesClient.test_update_aggregate_with_bytes_body [0.003344s] ... ok
{0} tempest.tests.lib.services.compute.test_aggregates_client.TestAggregatesClient.test_update_aggregate_with_str_body [0.003908s] ... ok
{0} tempest.tests.lib.services.compute.test_baremetal_nodes_client.TestBareMetalNodesClient.test_list_bareMetal_nodes_with_bytes_body [0.004658s] ... ok
{0} tempest.tests.lib.services.compute.test_baremetal_nodes_client.TestBareMetalNodesClient.test_list_bareMetal_nodes_with_str_body [0.006735s] ... ok
{0} tempest.tests.lib.services.compute.test_baremetal_nodes_client.TestBareMetalNodesClient.test_show_bareMetal_node_with_bytes_body [0.003590s] ... ok
{0} tempest.tests.lib.services.compute.test_baremetal_nodes_client.TestBareMetalNodesClient.test_show_bareMetal_node_with_str_body [0.004830s] ... ok
{0} tempest.tests.lib.services.compute.test_base_compute_client.TestClientWithMicroversionHeader.test_microverion_header [0.000843s] ... ok
2016-10-19 15:06:59.040 9758 INFO tempest.lib.common.rest_client [-] Request (TestClientWithMicroversionHeader:test_microverion_header_in_raw_request): 200 GET fake_url 0.000s
{0} tempest.tests.lib.services.compute.test_base_compute_client.TestClientWithMicroversionHeader.test_microverion_header_in_raw_request [0.001140s] ... ok
{0} tempest.tests.lib.services.compute.test_base_compute_client.TestSchemaVersionsNotFound.test_schema [0.001006s] ... ok
{0} tempest.tests.lib.services.compute.test_base_compute_client.TestSchemaVersionsV210.test_schema [0.000799s] ... ok
{0} tempest.tests.lib.services.compute.test_base_compute_client.TestSchemaVersionsV25.test_schema [0.000778s] ... ok
{0} tempest.tests.lib.services.compute.test_hosts_client.TestHostsClient.test_list_host_with_bytes_body [0.002685s] ... ok
{0} tempest.tests.lib.services.compute.test_hosts_client.TestHostsClient.test_list_host_with_str_body [0.001932s] ... ok
{0} tempest.tests.lib.services.compute.test_hosts_client.TestHostsClient.test_reboot_host_with_bytes_body [0.002151s] ... ok
{0} tempest.tests.lib.services.compute.test_hosts_client.TestHostsClient.test_reboot_host_with_str_body [0.002164s] ... ok
{0} tempest.tests.lib.services.compute.test_hosts_client.TestHostsClient.test_show_host_with_bytes_body [0.002271s] ... ok
{0} tempest.tests.lib.services.compute.test_hosts_client.TestHostsClient.test_show_host_with_str_body [0.002057s] ... ok
{0} tempest.tests.lib.services.compute.test_hosts_client.TestHostsClient.test_start_host_with_bytes_body [0.003818s] ... ok
{0} tempest.tests.lib.services.compute.test_hosts_client.TestHostsClient.test_start_host_with_str_body [0.002143s] ... ok
{0} tempest.tests.lib.services.compute.test_hosts_client.TestHostsClient.test_stop_host_with_bytes_body [0.003417s] ... ok
{0} tempest.tests.lib.services.compute.test_hosts_client.TestHostsClient.test_stop_host_with_str_body [0.002170s] ... ok
{0} tempest.tests.lib.services.compute.test_hosts_client.TestHostsClient.test_update_host_with_bytes_body [0.002461s] ... ok
{0} tempest.tests.lib.services.compute.test_hosts_client.TestHostsClient.test_update_host_with_str_body [0.002156s] ... ok
{0} tempest.tests.lib.services.compute.test_limits_client.TestLimitsClient.test_show_limits_with_bytes_body [0.004937s] ... ok
{0} tempest.tests.lib.services.compute.test_limits_client.TestLimitsClient.test_show_limits_with_str_body [0.006706s] ... ok
{0} tempest.tests.lib.services.compute.test_migrations_client.TestMigrationsClient.test_list_migration_with_bytes_body [0.004289s] ... ok
{0} tempest.tests.lib.services.compute.test_migrations_client.TestMigrationsClient.test_list_migration_with_str_body [0.004357s] ... ok
{0} tempest.tests.lib.services.compute.test_servers_client.TestServersClient.test_action_with_bytes_body [0.001273s] ... ok
{0} tempest.tests.lib.services.compute.test_servers_client.TestServersClient.test_action_with_str_body [0.001147s] ... ok
{0} tempest.tests.lib.services.compute.test_servers_client.TestServersClient.test_add_security_group_with_bytes_body [0.001435s] ... ok
{0} tempest.tests.lib.services.compute.test_servers_client.TestServersClient.test_add_security_group_with_str_body [0.001212s] ... ok
{0} tempest.tests.lib.services.compute.test_servers_client.TestServersClient.test_attach_volume_with_bytes_body [0.003778s] ... ok
{0} tempest.tests.lib.services.compute.test_servers_client.TestServersClient.test_attach_volume_with_str_body [0.002846s] ... ok
{0} tempest.tests.lib.services.compute.test_servers_client.TestServersClient.test_change_password_with_bytes_body [0.001370s] ... ok
{0} tempest.tests.lib.services.compute.test_servers_client.TestServersClient.test_change_password_with_str_body [0.001448s] ... ok
{0} tempest.tests.lib.services.compute.test_servers_client.TestServersClient.test_confirm_resize_server_with_bytes_body [0.001717s] ... ok
{0} tempest.tests.lib.services.compute.test_servers_client.TestServersClient.test_confirm_resize_server_with_str_body [0.001323s] ... ok
{0} tempest.tests.lib.services.compute.test_servers_client.TestServersClient.test_create_backup_with_bytes_body [0.001767s] ... ok
{0} tempest.tests.lib.services.compute.test_servers_client.TestServersClient.test_create_backup_with_str_body [0.014680s] ... ok
{0} tempest.tests.lib.services.compute.test_servers_client.TestServersClient.test_create_server_with_bytes_body [0.003802s] ... ok
{0} tempest.tests.lib.services.compute.test_servers_client.TestServersClient.test_create_server_with_str_body [0.011915s] ... ok
{0} tempest.tests.lib.services.compute.test_servers_client.TestServersClient.test_delete_password_with_bytes_body [0.001295s] ... ok
{0} tempest.tests.lib.services.compute.test_servers_client.TestServersClient.test_delete_password_with_str_body [0.001137s] ... ok
{0} tempest.tests.lib.services.compute.test_servers_client.TestServersClient.test_delete_server [0.001391s] ... ok
{0} tempest.tests.lib.services.compute.test_servers_client.TestServersClient.test_delete_server_metadata_item_with_bytes_body [0.001269s] ... ok
{0} tempest.tests.lib.services.compute.test_servers_client.TestServersClient.test_delete_server_metadata_item_with_str_body [0.001216s] ... ok
{0} tempest.tests.lib.services.compute.test_servers_client.TestServersClient.test_detach_volume_with_bytes_body [0.001622s] ... ok
{0} tempest.tests.lib.services.compute.test_servers_client.TestServersClient.test_detach_volume_with_str_body [0.001638s] ... ok
{0} tempest.tests.lib.services.compute.test_servers_client.TestServersClient.test_force_delete_server_with_bytes_body [0.001543s] ... ok
{0} tempest.tests.lib.services.compute.test_servers_client.TestServersClient.test_force_delete_server_with_str_body [0.003468s] ... ok
{0} tempest.tests.lib.services.compute.test_servers_client.TestServersClient.test_get_console_output_with_bytes_body [0.002462s] ... ok
{0} tempest.tests.lib.services.compute.test_servers_client.TestServersClient.test_get_console_output_with_str_body [0.044137s] ... ok
{0} tempest.tests.lib.services.compute.test_servers_client.TestServersClient.test_get_vnc_console_with_bytes_body [0.002567s] ... ok
{0} tempest.tests.lib.services.compute.test_servers_client.TestServersClient.test_get_vnc_console_with_str_body [0.002871s] ... ok
{0} tempest.tests.lib.services.compute.test_servers_client.TestServersClient.test_inject_network_info_with_bytes_body [0.001220s] ... ok
{0} tempest.tests.lib.services.compute.test_servers_client.TestServersClient.test_inject_network_info_with_str_body [0.001548s] ... ok
{0} tempest.tests.lib.services.compute.test_servers_client.TestServersClient.test_list_addresses_by_network_with_bytes_body [0.003738s] ... ok
{0} tempest.tests.lib.services.compute.test_servers_client.TestServersClient.test_list_addresses_by_network_with_str_body [0.004151s] ... ok
{0} tempest.tests.lib.services.compute.test_servers_client.TestServersClient.test_list_addresses_with_bytes_body [0.002333s] ... ok
{0} tempest.tests.lib.services.compute.test_servers_client.TestServersClient.test_list_addresses_with_str_body [0.002019s] ... ok
{0} tempest.tests.lib.services.compute.test_servers_client.TestServersClient.test_list_instance_actions_with_bytes_body [0.001934s] ... ok
{0} tempest.tests.lib.services.compute.test_servers_client.TestServersClient.test_list_instance_actions_with_str_body [0.001870s] ... ok
{0} tempest.tests.lib.services.compute.test_servers_client.TestServersClient.test_list_server_metadata_with_bytes_body [0.002290s] ... ok
{0} tempest.tests.lib.services.compute.test_servers_client.TestServersClient.test_list_server_metadata_with_str_body [0.001948s] ... ok
{0} tempest.tests.lib.services.compute.test_servers_client.TestServersClient.test_list_servers_with_bytes_body [0.002537s] ... ok
{0} tempest.tests.lib.services.compute.test_servers_client.TestServersClient.test_list_servers_with_str_body [0.002066s] ... ok
{0} tempest.tests.lib.services.compute.test_servers_client.TestServersClient.test_list_virtual_interfaces_with_bytes_body [0.002698s] ... ok
{0} tempest.tests.lib.services.compute.test_servers_client.TestServersClient.test_list_virtual_interfaces_with_str_body [0.001493s] ... ok
{0} tempest.tests.lib.services.compute.test_servers_client.TestServersClient.test_list_volume_attachments_with_bytes_body [0.001946s] ... ok
{0} tempest.tests.lib.services.compute.test_servers_client.TestServersClient.test_list_volume_attachments_with_str_body [0.002401s] ... ok
{0} tempest.tests.lib.services.compute.test_servers_client.TestServersClient.test_live_migrate_server_with_bytes_body [0.001966s] ... ok
{0} tempest.tests.lib.services.compute.test_servers_client.TestServersClient.test_live_migrate_server_with_str_body [0.001591s] ... ok
{0} tempest.tests.lib.services.compute.test_servers_client.TestServersClient.test_lock_server_with_bytes_body [0.001197s] ... ok
{0} tempest.tests.lib.services.compute.test_servers_client.TestServersClient.test_lock_server_with_str_body [0.001175s] ... ok
{0} tempest.tests.lib.services.compute.test_servers_client.TestServersClient.test_migrate_server_with_bytes_body [0.002205s] ... ok
{0} tempest.tests.lib.services.compute.test_servers_client.TestServersClient.test_migrate_server_with_str_body [0.002309s] ... ok
{0} tempest.tests.lib.services.compute.test_servers_client.TestServersClient.test_pause_server_with_bytes_body [0.001472s] ... ok
{0} tempest.tests.lib.services.compute.test_servers_client.TestServersClient.test_pause_server_with_str_body [0.001103s] ... ok
{0} tempest.tests.lib.services.compute.test_servers_client.TestServersClient.test_reboot_server_with_bytes_body [0.000955s] ... ok
{0} tempest.tests.lib.services.compute.test_servers_client.TestServersClient.test_reboot_server_with_str_body [0.000885s] ... ok
{0} tempest.tests.lib.services.compute.test_servers_client.TestServersClient.test_rebuild_server_with_bytes_body [0.006939s] ... ok
{0} tempest.tests.lib.services.compute.test_servers_client.TestServersClient.test_rebuild_server_with_str_body [0.007191s] ... ok
{0} tempest.tests.lib.services.compute.test_servers_client.TestServersClient.test_remove_security_group_with_bytes_body [0.001854s] ... ok
{0} tempest.tests.lib.services.compute.test_servers_client.TestServersClient.test_remove_security_group_with_str_body [0.001393s] ... ok
{0} tempest.tests.lib.services.compute.test_servers_client.TestServersClient.test_rescue_server_with_bytes_body [0.002223s] ... ok
{0} tempest.tests.lib.services.compute.test_servers_client.TestServersClient.test_rescue_server_with_str_body [0.002486s] ... ok
{0} tempest.tests.lib.services.compute.test_servers_client.TestServersClient.test_reset_network_with_bytes_body [0.001540s] ... ok
{0} tempest.tests.lib.services.compute.test_servers_client.TestServersClient.test_reset_network_with_str_body [0.001102s] ... ok
{0} tempest.tests.lib.services.compute.test_servers_client.TestServersClient.test_reset_state_with_bytes_body [0.001643s] ... ok
{0} tempest.tests.lib.services.compute.test_servers_client.TestServersClient.test_reset_state_with_str_body [0.001102s] ... ok
{0} tempest.tests.lib.services.compute.test_servers_client.TestServersClient.test_resize_server_with_bytes_body [0.001368s] ... ok
{0} tempest.tests.lib.services.compute.test_servers_client.TestServersClient.test_resize_server_with_str_body [0.001478s] ... ok
{0} tempest.tests.lib.services.compute.test_servers_client.TestServersClient.test_restore_soft_deleted_server_with_bytes_body [0.001236s] ... ok
{0} tempest.tests.lib.services.compute.test_servers_client.TestServersClient.test_restore_soft_deleted_server_with_str_body [0.001182s] ... ok
{0} tempest.tests.lib.services.compute.test_servers_client.TestServersClient.test_resume_server_with_bytes_body [0.001416s] ... ok
{0} tempest.tests.lib.services.compute.test_servers_client.TestServersClient.test_resume_server_with_str_body [0.001148s] ... ok
{0} tempest.tests.lib.services.compute.test_servers_client.TestServersClient.test_revert_resize_server_with_bytes_body [0.001151s] ... ok
{0} tempest.tests.lib.services.compute.test_servers_client.TestServersClient.test_revert_resize_server_with_str_body [0.001253s] ... ok
{0} tempest.tests.lib.services.compute.test_servers_client.TestServersClient.test_set_server_metadata_item_with_bytes_body [0.002087s] ... ok
{0} tempest.tests.lib.services.compute.test_servers_client.TestServersClient.test_set_server_metadata_item_with_str_body [0.002311s] ... ok
{0} tempest.tests.lib.services.compute.test_servers_client.TestServersClient.test_set_server_metadata_with_bytes_body [0.002167s] ... ok
{0} tempest.tests.lib.services.compute.test_servers_client.TestServersClient.test_set_server_metadata_with_str_body [0.002315s] ... ok
{0} tempest.tests.lib.services.compute.test_servers_client.TestServersClient.test_shelve_offload_server_with_bytes_body [0.001188s] ... ok
{0} tempest.tests.lib.services.compute.test_servers_client.TestServersClient.test_shelve_offload_server_with_str_body [0.001135s] ... ok
{0} tempest.tests.lib.services.compute.test_servers_client.TestServersClient.test_shelve_server_with_bytes_body [0.001516s] ... ok
{0} tempest.tests.lib.services.compute.test_servers_client.TestServersClient.test_shelve_server_with_str_body [0.001129s] ... ok
{0} tempest.tests.lib.services.compute.test_servers_client.TestServersClient.test_show_instance_action_with_bytes_body [0.003532s] ... ok
{0} tempest.tests.lib.services.compute.test_servers_client.TestServersClient.test_show_instance_action_with_str_body [0.003740s] ... ok
{0} tempest.tests.lib.services.compute.test_servers_client.TestServersClient.test_show_password_with_bytes_body [0.002158s] ... ok
{0} tempest.tests.lib.services.compute.test_servers_client.TestServersClient.test_show_password_with_str_body [0.001953s] ... ok
{0} tempest.tests.lib.services.compute.test_servers_client.TestServersClient.test_show_server_diagnostics_with_bytes_body [0.001726s] ... ok
{0} tempest.tests.lib.services.compute.test_servers_client.TestServersClient.test_show_server_diagnostics_with_str_body [0.004421s] ... ok
{0} tempest.tests.lib.services.compute.test_servers_client.TestServersClient.test_show_server_metadata_item_with_bytes_body [0.001971s] ... ok
{0} tempest.tests.lib.services.compute.test_servers_client.TestServersClient.test_show_server_metadata_item_with_str_body [0.001604s] ... ok
{0} tempest.tests.lib.services.compute.test_servers_client.TestServersClient.test_show_server_with_bytes_body [0.007816s] ... ok
{0} tempest.tests.lib.services.compute.test_servers_client.TestServersClient.test_show_server_with_str_body [0.008606s] ... ok
{0} tempest.tests.lib.services.compute.test_servers_client.TestServersClient.test_show_volume_attachment_with_bytes_body [0.002697s] ... ok
{0} tempest.tests.lib.services.compute.test_servers_client.TestServersClient.test_show_volume_attachment_with_str_body [0.002943s] ... ok
{0} tempest.tests.lib.services.compute.test_servers_client.TestServersClient.test_start_server_with_bytes_body [0.001053s] ... ok
{0} tempest.tests.lib.services.compute.test_servers_client.TestServersClient.test_start_server_with_str_body [0.001193s] ... ok
{0} tempest.tests.lib.services.compute.test_servers_client.TestServersClient.test_stop_server_with_bytes_body [0.001257s] ... ok
{0} tempest.tests.lib.services.compute.test_servers_client.TestServersClient.test_stop_server_with_str_body [0.001007s] ... ok
{0} tempest.tests.lib.services.compute.test_servers_client.TestServersClient.test_suspend_server_with_bytes_body [0.001317s] ... ok
{0} tempest.tests.lib.services.compute.test_servers_client.TestServersClient.test_suspend_server_with_str_body [0.001318s] ... ok
{0} tempest.tests.lib.services.compute.test_servers_client.TestServersClient.test_unlock_server_with_bytes_body [0.001123s] ... ok
{0} tempest.tests.lib.services.compute.test_servers_client.TestServersClient.test_unlock_server_with_str_body [0.001123s] ... ok
{0} tempest.tests.lib.services.compute.test_servers_client.TestServersClient.test_unpause_server_with_bytes_body [0.001291s] ... ok
{0} tempest.tests.lib.services.compute.test_servers_client.TestServersClient.test_unpause_server_with_str_body [0.001377s] ... ok
{0} tempest.tests.lib.services.compute.test_servers_client.TestServersClient.test_unrescue_server_with_bytes_body [0.001042s] ... ok
{0} tempest.tests.lib.services.compute.test_servers_client.TestServersClient.test_unrescue_server_with_str_body [0.001346s] ... ok
{0} tempest.tests.lib.services.compute.test_servers_client.TestServersClient.test_unshelve_server_with_bytes_body [0.001215s] ... ok
{0} tempest.tests.lib.services.compute.test_servers_client.TestServersClient.test_unshelve_server_with_str_body [0.001250s] ... ok
{0} tempest.tests.lib.services.compute.test_servers_client.TestServersClient.test_update_attached_volume [0.001694s] ... ok
{0} tempest.tests.lib.services.compute.test_servers_client.TestServersClient.test_update_server_metadata_with_bytes_body [0.003342s] ... ok
{0} tempest.tests.lib.services.compute.test_servers_client.TestServersClient.test_update_server_metadata_with_str_body [0.002277s] ... ok
{0} tempest.tests.lib.services.identity.v2.test_endpoints_client.TestEndpointsClient.test_create_endpoint_with_bytes_body [0.001270s] ... ok
{0} tempest.tests.lib.services.identity.v2.test_endpoints_client.TestEndpointsClient.test_create_endpoint_with_str_body [0.001178s] ... ok
{0} tempest.tests.lib.services.identity.v2.test_endpoints_client.TestEndpointsClient.test_delete_endpoint [0.001394s] ... ok
{0} tempest.tests.lib.services.identity.v2.test_endpoints_client.TestEndpointsClient.test_list_endpoints_with_bytes_body [0.001251s] ... ok
{0} tempest.tests.lib.services.identity.v2.test_endpoints_client.TestEndpointsClient.test_list_endpoints_with_str_body [0.001305s] ... ok
{0} tempest.tests.lib.services.identity.v2.test_roles_client.TestRolesClient.test_create_role_with_bytes_body [0.001466s] ... ok
{0} tempest.tests.lib.services.identity.v2.test_roles_client.TestRolesClient.test_create_role_with_str_body [0.001206s] ... ok
{0} tempest.tests.lib.services.identity.v2.test_roles_client.TestRolesClient.test_create_user_role_on_project_with_bytes_body [0.001163s] ... ok
{0} tempest.tests.lib.services.identity.v2.test_roles_client.TestRolesClient.test_create_user_role_on_project_with_str_body [0.002498s] ... ok
{0} tempest.tests.lib.services.identity.v2.test_roles_client.TestRolesClient.test_delete_role [0.001172s] ... ok
{0} tempest.tests.lib.services.identity.v2.test_roles_client.TestRolesClient.test_delete_role_from_user_on_project [0.001052s] ... ok
{0} tempest.tests.lib.services.identity.v2.test_roles_client.TestRolesClient.test_list_roles_with_bytes_body [0.001413s] ... ok
{0} tempest.tests.lib.services.identity.v2.test_roles_client.TestRolesClient.test_list_roles_with_str_body [0.001210s] ... ok
{0} tempest.tests.lib.services.identity.v2.test_roles_client.TestRolesClient.test_list_user_roles_on_project_with_bytes_body [0.001219s] ... ok
{0} tempest.tests.lib.services.identity.v2.test_roles_client.TestRolesClient.test_list_user_roles_on_project_with_str_body [0.001588s] ... ok
{0} tempest.tests.lib.services.identity.v2.test_roles_client.TestRolesClient.test_show_role_with_bytes_body [0.001195s] ... ok
{0} tempest.tests.lib.services.identity.v2.test_roles_client.TestRolesClient.test_show_role_with_str_body [0.001310s] ... ok
{0} tempest.tests.lib.services.identity.v2.test_tenants_client.TestTenantsClient.test_create_tenant_with_bytes_body [0.001485s] ... ok
{0} tempest.tests.lib.services.identity.v2.test_tenants_client.TestTenantsClient.test_create_tenant_with_str_body [0.001494s] ... ok
{0} tempest.tests.lib.services.identity.v2.test_tenants_client.TestTenantsClient.test_delete_tenant [0.001251s] ... ok
{0} tempest.tests.lib.services.identity.v2.test_tenants_client.TestTenantsClient.test_list_tenant_users_with_bytes_body [0.001269s] ... ok
{0} tempest.tests.lib.services.identity.v2.test_tenants_client.TestTenantsClient.test_list_tenant_users_with_str_body [0.001080s] ... ok
{0} tempest.tests.lib.services.identity.v2.test_tenants_client.TestTenantsClient.test_list_tenants_with_bytes_body [0.001285s] ... ok
{0} tempest.tests.lib.services.identity.v2.test_tenants_client.TestTenantsClient.test_list_tenants_with_str_body [0.002679s] ... ok
{0} tempest.tests.lib.services.identity.v2.test_tenants_client.TestTenantsClient.test_show_tenant_with_bytes_body [0.001150s] ... ok
{0} tempest.tests.lib.services.identity.v2.test_tenants_client.TestTenantsClient.test_show_tenant_with_str_body [0.001216s] ... ok
{0} tempest.tests.lib.services.identity.v2.test_tenants_client.TestTenantsClient.test_update_tenant_with_bytes_body [0.001377s] ... ok
{0} tempest.tests.lib.services.identity.v2.test_tenants_client.TestTenantsClient.test_update_tenant_with_str_body [0.001315s] ... ok
{0} tempest.tests.lib.services.identity.v3.test_inherited_roles_client.TestInheritedRolesClient.test_check_group_has_flag_on_inherited_to_project [0.001251s] ... ok
{0} tempest.tests.lib.services.identity.v3.test_inherited_roles_client.TestInheritedRolesClient.test_check_group_inherited_project_role_on_domain [0.001320s] ... ok
{0} tempest.tests.lib.services.identity.v3.test_inherited_roles_client.TestInheritedRolesClient.test_check_user_has_flag_on_inherited_to_project [0.001381s] ... ok
{0} tempest.tests.lib.services.identity.v3.test_inherited_roles_client.TestInheritedRolesClient.test_check_user_inherited_project_role_on_domain [0.001104s] ... ok
{0} tempest.tests.lib.services.identity.v3.test_inherited_roles_client.TestInheritedRolesClient.test_create_inherited_role_on_domains_group_with_bytes_body [0.001206s] ... ok
{0} tempest.tests.lib.services.identity.v3.test_inherited_roles_client.TestInheritedRolesClient.test_create_inherited_role_on_domains_group_with_str_body [0.001552s] ... ok
{0} tempest.tests.lib.services.identity.v3.test_inherited_roles_client.TestInheritedRolesClient.test_create_inherited_role_on_domains_user_with_bytes_body [0.001279s] ... ok
{0} tempest.tests.lib.services.identity.v3.test_inherited_roles_client.TestInheritedRolesClient.test_create_inherited_role_on_domains_user_with_str_body [0.001269s] ... ok
{0} tempest.tests.lib.services.identity.v3.test_inherited_roles_client.TestInheritedRolesClient.test_create_inherited_role_on_projects_group_with_bytes_body [0.001528s] ... ok
{0} tempest.tests.lib.services.identity.v3.test_inherited_roles_client.TestInheritedRolesClient.test_create_inherited_role_on_projects_user_with_str_body [0.001247s] ... ok
{0} tempest.tests.lib.services.identity.v3.test_inherited_roles_client.TestInheritedRolesClient.test_delete_inherited_role_from_group_on_domain [0.001942s] ... ok
{0} tempest.tests.lib.services.identity.v3.test_inherited_roles_client.TestInheritedRolesClient.test_delete_inherited_role_from_group_on_project [0.001552s] ... ok
{0} tempest.tests.lib.services.identity.v3.test_inherited_roles_client.TestInheritedRolesClient.test_delete_inherited_role_from_user_on_domain [0.001751s] ... ok
{0} tempest.tests.lib.services.identity.v3.test_inherited_roles_client.TestInheritedRolesClient.test_delete_inherited_role_from_user_on_project [0.001184s] ... ok
{0} tempest.tests.lib.services.identity.v3.test_inherited_roles_client.TestInheritedRolesClient.test_list_inherited_project_role_for_group_on_domain_with_bytes_body [0.001585s] ... ok
{0} tempest.tests.lib.services.identity.v3.test_inherited_roles_client.TestInheritedRolesClient.test_list_inherited_project_role_for_group_on_domain_with_str_body [0.001357s] ... ok
{0} tempest.tests.lib.services.identity.v3.test_inherited_roles_client.TestInheritedRolesClient.test_list_inherited_project_role_for_user_on_domain_with_bytes_body [0.001292s] ... ok
{0} tempest.tests.lib.services.identity.v3.test_inherited_roles_client.TestInheritedRolesClient.test_list_inherited_project_role_for_user_on_domain_with_str_body [0.003834s] ... ok
{0} tempest.tests.lib.services.identity.v3.test_token_client.TestTokenClientV3.test_auth [0.001473s] ... ok
{0} tempest.tests.lib.services.identity.v3.test_token_client.TestTokenClientV3.test_auth_with_project_id_and_domain_id [0.001359s] ... ok
{0} tempest.tests.lib.services.identity.v3.test_token_client.TestTokenClientV3.test_auth_with_tenant [0.001543s] ... ok
{0} tempest.tests.lib.services.identity.v3.test_token_client.TestTokenClientV3.test_init_without_authurl [0.000777s] ... ok
2016-10-19 15:06:59.566 9758 INFO tempest.lib.common.rest_client [-] Request (TestTokenClientV3:test_request_with_bytes_body): 200 GET fake_uri
{0} tempest.tests.lib.services.identity.v3.test_token_client.TestTokenClientV3.test_request_with_bytes_body [0.001308s] ... ok
2016-10-19 15:06:59.568 9758 INFO tempest.lib.common.rest_client [-] Request (TestTokenClientV3:test_request_with_str_body): 200 GET fake_uri
{0} tempest.tests.lib.services.identity.v3.test_token_client.TestTokenClientV3.test_request_with_str_body [0.001407s] ... ok
{0} tempest.tests.lib.services.identity.v3.test_users_client.TestUsersClient.test_change_user_password [0.001366s] ... ok
{0} tempest.tests.lib.services.identity.v3.test_users_client.TestUsersClient.test_create_user_with_bytes_body [0.001197s] ... ok
{0} tempest.tests.lib.services.identity.v3.test_users_client.TestUsersClient.test_create_user_with_string_body [0.001128s] ... ok
{0} tempest.tests.lib.services.identity.v3.test_users_client.TestUsersClient.test_delete_user [0.001229s] ... ok
{0} tempest.tests.lib.services.identity.v3.test_users_client.TestUsersClient.test_list_user_groups_with_bytes_body [0.001158s] ... ok
{0} tempest.tests.lib.services.identity.v3.test_users_client.TestUsersClient.test_list_user_groups_with_string_body [0.001143s] ... ok
{0} tempest.tests.lib.services.identity.v3.test_users_client.TestUsersClient.test_list_users_with_bytes_body [0.001325s] ... ok
{0} tempest.tests.lib.services.identity.v3.test_users_client.TestUsersClient.test_list_users_with_string_body [0.001235s] ... ok
{0} tempest.tests.lib.services.identity.v3.test_users_client.TestUsersClient.test_show_user_with_bytes_body [0.002321s] ... ok
{0} tempest.tests.lib.services.identity.v3.test_users_client.TestUsersClient.test_show_user_with_string_body [0.001921s] ... ok
{0} tempest.tests.lib.services.identity.v3.test_users_client.TestUsersClient.test_update_user_with_bytes_body [0.002386s] ... ok
{0} tempest.tests.lib.services.identity.v3.test_users_client.TestUsersClient.test_update_user_with_string_body [0.001860s] ... ok
{0} tempest.tests.lib.services.image.v2.test_image_members_client.TestImageMembersClient.test_create_image_member_with_bytes_body [0.001474s] ... ok
{0} tempest.tests.lib.services.image.v2.test_image_members_client.TestImageMembersClient.test_create_image_member_with_str_body [0.001028s] ... ok
{0} tempest.tests.lib.services.image.v2.test_image_members_client.TestImageMembersClient.test_delete_image_member [0.000950s] ... ok
{0} tempest.tests.lib.services.image.v2.test_image_members_client.TestImageMembersClient.test_show_image_member_with_bytes_body [0.001147s] ... ok
{0} tempest.tests.lib.services.image.v2.test_image_members_client.TestImageMembersClient.test_show_image_member_with_str_body [0.000988s] ... ok
{0} tempest.tests.lib.services.image.v2.test_image_members_client.TestImageMembersClient.test_update_image_member_with_bytes_body [0.001198s] ... ok
{0} tempest.tests.lib.services.image.v2.test_image_members_client.TestImageMembersClient.test_update_image_member_with_str_body [0.001349s] ... ok
{0} tempest.tests.lib.services.image.v2.test_images_client.TestImagesClient.test_create_image_with_bytes_body [0.002101s] ... ok
{0} tempest.tests.lib.services.image.v2.test_images_client.TestImagesClient.test_create_image_with_str_body [0.001578s] ... ok
{0} tempest.tests.lib.services.image.v2.test_images_client.TestImagesClient.test_deactivate_image [0.001418s] ... ok
{0} tempest.tests.lib.services.image.v2.test_images_client.TestImagesClient.test_delete_image [0.001035s] ... ok
{0} tempest.tests.lib.services.image.v2.test_images_client.TestImagesClient.test_reactivate_image [0.000975s] ... ok
{0} tempest.tests.lib.services.image.v2.test_images_client.TestImagesClient.test_show_image_with_bytes_body [0.001300s] ... ok
{0} tempest.tests.lib.services.image.v2.test_images_client.TestImagesClient.test_show_image_with_str_body [0.001207s] ... ok
{0} tempest.tests.lib.services.image.v2.test_images_client.TestImagesClient.test_update_image_with_bytes_body [0.001397s] ... ok
{0} tempest.tests.lib.services.image.v2.test_images_client.TestImagesClient.test_update_image_with_str_body [0.001387s] ... ok
{0} tempest.tests.lib.services.image.v2.test_schemas_client.TestSchemasClient.test_show_schema_with_bytes_body [0.009911s] ... ok
{0} tempest.tests.lib.services.image.v2.test_schemas_client.TestSchemasClient.test_show_schema_with_str_body [0.001439s] ... ok
{0} tempest.tests.lib.test_auth.TestBaseAuthProvider.test_auth_class [0.000936s] ... ok
{0} tempest.tests.lib.test_auth.TestBaseAuthProvider.test_auth_data_property_when_cache_exists [0.001196s] ... ok
{0} tempest.tests.lib.test_auth.TestBaseAuthProvider.test_check_credentials_bad_type [0.001126s] ... ok
{0} tempest.tests.lib.test_auth.TestBaseAuthProvider.test_delete_auth_data_property_through_clear_auth [0.002078s] ... ok
{0} tempest.tests.lib.test_auth.TestBaseAuthProvider.test_delete_auth_data_property_through_deleter [0.000737s] ... ok
{0} tempest.tests.lib.test_auth.TestBaseAuthProvider.test_set_and_reset_alt_auth_data [0.000685s] ... ok
2016-10-19 15:06:59.660 9758 INFO tempest.lib.common.rest_client [-] Request (TestKeystoneV2AuthProvider:test_base_url): 200 POST http://fake_uri.com/auth/tokens
{0} tempest.tests.lib.test_auth.TestKeystoneV2AuthProvider.test_base_url [0.007608s] ... ok
2016-10-19 15:06:59.668 9758 INFO tempest.lib.common.rest_client [-] Request (TestKeystoneV2AuthProvider:test_base_url_to_get_admin_endpoint): 200 POST http://fake_uri.com/auth/tokens
{0} tempest.tests.lib.test_auth.TestKeystoneV2AuthProvider.test_base_url_to_get_admin_endpoint [0.001259s] ... ok
2016-10-19 15:06:59.669 9758 INFO tempest.lib.common.rest_client [-] Request (TestKeystoneV2AuthProvider:test_base_url_unknown_region): 200 POST http://fake_uri.com/auth/tokens
{0} tempest.tests.lib.test_auth.TestKeystoneV2AuthProvider.test_base_url_unknown_region [0.001091s] ... ok
2016-10-19 15:06:59.673 9758 INFO tempest.lib.common.rest_client [-] Request (TestKeystoneV2AuthProvider:test_base_url_with_api_version_filter): 200 POST http://fake_uri.com/auth/tokens
{0} tempest.tests.lib.test_auth.TestKeystoneV2AuthProvider.test_base_url_with_api_version_filter [0.001343s] ... ok
2016-10-19 15:06:59.674 9758 INFO tempest.lib.common.rest_client [-] Request (TestKeystoneV2AuthProvider:test_base_url_with_known_name): 200 POST http://fake_uri.com/auth/tokens
{0} tempest.tests.lib.test_auth.TestKeystoneV2AuthProvider.test_base_url_with_known_name [0.000902s] ... ok
2016-10-19 15:06:59.675 9758 INFO tempest.lib.common.rest_client [-] Request (TestKeystoneV2AuthProvider:test_base_url_with_known_name_and_unknown_servce): 200 POST http://fake_uri.com/auth/tokens
{0} tempest.tests.lib.test_auth.TestKeystoneV2AuthProvider.test_base_url_with_known_name_and_unknown_servce [0.001096s] ... ok
2016-10-19 15:06:59.677 9758 INFO tempest.lib.common.rest_client [-] Request (TestKeystoneV2AuthProvider:test_base_url_with_non_existent_service): 200 POST http://fake_uri.com/auth/tokens
{0} tempest.tests.lib.test_auth.TestKeystoneV2AuthProvider.test_base_url_with_non_existent_service [0.001462s] ... ok
2016-10-19 15:06:59.679 9758 INFO tempest.lib.common.rest_client [-] Request (TestKeystoneV2AuthProvider:test_base_url_with_skip_path_filter): 200 POST http://fake_uri.com/auth/tokens
{0} tempest.tests.lib.test_auth.TestKeystoneV2AuthProvider.test_base_url_with_skip_path_filter [0.001267s] ... ok
2016-10-19 15:06:59.681 9758 INFO tempest.lib.common.rest_client [-] Request (TestKeystoneV2AuthProvider:test_base_url_with_unknown_name_and_known_service): 200 POST http://fake_uri.com/auth/tokens
{0} tempest.tests.lib.test_auth.TestKeystoneV2AuthProvider.test_base_url_with_unknown_name_and_known_service [0.002002s] ... ok
{0} tempest.tests.lib.test_auth.TestKeystoneV2AuthProvider.test_base_url_with_unversioned_endpoint [0.000913s] ... ok
2016-10-19 15:06:59.684 9758 INFO tempest.lib.common.rest_client [-] Request (TestKeystoneV2AuthProvider:test_base_url_without_name): 200 POST http://fake_uri.com/auth/tokens
{0} tempest.tests.lib.test_auth.TestKeystoneV2AuthProvider.test_base_url_without_name [0.001245s] ... ok
2016-10-19 15:06:59.686 9758 INFO tempest.lib.common.rest_client [-] Request (TestKeystoneV2AuthProvider:test_base_url_without_service): 200 POST http://fake_uri.com/auth/tokens
{0} tempest.tests.lib.test_auth.TestKeystoneV2AuthProvider.test_base_url_without_service [0.001756s] ... ok
{0} tempest.tests.lib.test_auth.TestKeystoneV2AuthProvider.test_check_credentials_missing_attribute [0.000994s] ... ok
2016-10-19 15:06:59.689 9758 INFO tempest.lib.common.rest_client [-] Request (TestKeystoneV2AuthProvider:test_fill_credentials): 200 POST http://fake_uri.com/auth/tokens
{0} tempest.tests.lib.test_auth.TestKeystoneV2AuthProvider.test_fill_credentials [0.001802s] ... ok
2016-10-19 15:06:59.691 9758 INFO tempest.lib.common.rest_client [-] Request (TestKeystoneV2AuthProvider:test_request): 200 POST http://fake_uri.com/auth/tokens
{0} tempest.tests.lib.test_auth.TestKeystoneV2AuthProvider.test_request [0.003258s] ... ok
2016-10-19 15:06:59.695 9758 INFO tempest.lib.common.rest_client [-] Request (TestKeystoneV2AuthProvider:test_request_with_alt_auth_cleans_alt): 200 POST http://fake_uri.com/auth/tokens
{0} tempest.tests.lib.test_auth.TestKeystoneV2AuthProvider.test_request_with_alt_auth_cleans_alt [0.001669s] ... ok
2016-10-19 15:06:59.697 9758 INFO tempest.lib.common.rest_client [-] Request (TestKeystoneV2AuthProvider:test_request_with_alt_part_without_alt_data): 200 POST http://fake_uri.com/auth/tokens
{0} tempest.tests.lib.test_auth.TestKeystoneV2AuthProvider.test_request_with_alt_part_without_alt_data [0.001482s] ... ok
2016-10-19 15:06:59.699 9758 INFO tempest.lib.common.rest_client [-] Request (TestKeystoneV2AuthProvider:test_request_with_alt_part_without_alt_data_no_change_body): 200 POST http://fake_uri.com/auth/tokens
{0} tempest.tests.lib.test_auth.TestKeystoneV2AuthProvider.test_request_with_alt_part_without_alt_data_no_change_body [0.001861s] ... ok
2016-10-19 15:06:59.701 9758 INFO tempest.lib.common.rest_client [-] Request (TestKeystoneV2AuthProvider:test_request_with_alt_part_without_alt_data_no_change_headers): 200 POST http://fake_uri.com/auth/tokens
{0} tempest.tests.lib.test_auth.TestKeystoneV2AuthProvider.test_request_with_alt_part_without_alt_data_no_change_headers [0.001831s] ... ok
2016-10-19 15:06:59.703 9758 INFO tempest.lib.common.rest_client [-] Request (TestKeystoneV2AuthProvider:test_request_with_alt_part_without_alt_data_no_change_url): 200 POST http://fake_uri.com/auth/tokens
{0} tempest.tests.lib.test_auth.TestKeystoneV2AuthProvider.test_request_with_alt_part_without_alt_data_no_change_url [0.001731s] ... ok
2016-10-19 15:06:59.705 9758 INFO tempest.lib.common.rest_client [-] Request (TestKeystoneV2AuthProvider:test_request_with_bad_service): 200 POST http://fake_uri.com/auth/tokens
{0} tempest.tests.lib.test_auth.TestKeystoneV2AuthProvider.test_request_with_bad_service [0.001681s] ... ok
2016-10-19 15:06:59.707 9758 INFO tempest.lib.common.rest_client [-] Request (TestKeystoneV2AuthProvider:test_request_with_identical_alt_auth_body): 200 POST http://fake_uri.com/auth/tokens
{0} tempest.tests.lib.test_auth.TestKeystoneV2AuthProvider.test_request_with_identical_alt_auth_body [0.001867s] ... ok
2016-10-19 15:06:59.709 9758 INFO tempest.lib.common.rest_client [-] Request (TestKeystoneV2AuthProvider:test_request_with_identical_alt_auth_headers): 200 POST http://fake_uri.com/auth/tokens
{0} tempest.tests.lib.test_auth.TestKeystoneV2AuthProvider.test_request_with_identical_alt_auth_headers [0.001974s] ... ok
2016-10-19 15:06:59.712 9758 INFO tempest.lib.common.rest_client [-] Request (TestKeystoneV2AuthProvider:test_request_with_identical_alt_auth_url): 200 POST http://fake_uri.com/auth/tokens
{0} tempest.tests.lib.test_auth.TestKeystoneV2AuthProvider.test_request_with_identical_alt_auth_url [0.001722s] ... ok
2016-10-19 15:06:59.714 9758 INFO tempest.lib.common.rest_client [-] Request (TestKeystoneV2AuthProvider:test_request_without_service): 200 POST http://fake_uri.com/auth/tokens
{0} tempest.tests.lib.test_auth.TestKeystoneV2AuthProvider.test_request_without_service [0.001591s] ... ok
{0} tempest.tests.lib.test_auth.TestKeystoneV2AuthProvider.test_set_scope_all_valid [0.000903s] ... ok
{0} tempest.tests.lib.test_auth.TestKeystoneV2AuthProvider.test_set_scope_invalid [0.000997s] ... ok
2016-10-19 15:06:59.718 9758 INFO tempest.lib.common.rest_client [-] Request (TestKeystoneV2AuthProvider:test_token_expired): 200 POST http://fake_uri.com/auth/tokens
2016-10-19 15:06:59.723 9758 INFO tempest.lib.common.rest_client [-] Request (TestKeystoneV2AuthProvider:test_token_expired): 200 POST http://fake_uri.com/auth/tokens
{0} tempest.tests.lib.test_auth.TestKeystoneV2AuthProvider.test_token_expired [0.006142s] ... ok
2016-10-19 15:06:59.725 9758 INFO tempest.lib.common.rest_client [-] Request (TestKeystoneV2AuthProvider:test_token_not_expired): 200 POST http://fake_uri.com/auth/tokens
{0} tempest.tests.lib.test_auth.TestKeystoneV2AuthProvider.test_token_not_expired [0.001858s] ... ok
2016-10-19 15:06:59.727 9758 INFO tempest.lib.common.rest_client [-] Request (TestKeystoneV2AuthProvider:test_token_not_expired_to_be_renewed): 200 POST http://fake_uri.com/auth/tokens
2016-10-19 15:06:59.728 9758 INFO tempest.lib.common.rest_client [-] Request (TestKeystoneV2AuthProvider:test_token_not_expired_to_be_renewed): 200 POST http://fake_uri.com/auth/tokens
{0} tempest.tests.lib.test_auth.TestKeystoneV2AuthProvider.test_token_not_expired_to_be_renewed [0.002507s] ... ok
{0} tempest.tests.lib.test_auth.TestKeystoneV3Credentials.testProjectTenantCollision [0.001047s] ... ok
{0} tempest.tests.lib.test_auth.TestKeystoneV3Credentials.testProjectTenantNoCollision [0.000728s] ... ok
{0} tempest.tests.lib.test_auth.TestKeystoneV3Credentials.testSetAttrProjectDomain [0.001290s] ... ok
{0} tempest.tests.lib.test_auth.TestKeystoneV3Credentials.testSetAttrUserDomain [0.000873s] ... ok
{0} tempest.tests.lib.test_base.TestAttr.test_has_no_attrs [0.000598s] ... ok
{0} tempest.tests.lib.test_base.TestAttr.test_has_one_attr [0.000761s] ... ok
{0} tempest.tests.lib.test_base.TestAttr.test_has_two_attrs [0.000482s] ... ok
{0} tempest.tests.lib.test_credentials.CredentialsTests.test_create [0.000748s] ... ok
{0} tempest.tests.lib.test_credentials.CredentialsTests.test_create_invalid_attr [0.001222s] ... ok
{0} tempest.tests.lib.test_credentials.CredentialsTests.test_is_valid [0.000883s] ... ok
{0} tempest.tests.lib.test_decorators.TestSkipUnlessAttrDecorator.test_no_skip_for_attr_exist_and_true [0.001871s] ... ok
{0} tempest.tests.lib.test_decorators.TestSkipUnlessAttrDecorator.test_skip_attr_does_not_exist [0.002165s] ... ok
{0} tempest.tests.lib.test_decorators.TestSkipUnlessAttrDecorator.test_skip_attr_false [0.002442s] ... ok
{0} tempest.tests.lib.test_rest_client.TestResponseBodyData.test_str [0.000693s] ... ok
{0} tempest.tests.lib.test_rest_client.TestResponseBodyList.test_str [0.000628s] ... ok
{0} tempest.tests.lib.test_rest_client.TestRestClientErrorCheckerTEXT.test_fake_content_type [0.000880s] ... ok
{0} tempest.tests.lib.test_rest_client.TestRestClientErrorCheckerTEXT.test_response_400 [0.002554s] ... ok
{0} tempest.tests.lib.test_rest_client.TestRestClientErrorCheckerTEXT.test_response_400_with_dict [0.002133s] ... ok
{0} tempest.tests.lib.test_rest_client.TestRestClientErrorCheckerTEXT.test_response_401 [0.000865s] ... ok
{0} tempest.tests.lib.test_rest_client.TestRestClientErrorCheckerTEXT.test_response_401_with_dict [0.004372s] ... ok
{0} tempest.tests.lib.test_rest_client.TestRestClientErrorCheckerTEXT.test_response_403 [0.000862s] ... ok
{0} tempest.tests.lib.test_rest_client.TestRestClientErrorCheckerTEXT.test_response_403_with_dict [0.000845s] ... ok
{0} tempest.tests.lib.test_rest_client.TestRestClientErrorCheckerTEXT.test_response_404 [0.000832s] ... ok
{0} tempest.tests.lib.test_rest_client.TestRestClientErrorCheckerTEXT.test_response_404_with_dict [0.001041s] ... ok
{0} tempest.tests.lib.test_rest_client.TestRestClientErrorCheckerTEXT.test_response_404_with_invalid_dict [0.000878s] ... ok
{0} tempest.tests.lib.test_rest_client.TestRestClientErrorCheckerTEXT.test_response_409 [0.000831s] ... ok
{0} tempest.tests.lib.test_rest_client.TestRestClientErrorCheckerTEXT.test_response_409_with_dict [0.000849s] ... ok
{0} tempest.tests.lib.test_rest_client.TestRestClientErrorCheckerTEXT.test_response_410 [0.000840s] ... ok
{0} tempest.tests.lib.test_rest_client.TestRestClientErrorCheckerTEXT.test_response_410_with_dict [0.000833s] ... ok
{0} tempest.tests.lib.test_rest_client.TestRestClientErrorCheckerTEXT.test_response_410_with_invalid_dict [0.000807s] ... ok
{0} tempest.tests.lib.test_rest_client.TestRestClientErrorCheckerTEXT.test_response_413 [0.001003s] ... ok
{0} tempest.tests.lib.test_rest_client.TestRestClientErrorCheckerTEXT.test_response_413_without_absolute_limit [0.000665s] ... ok
{0} tempest.tests.lib.test_rest_client.TestRestClientErrorCheckerTEXT.test_response_415 [0.000990s] ... ok
{0} tempest.tests.lib.test_rest_client.TestRestClientErrorCheckerTEXT.test_response_422 [0.001242s] ... ok
{0} tempest.tests.lib.test_rest_client.TestRestClientErrorCheckerTEXT.test_response_500_with_dict [0.000845s] ... ok
{0} tempest.tests.lib.test_rest_client.TestRestClientErrorCheckerTEXT.test_response_500_with_text [0.000811s] ... ok
{0} tempest.tests.lib.test_rest_client.TestRestClientErrorCheckerTEXT.test_response_501_with_dict [0.000922s] ... ok
{0} tempest.tests.lib.test_rest_client.TestRestClientErrorCheckerTEXT.test_response_501_with_text [0.000859s] ... ok
{0} tempest.tests.lib.test_rest_client.TestRestClientErrorCheckerTEXT.test_response_bigger_than_400 [0.000867s] ... ok
{0} tempest.tests.lib.test_rest_client.TestRestClientErrorCheckerTEXT.test_response_less_than_400 [0.000961s] ... ok
{0} tempest.tests.lib.test_rest_client.TestRestClientNotFoundHandling.test_post [0.003303s] ... ok
{0} tempest.tests.lib.test_rest_client.TestRestClientParseRespJSON.test_parse_nullable_dict [0.001093s] ... ok
{0} tempest.tests.lib.test_rest_client.TestRestClientParseRespJSON.test_parse_resp_body_dict [0.001059s] ... ok
{0} tempest.tests.lib.test_rest_client.TestRestClientParseRespJSON.test_parse_resp_body_item [0.001242s] ... ok
{0} tempest.tests.lib.test_rest_client.TestRestClientParseRespJSON.test_parse_resp_body_list [0.001108s] ... ok
{0} tempest.tests.lib.test_rest_client.TestRestClientParseRespJSON.test_parse_resp_one_top_key_without_list_or_dict [0.001101s] ... ok
{0} tempest.tests.lib.test_rest_client.TestRestClientParseRespJSON.test_parse_resp_two_top_keys [0.001142s] ... ok
{0} tempest.tests.lib.test_rest_client.TestRestClientUpdateHeaders.test_copy_update_headers [0.002433s] ... ok
{0} tempest.tests.lib.test_rest_client.TestRestClientUpdateHeaders.test_delete_update_headers [0.002171s] ... ok
{0} tempest.tests.lib.test_rest_client.TestRestClientUpdateHeaders.test_get_update_headers [0.001932s] ... ok
{0} tempest.tests.lib.test_rest_client.TestRestClientUpdateHeaders.test_head_update_headers [0.002401s] ... ok
{0} tempest.tests.lib.test_rest_client.TestRestClientUpdateHeaders.test_patch_update_headers [0.002010s] ... ok
{0} tempest.tests.lib.test_rest_client.TestRestClientUpdateHeaders.test_post_update_headers [0.001970s] ... ok
{0} tempest.tests.lib.test_rest_client.TestRestClientUpdateHeaders.test_put_update_headers [0.001951s] ... ok
{0} tempest.tests.lib.test_ssh.TestSshClient.test_exec_bad_command_output [0.009038s] ... ok
{0} tempest.tests.lib.test_ssh.TestSshClient.test_exec_command [0.010160s] ... ok
{0} tempest.tests.lib.test_ssh.TestSshClient.test_exec_command_no_select [0.011015s] ... ok
{0} tempest.tests.lib.test_ssh.TestSshClient.test_exec_good_command_output [0.012235s] ... ok
2016-10-19 15:06:59.872 9758 INFO tempest.lib.common.ssh [-] Creating ssh connection to 'localhost:22' as 'root' with password None
2016-10-19 15:06:59.872 9758 INFO tempest.lib.common.ssh [-] ssh connection to root@localhost successfully created
{0} tempest.tests.lib.test_ssh.TestSshClient.test_get_ssh_connection [0.003381s] ... ok
{0} tempest.tests.lib.test_ssh.TestSshClient.test_get_ssh_connection_timeout [0.004306s] ... ok
2016-10-19 15:06:59.880 9758 INFO tempest.lib.common.ssh [-] Creating ssh connection to 'localhost:22' as 'root' with password None
2016-10-19 15:06:59.881 9758 WARNING tempest.lib.common.ssh [-] Failed to establish authenticated ssh connection to root@localhost (). Number attempts: 1. Retry after 2 seconds.
2016-10-19 15:06:59.881 9758 INFO tempest.lib.common.ssh [-] ssh connection to root@localhost successfully created
{0} tempest.tests.lib.test_ssh.TestSshClient.test_get_ssh_connection_two_attemps [0.004271s] ... ok
{0} tempest.tests.lib.test_ssh.TestSshClient.test_pkey_calls_paramiko_RSAKey [0.001784s] ... ok
{0} tempest.tests.lib.test_ssh.TestSshClient.test_timeout_in_exec_command [0.009447s] ... ok
2016-10-19 15:06:59.895 9758 WARNING tempest.test [-] Client manager not found, validation resources not created
{0} tempest.tests.stress.test_stressaction.TestStressAction.testStressMaxTestRuns [0.000659s] ... ok
{0} tempest.tests.stress.test_stressaction.TestStressAction.testStressTestRun [0.000515s] ... ok
2016-10-19 15:06:59.897 9758 ERROR tempest.tests.stress.test_stressaction.FakeStressActionFailing [-] Failure in run
2016-10-19 15:06:59.897 9758 ERROR tempest.tests.stress.test_stressaction.FakeStressActionFailing Traceback (most recent call last):
2016-10-19 15:06:59.897 9758 ERROR tempest.tests.stress.test_stressaction.FakeStressActionFailing File "tempest/stress/stressaction.py", line 81, in execute
2016-10-19 15:06:59.897 9758 ERROR tempest.tests.stress.test_stressaction.FakeStressActionFailing self.run()
2016-10-19 15:06:59.897 9758 ERROR tempest.tests.stress.test_stressaction.FakeStressActionFailing File "tempest/tests/stress/test_stressaction.py", line 35, in run
2016-10-19 15:06:59.897 9758 ERROR tempest.tests.stress.test_stressaction.FakeStressActionFailing raise Exception('FakeStressActionFailing raise exception')
2016-10-19 15:06:59.897 9758 ERROR tempest.tests.stress.test_stressaction.FakeStressActionFailing Exception: FakeStressActionFailing raise exception
201{3} tempest.tests.cmd.test_run.TestRunReturnCode.test_tempest_run_passes_with_testrepository [1.845183s] ... ok
6-10-19 15:06:59.{3} tempest.tests.cmd.test_subunit_describe_calls.TestSubunitDescribeCalls.test_parse [0.003945s] ... ok
897 9758 ERROR tempest.tests.stress.test_stressaction.FakeStressActionFailing
{0} tempest.tests.stress.test_stressaction.TestStressAction.testStressTestRunWithException [0.001130s] ... ok
{0} tempest.tests.test_decorators.TestConfigDecorators.test_skip_if_false_option [0.004383s] ... ok
{0} tempest.tests.test_decorators.TestConfigDecorators.test_skip_if_no_group [0.004157s] ... ok
{0} tempest.tests.test_decorators.TestConfigDecorators.test_skip_if_no_option [0.005792s] ... ok
{0} tempest.tests.test_decorators.TestConfigDecorators.test_skip_if_true_option [0.004434s] ... ok
{0} tempest.tests.test_decorators.TestConfigDecorators.test_skip_if_true_option_msg [0.004532s] ... ok
{0} tempest.tests.test_decorators.TestConfigDecorators.test_skip_unless_false_option [0.004877s] ... ok
{0} tempest.tests.test_decorators.TestConfigDecorators.test_skip_unless_false_option_msg [0.004259s] ... ok
{0} tempest.tests.test_decorators.TestConfigDecorators.test_skip_unless_no_group [0.004653s] ... ok
{0} tempest.tests.test_decorators.TestConfigDecorators.test_skip_unless_no_option [0.009241s] ... ok
{0} tempest.tests.test_decorators.TestConfigDecorators.test_skip_unless_true_option [0.008532s] ... ok
{0} tempest.tests.test_decorators.TestRequiresExtDecorator.test_requires_ext_decorator [0.013809s] ... ok
{0} tempest.tests.test_decorators.TestRequiresExtDecorator.test_requires_ext_decorator_bad_service [0.006458s] ... ok
{0} tempest.tests.test_decorators.TestRequiresExtDecorator.test_requires_ext_decorator_disabled_ext [0.004892s] ... ok
{0} tempest.tests.test_decorators.TestRequiresExtDecorator.test_requires_ext_decorator_with_all_ext_enabled [0.013914s] ... ok
{0} tempest.tests.test_negative_rest_client.TestNegativeRestClient.test_copy [0.011017s] ... ok
{0} tempest.tests.test_negative_rest_client.TestNegativeRestClient.test_delete [0.008183s] ... ok
{0} tempest.tests.test_negative_rest_client.TestNegativeRestClient.test_get [0.006540s] ... ok
{0} tempest.tests.test_negative_rest_client.TestNegativeRestClient.test_head [0.007540s] ... ok
{0} tempest.tests.test_negative_rest_client.TestNegativeRestClient.test_other [0.005385s] ... ok
{0} tempest.tests.test_negative_rest_client.TestNegativeRestClient.test_patch [0.007423s] ... ok
{0} tempest.tests.test_negative_rest_client.TestNegativeRestClient.test_post [0.005720s] ... ok
{0} tempest.tests.test_negative_rest_client.TestNegativeRestClient.test_put [0.007635s] ... ok
{3} tempest.tests.cmd.test_subunit_describe_calls.TestSubunitDescribeCalls.test_return_code [0.239278s] ... ok
{3} tempest.tests.cmd.test_workspace.TestTempestWorkspaceManager.test_path_expansion [0.007006s] ... ok
{3} tempest.tests.cmd.test_workspace.TestTempestWorkspaceManager.test_workspace_manager_get [0.003857s] ... ok
{3} tempest.tests.cmd.test_workspace.TestTempestWorkspaceManager.test_workspace_manager_move [0.004853s] ... ok
{3} tempest.tests.cmd.test_workspace.TestTempestWorkspaceManager.test_workspace_manager_remove [0.005006s] ... ok
{3} tempest.tests.cmd.test_workspace.TestTempestWorkspaceManager.test_workspace_manager_rename [0.005873s] ... ok
{3} tempest.tests.common.test_admin_available.TestAdminAvailableV3.test__dynamic_creds__accounts_file__no_admin [0.005276s] ... ok
{3} tempest.tests.common.test_admin_available.TestAdminAvailableV3.test__no_dynamic_creds__accounts_file__admin_role [0.005544s] ... ok
{3} tempest.tests.common.test_admin_available.TestAdminAvailableV3.test__no_dynamic_creds__accounts_file__admin_type [0.004732s] ... ok
{3} tempest.tests.common.test_admin_available.TestAdminAvailableV3.test__no_dynamic_creds__accounts_file__no_admin [0.005736s] ... ok
{3} tempest.tests.common.test_admin_available.TestAdminAvailableV3.test__no_dynamic_creds__no_accounts_file__admin [0.006445s] ... ok
{3} tempest.tests.common.test_admin_available.TestAdminAvailableV3.test__no_dynamic_creds__no_accounts_file__no_admin [0.004847s] ... ok
{3} tempest.tests.common.test_alt_available.TestAltAvailableV3.test__dynamic_creds__accounts_file__one_user [0.005141s] ... ok
{3} tempest.tests.common.test_alt_available.TestAltAvailableV3.test__no_dynamic_creds__accounts_file__one_user [0.005542s] ... ok
{3} tempest.tests.common.test_alt_available.TestAltAvailableV3.test__no_dynamic_creds__accounts_file__two_users [0.005511s] ... ok
{3} tempest.tests.common.test_alt_available.TestAltAvailableV3.test__no_dynamic_creds__accounts_file__two_users_identical [0.006941s] ... ok
2016-10-19 15:07:00.558 9765 DEBUG tempest.common.utils.linux.remote_client [-] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; fake command exec_command tempest/common/utils/linux/remote_client.py:90
2016-10-19 15:07:00.561 9765 DEBUG tempest.common.utils.linux.remote_client [-] Caller: TestRemoteClientWithBrokenServer:test_exec_command_debug_ssh_console. Timeout trying to ssh to server {'name': 'broken_server', 'id': 'broken_server_uuid', 'status': 'ERROR'} wrapper tempest/common/utils/linux/remote_client.py:42
2016-10-19 15:07:00.562 9765 DEBUG tempest.common.utils.linux.remote_client [-] Could not get console_log for server broken_server_uuid wrapper tempest/common/utils/linux/remote_client.py:52
{3} tempest.tests.common.utils.linux.test_remote_client.TestRemoteClientWithBrokenServer.test_exec_command_debug_ssh_console [0.010159s] ... ok
2016-10-19 15:07:00.569 9765 DEBUG tempest.common.utils.linux.remote_client [-] Caller: TestRemoteClientWithBrokenServer:test_validate_debug_ssh_console. Timeout trying to ssh to server {'name': 'broken_server', 'id': 'broken_server_uuid', 'status': 'ERROR'} wrapper tempest/common/utils/linux/remote_client.py:42
2016-10-19 15:07:00.569 9765 DEBUG tempest.common.utils.linux.remote_client [-] Could not get console_log for server broken_server_uuid wrapper tempest/common/utils/linux/remote_client.py:52
{3} tempest.tests.common.utils.linux.test_remote_client.TestRemoteClientWithBrokenServer.test_validate_debug_ssh_console [0.005763s] ... ok
2016-10-19 15:07:00.575 9765 DEBUG tempest.common.utils.linux.remote_client [-] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; fake command exec_command tempest/common/utils/linux/remote_client.py:90
2016-10-19 15:07:00.575 9765 DEBUG tempest.common.utils.linux.remote_client [-] Caller: TestRemoteClientWithServer:test_exec_command_debug_ssh_console. Timeout trying to ssh to server {'name': 'fake_server', 'id': 'server_uuid', 'status': 'ACTIVE'} wrapper tempest/common/utils/linux/remote_client.py:42
2016-10-19 15:07:00.575 9765 DEBUG tempest.common.utils.linux.remote_client [-] Console log for server server_uuid: Console output for server_uuid wrapper tempest/common/utils/linux/remote_client.py:49
{3} tempest.tests.common.utils.linux.test_remote_client.TestRemoteClientWithServer.test_exec_command_debug_ssh_console [0.005599s] ... ok
2016-10-19 15:07:00.581 9765 DEBUG tempest.common.utils.linux.remote_client [-] Caller: TestRemoteClientWithServer:test_validate_debug_ssh_console. Timeout trying to ssh to server {'name': 'fake_server', 'id': 'server_uuid', 'status': 'ACTIVE'} wrapper tempest/common/utils/linux/remote_client.py:42
2016-10-19 15:07:00.581 9765 DEBUG tempest.common.utils.linux.remote_client [-] Console log for server server_uuid: Console output for server_uuid wrapper tempest/common/utils/linux/remote_client.py:49
{3} tempest.tests.common.utils.linux.test_remote_client.TestRemoteClientWithServer.test_validate_debug_ssh_console [0.005696s] ... ok
2016-10-19 15:07:00.615 9765 INFO tempest.lib.cli.base [-] running: '/bin/ls --foobar tempest.lib '
{3} tempest.tests.lib.cli.test_execute.TestExecute.test_execute_failure [0.032937s] ... ok
2016-10-19 15:07:00.646 9765 INFO tempest.lib.cli.base [-] running: '/bin/ls --foobar tempest '
{3} tempest.tests.lib.cli.test_execute.TestExecute.test_execute_failure_raise_exception [0.031073s] ... ok
2016-10-19 15:07:00.684 9765 INFO tempest.lib.cli.base [-] running: '/bin/ls -l -a tempest '
{3} tempest.tests.lib.cli.test_execute.TestExecute.test_execute_success [0.037371s] ... ok
{3} tempest.tests.lib.common.test_api_version_request.APIVersionRequestTests.test_get_string [0.001104s] ... ok
{3} tempest.tests.lib.common.test_api_version_request.APIVersionRequestTests.test_invalid_version_strings [0.001904s] ... ok
{3} tempest.tests.lib.common.test_api_version_request.APIVersionRequestTests.test_null_version [0.000612s] ... ok
{3} tempest.tests.lib.common.test_api_version_request.APIVersionRequestTests.test_valid_version_strings [0.000950s] ... ok
{3} tempest.tests.lib.common.test_api_version_request.APIVersionRequestTests.test_version_comparisons [0.000774s] ... ok
{3} tempest.tests.lib.common.test_api_version_request.APIVersionRequestTests.test_version_matches [0.000841s] ... ok
{3} tempest.tests.lib.common.test_api_version_utils.TestSelectRequestMicroversion.test_both_min_version_equal [0.000749s] ... ok
{3} tempest.tests.lib.common.test_api_version_utils.TestSelectRequestMicroversion.test_both_min_version_none [0.000655s] ... ok
{3} tempest.tests.lib.common.test_api_version_utils.TestSelectRequestMicroversion.test_cfg_min_version_greater [0.000957s] ... ok
{3} tempest.tests.lib.common.test_api_version_utils.TestSelectRequestMicroversion.test_cfg_min_version_none [0.000747s] ... ok
{3} tempest.tests.lib.common.test_api_version_utils.TestSelectRequestMicroversion.test_class_min_version_greater [0.001579s] ... ok
{3} tempest.tests.lib.common.test_api_version_utils.TestSelectRequestMicroversion.test_class_min_version_none [0.000632s] ... ok
{3} tempest.tests.lib.services.compute.test_base_compute_client.TestClientWithoutMicroversionHeader.test_no_microverion_header [0.000744s] ... ok
2016-10-19 15:07:00.704 9765 INFO tempest.lib.common.rest_client [-] Request (TestClientWithoutMicroversionHeader:test_no_microverion_header_in_raw_request): 200 GET fake_url 0.000s
{3} tempest.tests.lib.services.compute.test_base_compute_client.TestClientWithoutMicroversionHeader.test_no_microverion_header_in_raw_request [0.001565s] ... ok
{3} tempest.tests.lib.services.compute.test_base_compute_client.TestSchemaVersionsLatest.test_schema [0.000659s] ... ok
{3} tempest.tests.lib.services.compute.test_base_compute_client.TestSchemaVersionsNone.test_schema [0.000467s] ... ok
{3} tempest.tests.lib.services.compute.test_base_compute_client.TestSchemaVersionsV22.test_schema [0.000489s] ... ok
{3} tempest.tests.lib.services.compute.test_base_compute_client.TestSchemaVersionsV29.test_schema [0.000494s] ... ok
{3} tempest.tests.lib.services.compute.test_extensions_client.TestExtensionsClient.test_list_extensions_with_bytes_body [0.002338s] ... ok
{3} tempest.tests.lib.services.compute.test_extensions_client.TestExtensionsClient.test_list_extensions_with_str_body [0.002017s] ... ok
{3} tempest.tests.lib.services.compute.test_extensions_client.TestExtensionsClient.test_show_extension_with_bytes_body [0.001663s] ... ok
{3} tempest.tests.lib.services.compute.test_extensions_client.TestExtensionsClient.test_show_extension_with_str_body [0.000815s] ... ok
{3} tempest.tests.lib.services.compute.test_floating_ip_pools_client.TestFloatingIPPoolsClient.test_list_floating_ip_pools_with_bytes_body [0.001804s] ... ok
{3} tempest.tests.lib.services.compute.test_floating_ip_pools_client.TestFloatingIPPoolsClient.test_list_floating_ip_pools_with_str_body [0.001517s] ... ok
{3} tempest.tests.lib.services.compute.test_security_groups_client.TestSecurityGroupsClient.test_create_security_group_with_bytes_body [0.002482s] ... ok
{3} tempest.tests.lib.services.compute.test_security_groups_client.TestSecurityGroupsClient.test_create_security_group_with_str_body [0.003159s] ... ok
{3} tempest.tests.lib.services.compute.test_security_groups_client.TestSecurityGroupsClient.test_delete_security_group [0.000974s] ... ok
{3} tempest.tests.lib.services.compute.test_security_groups_client.TestSecurityGroupsClient.test_is_resource_deleted_false [0.000832s] ... ok
{3} tempest.tests.lib.services.compute.test_security_groups_client.TestSecurityGroupsClient.test_is_resource_deleted_true [0.001967s] ... ok
{3} tempest.tests.lib.services.compute.test_security_groups_client.TestSecurityGroupsClient.test_list_security_groups_with_bytes_body [0.003822s] ... ok
{3} tempest.tests.lib.services.compute.test_security_groups_client.TestSecurityGroupsClient.test_list_security_groups_with_str_body [0.004453s] ... ok
{3} tempest.tests.lib.services.compute.test_security_groups_client.TestSecurityGroupsClient.test_show_security_group_with_bytes_body [0.003724s] ... ok
{3} tempest.tests.lib.services.compute.test_security_groups_client.TestSecurityGroupsClient.test_show_security_group_with_str_body [0.004099s] ... ok
{3} tempest.tests.lib.services.compute.test_security_groups_client.TestSecurityGroupsClient.test_update_security_group_with_bytes_body [0.005015s] ... ok
{3} tempest.tests.lib.services.compute.test_security_groups_client.TestSecurityGroupsClient.test_update_security_group_with_str_body [0.003678s] ... ok
{3} tempest.tests.lib.services.compute.test_services_client.TestServicesClient.test_disable_service_with_bytes_body [0.002200s] ... ok
{3} tempest.tests.lib.services.compute.test_services_client.TestServicesClient.test_disable_service_with_str_body [0.002553s] ... ok
{3} tempest.tests.lib.services.compute.test_services_client.TestServicesClient.test_enable_service_with_bytes_body [0.002415s] ... ok
{3} tempest.tests.lib.services.compute.test_services_client.TestServicesClient.test_enable_service_with_str_body [0.002606s] ... ok
{3} tempest.tests.lib.services.compute.test_services_client.TestServicesClient.test_list_services_with_bytes_body [0.003159s] ... ok
{3} tempest.tests.lib.services.compute.test_services_client.TestServicesClient.test_list_services_with_str_body [0.003403s] ... ok
{3} tempest.tests.lib.services.compute.test_snapshots_client.TestSnapshotsClient.test_create_shapshot_with_bytes_body [0.002916s] ... ok
{3} tempest.tests.lib.services.compute.test_snapshots_client.TestSnapshotsClient.test_create_snapshot_with_str_body [0.003221s] ... ok
{3} tempest.tests.lib.services.compute.test_snapshots_client.TestSnapshotsClient.test_delete_snapshot [0.001161s] ... ok
{3} tempest.tests.lib.services.compute.test_snapshots_client.TestSnapshotsClient.test_is_resource_deleted_false [0.001053s] ... ok
{3} tempest.tests.lib.services.compute.test_snapshots_client.TestSnapshotsClient.test_is_resource_deleted_true [0.001490s] ... ok
{3} tempest.tests.lib.services.compute.test_snapshots_client.TestSnapshotsClient.test_list_snapshots_with_byte_body [0.003044s] ... ok
{3} tempest.tests.lib.services.compute.test_snapshots_client.TestSnapshotsClient.test_list_snapshots_with_params [0.003511s] ... ok
{3} tempest.tests.lib.services.compute.test_snapshots_client.TestSnapshotsClient.test_list_snapshots_with_str_body [0.003899s] ... ok
{3} tempest.tests.lib.services.compute.test_snapshots_client.TestSnapshotsClient.test_show_snapshot_with_bytes_body [0.003289s] ... ok
{3} tempest.tests.lib.services.compute.test_snapshots_client.TestSnapshotsClient.test_show_snapshot_with_str_body [0.002985s] ... ok
{3} tempest.tests.lib.services.compute.test_tenant_networks_client.TestTenantNetworksClient.test_list_tenant_networks_with_bytes_body [0.002745s] ... ok
{3} tempest.tests.lib.services.compute.test_tenant_networks_client.TestTenantNetworksClient.test_list_tenant_networks_with_str_body [0.002667s] ... ok
{3} tempest.tests.lib.services.compute.test_tenant_networks_client.TestTenantNetworksClient.test_show_tenant_network_with_bytes_body [0.004013s] ... ok
{3} tempest.tests.lib.services.compute.test_tenant_networks_client.TestTenantNetworksClient.test_show_tenant_network_with_str_body [0.002563s] ... ok
{3} tempest.tests.lib.services.compute.test_tenant_usages_client.TestTenantUsagesClient.test_list_tenant_usages_with_bytes_body [0.004641s] ... ok
{3} tempest.tests.lib.services.compute.test_tenant_usages_client.TestTenantUsagesClient.test_list_tenant_usages_with_str_body [0.004490s] ... ok
{3} tempest.tests.lib.services.compute.test_tenant_usages_client.TestTenantUsagesClient.test_show_tenant_usage_with_bytes_body [0.005395s] ... ok
{3} tempest.tests.lib.services.compute.test_tenant_usages_client.TestTenantUsagesClient.test_show_tenant_usage_with_str_body [0.004521s] ... ok
{3} tempest.tests.lib.services.identity.v2.test_identity_client.TestIdentityClient.test_delete_token [0.001661s] ... ok
{3} tempest.tests.lib.services.identity.v2.test_identity_client.TestIdentityClient.test_show_api_description_with_bytes_body [0.001554s] ... ok
{3} tempest.tests.lib.services.identity.v2.test_identity_client.TestIdentityClient.test_show_api_description_with_str_body [0.001372s] ... ok
{3} tempest.tests.lib.services.identity.v2.test_identity_client.TestIdentityClient.test_show_list_extensions_with_bytes_body [0.001444s] ... ok
{3} tempest.tests.lib.services.identity.v2.test_identity_client.TestIdentityClient.test_show_list_extensions_with_str_body [0.001664s] ... ok
{3} tempest.tests.lib.services.identity.v2.test_identity_client.TestIdentityClient.test_show_token_with_bytes_body [0.001407s] ... ok
{3} tempest.tests.lib.services.identity.v2.test_identity_client.TestIdentityClient.test_show_token_with_str_body [0.001352s] ... ok
{3} tempest.tests.lib.services.identity.v3.test_credentials_client.TestCredentialsClient.test_create_credential_with_bytes_body [0.001382s] ... ok
{3} tempest.tests.lib.services.identity.v3.test_credentials_client.TestCredentialsClient.test_create_credential_with_str_body [0.001652s] ... ok
{3} tempest.tests.lib.services.identity.v3.test_credentials_client.TestCredentialsClient.test_delete_credential [0.001207s] ... ok
{3} tempest.tests.lib.services.identity.v3.test_credentials_client.TestCredentialsClient.test_list_credentials_with_bytes_body [0.001473s] ... ok
{3} tempest.tests.lib.services.identity.v3.test_credentials_client.TestCredentialsClient.test_list_credentials_with_str_body [0.001739s] ... ok
{3} tempest.tests.lib.services.identity.v3.test_credentials_client.TestCredentialsClient.test_show_credential_with_bytes_body [0.001393s] ... ok
{3} tempest.tests.lib.services.identity.v3.test_credentials_client.TestCredentialsClient.test_show_credential_with_str_body [0.001685s] ... ok
{3} tempest.tests.lib.services.identity.v3.test_credentials_client.TestCredentialsClient.test_update_credential_with_bytes_body [0.001819s] ... ok
{3} tempest.tests.lib.services.identity.v3.test_credentials_client.TestCredentialsClient.test_update_credential_with_str_body [0.001748s] ... ok
{3} tempest.tests.lib.services.identity.v3.test_identity_client.TestIdentityClient.test_delete_token [0.001444s] ... ok
{3} tempest.tests.lib.services.identity.v3.test_identity_client.TestIdentityClient.test_show_api_description_with_bytes_body [0.001858s] ... ok
{3} tempest.tests.lib.services.identity.v3.test_identity_client.TestIdentityClient.test_show_api_description_with_str_body [0.001866s] ... ok
{3} tempest.tests.lib.services.identity.v3.test_identity_client.TestIdentityClient.test_show_token_with_bytes_body [0.001918s] ... ok
{3} tempest.tests.lib.services.identity.v3.test_identity_client.TestIdentityClient.test_show_token_with_str_body [0.001546s] ... ok
{3} tempest.tests.lib.services.identity.v3.test_projects_client.TestProjectsClient.test_create_project_with_bytes_body [0.001866s] ... ok
{3} tempest.tests.lib.services.identity.v3.test_projects_client.TestProjectsClient.test_create_project_with_str_body [0.001818s] ... ok
{3} tempest.tests.lib.services.identity.v3.test_projects_client.TestProjectsClient.test_delete_project [0.001569s] ... ok
{3} tempest.tests.lib.services.identity.v3.test_projects_client.TestProjectsClient.test_list_projects_with_bytes_body [0.001771s] ... ok
{3} tempest.tests.lib.services.identity.v3.test_projects_client.TestProjectsClient.test_list_projects_with_str_body [0.001459s] ... ok
{3} tempest.tests.lib.services.identity.v3.test_projects_client.TestProjectsClient.test_show_project_with_bytes_body [0.001322s] ... ok
{3} tempest.tests.lib.services.identity.v3.test_projects_client.TestProjectsClient.test_show_project_with_str_body [0.001569s] ... ok
{3} tempest.tests.lib.services.identity.v3.test_projects_client.TestProjectsClient.test_update_project_with_bytes_body [0.001356s] ... ok
{3} tempest.tests.lib.services.identity.v3.test_projects_client.TestProjectsClient.test_update_project_with_str_body [0.001422s] ... ok
{3} tempest.tests.lib.services.identity.v3.test_trusts_client.TestTrustsClient.test_create_trust_with_bytes_body [0.001423s] ... ok
{3} tempest.tests.lib.services.identity.v3.test_trusts_client.TestTrustsClient.test_create_trust_with_str_body [0.003170s] ... ok
{3} tempest.tests.lib.services.identity.v3.test_trusts_client.TestTrustsClient.test_delete_trust [0.001374s] ... ok
{3} tempest.tests.lib.services.identity.v3.test_trusts_client.TestTrustsClient.test_list_trusts_with_bytes_body [0.001328s] ... ok
{3} tempest.tests.lib.services.identity.v3.test_trusts_client.TestTrustsClient.test_list_trusts_with_str_body [0.002164s] ... ok
{3} tempest.tests.lib.services.identity.v3.test_trusts_client.TestTrustsClient.test_show_trust_with_bytes_body [0.001406s] ... ok
{3} tempest.tests.lib.services.identity.v3.test_trusts_client.TestTrustsClient.test_show_trust_with_str_body [0.002392s] ... ok
{3} tempest.tests.lib.services.network.test_routers_client.TestRoutersClient.test_create_router_with_bytes_body [0.001550s] ... ok
{3} tempest.tests.lib.services.network.test_routers_client.TestRoutersClient.test_create_router_with_str_body [0.001583s] ... ok
{3} tempest.tests.lib.services.network.test_routers_client.TestRoutersClient.test_delete_router [0.001017s] ... ok
{3} tempest.tests.lib.services.network.test_routers_client.TestRoutersClient.test_list_routers_with_bytes_body [0.001048s] ... ok
{3} tempest.tests.lib.services.network.test_routers_client.TestRoutersClient.test_list_routers_with_str_body [0.001230s] ... ok
{3} tempest.tests.lib.services.network.test_routers_client.TestRoutersClient.test_update_router_with_bytes_body [0.001151s] ... ok
{3} tempest.tests.lib.services.network.test_routers_client.TestRoutersClient.test_update_router_with_str_body [0.001190s] ... ok
{3} tempest.tests.lib.services.test_clients.TestServiceClients.test___init___base_creds_uri [0.001442s] ... ok
{3} tempest.tests.lib.services.test_clients.TestServiceClients.test___init___creds_uri_none [0.002402s] ... ok
{3} tempest.tests.lib.services.test_clients.TestServiceClients.test___init___creds_uri_params [0.002399s] ... ok
{3} tempest.tests.lib.services.test_clients.TestServiceClients.test___init___creds_uri_params_unknown_services [0.001844s] ... ok
{3} tempest.tests.lib.services.test_clients.TestServiceClients.test___init___creds_v2_uri [0.001770s] ... ok
{3} tempest.tests.lib.services.test_clients.TestServiceClients.test___init___creds_v3_uri [0.002807s] ... ok
{3} tempest.tests.lib.services.test_clients.TestServiceClients.test___init___invalid_creds_uri [0.001412s] ... ok
{3} tempest.tests.lib.services.test_clients.TestServiceClients.test__setup_parameters_all [0.002197s] ... ok
{3} tempest.tests.lib.services.test_clients.TestServiceClients.test__setup_parameters_none [0.002709s] ... ok
{3} tempest.tests.lib.services.test_clients.TestServiceClients.test__setup_parameters_none_no_region [0.002141s] ... ok
{3} tempest.tests.lib.services.test_clients.TestServiceClients.test_register_service_client_module [0.003739s] ... ok
{3} tempest.tests.lib.services.test_clients.TestServiceClients.test_register_service_client_module_duplicate_name [0.002652s] ... ok
{3} tempest.tests.lib.services.test_clients.TestServiceClients.test_register_service_client_module_duplicate_service [0.002756s] ... ok
{3} tempest.tests.lib.services.test_clients.TestServiceClients.test_register_service_client_module_override_default [0.002941s] ... ok
{3} tempest.tests.lib.services.volume.v1.test_encryption_types_client.TestEncryptionTypesClient.test_create_encryption_type_with_bytes_body [0.001249s] ... ok
{3} tempest.tests.lib.services.volume.v1.test_encryption_types_client.TestEncryptionTypesClient.test_create_encryption_type_with_str_body [0.000894s] ... ok
{3} tempest.tests.lib.services.volume.v1.test_encryption_types_client.TestEncryptionTypesClient.test_delete_encryption_type [0.001106s] ... ok
{3} tempest.tests.lib.services.volume.v1.test_encryption_types_client.TestEncryptionTypesClient.test_show_encryption_type_with_bytes_body [0.001257s] ... ok
{3} tempest.tests.lib.services.volume.v1.test_encryption_types_client.TestEncryptionTypesClient.test_show_encryption_type_with_str_body [0.001141s] ... ok
{3} tempest.tests.lib.services.volume.v2.test_encryption_types_client.TestEncryptionTypesClient.test_create_encryption_type_with_bytes_body [0.001506s] ... ok
{3} tempest.tests.lib.services.volume.v2.test_encryption_types_client.TestEncryptionTypesClient.test_create_encryption_type_with_str_body [0.001365s] ... ok
{3} tempest.tests.lib.services.volume.v2.test_encryption_types_client.TestEncryptionTypesClient.test_delete_encryption_type [0.001306s] ... ok
{3} tempest.tests.lib.services.volume.v2.test_encryption_types_client.TestEncryptionTypesClient.test_show_encryption_type_with_bytes_body [0.001908s] ... ok
{3} tempest.tests.lib.services.volume.v2.test_encryption_types_client.TestEncryptionTypesClient.test_show_encryption_type_with_str_body [0.001605s] ... ok
{3} tempest.tests.lib.test_rest_client.TestExpectedSuccess.test_expected_succes_int_match [0.001432s] ... ok
{3} tempest.tests.lib.test_rest_client.TestExpectedSuccess.test_expected_succes_int_no_match [0.001649s] ... ok
{3} tempest.tests.lib.test_rest_client.TestExpectedSuccess.test_expected_succes_list_match [0.001556s] ... ok
{3} tempest.tests.lib.test_rest_client.TestExpectedSuccess.test_expected_succes_list_no_match [0.002699s] ... ok
{3} tempest.tests.lib.test_rest_client.TestExpectedSuccess.test_non_success_expected_code_as_non_int [0.001978s] ... ok
{3} tempest.tests.lib.test_rest_client.TestExpectedSuccess.test_non_success_expected_int [0.002217s] ... ok
{3} tempest.tests.lib.test_rest_client.TestExpectedSuccess.test_non_success_expected_list [0.001551s] ... ok
{3} tempest.tests.lib.test_rest_client.TestExpectedSuccess.test_non_success_read_code_as_list [0.001638s] ... ok
{3} tempest.tests.lib.test_rest_client.TestExpectedSuccess.test_non_success_read_code_as_string [0.001701s] ... ok
{3} tempest.tests.lib.test_rest_client.TestRateLimiting.test__get_retry_after_delay_of_zero_with_http_date [0.001684s] ... ok
{3} tempest.tests.lib.test_rest_client.TestRateLimiting.test__get_retry_after_delay_of_zero_with_integer [0.001285s] ... ok
{3} tempest.tests.lib.test_rest_client.TestRateLimiting.test__get_retry_after_delay_with_http_date [0.003764s] ... ok
{3} tempest.tests.lib.test_rest_client.TestRateLimiting.test__get_retry_after_delay_with_integer [0.001165s] ... ok
{3} tempest.tests.lib.test_rest_client.TestRateLimiting.test__get_retry_after_delay_with_invalid_http_date [0.002068s] ... ok
{3} tempest.tests.lib.test_rest_client.TestRateLimiting.test__get_retry_after_delay_with_missing_date_header [0.052963s] ... ok
{3} tempest.tests.lib.test_rest_client.TestRateLimiting.test__get_retry_after_delay_with_missing_retry_after_header [0.001140s] ... ok
{3} tempest.tests.lib.test_rest_client.TestRateLimiting.test_is_absolute_limit_gives_false_with_retry_after [0.001317s] ... ok
{3} tempest.tests.lib.test_rest_client.TestResponseBody.test_str [0.001277s] ... ok
{3} tempest.tests.lib.test_rest_client.TestRestClientErrorCheckerJSON.test_response_400 [0.001480s] ... ok
{3} tempest.tests.lib.test_rest_client.TestRestClientErrorCheckerJSON.test_response_400_with_dict [0.001753s] ... ok
{3} tempest.tests.lib.test_rest_client.TestRestClientErrorCheckerJSON.test_response_401 [0.001407s] ... ok
{3} tempest.tests.lib.test_rest_client.TestRestClientErrorCheckerJSON.test_response_401_with_dict [0.001021s] ... ok
{3} tempest.tests.lib.test_rest_client.TestRestClientErrorCheckerJSON.test_response_403 [0.000844s] ... ok
{3} tempest.tests.lib.test_rest_client.TestRestClientErrorCheckerJSON.test_response_403_with_dict [0.002304s] ... ok
{3} tempest.tests.lib.test_rest_client.TestRestClientErrorCheckerJSON.test_response_404 [0.001036s] ... ok
{3} tempest.tests.lib.test_rest_client.TestRestClientErrorCheckerJSON.test_response_404_with_dict [0.001306s] ... ok
{3} tempest.tests.lib.test_rest_client.TestRestClientErrorCheckerJSON.test_response_404_with_invalid_dict [0.001486s] ... ok
{3} tempest.tests.lib.test_rest_client.TestRestClientErrorCheckerJSON.test_response_409 [0.001379s] ... ok
{3} tempest.tests.lib.test_rest_client.TestRestClientErrorCheckerJSON.test_response_409_with_dict [0.001550s] ... ok
{3} tempest.tests.lib.test_rest_client.TestRestClientErrorCheckerJSON.test_response_410 [0.001361s] ... ok
{3} tempest.tests.lib.test_rest_client.TestRestClientErrorCheckerJSON.test_response_410_with_dict [0.001360s] ... ok
{3} tempest.tests.lib.test_rest_client.TestRestClientErrorCheckerJSON.test_response_410_with_invalid_dict [0.001019s] ... ok
{3} tempest.tests.lib.test_rest_client.TestRestClientErrorCheckerJSON.test_response_413 [0.000996s] ... ok
{3} tempest.tests.lib.test_rest_client.TestRestClientErrorCheckerJSON.test_response_413_without_absolute_limit [0.001005s] ... ok
{3} tempest.tests.lib.test_rest_client.TestRestClientErrorCheckerJSON.test_response_415 [0.001046s] ... ok
{3} tempest.tests.lib.test_rest_client.TestRestClientErrorCheckerJSON.test_response_422 [0.000975s] ... ok
{3} tempest.tests.lib.test_rest_client.TestRestClientErrorCheckerJSON.test_response_500_with_dict [0.000994s] ... ok
{3} tempest.tests.lib.test_rest_client.TestRestClientErrorCheckerJSON.test_response_500_with_text [0.001146s] ... ok
{3} tempest.tests.lib.test_rest_client.TestRestClientErrorCheckerJSON.test_response_501_with_dict [0.000984s] ... ok
{3} tempest.tests.lib.test_rest_client.TestRestClientErrorCheckerJSON.test_response_501_with_text [0.001017s] ... ok
{3} tempest.tests.lib.test_rest_client.TestRestClientErrorCheckerJSON.test_response_bigger_than_400 [0.000986s] ... ok
{3} tempest.tests.lib.test_rest_client.TestRestClientErrorCheckerJSON.test_response_less_than_400 [0.000871s] ... ok
{3} tempest.tests.lib.test_rest_client.TestRestClientJSONSchemaValidation.test_validate_disable_additional_property_fail [0.001709s] ... ok
{3} tempest.tests.lib.test_rest_client.TestRestClientJSONSchemaValidation.test_validate_disable_additional_property_pass [0.001434s] ... ok
{3} tempest.tests.lib.test_rest_client.TestRestClientJSONSchemaValidation.test_validate_enable_additional_property_pass [0.001374s] ... ok
{3} tempest.tests.lib.test_rest_client.TestRestClientJSONSchemaValidation.test_validate_missing_required_attribute [0.002380s] ... ok
{3} tempest.tests.lib.test_rest_client.TestRestClientJSONSchemaValidation.test_validate_missing_response_body [0.001923s] ... ok
{3} tempest.tests.lib.test_rest_client.TestRestClientJSONSchemaValidation.test_validate_multiple_allowed_type [0.003376s] ... ok
{3} tempest.tests.lib.test_rest_client.TestRestClientJSONSchemaValidation.test_validate_not_http_success_code [0.000966s] ... ok
{3} tempest.tests.lib.test_rest_client.TestRestClientJSONSchemaValidation.test_validate_pass_with_http_redirect_code [0.001372s] ... ok
{3} tempest.tests.lib.test_rest_client.TestRestClientJSONSchemaValidation.test_validate_pass_with_http_success_code [0.001543s] ... ok
{3} tempest.tests.lib.test_rest_client.TestRestClientJSONSchemaValidation.test_validate_response_body_list_pass [0.001458s] ... ok
{3} tempest.tests.lib.test_rest_client.TestRestClientJSONSchemaValidation.test_validate_response_body_not_list [0.002032s] ... ok
{3} tempest.tests.lib.test_rest_client.TestRestClientJSONSchemaValidation.test_validate_unexpected_response_body [0.000985s] ... ok
{3} tempest.tests.lib.test_rest_client.TestRestClientJSONSchemaValidation.test_validate_wrong_attribute_type [0.001752s] ... ok
{3} tempest.tests.lib.test_rest_client.TestRestClientJSONSchemaValidation.test_validate_wrong_status_code [0.000706s] ... ok
2016-10-19 15:07:01.198 9765 INFO tempest.tests.stress.test_stress [-] running: 'python -m tempest.cmd.run_stress -h'
{3} tempest.tests.stress.test_stress.StressFrameworkTest.test_help_function [0.376195s] ... ok
{3} tempest.tests.test_decorators.TestIdempotentIdDecorator.test_idempotent_id_not_str [0.003484s] ... ok
{3} tempest.tests.test_decorators.TestIdempotentIdDecorator.test_idempotent_id_not_valid_uuid [0.002919s] ... ok
{3} tempest.tests.test_decorators.TestIdempotentIdDecorator.test_positive [0.003402s] ... ok
{3} tempest.tests.test_decorators.TestIdempotentIdDecorator.test_positive_without_doc [0.002635s] ... ok
{3} tempest.tests.test_decorators.TestServicesDecorator.test_services_decorator_with_duplicated_service [0.002531s] ... ok
{3} tempest.tests.test_decorators.TestServicesDecorator.test_services_decorator_with_invalid_service [0.002365s] ... ok
{3} tempest.tests.test_decorators.TestServicesDecorator.test_services_decorator_with_multiple_services [0.003013s] ... ok
{3} tempest.tests.test_decorators.TestServicesDecorator.test_services_decorator_with_service_valid_and_unavailable [0.002705s] ... ok
{3} tempest.tests.test_decorators.TestServicesDecorator.test_services_decorator_with_single_service [0.002489s] ... ok
{3} tempest.tests.test_decorators.TestServicesDecorator.test_services_list [0.003191s] ... ok
{3} tempest.tests.test_decorators.TestStressDecorator.test_stresstest_decorator_class_setup_frequency [0.002414s] ... ok
{3} tempest.tests.test_decorators.TestStressDecorator.test_stresstest_decorator_class_setup_frequency_non_default [0.002325s] ... ok
{3} tempest.tests.test_decorators.TestStressDecorator.test_stresstest_decorator_default [0.002355s] ... ok
{3} tempest.tests.test_decorators.TestStressDecorator.test_stresstest_decorator_set_frequency_and_inheritance [0.003349s] ... ok
Initialized empty Git repository in /tmp/tmpKQJNXt/tempest-unit3qWPY4/.git/
{3} tempest.tests.test_wrappers.TestWrappers.test_pretty_tox [1.246459s] ... ok
Initialized empty Git repository in /tmp/tmphVqMq8/tempest-unitueKNdA/.git/
{3} tempest.tests.test_wrappers.TestWrappers.test_pretty_tox_fails [1.056673s] ... ok
{3} tempest.tests.test_wrappers.TestWrappers.test_pretty_tox_serial [1.056237s] ... ok
{3} tempest.tests.test_wrappers.TestWrappers.test_pretty_tox_serial_fails [0.730834s] ... ok
======
Totals
======
Ran: 1270 tests in 14.0000 sec.
- Passed: 1270
- Skipped: 0
- Expected Fail: 0
- Unexpected Success: 0
- Failed: 0
Sum of execute time for each test: 24.5935 sec.
==============
Worker Balance
==============
- Worker 0 (404 tests) => 0:00:06.320579
- Worker 1 (321 tests) => 0:00:05.402678
- Worker 2 (315 tests) => 0:00:02.031635
- Worker 3 (230 tests) => 0:00:11.982896
Slowest Tests:
Test id Runtime (s)
---------------------------------------------------------------------------------------- -----------
tempest.tests.test_list_tests.TestTestList.test_testr_list_tests_no_errors 2.738
tempest.tests.cmd.test_run.TestRunReturnCode.test_tempest_run_fails 2.054
tempest.tests.cmd.test_run.TestRunReturnCode.test_tempest_run_passes_with_testrepository 1.845
tempest.tests.cmd.test_run.TestRunReturnCode.test_tempest_run_passes 1.617
tempest.tests.test_wrappers.TestWrappers.test_pretty_tox 1.246
tempest.tests.test_wrappers.TestWrappers.test_pretty_tox_fails 1.057
tempest.tests.cmd.test_workspace.TestTempestWorkspace.test_run_workspace_remove 1.056
tempest.tests.test_wrappers.TestWrappers.test_pretty_tox_serial 1.056
tempest.tests.cmd.test_workspace.TestTempestWorkspace.test_run_workspace_list 0.990
tempest.tests.cmd.test_list_plugins.TestTempestListPlugins.test_run_list_plugins 0.969
_______________________________________________________________________________ summary ________________________________________________________________________________
py27: commands succeeded
congratulations :)
erlon@thinkpad tempest $
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment