Mock Version: 1.2.15 Mock Version: 1.2.15 ENTER do(['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target noarch --nodeps /builddir/build/SPECS/openstack-tempest.spec'], chrootPath='/var/lib/mock/cloud7-openstack-ocata-el7-build-25371-35754/root'shell=FalseprintOutput=Falseenv={'LANG': 'en_GB', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOME': '/builddir', 'HOSTNAME': 'mock'}gid=135user='mockbuild'timeout=86400logger=uid=497) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target noarch --nodeps /builddir/build/SPECS/openstack-tempest.spec'] with env {'LANG': 'en_GB', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOME': '/builddir', 'HOSTNAME': 'mock'} and shell False Building target platforms: noarch Building for target noarch Wrote: /builddir/build/SRPMS/openstack-tempest-15.0.0-1.el7.src.rpm Child return code was: 0 LEAVE do --> ENTER do(['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target noarch --nodeps /builddir/build/SPECS/openstack-tempest.spec '], chrootPath='/var/lib/mock/cloud7-openstack-ocata-el7-build-25371-35754/root'shell=Falseuid=497env={'LANG': 'en_GB', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOME': '/builddir', 'HOSTNAME': 'mock'}gid=135user='mockbuild'timeout=86400private_network=Truelogger=printOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target noarch --nodeps /builddir/build/SPECS/openstack-tempest.spec '] with env {'LANG': 'en_GB', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOME': '/builddir', 'HOSTNAME': 'mock'} and shell False Building target platforms: noarch Building for target noarch Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.gdMoRX + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf tempest-15.0.0 + /usr/bin/tar -xf - + /usr/bin/gzip -dc /builddir/build/SOURCES/tempest-15.0.0.tar.gz + STATUS=0 + '[' 0 -ne 0 ']' + cd tempest-15.0.0 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + /usr/bin/git init -q + /usr/bin/git config user.name rpm-build + /usr/bin/git config user.email '' + /usr/bin/git add . + /usr/bin/git commit -q -a --author 'rpm-build ' -m 'openstack-tempest-15.0.0 base' + rm -rf test-requirements.txt requirements.txt + RPMLINT_OFFENDERS='tempest/cmd/list_plugins.py tempest/cmd/cleanup.py tempest/cmd/cleanup_service.py tempest/cmd/verify_tempest_config.py tempest/cmd/account_generator.py tempest/lib/cmd/skip_tracker.py tempest/lib/cmd/check_uuid.py' + sed -i '1{/^#!/d}' tempest/cmd/list_plugins.py tempest/cmd/cleanup.py tempest/cmd/cleanup_service.py tempest/cmd/verify_tempest_config.py tempest/cmd/account_generator.py tempest/lib/cmd/skip_tracker.py tempest/lib/cmd/check_uuid.py + chmod u=rw,go=r tempest/cmd/list_plugins.py tempest/cmd/cleanup.py tempest/cmd/cleanup_service.py tempest/cmd/verify_tempest_config.py tempest/cmd/account_generator.py tempest/lib/cmd/skip_tracker.py tempest/lib/cmd/check_uuid.py + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.6NvwQU + umask 022 + cd /builddir/build/BUILD + cd tempest-15.0.0 + /usr/bin/python2 setup.py build running build running build_py creating build creating build/lib creating build/lib/tempest creating build/lib/tempest/api creating build/lib/tempest/api/identity creating build/lib/tempest/api/identity/v3 copying tempest/api/identity/v3/__init__.py -> build/lib/tempest/api/identity/v3 copying tempest/api/identity/v3/test_users.py -> build/lib/tempest/api/identity/v3 copying tempest/api/identity/v3/test_api_discovery.py -> build/lib/tempest/api/identity/v3 copying tempest/api/identity/v3/test_tokens.py -> build/lib/tempest/api/identity/v3 copying tempest/api/identity/v3/test_projects.py -> build/lib/tempest/api/identity/v3 creating build/lib/tempest/api/identity/v2 copying tempest/api/identity/v2/test_ec2_credentials.py -> build/lib/tempest/api/identity/v2 copying tempest/api/identity/v2/__init__.py -> build/lib/tempest/api/identity/v2 copying tempest/api/identity/v2/test_users.py -> build/lib/tempest/api/identity/v2 copying tempest/api/identity/v2/test_tenants.py -> build/lib/tempest/api/identity/v2 copying tempest/api/identity/v2/test_api_discovery.py -> build/lib/tempest/api/identity/v2 copying tempest/api/identity/v2/test_tokens.py -> build/lib/tempest/api/identity/v2 creating build/lib/tempest/lib creating build/lib/tempest/lib/services creating build/lib/tempest/lib/services/identity copying tempest/lib/services/identity/__init__.py -> build/lib/tempest/lib/services/identity creating build/lib/tempest/tests creating build/lib/tempest/tests/api copying tempest/tests/api/__init__.py -> build/lib/tempest/tests/api creating build/lib/tempest/tests/lib creating build/lib/tempest/tests/lib/services creating build/lib/tempest/tests/lib/services/image creating build/lib/tempest/tests/lib/services/image/v1 copying tempest/tests/lib/services/image/v1/__init__.py -> build/lib/tempest/tests/lib/services/image/v1 copying tempest/tests/lib/services/image/v1/test_image_members_client.py -> build/lib/tempest/tests/lib/services/image/v1 copying tempest/tests/lib/services/test_clients.py -> build/lib/tempest/tests/lib/services copying tempest/tests/lib/services/__init__.py -> build/lib/tempest/tests/lib/services copying tempest/tests/lib/services/base.py -> build/lib/tempest/tests/lib/services creating build/lib/tempest/lib/common copying tempest/lib/common/api_version_request.py -> build/lib/tempest/lib/common copying tempest/lib/common/cred_client.py -> build/lib/tempest/lib/common copying tempest/lib/common/http.py -> build/lib/tempest/lib/common copying tempest/lib/common/jsonschema_validator.py -> build/lib/tempest/lib/common copying tempest/lib/common/__init__.py -> build/lib/tempest/lib/common copying tempest/lib/common/rest_client.py -> build/lib/tempest/lib/common copying tempest/lib/common/api_version_utils.py -> build/lib/tempest/lib/common copying tempest/lib/common/ssh.py -> build/lib/tempest/lib/common copying tempest/lib/common/cred_provider.py -> build/lib/tempest/lib/common copying tempest/tests/fake_config.py -> build/lib/tempest/tests copying tempest/tests/test_base_test.py -> build/lib/tempest/tests copying tempest/tests/test_hacking.py -> build/lib/tempest/tests copying tempest/tests/test_microversions.py -> build/lib/tempest/tests copying tempest/tests/__init__.py -> build/lib/tempest/tests copying tempest/tests/test_wrappers.py -> build/lib/tempest/tests copying tempest/tests/test_tempest_plugin.py -> build/lib/tempest/tests copying tempest/tests/utils.py -> build/lib/tempest/tests copying tempest/tests/test_list_tests.py -> build/lib/tempest/tests copying tempest/tests/fake_tempest_plugin.py -> build/lib/tempest/tests copying tempest/tests/base.py -> build/lib/tempest/tests copying tempest/tests/test_decorators.py -> build/lib/tempest/tests copying tempest/tests/test_config.py -> build/lib/tempest/tests creating build/lib/tempest/api/image creating build/lib/tempest/api/image/admin copying tempest/api/image/admin/__init__.py -> build/lib/tempest/api/image/admin creating build/lib/tempest/api/identity/admin copying tempest/api/identity/admin/__init__.py -> build/lib/tempest/api/identity/admin creating build/lib/tempest/api/compute creating build/lib/tempest/api/compute/admin copying tempest/api/compute/admin/test_flavors_access_negative.py -> build/lib/tempest/api/compute/admin copying tempest/api/compute/admin/test_aggregates.py -> build/lib/tempest/api/compute/admin copying tempest/api/compute/admin/test_live_migration.py -> build/lib/tempest/api/compute/admin copying tempest/api/compute/admin/test_simple_tenant_usage_negative.py -> build/lib/tempest/api/compute/admin copying tempest/api/compute/admin/test_servers_negative.py -> build/lib/tempest/api/compute/admin copying tempest/api/compute/admin/test_instance_usage_audit_log.py -> build/lib/tempest/api/compute/admin copying tempest/api/compute/admin/test_simple_tenant_usage.py -> build/lib/tempest/api/compute/admin copying tempest/api/compute/admin/test_keypairs_v210.py -> build/lib/tempest/api/compute/admin copying tempest/api/compute/admin/test_agents.py -> build/lib/tempest/api/compute/admin copying tempest/api/compute/admin/test_quotas_negative.py -> build/lib/tempest/api/compute/admin copying tempest/api/compute/admin/test_hosts_negative.py -> build/lib/tempest/api/compute/admin copying tempest/api/compute/admin/test_flavors_access.py -> build/lib/tempest/api/compute/admin copying tempest/api/compute/admin/test_instance_usage_audit_log_negative.py -> build/lib/tempest/api/compute/admin copying tempest/api/compute/admin/test_networks.py -> build/lib/tempest/api/compute/admin copying tempest/api/compute/admin/test_security_groups.py -> build/lib/tempest/api/compute/admin copying tempest/api/compute/admin/test_auto_allocate_network.py -> build/lib/tempest/api/compute/admin copying tempest/api/compute/admin/test_flavors_extra_specs.py -> build/lib/tempest/api/compute/admin copying tempest/api/compute/admin/__init__.py -> build/lib/tempest/api/compute/admin copying tempest/api/compute/admin/test_security_group_default_rules.py -> build/lib/tempest/api/compute/admin copying tempest/api/compute/admin/test_availability_zone.py -> build/lib/tempest/api/compute/admin copying tempest/api/compute/admin/test_flavors.py -> build/lib/tempest/api/compute/admin copying tempest/api/compute/admin/test_quotas.py -> build/lib/tempest/api/compute/admin copying tempest/api/compute/admin/test_services.py -> build/lib/tempest/api/compute/admin copying tempest/api/compute/admin/test_aggregates_negative.py -> build/lib/tempest/api/compute/admin copying tempest/api/compute/admin/test_hypervisor_negative.py -> build/lib/tempest/api/compute/admin copying tempest/api/compute/admin/test_baremetal_nodes.py -> build/lib/tempest/api/compute/admin copying tempest/api/compute/admin/test_fixed_ips_negative.py -> build/lib/tempest/api/compute/admin copying tempest/api/compute/admin/test_hosts.py -> build/lib/tempest/api/compute/admin copying tempest/api/compute/admin/test_migrations.py -> build/lib/tempest/api/compute/admin copying tempest/api/compute/admin/test_volumes_negative.py -> build/lib/tempest/api/compute/admin copying tempest/api/compute/admin/test_volume_swap.py -> build/lib/tempest/api/compute/admin copying tempest/api/compute/admin/test_availability_zone_negative.py -> build/lib/tempest/api/compute/admin copying tempest/api/compute/admin/test_servers.py -> build/lib/tempest/api/compute/admin copying tempest/api/compute/admin/test_fixed_ips.py -> build/lib/tempest/api/compute/admin copying tempest/api/compute/admin/test_services_negative.py -> build/lib/tempest/api/compute/admin copying tempest/api/compute/admin/test_flavors_extra_specs_negative.py -> build/lib/tempest/api/compute/admin copying tempest/api/compute/admin/test_servers_on_multinodes.py -> build/lib/tempest/api/compute/admin copying tempest/api/compute/admin/test_hypervisor.py -> build/lib/tempest/api/compute/admin copying tempest/api/compute/admin/test_floating_ips_bulk.py -> build/lib/tempest/api/compute/admin creating build/lib/tempest/api/compute/images copying tempest/api/compute/images/test_image_metadata.py -> build/lib/tempest/api/compute/images copying tempest/api/compute/images/__init__.py -> build/lib/tempest/api/compute/images copying tempest/api/compute/images/test_images_oneserver.py -> build/lib/tempest/api/compute/images copying tempest/api/compute/images/test_image_metadata_negative.py -> build/lib/tempest/api/compute/images copying tempest/api/compute/images/test_list_image_filters_negative.py -> build/lib/tempest/api/compute/images copying tempest/api/compute/images/test_list_image_filters.py -> build/lib/tempest/api/compute/images copying tempest/api/compute/images/test_list_images.py -> build/lib/tempest/api/compute/images copying tempest/api/compute/images/test_images_oneserver_negative.py -> build/lib/tempest/api/compute/images copying tempest/api/compute/images/test_images_negative.py -> build/lib/tempest/api/compute/images copying tempest/api/compute/images/test_images.py -> build/lib/tempest/api/compute/images creating build/lib/tempest/hacking copying tempest/hacking/checks.py -> build/lib/tempest/hacking copying tempest/hacking/__init__.py -> build/lib/tempest/hacking creating build/lib/tempest/lib/services/volume creating build/lib/tempest/lib/services/volume/v3 copying tempest/lib/services/volume/v3/__init__.py -> build/lib/tempest/lib/services/volume/v3 copying tempest/lib/services/volume/v3/messages_client.py -> build/lib/tempest/lib/services/volume/v3 copying tempest/lib/services/volume/v3/base_client.py -> build/lib/tempest/lib/services/volume/v3 creating build/lib/tempest/tests/files copying tempest/tests/files/__init__.py -> build/lib/tempest/tests/files creating build/lib/tempest/lib/services/identity/v3 copying tempest/lib/services/identity/v3/role_assignments_client.py -> build/lib/tempest/lib/services/identity/v3 copying tempest/lib/services/identity/v3/projects_client.py -> build/lib/tempest/lib/services/identity/v3 copying tempest/lib/services/identity/v3/domains_client.py -> build/lib/tempest/lib/services/identity/v3 copying tempest/lib/services/identity/v3/inherited_roles_client.py -> build/lib/tempest/lib/services/identity/v3 copying tempest/lib/services/identity/v3/groups_client.py -> build/lib/tempest/lib/services/identity/v3 copying tempest/lib/services/identity/v3/regions_client.py -> build/lib/tempest/lib/services/identity/v3 copying tempest/lib/services/identity/v3/policies_client.py -> build/lib/tempest/lib/services/identity/v3 copying tempest/lib/services/identity/v3/identity_client.py -> build/lib/tempest/lib/services/identity/v3 copying tempest/lib/services/identity/v3/endpoints_client.py -> build/lib/tempest/lib/services/identity/v3 copying tempest/lib/services/identity/v3/token_client.py -> build/lib/tempest/lib/services/identity/v3 copying tempest/lib/services/identity/v3/__init__.py -> build/lib/tempest/lib/services/identity/v3 copying tempest/lib/services/identity/v3/services_client.py -> build/lib/tempest/lib/services/identity/v3 copying tempest/lib/services/identity/v3/trusts_client.py -> build/lib/tempest/lib/services/identity/v3 copying tempest/lib/services/identity/v3/roles_client.py -> build/lib/tempest/lib/services/identity/v3 copying tempest/lib/services/identity/v3/credentials_client.py -> build/lib/tempest/lib/services/identity/v3 copying tempest/lib/services/identity/v3/users_client.py -> build/lib/tempest/lib/services/identity/v3 creating build/lib/tempest/lib/services/identity/v2 copying tempest/lib/services/identity/v2/identity_client.py -> build/lib/tempest/lib/services/identity/v2 copying tempest/lib/services/identity/v2/endpoints_client.py -> build/lib/tempest/lib/services/identity/v2 copying tempest/lib/services/identity/v2/token_client.py -> build/lib/tempest/lib/services/identity/v2 copying tempest/lib/services/identity/v2/__init__.py -> build/lib/tempest/lib/services/identity/v2 copying tempest/lib/services/identity/v2/tenants_client.py -> build/lib/tempest/lib/services/identity/v2 copying tempest/lib/services/identity/v2/services_client.py -> build/lib/tempest/lib/services/identity/v2 copying tempest/lib/services/identity/v2/roles_client.py -> build/lib/tempest/lib/services/identity/v2 copying tempest/lib/services/identity/v2/users_client.py -> build/lib/tempest/lib/services/identity/v2 creating build/lib/tempest/lib/services/image creating build/lib/tempest/lib/services/image/v1 copying tempest/lib/services/image/v1/__init__.py -> build/lib/tempest/lib/services/image/v1 copying tempest/lib/services/image/v1/images_client.py -> build/lib/tempest/lib/services/image/v1 copying tempest/lib/services/image/v1/image_members_client.py -> build/lib/tempest/lib/services/image/v1 creating build/lib/tempest/tests/lib/common copying tempest/tests/lib/common/test_cred_client.py -> build/lib/tempest/tests/lib/common copying tempest/tests/lib/common/__init__.py -> build/lib/tempest/tests/lib/common copying tempest/tests/lib/common/test_api_version_request.py -> build/lib/tempest/tests/lib/common copying tempest/tests/lib/common/test_jsonschema_validator.py -> build/lib/tempest/tests/lib/common copying tempest/tests/lib/common/test_api_version_utils.py -> build/lib/tempest/tests/lib/common creating build/lib/tempest/lib/services/image/v2 copying tempest/lib/services/image/v2/namespace_objects_client.py -> build/lib/tempest/lib/services/image/v2 copying tempest/lib/services/image/v2/resource_types_client.py -> build/lib/tempest/lib/services/image/v2 copying tempest/lib/services/image/v2/__init__.py -> build/lib/tempest/lib/services/image/v2 copying tempest/lib/services/image/v2/schemas_client.py -> build/lib/tempest/lib/services/image/v2 copying tempest/lib/services/image/v2/namespace_properties_client.py -> build/lib/tempest/lib/services/image/v2 copying tempest/lib/services/image/v2/namespace_tags_client.py -> build/lib/tempest/lib/services/image/v2 copying tempest/lib/services/image/v2/images_client.py -> build/lib/tempest/lib/services/image/v2 copying tempest/lib/services/image/v2/namespaces_client.py -> build/lib/tempest/lib/services/image/v2 copying tempest/lib/services/image/v2/image_members_client.py -> build/lib/tempest/lib/services/image/v2 creating build/lib/tempest/tests/lib/common/utils copying tempest/tests/lib/common/utils/test_test_utils.py -> build/lib/tempest/tests/lib/common/utils copying tempest/tests/lib/common/utils/__init__.py -> build/lib/tempest/tests/lib/common/utils copying tempest/tests/lib/common/utils/test_data_utils.py -> build/lib/tempest/tests/lib/common/utils copying tempest/tests/lib/common/utils/test_misc.py -> build/lib/tempest/tests/lib/common/utils creating build/lib/tempest/api/volume copying tempest/api/volume/test_volumes_snapshots_negative.py -> build/lib/tempest/api/volume copying tempest/api/volume/test_volumes_extend.py -> build/lib/tempest/api/volume copying tempest/api/volume/test_volumes_get.py -> build/lib/tempest/api/volume copying tempest/api/volume/test_volume_transfers.py -> build/lib/tempest/api/volume copying tempest/api/volume/api_microversion_fixture.py -> build/lib/tempest/api/volume copying tempest/api/volume/test_volumes_backup.py -> build/lib/tempest/api/volume copying tempest/api/volume/test_extensions.py -> build/lib/tempest/api/volume copying tempest/api/volume/test_snapshot_metadata.py -> build/lib/tempest/api/volume copying tempest/api/volume/__init__.py -> build/lib/tempest/api/volume copying tempest/api/volume/test_availability_zone.py -> build/lib/tempest/api/volume copying tempest/api/volume/test_volume_metadata.py -> build/lib/tempest/api/volume copying tempest/api/volume/test_volumes_clone_negative.py -> build/lib/tempest/api/volume copying tempest/api/volume/test_volumes_snapshots_list.py -> build/lib/tempest/api/volume copying tempest/api/volume/base.py -> build/lib/tempest/api/volume copying tempest/api/volume/test_volumes_negative.py -> build/lib/tempest/api/volume copying tempest/api/volume/test_volumes_list.py -> build/lib/tempest/api/volume copying tempest/api/volume/test_volumes_actions.py -> build/lib/tempest/api/volume copying tempest/api/volume/test_volume_absolute_limits.py -> build/lib/tempest/api/volume copying tempest/api/volume/test_volumes_snapshots.py -> build/lib/tempest/api/volume copying tempest/api/volume/test_volumes_clone.py -> build/lib/tempest/api/volume creating build/lib/tempest/services creating build/lib/tempest/services/object_storage copying tempest/services/object_storage/container_client.py -> build/lib/tempest/services/object_storage copying tempest/services/object_storage/__init__.py -> build/lib/tempest/services/object_storage copying tempest/services/object_storage/capabilities_client.py -> build/lib/tempest/services/object_storage copying tempest/services/object_storage/object_client.py -> build/lib/tempest/services/object_storage copying tempest/services/object_storage/account_client.py -> build/lib/tempest/services/object_storage creating build/lib/tempest/api/compute/flavors copying tempest/api/compute/flavors/__init__.py -> build/lib/tempest/api/compute/flavors copying tempest/api/compute/flavors/test_flavors.py -> build/lib/tempest/api/compute/flavors copying tempest/api/compute/flavors/test_flavors_negative.py -> build/lib/tempest/api/compute/flavors creating build/lib/tempest/tests/lib/services/identity copying tempest/tests/lib/services/identity/__init__.py -> build/lib/tempest/tests/lib/services/identity creating build/lib/tempest/api/identity/admin/v2 copying tempest/api/identity/admin/v2/test_endpoints.py -> build/lib/tempest/api/identity/admin/v2 copying tempest/api/identity/admin/v2/test_roles.py -> build/lib/tempest/api/identity/admin/v2 copying tempest/api/identity/admin/v2/__init__.py -> build/lib/tempest/api/identity/admin/v2 copying tempest/api/identity/admin/v2/test_users_negative.py -> build/lib/tempest/api/identity/admin/v2 copying tempest/api/identity/admin/v2/test_users.py -> build/lib/tempest/api/identity/admin/v2 copying tempest/api/identity/admin/v2/test_services.py -> build/lib/tempest/api/identity/admin/v2 copying tempest/api/identity/admin/v2/test_roles_negative.py -> build/lib/tempest/api/identity/admin/v2 copying tempest/api/identity/admin/v2/test_tenants.py -> build/lib/tempest/api/identity/admin/v2 copying tempest/api/identity/admin/v2/test_tenant_negative.py -> build/lib/tempest/api/identity/admin/v2 copying tempest/api/identity/admin/v2/test_tokens.py -> build/lib/tempest/api/identity/admin/v2 creating build/lib/tempest/api/identity/admin/v3 copying tempest/api/identity/admin/v3/test_regions.py -> build/lib/tempest/api/identity/admin/v3 copying tempest/api/identity/admin/v3/test_groups.py -> build/lib/tempest/api/identity/admin/v3 copying tempest/api/identity/admin/v3/test_endpoints.py -> build/lib/tempest/api/identity/admin/v3 copying tempest/api/identity/admin/v3/test_roles.py -> build/lib/tempest/api/identity/admin/v3 copying tempest/api/identity/admin/v3/__init__.py -> build/lib/tempest/api/identity/admin/v3 copying tempest/api/identity/admin/v3/test_default_project_id.py -> build/lib/tempest/api/identity/admin/v3 copying tempest/api/identity/admin/v3/test_inherits.py -> build/lib/tempest/api/identity/admin/v3 copying tempest/api/identity/admin/v3/test_users_negative.py -> build/lib/tempest/api/identity/admin/v3 copying tempest/api/identity/admin/v3/test_users.py -> build/lib/tempest/api/identity/admin/v3 copying tempest/api/identity/admin/v3/test_services.py -> build/lib/tempest/api/identity/admin/v3 copying tempest/api/identity/admin/v3/test_domains_negative.py -> build/lib/tempest/api/identity/admin/v3 copying tempest/api/identity/admin/v3/test_trusts.py -> build/lib/tempest/api/identity/admin/v3 copying tempest/api/identity/admin/v3/test_list_users.py -> build/lib/tempest/api/identity/admin/v3 copying tempest/api/identity/admin/v3/test_endpoints_negative.py -> build/lib/tempest/api/identity/admin/v3 copying tempest/api/identity/admin/v3/test_policies.py -> build/lib/tempest/api/identity/admin/v3 copying tempest/api/identity/admin/v3/test_tokens.py -> build/lib/tempest/api/identity/admin/v3 copying tempest/api/identity/admin/v3/test_projects_negative.py -> build/lib/tempest/api/identity/admin/v3 copying tempest/api/identity/admin/v3/test_credentials.py -> build/lib/tempest/api/identity/admin/v3 copying tempest/api/identity/admin/v3/test_domains.py -> build/lib/tempest/api/identity/admin/v3 copying tempest/api/identity/admin/v3/test_projects.py -> build/lib/tempest/api/identity/admin/v3 copying tempest/api/identity/admin/v3/test_list_projects.py -> build/lib/tempest/api/identity/admin/v3 copying tempest/api/__init__.py -> build/lib/tempest/api creating build/lib/tempest/lib/api_schema creating build/lib/tempest/lib/api_schema/response creating build/lib/tempest/lib/api_schema/response/compute creating build/lib/tempest/lib/api_schema/response/compute/v2_2 copying tempest/lib/api_schema/response/compute/v2_2/keypairs.py -> build/lib/tempest/lib/api_schema/response/compute/v2_2 copying tempest/lib/api_schema/response/compute/v2_2/__init__.py -> build/lib/tempest/lib/api_schema/response/compute/v2_2 creating build/lib/tempest/lib/api_schema/response/compute/v2_3 copying tempest/lib/api_schema/response/compute/v2_3/servers.py -> build/lib/tempest/lib/api_schema/response/compute/v2_3 copying tempest/lib/api_schema/response/compute/v2_3/__init__.py -> build/lib/tempest/lib/api_schema/response/compute/v2_3 creating build/lib/tempest/lib/api_schema/response/compute/v2_1 copying tempest/lib/api_schema/response/compute/v2_1/floating_ips.py -> build/lib/tempest/lib/api_schema/response/compute/v2_1 copying tempest/lib/api_schema/response/compute/v2_1/security_group_default_rule.py -> build/lib/tempest/lib/api_schema/response/compute/v2_1 copying tempest/lib/api_schema/response/compute/v2_1/parameter_types.py -> build/lib/tempest/lib/api_schema/response/compute/v2_1 copying tempest/lib/api_schema/response/compute/v2_1/fixed_ips.py -> build/lib/tempest/lib/api_schema/response/compute/v2_1 copying tempest/lib/api_schema/response/compute/v2_1/flavors_extra_specs.py -> build/lib/tempest/lib/api_schema/response/compute/v2_1 copying tempest/lib/api_schema/response/compute/v2_1/migrations.py -> build/lib/tempest/lib/api_schema/response/compute/v2_1 copying tempest/lib/api_schema/response/compute/v2_1/keypairs.py -> build/lib/tempest/lib/api_schema/response/compute/v2_1 copying tempest/lib/api_schema/response/compute/v2_1/hosts.py -> build/lib/tempest/lib/api_schema/response/compute/v2_1 copying tempest/lib/api_schema/response/compute/v2_1/baremetal_nodes.py -> build/lib/tempest/lib/api_schema/response/compute/v2_1 copying tempest/lib/api_schema/response/compute/v2_1/limits.py -> build/lib/tempest/lib/api_schema/response/compute/v2_1 copying tempest/lib/api_schema/response/compute/v2_1/servers.py -> build/lib/tempest/lib/api_schema/response/compute/v2_1 copying tempest/lib/api_schema/response/compute/v2_1/volumes.py -> build/lib/tempest/lib/api_schema/response/compute/v2_1 copying tempest/lib/api_schema/response/compute/v2_1/flavors_access.py -> build/lib/tempest/lib/api_schema/response/compute/v2_1 copying tempest/lib/api_schema/response/compute/v2_1/__init__.py -> build/lib/tempest/lib/api_schema/response/compute/v2_1 copying tempest/lib/api_schema/response/compute/v2_1/tenant_usages.py -> build/lib/tempest/lib/api_schema/response/compute/v2_1 copying tempest/lib/api_schema/response/compute/v2_1/quota_classes.py -> build/lib/tempest/lib/api_schema/response/compute/v2_1 copying tempest/lib/api_schema/response/compute/v2_1/certificates.py -> build/lib/tempest/lib/api_schema/response/compute/v2_1 copying tempest/lib/api_schema/response/compute/v2_1/services.py -> build/lib/tempest/lib/api_schema/response/compute/v2_1 copying tempest/lib/api_schema/response/compute/v2_1/versions.py -> build/lib/tempest/lib/api_schema/response/compute/v2_1 copying tempest/lib/api_schema/response/compute/v2_1/snapshots.py -> build/lib/tempest/lib/api_schema/response/compute/v2_1 copying tempest/lib/api_schema/response/compute/v2_1/quotas.py -> build/lib/tempest/lib/api_schema/response/compute/v2_1 copying tempest/lib/api_schema/response/compute/v2_1/aggregates.py -> build/lib/tempest/lib/api_schema/response/compute/v2_1 copying tempest/lib/api_schema/response/compute/v2_1/agents.py -> build/lib/tempest/lib/api_schema/response/compute/v2_1 copying tempest/lib/api_schema/response/compute/v2_1/hypervisors.py -> build/lib/tempest/lib/api_schema/response/compute/v2_1 copying tempest/lib/api_schema/response/compute/v2_1/tenant_networks.py -> build/lib/tempest/lib/api_schema/response/compute/v2_1 copying tempest/lib/api_schema/response/compute/v2_1/interfaces.py -> build/lib/tempest/lib/api_schema/response/compute/v2_1 copying tempest/lib/api_schema/response/compute/v2_1/extensions.py -> build/lib/tempest/lib/api_schema/response/compute/v2_1 copying tempest/lib/api_schema/response/compute/v2_1/flavors.py -> build/lib/tempest/lib/api_schema/response/compute/v2_1 copying tempest/lib/api_schema/response/compute/v2_1/availability_zone.py -> build/lib/tempest/lib/api_schema/response/compute/v2_1 copying tempest/lib/api_schema/response/compute/v2_1/images.py -> build/lib/tempest/lib/api_schema/response/compute/v2_1 copying tempest/lib/api_schema/response/compute/v2_1/instance_usage_audit_logs.py -> build/lib/tempest/lib/api_schema/response/compute/v2_1 copying tempest/lib/api_schema/response/compute/v2_1/security_groups.py -> build/lib/tempest/lib/api_schema/response/compute/v2_1 creating build/lib/tempest/tests/cmd copying tempest/tests/cmd/test_list_plugins.py -> build/lib/tempest/tests/cmd copying tempest/tests/cmd/test_subunit_describe_calls.py -> build/lib/tempest/tests/cmd copying tempest/tests/cmd/test_run.py -> build/lib/tempest/tests/cmd copying tempest/tests/cmd/__init__.py -> build/lib/tempest/tests/cmd copying tempest/tests/cmd/test_workspace.py -> build/lib/tempest/tests/cmd copying tempest/tests/cmd/test_verify_tempest_config.py -> build/lib/tempest/tests/cmd copying tempest/tests/cmd/test_tempest_init.py -> build/lib/tempest/tests/cmd copying tempest/tests/cmd/test_account_generator.py -> build/lib/tempest/tests/cmd creating build/lib/tempest/tests/lib/services/compute copying tempest/tests/lib/services/compute/test_interfaces_client.py -> build/lib/tempest/tests/lib/services/compute copying tempest/tests/lib/services/compute/test_flavors_client.py -> build/lib/tempest/tests/lib/services/compute copying tempest/tests/lib/services/compute/test_floating_ip_pools_client.py -> build/lib/tempest/tests/lib/services/compute copying tempest/tests/lib/services/compute/test_availability_zone_client.py -> build/lib/tempest/tests/lib/services/compute copying tempest/tests/lib/services/compute/test_images_client.py -> build/lib/tempest/tests/lib/services/compute copying tempest/tests/lib/services/compute/test_server_groups_client.py -> build/lib/tempest/tests/lib/services/compute copying tempest/tests/lib/services/compute/test_extensions_client.py -> build/lib/tempest/tests/lib/services/compute copying tempest/tests/lib/services/compute/test_services_client.py -> build/lib/tempest/tests/lib/services/compute copying tempest/tests/lib/services/compute/test_hosts_client.py -> build/lib/tempest/tests/lib/services/compute copying tempest/tests/lib/services/compute/__init__.py -> build/lib/tempest/tests/lib/services/compute copying tempest/tests/lib/services/compute/test_tenant_networks_client.py -> build/lib/tempest/tests/lib/services/compute copying tempest/tests/lib/services/compute/test_floating_ips_bulk_client.py -> build/lib/tempest/tests/lib/services/compute copying tempest/tests/lib/services/compute/test_baremetal_nodes_client.py -> build/lib/tempest/tests/lib/services/compute copying tempest/tests/lib/services/compute/test_security_group_rules_client.py -> build/lib/tempest/tests/lib/services/compute copying tempest/tests/lib/services/compute/test_security_group_default_rules_client.py -> build/lib/tempest/tests/lib/services/compute copying tempest/tests/lib/services/compute/test_agents_client.py -> build/lib/tempest/tests/lib/services/compute copying tempest/tests/lib/services/compute/test_volumes_client.py -> build/lib/tempest/tests/lib/services/compute copying tempest/tests/lib/services/compute/test_floating_ips_client.py -> build/lib/tempest/tests/lib/services/compute copying tempest/tests/lib/services/compute/test_migrations_client.py -> build/lib/tempest/tests/lib/services/compute copying tempest/tests/lib/services/compute/test_quotas_client.py -> build/lib/tempest/tests/lib/services/compute copying tempest/tests/lib/services/compute/test_keypairs_client.py -> build/lib/tempest/tests/lib/services/compute copying tempest/tests/lib/services/compute/test_networks_client.py -> build/lib/tempest/tests/lib/services/compute copying tempest/tests/lib/services/compute/test_hypervisor_client.py -> build/lib/tempest/tests/lib/services/compute copying tempest/tests/lib/services/compute/test_security_groups_client.py -> build/lib/tempest/tests/lib/services/compute copying tempest/tests/lib/services/compute/test_limits_client.py -> build/lib/tempest/tests/lib/services/compute copying tempest/tests/lib/services/compute/test_certificates_client.py -> build/lib/tempest/tests/lib/services/compute copying tempest/tests/lib/services/compute/test_aggregates_client.py -> build/lib/tempest/tests/lib/services/compute copying tempest/tests/lib/services/compute/test_base_compute_client.py -> build/lib/tempest/tests/lib/services/compute copying tempest/tests/lib/services/compute/test_snapshots_client.py -> build/lib/tempest/tests/lib/services/compute copying tempest/tests/lib/services/compute/test_tenant_usages_client.py -> build/lib/tempest/tests/lib/services/compute copying tempest/tests/lib/services/compute/test_quota_classes_client.py -> build/lib/tempest/tests/lib/services/compute copying tempest/tests/lib/services/compute/test_instance_usage_audit_log_client.py -> build/lib/tempest/tests/lib/services/compute copying tempest/tests/lib/services/compute/test_fixedIPs_client.py -> build/lib/tempest/tests/lib/services/compute copying tempest/tests/lib/services/compute/test_servers_client.py -> build/lib/tempest/tests/lib/services/compute copying tempest/tests/lib/services/compute/test_versions_client.py -> build/lib/tempest/tests/lib/services/compute creating build/lib/tempest/tests/services creating build/lib/tempest/tests/services/object_storage copying tempest/tests/services/object_storage/__init__.py -> build/lib/tempest/tests/services/object_storage copying tempest/tests/services/object_storage/test_object_client.py -> build/lib/tempest/tests/services/object_storage creating build/lib/tempest/lib/api_schema/response/compute/v2_9 copying tempest/lib/api_schema/response/compute/v2_9/servers.py -> build/lib/tempest/lib/api_schema/response/compute/v2_9 copying tempest/lib/api_schema/response/compute/v2_9/__init__.py -> build/lib/tempest/lib/api_schema/response/compute/v2_9 copying tempest/lib/auth.py -> build/lib/tempest/lib copying tempest/lib/decorators.py -> build/lib/tempest/lib copying tempest/lib/__init__.py -> build/lib/tempest/lib copying tempest/lib/exceptions.py -> build/lib/tempest/lib copying tempest/lib/base.py -> build/lib/tempest/lib creating build/lib/tempest/services/orchestration copying tempest/services/orchestration/__init__.py -> build/lib/tempest/services/orchestration creating build/lib/tempest/tests/lib/services/volume creating build/lib/tempest/tests/lib/services/volume/v1 copying tempest/tests/lib/services/volume/v1/__init__.py -> build/lib/tempest/tests/lib/services/volume/v1 copying tempest/tests/lib/services/volume/v1/test_quotas_client.py -> build/lib/tempest/tests/lib/services/volume/v1 copying tempest/tests/lib/services/volume/v1/test_encryption_types_client.py -> build/lib/tempest/tests/lib/services/volume/v1 copying tempest/tests/lib/services/volume/v1/test_snapshots_client.py -> build/lib/tempest/tests/lib/services/volume/v1 copying tempest/manager.py -> build/lib/tempest copying tempest/config.py -> build/lib/tempest copying tempest/__init__.py -> build/lib/tempest copying tempest/exceptions.py -> build/lib/tempest copying tempest/test.py -> build/lib/tempest copying tempest/clients.py -> build/lib/tempest copying tempest/version.py -> build/lib/tempest creating build/lib/tempest/lib/cli copying tempest/lib/cli/__init__.py -> build/lib/tempest/lib/cli copying tempest/lib/cli/output_parser.py -> build/lib/tempest/lib/cli copying tempest/lib/cli/base.py -> build/lib/tempest/lib/cli creating build/lib/tempest/lib/common/utils copying tempest/lib/common/utils/misc.py -> build/lib/tempest/lib/common/utils copying tempest/lib/common/utils/__init__.py -> build/lib/tempest/lib/common/utils copying tempest/lib/common/utils/data_utils.py -> build/lib/tempest/lib/common/utils copying tempest/lib/common/utils/test_utils.py -> build/lib/tempest/lib/common/utils creating build/lib/tempest/api/compute/keypairs copying tempest/api/compute/keypairs/test_keypairs_negative.py -> build/lib/tempest/api/compute/keypairs copying tempest/api/compute/keypairs/__init__.py -> build/lib/tempest/api/compute/keypairs copying tempest/api/compute/keypairs/test_keypairs_v22.py -> build/lib/tempest/api/compute/keypairs copying tempest/api/compute/keypairs/test_keypairs.py -> build/lib/tempest/api/compute/keypairs copying tempest/api/compute/keypairs/base.py -> build/lib/tempest/api/compute/keypairs creating build/lib/tempest/common creating build/lib/tempest/common/utils creating build/lib/tempest/common/utils/linux copying tempest/common/utils/linux/remote_client.py -> build/lib/tempest/common/utils/linux copying tempest/common/utils/linux/__init__.py -> build/lib/tempest/common/utils/linux creating build/lib/tempest/tests/lib/services/image/v2 copying tempest/tests/lib/services/image/v2/test_namespace_properties_client.py -> build/lib/tempest/tests/lib/services/image/v2 copying tempest/tests/lib/services/image/v2/test_images_client.py -> build/lib/tempest/tests/lib/services/image/v2 copying tempest/tests/lib/services/image/v2/test_namespaces_client.py -> build/lib/tempest/tests/lib/services/image/v2 copying tempest/tests/lib/services/image/v2/__init__.py -> build/lib/tempest/tests/lib/services/image/v2 copying tempest/tests/lib/services/image/v2/test_namespace_object_client.py -> build/lib/tempest/tests/lib/services/image/v2 copying tempest/tests/lib/services/image/v2/test_namespace_tags_client.py -> build/lib/tempest/tests/lib/services/image/v2 copying tempest/tests/lib/services/image/v2/test_schemas_client.py -> build/lib/tempest/tests/lib/services/image/v2 copying tempest/tests/lib/services/image/v2/test_resource_types_client.py -> build/lib/tempest/tests/lib/services/image/v2 copying tempest/tests/lib/services/image/v2/test_image_members_client.py -> build/lib/tempest/tests/lib/services/image/v2 copying tempest/tests/lib/services/image/__init__.py -> build/lib/tempest/tests/lib/services/image creating build/lib/tempest/api/volume/admin copying tempest/api/volume/admin/test_multi_backend.py -> build/lib/tempest/api/volume/admin copying tempest/api/volume/admin/test_qos.py -> build/lib/tempest/api/volume/admin copying tempest/api/volume/admin/test_volume_services.py -> build/lib/tempest/api/volume/admin copying tempest/api/volume/admin/test_volume_types.py -> build/lib/tempest/api/volume/admin copying tempest/api/volume/admin/test_volume_types_extra_specs_negative.py -> build/lib/tempest/api/volume/admin copying tempest/api/volume/admin/test_volumes_backup.py -> build/lib/tempest/api/volume/admin copying tempest/api/volume/admin/test_volume_snapshot_quotas_negative.py -> build/lib/tempest/api/volume/admin copying tempest/api/volume/admin/test_volume_types_extra_specs.py -> build/lib/tempest/api/volume/admin copying tempest/api/volume/admin/__init__.py -> build/lib/tempest/api/volume/admin copying tempest/api/volume/admin/test_volume_types_negative.py -> build/lib/tempest/api/volume/admin copying tempest/api/volume/admin/test_volume_hosts.py -> build/lib/tempest/api/volume/admin copying tempest/api/volume/admin/test_volume_quotas.py -> build/lib/tempest/api/volume/admin copying tempest/api/volume/admin/test_volume_quotas_negative.py -> build/lib/tempest/api/volume/admin copying tempest/api/volume/admin/test_volumes_actions.py -> build/lib/tempest/api/volume/admin copying tempest/api/volume/admin/test_volume_retype_with_migration.py -> build/lib/tempest/api/volume/admin copying tempest/api/volume/admin/test_snapshots_actions.py -> build/lib/tempest/api/volume/admin creating build/lib/tempest/tests/common creating build/lib/tempest/tests/common/utils creating build/lib/tempest/tests/common/utils/linux copying tempest/tests/common/utils/linux/test_remote_client.py -> build/lib/tempest/tests/common/utils/linux copying tempest/tests/common/utils/linux/__init__.py -> build/lib/tempest/tests/common/utils/linux creating build/lib/tempest/tests/lib/services/identity/v2 copying tempest/tests/lib/services/identity/v2/test_users_client.py -> build/lib/tempest/tests/lib/services/identity/v2 copying tempest/tests/lib/services/identity/v2/test_roles_client.py -> build/lib/tempest/tests/lib/services/identity/v2 copying tempest/tests/lib/services/identity/v2/test_services_client.py -> build/lib/tempest/tests/lib/services/identity/v2 copying tempest/tests/lib/services/identity/v2/__init__.py -> build/lib/tempest/tests/lib/services/identity/v2 copying tempest/tests/lib/services/identity/v2/test_endpoints_client.py -> build/lib/tempest/tests/lib/services/identity/v2 copying tempest/tests/lib/services/identity/v2/test_tenants_client.py -> build/lib/tempest/tests/lib/services/identity/v2 copying tempest/tests/lib/services/identity/v2/test_token_client.py -> build/lib/tempest/tests/lib/services/identity/v2 copying tempest/tests/lib/services/identity/v2/test_identity_client.py -> build/lib/tempest/tests/lib/services/identity/v2 creating build/lib/tempest/tests/lib/services/identity/v3 copying tempest/tests/lib/services/identity/v3/test_trusts_client.py -> build/lib/tempest/tests/lib/services/identity/v3 copying tempest/tests/lib/services/identity/v3/test_policies_client.py -> build/lib/tempest/tests/lib/services/identity/v3 copying tempest/tests/lib/services/identity/v3/test_users_client.py -> build/lib/tempest/tests/lib/services/identity/v3 copying tempest/tests/lib/services/identity/v3/test_projects_client.py -> build/lib/tempest/tests/lib/services/identity/v3 copying tempest/tests/lib/services/identity/v3/test_roles_client.py -> build/lib/tempest/tests/lib/services/identity/v3 copying tempest/tests/lib/services/identity/v3/test_inherited_roles_client.py -> build/lib/tempest/tests/lib/services/identity/v3 copying tempest/tests/lib/services/identity/v3/test_services_client.py -> build/lib/tempest/tests/lib/services/identity/v3 copying tempest/tests/lib/services/identity/v3/__init__.py -> build/lib/tempest/tests/lib/services/identity/v3 copying tempest/tests/lib/services/identity/v3/test_domains_client.py -> build/lib/tempest/tests/lib/services/identity/v3 copying tempest/tests/lib/services/identity/v3/test_groups_client.py -> build/lib/tempest/tests/lib/services/identity/v3 copying tempest/tests/lib/services/identity/v3/test_credentials_client.py -> build/lib/tempest/tests/lib/services/identity/v3 copying tempest/tests/lib/services/identity/v3/test_endpoints_client.py -> build/lib/tempest/tests/lib/services/identity/v3 copying tempest/tests/lib/services/identity/v3/test_role_assignments_client.py -> build/lib/tempest/tests/lib/services/identity/v3 copying tempest/tests/lib/services/identity/v3/test_token_client.py -> build/lib/tempest/tests/lib/services/identity/v3 copying tempest/tests/lib/services/identity/v3/test_regions_client.py -> build/lib/tempest/tests/lib/services/identity/v3 copying tempest/tests/lib/services/identity/v3/test_identity_client.py -> build/lib/tempest/tests/lib/services/identity/v3 creating build/lib/tempest/api/volume/v3 copying tempest/api/volume/v3/__init__.py -> build/lib/tempest/api/volume/v3 copying tempest/api/volume/v3/base.py -> build/lib/tempest/api/volume/v3 creating build/lib/tempest/api/volume/v2 copying tempest/api/volume/v2/test_image_metadata.py -> build/lib/tempest/api/volume/v2 copying tempest/api/volume/v2/__init__.py -> build/lib/tempest/api/volume/v2 copying tempest/api/volume/v2/test_volumes_snapshots_list.py -> build/lib/tempest/api/volume/v2 copying tempest/api/volume/v2/test_volumes_list.py -> build/lib/tempest/api/volume/v2 creating build/lib/tempest/api/compute/floating_ips copying tempest/api/compute/floating_ips/test_list_floating_ips.py -> build/lib/tempest/api/compute/floating_ips copying tempest/api/compute/floating_ips/__init__.py -> build/lib/tempest/api/compute/floating_ips copying tempest/api/compute/floating_ips/test_floating_ips_actions_negative.py -> build/lib/tempest/api/compute/floating_ips copying tempest/api/compute/floating_ips/test_floating_ips_actions.py -> build/lib/tempest/api/compute/floating_ips copying tempest/api/compute/floating_ips/test_list_floating_ips_negative.py -> build/lib/tempest/api/compute/floating_ips copying tempest/api/compute/floating_ips/base.py -> build/lib/tempest/api/compute/floating_ips copying tempest/api/image/__init__.py -> build/lib/tempest/api/image copying tempest/api/image/base.py -> build/lib/tempest/api/image copying tempest/api/compute/test_versions.py -> build/lib/tempest/api/compute copying tempest/api/compute/test_networks.py -> build/lib/tempest/api/compute copying tempest/api/compute/api_microversion_fixture.py -> build/lib/tempest/api/compute copying tempest/api/compute/test_extensions.py -> build/lib/tempest/api/compute copying tempest/api/compute/__init__.py -> build/lib/tempest/api/compute copying tempest/api/compute/test_tenant_networks.py -> build/lib/tempest/api/compute copying tempest/api/compute/test_quotas.py -> build/lib/tempest/api/compute copying tempest/api/compute/test_live_block_migration_negative.py -> build/lib/tempest/api/compute copying tempest/api/compute/base.py -> build/lib/tempest/api/compute creating build/lib/tempest/api/compute/servers copying tempest/api/compute/servers/test_attach_interfaces.py -> build/lib/tempest/api/compute/servers copying tempest/api/compute/servers/test_server_password.py -> build/lib/tempest/api/compute/servers copying tempest/api/compute/servers/test_servers_negative.py -> build/lib/tempest/api/compute/servers copying tempest/api/compute/servers/test_server_personality.py -> build/lib/tempest/api/compute/servers copying tempest/api/compute/servers/test_multiple_create_negative.py -> build/lib/tempest/api/compute/servers copying tempest/api/compute/servers/test_instance_actions.py -> build/lib/tempest/api/compute/servers copying tempest/api/compute/servers/test_create_server.py -> build/lib/tempest/api/compute/servers copying tempest/api/compute/servers/test_instance_actions_negative.py -> build/lib/tempest/api/compute/servers copying tempest/api/compute/servers/test_virtual_interfaces_negative.py -> build/lib/tempest/api/compute/servers copying tempest/api/compute/servers/test_server_addresses.py -> build/lib/tempest/api/compute/servers copying tempest/api/compute/servers/__init__.py -> build/lib/tempest/api/compute/servers copying tempest/api/compute/servers/test_availability_zone.py -> build/lib/tempest/api/compute/servers copying tempest/api/compute/servers/test_list_server_filters.py -> build/lib/tempest/api/compute/servers copying tempest/api/compute/servers/test_server_addresses_negative.py -> build/lib/tempest/api/compute/servers copying tempest/api/compute/servers/test_list_servers_negative.py -> build/lib/tempest/api/compute/servers copying tempest/api/compute/servers/test_multiple_create.py -> build/lib/tempest/api/compute/servers copying tempest/api/compute/servers/test_novnc.py -> build/lib/tempest/api/compute/servers copying tempest/api/compute/servers/test_device_tagging.py -> build/lib/tempest/api/compute/servers copying tempest/api/compute/servers/test_server_group.py -> build/lib/tempest/api/compute/servers copying tempest/api/compute/servers/test_server_rescue_negative.py -> build/lib/tempest/api/compute/servers copying tempest/api/compute/servers/test_virtual_interfaces.py -> build/lib/tempest/api/compute/servers copying tempest/api/compute/servers/test_server_metadata.py -> build/lib/tempest/api/compute/servers copying tempest/api/compute/servers/test_delete_server.py -> build/lib/tempest/api/compute/servers copying tempest/api/compute/servers/test_server_rescue.py -> build/lib/tempest/api/compute/servers copying tempest/api/compute/servers/test_servers.py -> build/lib/tempest/api/compute/servers copying tempest/api/compute/servers/test_disk_config.py -> build/lib/tempest/api/compute/servers copying tempest/api/compute/servers/test_server_actions.py -> build/lib/tempest/api/compute/servers copying tempest/api/compute/servers/test_server_metadata_negative.py -> build/lib/tempest/api/compute/servers copying tempest/lib/api_schema/__init__.py -> build/lib/tempest/lib/api_schema creating build/lib/tempest/tests/lib/services/network copying tempest/tests/lib/services/network/test_routers_client.py -> build/lib/tempest/tests/lib/services/network copying tempest/tests/lib/services/network/__init__.py -> build/lib/tempest/tests/lib/services/network copying tempest/tests/lib/services/network/test_service_providers_client.py -> build/lib/tempest/tests/lib/services/network copying tempest/tests/lib/services/network/test_versions_client.py -> build/lib/tempest/tests/lib/services/network copying tempest/lib/services/image/__init__.py -> build/lib/tempest/lib/services/image creating build/lib/tempest/lib/services/network copying tempest/lib/services/network/routers_client.py -> build/lib/tempest/lib/services/network copying tempest/lib/services/network/ports_client.py -> build/lib/tempest/lib/services/network copying tempest/lib/services/network/networks_client.py -> build/lib/tempest/lib/services/network copying tempest/lib/services/network/security_groups_client.py -> build/lib/tempest/lib/services/network copying tempest/lib/services/network/service_providers_client.py -> build/lib/tempest/lib/services/network copying tempest/lib/services/network/security_group_rules_client.py -> build/lib/tempest/lib/services/network copying tempest/lib/services/network/__init__.py -> build/lib/tempest/lib/services/network copying tempest/lib/services/network/metering_labels_client.py -> build/lib/tempest/lib/services/network copying tempest/lib/services/network/agents_client.py -> build/lib/tempest/lib/services/network copying tempest/lib/services/network/subnets_client.py -> build/lib/tempest/lib/services/network copying tempest/lib/services/network/subnetpools_client.py -> build/lib/tempest/lib/services/network copying tempest/lib/services/network/versions_client.py -> build/lib/tempest/lib/services/network copying tempest/lib/services/network/base.py -> build/lib/tempest/lib/services/network copying tempest/lib/services/network/extensions_client.py -> build/lib/tempest/lib/services/network copying tempest/lib/services/network/floating_ips_client.py -> build/lib/tempest/lib/services/network copying tempest/lib/services/network/metering_label_rules_client.py -> build/lib/tempest/lib/services/network copying tempest/lib/services/network/quotas_client.py -> build/lib/tempest/lib/services/network creating build/lib/tempest/api/image/v2 copying tempest/api/image/v2/test_images_metadefs_namespaces.py -> build/lib/tempest/api/image/v2 copying tempest/api/image/v2/test_images_metadefs_namespace_properties.py -> build/lib/tempest/api/image/v2 copying tempest/api/image/v2/__init__.py -> build/lib/tempest/api/image/v2 copying tempest/api/image/v2/test_images_tags.py -> build/lib/tempest/api/image/v2 copying tempest/api/image/v2/test_images_member.py -> build/lib/tempest/api/image/v2 copying tempest/api/image/v2/test_images_metadefs_schema.py -> build/lib/tempest/api/image/v2 copying tempest/api/image/v2/test_images_metadefs_resource_types.py -> build/lib/tempest/api/image/v2 copying tempest/api/image/v2/test_images_tags_negative.py -> build/lib/tempest/api/image/v2 copying tempest/api/image/v2/test_images_negative.py -> build/lib/tempest/api/image/v2 copying tempest/api/image/v2/test_images_metadefs_namespace_tags.py -> build/lib/tempest/api/image/v2 copying tempest/api/image/v2/test_images.py -> build/lib/tempest/api/image/v2 copying tempest/api/image/v2/test_images_metadefs_namespace_objects.py -> build/lib/tempest/api/image/v2 copying tempest/api/image/v2/test_images_member_negative.py -> build/lib/tempest/api/image/v2 creating build/lib/tempest/api/image/v1 copying tempest/api/image/v1/__init__.py -> build/lib/tempest/api/image/v1 copying tempest/api/image/v1/test_image_members.py -> build/lib/tempest/api/image/v1 copying tempest/api/image/v1/test_image_members_negative.py -> build/lib/tempest/api/image/v1 copying tempest/api/image/v1/test_images_negative.py -> build/lib/tempest/api/image/v1 copying tempest/api/image/v1/test_images.py -> build/lib/tempest/api/image/v1 creating build/lib/tempest/api/image/admin/v2 copying tempest/api/image/admin/v2/__init__.py -> build/lib/tempest/api/image/admin/v2 copying tempest/api/image/admin/v2/test_images.py -> build/lib/tempest/api/image/admin/v2 creating build/lib/tempest/lib/api_schema/response/compute/v2_23 copying tempest/lib/api_schema/response/compute/v2_23/migrations.py -> build/lib/tempest/lib/api_schema/response/compute/v2_23 copying tempest/lib/api_schema/response/compute/v2_23/__init__.py -> build/lib/tempest/lib/api_schema/response/compute/v2_23 creating build/lib/tempest/lib/api_schema/response/compute/v2_26 copying tempest/lib/api_schema/response/compute/v2_26/servers.py -> build/lib/tempest/lib/api_schema/response/compute/v2_26 copying tempest/lib/api_schema/response/compute/v2_26/__init__.py -> build/lib/tempest/lib/api_schema/response/compute/v2_26 creating build/lib/tempest/api/compute/security_groups copying tempest/api/compute/security_groups/test_security_group_rules.py -> build/lib/tempest/api/compute/security_groups copying tempest/api/compute/security_groups/test_security_groups_negative.py -> build/lib/tempest/api/compute/security_groups copying tempest/api/compute/security_groups/test_security_groups.py -> build/lib/tempest/api/compute/security_groups copying tempest/api/compute/security_groups/__init__.py -> build/lib/tempest/api/compute/security_groups copying tempest/api/compute/security_groups/base.py -> build/lib/tempest/api/compute/security_groups copying tempest/api/compute/security_groups/test_security_group_rules_negative.py -> build/lib/tempest/api/compute/security_groups creating build/lib/tempest/api/volume/admin/v2 copying tempest/api/volume/admin/v2/test_backends_capabilities.py -> build/lib/tempest/api/volume/admin/v2 copying tempest/api/volume/admin/v2/test_volume_type_access.py -> build/lib/tempest/api/volume/admin/v2 copying tempest/api/volume/admin/v2/test_snapshot_manage.py -> build/lib/tempest/api/volume/admin/v2 copying tempest/api/volume/admin/v2/__init__.py -> build/lib/tempest/api/volume/admin/v2 copying tempest/api/volume/admin/v2/test_volume_pools.py -> build/lib/tempest/api/volume/admin/v2 copying tempest/api/volume/admin/v2/test_volumes_list.py -> build/lib/tempest/api/volume/admin/v2 creating build/lib/tempest/api/volume/admin/v3 copying tempest/api/volume/admin/v3/__init__.py -> build/lib/tempest/api/volume/admin/v3 copying tempest/api/volume/admin/v3/test_user_messages.py -> build/lib/tempest/api/volume/admin/v3 copying tempest/lib/services/__init__.py -> build/lib/tempest/lib/services copying tempest/lib/services/clients.py -> build/lib/tempest/lib/services copying tempest/lib/services/volume/__init__.py -> build/lib/tempest/lib/services/volume copying tempest/common/validation_resources.py -> build/lib/tempest/common copying tempest/common/identity.py -> build/lib/tempest/common copying tempest/common/image.py -> build/lib/tempest/common copying tempest/common/__init__.py -> build/lib/tempest/common copying tempest/common/preprov_creds.py -> build/lib/tempest/common copying tempest/common/compute.py -> build/lib/tempest/common copying tempest/common/waiters.py -> build/lib/tempest/common copying tempest/common/fixed_network.py -> build/lib/tempest/common copying tempest/common/dynamic_creds.py -> build/lib/tempest/common copying tempest/common/tempest_fixtures.py -> build/lib/tempest/common copying tempest/common/credentials_factory.py -> build/lib/tempest/common copying tempest/common/custom_matchers.py -> build/lib/tempest/common creating build/lib/tempest/api/compute/certificates copying tempest/api/compute/certificates/__init__.py -> build/lib/tempest/api/compute/certificates copying tempest/api/compute/certificates/test_certificates.py -> build/lib/tempest/api/compute/certificates copying tempest/tests/lib/test_base.py -> build/lib/tempest/tests/lib copying tempest/tests/lib/test_auth.py -> build/lib/tempest/tests/lib copying tempest/tests/lib/fake_identity.py -> build/lib/tempest/tests/lib copying tempest/tests/lib/fake_http.py -> build/lib/tempest/tests/lib copying tempest/tests/lib/test_rest_client.py -> build/lib/tempest/tests/lib copying tempest/tests/lib/__init__.py -> build/lib/tempest/tests/lib copying tempest/tests/lib/fake_auth_provider.py -> build/lib/tempest/tests/lib copying tempest/tests/lib/test_tempest_lib.py -> build/lib/tempest/tests/lib copying tempest/tests/lib/test_decorators.py -> build/lib/tempest/tests/lib copying tempest/tests/lib/test_credentials.py -> build/lib/tempest/tests/lib copying tempest/tests/lib/fake_credentials.py -> build/lib/tempest/tests/lib copying tempest/tests/lib/test_ssh.py -> build/lib/tempest/tests/lib creating build/lib/tempest/lib/cmd copying tempest/lib/cmd/__init__.py -> build/lib/tempest/lib/cmd copying tempest/lib/cmd/check_uuid.py -> build/lib/tempest/lib/cmd copying tempest/lib/cmd/skip_tracker.py -> build/lib/tempest/lib/cmd creating build/lib/tempest/api/compute/volumes copying tempest/api/compute/volumes/test_volume_snapshots.py -> build/lib/tempest/api/compute/volumes copying tempest/api/compute/volumes/test_volumes_get.py -> build/lib/tempest/api/compute/volumes copying tempest/api/compute/volumes/test_attach_volume_negative.py -> build/lib/tempest/api/compute/volumes copying tempest/api/compute/volumes/test_attach_volume.py -> build/lib/tempest/api/compute/volumes copying tempest/api/compute/volumes/__init__.py -> build/lib/tempest/api/compute/volumes copying tempest/api/compute/volumes/test_volumes_negative.py -> build/lib/tempest/api/compute/volumes copying tempest/api/compute/volumes/test_volumes_list.py -> build/lib/tempest/api/compute/volumes copying tempest/tests/lib/services/volume/__init__.py -> build/lib/tempest/tests/lib/services/volume creating build/lib/tempest/api/orchestration creating build/lib/tempest/api/orchestration/stacks copying tempest/api/orchestration/stacks/test_soft_conf.py -> build/lib/tempest/api/orchestration/stacks copying tempest/api/orchestration/stacks/test_non_empty_stack.py -> build/lib/tempest/api/orchestration/stacks copying tempest/api/orchestration/stacks/test_stacks.py -> build/lib/tempest/api/orchestration/stacks copying tempest/api/orchestration/stacks/test_volumes.py -> build/lib/tempest/api/orchestration/stacks copying tempest/api/orchestration/stacks/test_limits.py -> build/lib/tempest/api/orchestration/stacks copying tempest/api/orchestration/stacks/test_resource_types.py -> build/lib/tempest/api/orchestration/stacks copying tempest/api/orchestration/stacks/test_nova_keypair_resources.py -> build/lib/tempest/api/orchestration/stacks copying tempest/api/orchestration/stacks/__init__.py -> build/lib/tempest/api/orchestration/stacks copying tempest/api/orchestration/stacks/test_templates_negative.py -> build/lib/tempest/api/orchestration/stacks copying tempest/api/orchestration/stacks/test_templates.py -> build/lib/tempest/api/orchestration/stacks copying tempest/api/orchestration/stacks/test_environment.py -> build/lib/tempest/api/orchestration/stacks copying tempest/api/orchestration/stacks/test_neutron_resources.py -> build/lib/tempest/api/orchestration/stacks copying tempest/api/orchestration/stacks/test_swift_resources.py -> build/lib/tempest/api/orchestration/stacks creating build/lib/tempest/tests/lib/cli copying tempest/tests/lib/cli/test_execute.py -> build/lib/tempest/tests/lib/cli copying tempest/tests/lib/cli/test_command_failed.py -> build/lib/tempest/tests/lib/cli copying tempest/tests/lib/cli/__init__.py -> build/lib/tempest/tests/lib/cli copying tempest/tests/lib/cli/test_output_parser.py -> build/lib/tempest/tests/lib/cli creating build/lib/tempest/tests/lib/services/volume/v2 copying tempest/tests/lib/services/volume/v2/__init__.py -> build/lib/tempest/tests/lib/services/volume/v2 copying tempest/tests/lib/services/volume/v2/test_quotas_client.py -> build/lib/tempest/tests/lib/services/volume/v2 copying tempest/tests/lib/services/volume/v2/test_encryption_types_client.py -> build/lib/tempest/tests/lib/services/volume/v2 copying tempest/tests/lib/services/volume/v2/test_snapshots_client.py -> build/lib/tempest/tests/lib/services/volume/v2 creating build/lib/tempest/api/compute/limits copying tempest/api/compute/limits/__init__.py -> build/lib/tempest/api/compute/limits copying tempest/api/compute/limits/test_absolute_limits_negative.py -> build/lib/tempest/api/compute/limits copying tempest/api/compute/limits/test_absolute_limits.py -> build/lib/tempest/api/compute/limits copying tempest/tests/common/test_image.py -> build/lib/tempest/tests/common copying tempest/tests/common/test_dynamic_creds.py -> build/lib/tempest/tests/common copying tempest/tests/common/test_waiters.py -> build/lib/tempest/tests/common copying tempest/tests/common/__init__.py -> build/lib/tempest/tests/common copying tempest/tests/common/test_custom_matchers.py -> build/lib/tempest/tests/common copying tempest/tests/common/test_admin_available.py -> build/lib/tempest/tests/common copying tempest/tests/common/test_preprov_creds.py -> build/lib/tempest/tests/common copying tempest/tests/common/test_alt_available.py -> build/lib/tempest/tests/common creating build/lib/tempest/api/network copying tempest/api/network/test_extra_dhcp_options.py -> build/lib/tempest/api/network copying tempest/api/network/test_subnetpools_extensions.py -> build/lib/tempest/api/network copying tempest/api/network/test_versions.py -> build/lib/tempest/api/network copying tempest/api/network/test_security_groups_negative.py -> build/lib/tempest/api/network copying tempest/api/network/test_networks_negative.py -> build/lib/tempest/api/network copying tempest/api/network/test_metering_extensions.py -> build/lib/tempest/api/network copying tempest/api/network/base_security_groups.py -> build/lib/tempest/api/network copying tempest/api/network/test_networks.py -> build/lib/tempest/api/network copying tempest/api/network/test_security_groups.py -> build/lib/tempest/api/network copying tempest/api/network/test_floating_ips_negative.py -> build/lib/tempest/api/network copying tempest/api/network/test_extensions.py -> build/lib/tempest/api/network copying tempest/api/network/__init__.py -> build/lib/tempest/api/network copying tempest/api/network/test_routers.py -> build/lib/tempest/api/network copying tempest/api/network/test_service_providers.py -> build/lib/tempest/api/network copying tempest/api/network/test_ports.py -> build/lib/tempest/api/network copying tempest/api/network/base_routers.py -> build/lib/tempest/api/network copying tempest/api/network/base.py -> build/lib/tempest/api/network copying tempest/api/network/test_floating_ips.py -> build/lib/tempest/api/network copying tempest/api/network/test_dhcp_ipv6.py -> build/lib/tempest/api/network copying tempest/api/network/test_allowed_address_pair.py -> build/lib/tempest/api/network copying tempest/api/network/test_routers_negative.py -> build/lib/tempest/api/network copying tempest/services/__init__.py -> build/lib/tempest/services creating build/lib/tempest/tests/api/compute copying tempest/tests/api/compute/test_base.py -> build/lib/tempest/tests/api/compute copying tempest/tests/api/compute/__init__.py -> build/lib/tempest/tests/api/compute creating build/lib/tempest/tests/lib/services/volume/v3 copying tempest/tests/lib/services/volume/v3/test_user_messages_client.py -> build/lib/tempest/tests/lib/services/volume/v3 copying tempest/tests/lib/services/volume/v3/__init__.py -> build/lib/tempest/tests/lib/services/volume/v3 creating build/lib/tempest/services/orchestration/json copying tempest/services/orchestration/json/orchestration_client.py -> build/lib/tempest/services/orchestration/json copying tempest/services/orchestration/json/__init__.py -> build/lib/tempest/services/orchestration/json creating build/lib/tempest/api/object_storage copying tempest/api/object_storage/test_container_services_negative.py -> build/lib/tempest/api/object_storage copying tempest/api/object_storage/test_container_acl.py -> build/lib/tempest/api/object_storage copying tempest/api/object_storage/test_account_services.py -> build/lib/tempest/api/object_storage copying tempest/api/object_storage/test_account_quotas_negative.py -> build/lib/tempest/api/object_storage copying tempest/api/object_storage/test_account_quotas.py -> build/lib/tempest/api/object_storage copying tempest/api/object_storage/test_object_version.py -> build/lib/tempest/api/object_storage copying tempest/api/object_storage/__init__.py -> build/lib/tempest/api/object_storage copying tempest/api/object_storage/test_object_temp_url_negative.py -> build/lib/tempest/api/object_storage copying tempest/api/object_storage/test_healthcheck.py -> build/lib/tempest/api/object_storage copying tempest/api/object_storage/test_object_expiry.py -> build/lib/tempest/api/object_storage copying tempest/api/object_storage/test_container_sync.py -> build/lib/tempest/api/object_storage copying tempest/api/object_storage/test_container_quotas.py -> build/lib/tempest/api/object_storage copying tempest/api/object_storage/test_object_formpost_negative.py -> build/lib/tempest/api/object_storage copying tempest/api/object_storage/test_container_services.py -> build/lib/tempest/api/object_storage copying tempest/api/object_storage/test_crossdomain.py -> build/lib/tempest/api/object_storage copying tempest/api/object_storage/base.py -> build/lib/tempest/api/object_storage copying tempest/api/object_storage/test_object_slo.py -> build/lib/tempest/api/object_storage copying tempest/api/object_storage/test_account_bulk.py -> build/lib/tempest/api/object_storage copying tempest/api/object_storage/test_account_services_negative.py -> build/lib/tempest/api/object_storage copying tempest/api/object_storage/test_container_staticweb.py -> build/lib/tempest/api/object_storage copying tempest/api/object_storage/test_object_formpost.py -> build/lib/tempest/api/object_storage copying tempest/api/object_storage/test_object_temp_url.py -> build/lib/tempest/api/object_storage copying tempest/api/object_storage/test_object_services.py -> build/lib/tempest/api/object_storage copying tempest/api/object_storage/test_container_sync_middleware.py -> build/lib/tempest/api/object_storage copying tempest/api/object_storage/test_container_acl_negative.py -> build/lib/tempest/api/object_storage creating build/lib/tempest/api/network/admin copying tempest/api/network/admin/test_negative_quotas.py -> build/lib/tempest/api/network/admin copying tempest/api/network/admin/test_l3_agent_scheduler.py -> build/lib/tempest/api/network/admin copying tempest/api/network/admin/test_agent_management.py -> build/lib/tempest/api/network/admin copying tempest/api/network/admin/test_external_network_extension.py -> build/lib/tempest/api/network/admin copying tempest/api/network/admin/__init__.py -> build/lib/tempest/api/network/admin copying tempest/api/network/admin/test_quotas.py -> build/lib/tempest/api/network/admin copying tempest/api/network/admin/test_floating_ips_admin_actions.py -> build/lib/tempest/api/network/admin copying tempest/api/network/admin/test_dhcp_agent_scheduler.py -> build/lib/tempest/api/network/admin copying tempest/api/network/admin/test_routers_dvr.py -> build/lib/tempest/api/network/admin copying tempest/api/network/admin/test_external_networks_negative.py -> build/lib/tempest/api/network/admin creating build/lib/tempest/test_discover copying tempest/test_discover/__init__.py -> build/lib/tempest/test_discover copying tempest/test_discover/plugins.py -> build/lib/tempest/test_discover copying tempest/test_discover/test_discover.py -> build/lib/tempest/test_discover copying tempest/tests/common/utils/__init__.py -> build/lib/tempest/tests/common/utils copying tempest/tests/common/utils/test_net_utils.py -> build/lib/tempest/tests/common/utils copying tempest/lib/api_schema/response/compute/__init__.py -> build/lib/tempest/lib/api_schema/response/compute creating build/lib/tempest/lib/services/volume/v2 copying tempest/lib/services/volume/v2/encryption_types_client.py -> build/lib/tempest/lib/services/volume/v2 copying tempest/lib/services/volume/v2/volumes_client.py -> build/lib/tempest/lib/services/volume/v2 copying tempest/lib/services/volume/v2/backups_client.py -> build/lib/tempest/lib/services/volume/v2 copying tempest/lib/services/volume/v2/limits_client.py -> build/lib/tempest/lib/services/volume/v2 copying tempest/lib/services/volume/v2/__init__.py -> build/lib/tempest/lib/services/volume/v2 copying tempest/lib/services/volume/v2/qos_client.py -> build/lib/tempest/lib/services/volume/v2 copying tempest/lib/services/volume/v2/scheduler_stats_client.py -> build/lib/tempest/lib/services/volume/v2 copying tempest/lib/services/volume/v2/services_client.py -> build/lib/tempest/lib/services/volume/v2 copying tempest/lib/services/volume/v2/capabilities_client.py -> build/lib/tempest/lib/services/volume/v2 copying tempest/lib/services/volume/v2/hosts_client.py -> build/lib/tempest/lib/services/volume/v2 copying tempest/lib/services/volume/v2/types_client.py -> build/lib/tempest/lib/services/volume/v2 copying tempest/lib/services/volume/v2/extensions_client.py -> build/lib/tempest/lib/services/volume/v2 copying tempest/lib/services/volume/v2/snapshot_manage_client.py -> build/lib/tempest/lib/services/volume/v2 copying tempest/lib/services/volume/v2/availability_zone_client.py -> build/lib/tempest/lib/services/volume/v2 copying tempest/lib/services/volume/v2/quotas_client.py -> build/lib/tempest/lib/services/volume/v2 copying tempest/lib/services/volume/v2/snapshots_client.py -> build/lib/tempest/lib/services/volume/v2 creating build/lib/tempest/lib/services/volume/v1 copying tempest/lib/services/volume/v1/encryption_types_client.py -> build/lib/tempest/lib/services/volume/v1 copying tempest/lib/services/volume/v1/volumes_client.py -> build/lib/tempest/lib/services/volume/v1 copying tempest/lib/services/volume/v1/backups_client.py -> build/lib/tempest/lib/services/volume/v1 copying tempest/lib/services/volume/v1/limits_client.py -> build/lib/tempest/lib/services/volume/v1 copying tempest/lib/services/volume/v1/__init__.py -> build/lib/tempest/lib/services/volume/v1 copying tempest/lib/services/volume/v1/qos_client.py -> build/lib/tempest/lib/services/volume/v1 copying tempest/lib/services/volume/v1/services_client.py -> build/lib/tempest/lib/services/volume/v1 copying tempest/lib/services/volume/v1/hosts_client.py -> build/lib/tempest/lib/services/volume/v1 copying tempest/lib/services/volume/v1/types_client.py -> build/lib/tempest/lib/services/volume/v1 copying tempest/lib/services/volume/v1/extensions_client.py -> build/lib/tempest/lib/services/volume/v1 copying tempest/lib/services/volume/v1/availability_zone_client.py -> build/lib/tempest/lib/services/volume/v1 copying tempest/lib/services/volume/v1/quotas_client.py -> build/lib/tempest/lib/services/volume/v1 copying tempest/lib/services/volume/v1/snapshots_client.py -> build/lib/tempest/lib/services/volume/v1 creating build/lib/tempest/cmd copying tempest/cmd/main.py -> build/lib/tempest/cmd copying tempest/cmd/verify_tempest_config.py -> build/lib/tempest/cmd copying tempest/cmd/workspace.py -> build/lib/tempest/cmd copying tempest/cmd/__init__.py -> build/lib/tempest/cmd copying tempest/cmd/cleanup.py -> build/lib/tempest/cmd copying tempest/cmd/subunit_describe_calls.py -> build/lib/tempest/cmd copying tempest/cmd/cleanup_service.py -> build/lib/tempest/cmd copying tempest/cmd/run.py -> build/lib/tempest/cmd copying tempest/cmd/list_plugins.py -> build/lib/tempest/cmd copying tempest/cmd/account_generator.py -> build/lib/tempest/cmd copying tempest/cmd/init.py -> build/lib/tempest/cmd copying tempest/tests/services/__init__.py -> build/lib/tempest/tests/services copying tempest/api/orchestration/__init__.py -> build/lib/tempest/api/orchestration copying tempest/api/orchestration/base.py -> build/lib/tempest/api/orchestration copying tempest/common/utils/net_utils.py -> build/lib/tempest/common/utils copying tempest/common/utils/__init__.py -> build/lib/tempest/common/utils copying tempest/common/utils/net_info.py -> build/lib/tempest/common/utils creating build/lib/tempest/lib/api_schema/response/compute/v2_16 copying tempest/lib/api_schema/response/compute/v2_16/servers.py -> build/lib/tempest/lib/api_schema/response/compute/v2_16 copying tempest/lib/api_schema/response/compute/v2_16/__init__.py -> build/lib/tempest/lib/api_schema/response/compute/v2_16 creating build/lib/tempest/lib/services/compute copying tempest/lib/services/compute/volumes_client.py -> build/lib/tempest/lib/services/compute copying tempest/lib/services/compute/networks_client.py -> build/lib/tempest/lib/services/compute copying tempest/lib/services/compute/security_groups_client.py -> build/lib/tempest/lib/services/compute copying tempest/lib/services/compute/security_group_rules_client.py -> build/lib/tempest/lib/services/compute copying tempest/lib/services/compute/flavors_client.py -> build/lib/tempest/lib/services/compute copying tempest/lib/services/compute/quota_classes_client.py -> build/lib/tempest/lib/services/compute copying tempest/lib/services/compute/limits_client.py -> build/lib/tempest/lib/services/compute copying tempest/lib/services/compute/__init__.py -> build/lib/tempest/lib/services/compute copying tempest/lib/services/compute/certificates_client.py -> build/lib/tempest/lib/services/compute copying tempest/lib/services/compute/agents_client.py -> build/lib/tempest/lib/services/compute copying tempest/lib/services/compute/floating_ips_bulk_client.py -> build/lib/tempest/lib/services/compute copying tempest/lib/services/compute/security_group_default_rules_client.py -> build/lib/tempest/lib/services/compute copying tempest/lib/services/compute/server_groups_client.py -> build/lib/tempest/lib/services/compute copying tempest/lib/services/compute/floating_ip_pools_client.py -> build/lib/tempest/lib/services/compute copying tempest/lib/services/compute/services_client.py -> build/lib/tempest/lib/services/compute copying tempest/lib/services/compute/fixed_ips_client.py -> build/lib/tempest/lib/services/compute copying tempest/lib/services/compute/servers_client.py -> build/lib/tempest/lib/services/compute copying tempest/lib/services/compute/versions_client.py -> build/lib/tempest/lib/services/compute copying tempest/lib/services/compute/hosts_client.py -> build/lib/tempest/lib/services/compute copying tempest/lib/services/compute/migrations_client.py -> build/lib/tempest/lib/services/compute copying tempest/lib/services/compute/tenant_usages_client.py -> build/lib/tempest/lib/services/compute copying tempest/lib/services/compute/images_client.py -> build/lib/tempest/lib/services/compute copying tempest/lib/services/compute/extensions_client.py -> build/lib/tempest/lib/services/compute copying tempest/lib/services/compute/tenant_networks_client.py -> build/lib/tempest/lib/services/compute copying tempest/lib/services/compute/floating_ips_client.py -> build/lib/tempest/lib/services/compute copying tempest/lib/services/compute/baremetal_nodes_client.py -> build/lib/tempest/lib/services/compute copying tempest/lib/services/compute/instance_usage_audit_log_client.py -> build/lib/tempest/lib/services/compute copying tempest/lib/services/compute/interfaces_client.py -> build/lib/tempest/lib/services/compute copying tempest/lib/services/compute/base_compute_client.py -> build/lib/tempest/lib/services/compute copying tempest/lib/services/compute/availability_zone_client.py -> build/lib/tempest/lib/services/compute copying tempest/lib/services/compute/quotas_client.py -> build/lib/tempest/lib/services/compute copying tempest/lib/services/compute/keypairs_client.py -> build/lib/tempest/lib/services/compute copying tempest/lib/services/compute/snapshots_client.py -> build/lib/tempest/lib/services/compute copying tempest/lib/services/compute/hypervisor_client.py -> build/lib/tempest/lib/services/compute copying tempest/lib/services/compute/aggregates_client.py -> build/lib/tempest/lib/services/compute creating build/lib/tempest/lib/api_schema/response/compute/v2_19 copying tempest/lib/api_schema/response/compute/v2_19/servers.py -> build/lib/tempest/lib/api_schema/response/compute/v2_19 copying tempest/lib/api_schema/response/compute/v2_19/__init__.py -> build/lib/tempest/lib/api_schema/response/compute/v2_19 creating build/lib/tempest/scenario copying tempest/scenario/test_volume_boot_pattern.py -> build/lib/tempest/scenario copying tempest/scenario/test_snapshot_pattern.py -> build/lib/tempest/scenario copying tempest/scenario/test_network_basic_ops.py -> build/lib/tempest/scenario copying tempest/scenario/test_security_groups_basic_ops.py -> build/lib/tempest/scenario copying tempest/scenario/test_server_multinode.py -> build/lib/tempest/scenario copying tempest/scenario/test_network_v6.py -> build/lib/tempest/scenario copying tempest/scenario/manager.py -> build/lib/tempest/scenario copying tempest/scenario/test_minimum_basic.py -> build/lib/tempest/scenario copying tempest/scenario/test_server_advanced_ops.py -> build/lib/tempest/scenario copying tempest/scenario/__init__.py -> build/lib/tempest/scenario copying tempest/scenario/test_encrypted_cinder_volumes.py -> build/lib/tempest/scenario copying tempest/scenario/test_volume_migrate_attached.py -> build/lib/tempest/scenario copying tempest/scenario/test_aggregates_basic_ops.py -> build/lib/tempest/scenario copying tempest/scenario/test_stamp_pattern.py -> build/lib/tempest/scenario copying tempest/scenario/test_network_advanced_server_ops.py -> build/lib/tempest/scenario copying tempest/scenario/test_shelve_instance.py -> build/lib/tempest/scenario copying tempest/scenario/test_object_storage_basic_ops.py -> build/lib/tempest/scenario copying tempest/scenario/test_server_basic_ops.py -> build/lib/tempest/scenario copying tempest/lib/api_schema/response/__init__.py -> build/lib/tempest/lib/api_schema/response copying tempest/api/identity/test_extension.py -> build/lib/tempest/api/identity copying tempest/api/identity/__init__.py -> build/lib/tempest/api/identity copying tempest/api/identity/base.py -> build/lib/tempest/api/identity running egg_info deleting tempest.egg-info/requires.txt writing tempest.egg-info/PKG-INFO writing top-level names to tempest.egg-info/top_level.txt writing dependency_links to tempest.egg-info/dependency_links.txt writing entry points to tempest.egg-info/entry_points.txt writing pbr to tempest.egg-info/pbr.json [pbr] Processing SOURCES.txt [pbr] In git context, generating filelist from git warning: no previously-included files found matching '.gitignore' warning: no previously-included files found matching '.gitreview' warning: no previously-included files matching '*.pyc' found anywhere in distribution writing manifest file 'tempest.egg-info/SOURCES.txt' copying tempest/tests/README.rst -> build/lib/tempest/tests copying tempest/hacking/ignored_list_T110.txt -> build/lib/tempest/hacking copying tempest/hacking/ignored_list_T111.txt -> build/lib/tempest/hacking copying tempest/tests/files/failing-tests -> build/lib/tempest/tests/files copying tempest/tests/files/passing-tests -> build/lib/tempest/tests/files copying tempest/tests/files/setup.cfg -> build/lib/tempest/tests/files copying tempest/tests/files/testr-conf -> build/lib/tempest/tests/files copying tempest/api/README.rst -> build/lib/tempest/api creating build/lib/tempest/tests/cmd/sample_streams copying tempest/tests/cmd/sample_streams/calls.subunit -> build/lib/tempest/tests/cmd/sample_streams copying tempest/README.rst -> build/lib/tempest creating build/lib/tempest/api/orchestration/stacks/templates copying tempest/api/orchestration/stacks/templates/cinder_basic.yaml -> build/lib/tempest/api/orchestration/stacks/templates copying tempest/api/orchestration/stacks/templates/cinder_basic_delete_retain.yaml -> build/lib/tempest/api/orchestration/stacks/templates copying tempest/api/orchestration/stacks/templates/neutron_basic.yaml -> build/lib/tempest/api/orchestration/stacks/templates copying tempest/api/orchestration/stacks/templates/non_empty_stack.yaml -> build/lib/tempest/api/orchestration/stacks/templates copying tempest/api/orchestration/stacks/templates/nova_keypair.json -> build/lib/tempest/api/orchestration/stacks/templates copying tempest/api/orchestration/stacks/templates/nova_keypair.yaml -> build/lib/tempest/api/orchestration/stacks/templates copying tempest/api/orchestration/stacks/templates/random_string.yaml -> build/lib/tempest/api/orchestration/stacks/templates copying tempest/api/orchestration/stacks/templates/swift_basic.yaml -> build/lib/tempest/api/orchestration/stacks/templates copying tempest/cmd/config-generator.tempest.conf -> build/lib/tempest/cmd copying tempest/scenario/README.rst -> build/lib/tempest/scenario + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.MnTAOT + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch '!=' / ']' + rm -rf /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch ++ dirname /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch + cd tempest-15.0.0 + /usr/bin/python2 setup.py install --skip-build --root /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch running install [pbr] Writing ChangeLog [pbr] Generating ChangeLog [pbr] ChangeLog complete (0.0s) [pbr] Generating AUTHORS [pbr] AUTHORS complete (0.0s) running install_lib creating /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr creating /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib creating /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7 creating /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages creating /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest creating /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib creating /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/api_schema creating /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/api_schema/response copying build/lib/tempest/lib/api_schema/response/__init__.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/api_schema/response creating /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/api_schema/response/compute creating /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/api_schema/response/compute/v2_2 copying build/lib/tempest/lib/api_schema/response/compute/v2_2/keypairs.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/api_schema/response/compute/v2_2 copying build/lib/tempest/lib/api_schema/response/compute/v2_2/__init__.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/api_schema/response/compute/v2_2 creating /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/api_schema/response/compute/v2_9 copying build/lib/tempest/lib/api_schema/response/compute/v2_9/servers.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/api_schema/response/compute/v2_9 copying build/lib/tempest/lib/api_schema/response/compute/v2_9/__init__.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/api_schema/response/compute/v2_9 creating /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/api_schema/response/compute/v2_26 copying build/lib/tempest/lib/api_schema/response/compute/v2_26/servers.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/api_schema/response/compute/v2_26 copying build/lib/tempest/lib/api_schema/response/compute/v2_26/__init__.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/api_schema/response/compute/v2_26 creating /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/api_schema/response/compute/v2_19 copying build/lib/tempest/lib/api_schema/response/compute/v2_19/servers.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/api_schema/response/compute/v2_19 copying build/lib/tempest/lib/api_schema/response/compute/v2_19/__init__.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/api_schema/response/compute/v2_19 copying build/lib/tempest/lib/api_schema/response/compute/__init__.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/api_schema/response/compute creating /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/api_schema/response/compute/v2_23 copying build/lib/tempest/lib/api_schema/response/compute/v2_23/migrations.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/api_schema/response/compute/v2_23 copying build/lib/tempest/lib/api_schema/response/compute/v2_23/__init__.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/api_schema/response/compute/v2_23 creating /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/api_schema/response/compute/v2_1 copying build/lib/tempest/lib/api_schema/response/compute/v2_1/floating_ips.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/api_schema/response/compute/v2_1 copying build/lib/tempest/lib/api_schema/response/compute/v2_1/security_group_default_rule.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/api_schema/response/compute/v2_1 copying build/lib/tempest/lib/api_schema/response/compute/v2_1/parameter_types.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/api_schema/response/compute/v2_1 copying build/lib/tempest/lib/api_schema/response/compute/v2_1/fixed_ips.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/api_schema/response/compute/v2_1 copying build/lib/tempest/lib/api_schema/response/compute/v2_1/flavors_extra_specs.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/api_schema/response/compute/v2_1 copying build/lib/tempest/lib/api_schema/response/compute/v2_1/migrations.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/api_schema/response/compute/v2_1 copying build/lib/tempest/lib/api_schema/response/compute/v2_1/keypairs.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/api_schema/response/compute/v2_1 copying build/lib/tempest/lib/api_schema/response/compute/v2_1/hosts.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/api_schema/response/compute/v2_1 copying build/lib/tempest/lib/api_schema/response/compute/v2_1/baremetal_nodes.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/api_schema/response/compute/v2_1 copying build/lib/tempest/lib/api_schema/response/compute/v2_1/limits.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/api_schema/response/compute/v2_1 copying build/lib/tempest/lib/api_schema/response/compute/v2_1/servers.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/api_schema/response/compute/v2_1 copying build/lib/tempest/lib/api_schema/response/compute/v2_1/volumes.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/api_schema/response/compute/v2_1 copying build/lib/tempest/lib/api_schema/response/compute/v2_1/flavors_access.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/api_schema/response/compute/v2_1 copying build/lib/tempest/lib/api_schema/response/compute/v2_1/__init__.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/api_schema/response/compute/v2_1 copying build/lib/tempest/lib/api_schema/response/compute/v2_1/tenant_usages.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/api_schema/response/compute/v2_1 copying build/lib/tempest/lib/api_schema/response/compute/v2_1/quota_classes.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/api_schema/response/compute/v2_1 copying build/lib/tempest/lib/api_schema/response/compute/v2_1/certificates.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/api_schema/response/compute/v2_1 copying build/lib/tempest/lib/api_schema/response/compute/v2_1/services.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/api_schema/response/compute/v2_1 copying build/lib/tempest/lib/api_schema/response/compute/v2_1/versions.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/api_schema/response/compute/v2_1 copying build/lib/tempest/lib/api_schema/response/compute/v2_1/snapshots.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/api_schema/response/compute/v2_1 copying build/lib/tempest/lib/api_schema/response/compute/v2_1/quotas.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/api_schema/response/compute/v2_1 copying build/lib/tempest/lib/api_schema/response/compute/v2_1/aggregates.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/api_schema/response/compute/v2_1 copying build/lib/tempest/lib/api_schema/response/compute/v2_1/agents.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/api_schema/response/compute/v2_1 copying build/lib/tempest/lib/api_schema/response/compute/v2_1/hypervisors.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/api_schema/response/compute/v2_1 copying build/lib/tempest/lib/api_schema/response/compute/v2_1/tenant_networks.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/api_schema/response/compute/v2_1 copying build/lib/tempest/lib/api_schema/response/compute/v2_1/interfaces.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/api_schema/response/compute/v2_1 copying build/lib/tempest/lib/api_schema/response/compute/v2_1/extensions.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/api_schema/response/compute/v2_1 copying build/lib/tempest/lib/api_schema/response/compute/v2_1/flavors.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/api_schema/response/compute/v2_1 copying build/lib/tempest/lib/api_schema/response/compute/v2_1/availability_zone.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/api_schema/response/compute/v2_1 copying build/lib/tempest/lib/api_schema/response/compute/v2_1/images.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/api_schema/response/compute/v2_1 copying build/lib/tempest/lib/api_schema/response/compute/v2_1/instance_usage_audit_logs.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/api_schema/response/compute/v2_1 copying build/lib/tempest/lib/api_schema/response/compute/v2_1/security_groups.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/api_schema/response/compute/v2_1 creating /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/api_schema/response/compute/v2_3 copying build/lib/tempest/lib/api_schema/response/compute/v2_3/servers.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/api_schema/response/compute/v2_3 copying build/lib/tempest/lib/api_schema/response/compute/v2_3/__init__.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/api_schema/response/compute/v2_3 creating /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/api_schema/response/compute/v2_16 copying build/lib/tempest/lib/api_schema/response/compute/v2_16/servers.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/api_schema/response/compute/v2_16 copying build/lib/tempest/lib/api_schema/response/compute/v2_16/__init__.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/api_schema/response/compute/v2_16 copying build/lib/tempest/lib/api_schema/__init__.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/api_schema copying build/lib/tempest/lib/auth.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib copying build/lib/tempest/lib/decorators.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib copying build/lib/tempest/lib/__init__.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib copying build/lib/tempest/lib/exceptions.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib creating /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/cli copying build/lib/tempest/lib/cli/__init__.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/cli copying build/lib/tempest/lib/cli/output_parser.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/cli copying build/lib/tempest/lib/cli/base.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/cli creating /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/common copying build/lib/tempest/lib/common/api_version_request.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/common copying build/lib/tempest/lib/common/cred_client.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/common copying build/lib/tempest/lib/common/http.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/common copying build/lib/tempest/lib/common/jsonschema_validator.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/common creating /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/common/utils copying build/lib/tempest/lib/common/utils/misc.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/common/utils copying build/lib/tempest/lib/common/utils/__init__.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/common/utils copying build/lib/tempest/lib/common/utils/data_utils.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/common/utils copying build/lib/tempest/lib/common/utils/test_utils.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/common/utils copying build/lib/tempest/lib/common/__init__.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/common copying build/lib/tempest/lib/common/rest_client.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/common copying build/lib/tempest/lib/common/api_version_utils.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/common copying build/lib/tempest/lib/common/ssh.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/common copying build/lib/tempest/lib/common/cred_provider.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/common copying build/lib/tempest/lib/base.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib creating /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/cmd copying build/lib/tempest/lib/cmd/__init__.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/cmd copying build/lib/tempest/lib/cmd/check_uuid.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/cmd copying build/lib/tempest/lib/cmd/skip_tracker.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/cmd creating /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/services creating /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/services/volume creating /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/services/volume/v3 copying build/lib/tempest/lib/services/volume/v3/__init__.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/services/volume/v3 copying build/lib/tempest/lib/services/volume/v3/messages_client.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/services/volume/v3 copying build/lib/tempest/lib/services/volume/v3/base_client.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/services/volume/v3 copying build/lib/tempest/lib/services/volume/__init__.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/services/volume creating /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/services/volume/v2 copying build/lib/tempest/lib/services/volume/v2/encryption_types_client.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/services/volume/v2 copying build/lib/tempest/lib/services/volume/v2/volumes_client.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/services/volume/v2 copying build/lib/tempest/lib/services/volume/v2/backups_client.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/services/volume/v2 copying build/lib/tempest/lib/services/volume/v2/limits_client.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/services/volume/v2 copying build/lib/tempest/lib/services/volume/v2/__init__.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/services/volume/v2 copying build/lib/tempest/lib/services/volume/v2/qos_client.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/services/volume/v2 copying build/lib/tempest/lib/services/volume/v2/scheduler_stats_client.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/services/volume/v2 copying build/lib/tempest/lib/services/volume/v2/services_client.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/services/volume/v2 copying build/lib/tempest/lib/services/volume/v2/capabilities_client.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/services/volume/v2 copying build/lib/tempest/lib/services/volume/v2/hosts_client.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/services/volume/v2 copying build/lib/tempest/lib/services/volume/v2/types_client.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/services/volume/v2 copying build/lib/tempest/lib/services/volume/v2/extensions_client.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/services/volume/v2 copying build/lib/tempest/lib/services/volume/v2/snapshot_manage_client.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/services/volume/v2 copying build/lib/tempest/lib/services/volume/v2/availability_zone_client.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/services/volume/v2 copying build/lib/tempest/lib/services/volume/v2/quotas_client.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/services/volume/v2 copying build/lib/tempest/lib/services/volume/v2/snapshots_client.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/services/volume/v2 creating /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/services/volume/v1 copying build/lib/tempest/lib/services/volume/v1/encryption_types_client.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/services/volume/v1 copying build/lib/tempest/lib/services/volume/v1/volumes_client.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/services/volume/v1 copying build/lib/tempest/lib/services/volume/v1/backups_client.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/services/volume/v1 copying build/lib/tempest/lib/services/volume/v1/limits_client.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/services/volume/v1 copying build/lib/tempest/lib/services/volume/v1/__init__.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/services/volume/v1 copying build/lib/tempest/lib/services/volume/v1/qos_client.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/services/volume/v1 copying build/lib/tempest/lib/services/volume/v1/services_client.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/services/volume/v1 copying build/lib/tempest/lib/services/volume/v1/hosts_client.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/services/volume/v1 copying build/lib/tempest/lib/services/volume/v1/types_client.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/services/volume/v1 copying build/lib/tempest/lib/services/volume/v1/extensions_client.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/services/volume/v1 copying build/lib/tempest/lib/services/volume/v1/availability_zone_client.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/services/volume/v1 copying build/lib/tempest/lib/services/volume/v1/quotas_client.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/services/volume/v1 copying build/lib/tempest/lib/services/volume/v1/snapshots_client.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/services/volume/v1 creating /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/services/image copying build/lib/tempest/lib/services/image/__init__.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/services/image creating /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/services/image/v2 copying build/lib/tempest/lib/services/image/v2/namespace_objects_client.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/services/image/v2 copying build/lib/tempest/lib/services/image/v2/resource_types_client.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/services/image/v2 copying build/lib/tempest/lib/services/image/v2/__init__.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/services/image/v2 copying build/lib/tempest/lib/services/image/v2/schemas_client.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/services/image/v2 copying build/lib/tempest/lib/services/image/v2/namespace_properties_client.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/services/image/v2 copying build/lib/tempest/lib/services/image/v2/namespace_tags_client.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/services/image/v2 copying build/lib/tempest/lib/services/image/v2/images_client.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/services/image/v2 copying build/lib/tempest/lib/services/image/v2/namespaces_client.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/services/image/v2 copying build/lib/tempest/lib/services/image/v2/image_members_client.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/services/image/v2 creating /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/services/image/v1 copying build/lib/tempest/lib/services/image/v1/__init__.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/services/image/v1 copying build/lib/tempest/lib/services/image/v1/images_client.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/services/image/v1 copying build/lib/tempest/lib/services/image/v1/image_members_client.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/services/image/v1 copying build/lib/tempest/lib/services/__init__.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/services creating /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/services/network copying build/lib/tempest/lib/services/network/routers_client.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/services/network copying build/lib/tempest/lib/services/network/ports_client.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/services/network copying build/lib/tempest/lib/services/network/networks_client.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/services/network copying build/lib/tempest/lib/services/network/security_groups_client.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/services/network copying build/lib/tempest/lib/services/network/service_providers_client.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/services/network copying build/lib/tempest/lib/services/network/security_group_rules_client.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/services/network copying build/lib/tempest/lib/services/network/__init__.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/services/network copying build/lib/tempest/lib/services/network/metering_labels_client.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/services/network copying build/lib/tempest/lib/services/network/agents_client.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/services/network copying build/lib/tempest/lib/services/network/subnets_client.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/services/network copying build/lib/tempest/lib/services/network/subnetpools_client.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/services/network copying build/lib/tempest/lib/services/network/versions_client.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/services/network copying build/lib/tempest/lib/services/network/base.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/services/network copying build/lib/tempest/lib/services/network/extensions_client.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/services/network copying build/lib/tempest/lib/services/network/floating_ips_client.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/services/network copying build/lib/tempest/lib/services/network/metering_label_rules_client.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/services/network copying build/lib/tempest/lib/services/network/quotas_client.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/services/network creating /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/services/identity creating /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/services/identity/v3 copying build/lib/tempest/lib/services/identity/v3/role_assignments_client.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/services/identity/v3 copying build/lib/tempest/lib/services/identity/v3/projects_client.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/services/identity/v3 copying build/lib/tempest/lib/services/identity/v3/domains_client.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/services/identity/v3 copying build/lib/tempest/lib/services/identity/v3/inherited_roles_client.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/services/identity/v3 copying build/lib/tempest/lib/services/identity/v3/groups_client.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/services/identity/v3 copying build/lib/tempest/lib/services/identity/v3/regions_client.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/services/identity/v3 copying build/lib/tempest/lib/services/identity/v3/policies_client.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/services/identity/v3 copying build/lib/tempest/lib/services/identity/v3/identity_client.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/services/identity/v3 copying build/lib/tempest/lib/services/identity/v3/endpoints_client.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/services/identity/v3 copying build/lib/tempest/lib/services/identity/v3/token_client.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/services/identity/v3 copying build/lib/tempest/lib/services/identity/v3/__init__.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/services/identity/v3 copying build/lib/tempest/lib/services/identity/v3/services_client.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/services/identity/v3 copying build/lib/tempest/lib/services/identity/v3/trusts_client.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/services/identity/v3 copying build/lib/tempest/lib/services/identity/v3/roles_client.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/services/identity/v3 copying build/lib/tempest/lib/services/identity/v3/credentials_client.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/services/identity/v3 copying build/lib/tempest/lib/services/identity/v3/users_client.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/services/identity/v3 copying build/lib/tempest/lib/services/identity/__init__.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/services/identity creating /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/services/identity/v2 copying build/lib/tempest/lib/services/identity/v2/identity_client.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/services/identity/v2 copying build/lib/tempest/lib/services/identity/v2/endpoints_client.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/services/identity/v2 copying build/lib/tempest/lib/services/identity/v2/token_client.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/services/identity/v2 copying build/lib/tempest/lib/services/identity/v2/__init__.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/services/identity/v2 copying build/lib/tempest/lib/services/identity/v2/tenants_client.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/services/identity/v2 copying build/lib/tempest/lib/services/identity/v2/services_client.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/services/identity/v2 copying build/lib/tempest/lib/services/identity/v2/roles_client.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/services/identity/v2 copying build/lib/tempest/lib/services/identity/v2/users_client.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/services/identity/v2 copying build/lib/tempest/lib/services/clients.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/services creating /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/services/compute copying build/lib/tempest/lib/services/compute/volumes_client.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/services/compute copying build/lib/tempest/lib/services/compute/networks_client.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/services/compute copying build/lib/tempest/lib/services/compute/security_groups_client.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/services/compute copying build/lib/tempest/lib/services/compute/security_group_rules_client.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/services/compute copying build/lib/tempest/lib/services/compute/flavors_client.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/services/compute copying build/lib/tempest/lib/services/compute/quota_classes_client.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/services/compute copying build/lib/tempest/lib/services/compute/limits_client.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/services/compute copying build/lib/tempest/lib/services/compute/__init__.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/services/compute copying build/lib/tempest/lib/services/compute/certificates_client.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/services/compute copying build/lib/tempest/lib/services/compute/agents_client.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/services/compute copying build/lib/tempest/lib/services/compute/floating_ips_bulk_client.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/services/compute copying build/lib/tempest/lib/services/compute/security_group_default_rules_client.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/services/compute copying build/lib/tempest/lib/services/compute/server_groups_client.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/services/compute copying build/lib/tempest/lib/services/compute/floating_ip_pools_client.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/services/compute copying build/lib/tempest/lib/services/compute/services_client.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/services/compute copying build/lib/tempest/lib/services/compute/fixed_ips_client.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/services/compute copying build/lib/tempest/lib/services/compute/servers_client.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/services/compute copying build/lib/tempest/lib/services/compute/versions_client.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/services/compute copying build/lib/tempest/lib/services/compute/hosts_client.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/services/compute copying build/lib/tempest/lib/services/compute/migrations_client.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/services/compute copying build/lib/tempest/lib/services/compute/tenant_usages_client.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/services/compute copying build/lib/tempest/lib/services/compute/images_client.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/services/compute copying build/lib/tempest/lib/services/compute/extensions_client.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/services/compute copying build/lib/tempest/lib/services/compute/tenant_networks_client.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/services/compute copying build/lib/tempest/lib/services/compute/floating_ips_client.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/services/compute copying build/lib/tempest/lib/services/compute/baremetal_nodes_client.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/services/compute copying build/lib/tempest/lib/services/compute/instance_usage_audit_log_client.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/services/compute copying build/lib/tempest/lib/services/compute/interfaces_client.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/services/compute copying build/lib/tempest/lib/services/compute/base_compute_client.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/services/compute copying build/lib/tempest/lib/services/compute/availability_zone_client.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/services/compute copying build/lib/tempest/lib/services/compute/quotas_client.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/services/compute copying build/lib/tempest/lib/services/compute/keypairs_client.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/services/compute copying build/lib/tempest/lib/services/compute/snapshots_client.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/services/compute copying build/lib/tempest/lib/services/compute/hypervisor_client.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/services/compute copying build/lib/tempest/lib/services/compute/aggregates_client.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/services/compute copying build/lib/tempest/README.rst -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest creating /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/test_discover copying build/lib/tempest/test_discover/__init__.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/test_discover copying build/lib/tempest/test_discover/plugins.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/test_discover copying build/lib/tempest/test_discover/test_discover.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/test_discover creating /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api creating /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/orchestration creating /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/orchestration/stacks creating /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/orchestration/stacks/templates copying build/lib/tempest/api/orchestration/stacks/templates/swift_basic.yaml -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/orchestration/stacks/templates copying build/lib/tempest/api/orchestration/stacks/templates/cinder_basic.yaml -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/orchestration/stacks/templates copying build/lib/tempest/api/orchestration/stacks/templates/random_string.yaml -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/orchestration/stacks/templates copying build/lib/tempest/api/orchestration/stacks/templates/nova_keypair.yaml -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/orchestration/stacks/templates copying build/lib/tempest/api/orchestration/stacks/templates/non_empty_stack.yaml -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/orchestration/stacks/templates copying build/lib/tempest/api/orchestration/stacks/templates/neutron_basic.yaml -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/orchestration/stacks/templates copying build/lib/tempest/api/orchestration/stacks/templates/cinder_basic_delete_retain.yaml -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/orchestration/stacks/templates copying build/lib/tempest/api/orchestration/stacks/templates/nova_keypair.json -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/orchestration/stacks/templates copying build/lib/tempest/api/orchestration/stacks/test_soft_conf.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/orchestration/stacks copying build/lib/tempest/api/orchestration/stacks/test_non_empty_stack.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/orchestration/stacks copying build/lib/tempest/api/orchestration/stacks/test_stacks.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/orchestration/stacks copying build/lib/tempest/api/orchestration/stacks/test_volumes.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/orchestration/stacks copying build/lib/tempest/api/orchestration/stacks/test_limits.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/orchestration/stacks copying build/lib/tempest/api/orchestration/stacks/test_resource_types.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/orchestration/stacks copying build/lib/tempest/api/orchestration/stacks/test_nova_keypair_resources.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/orchestration/stacks copying build/lib/tempest/api/orchestration/stacks/__init__.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/orchestration/stacks copying build/lib/tempest/api/orchestration/stacks/test_templates_negative.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/orchestration/stacks copying build/lib/tempest/api/orchestration/stacks/test_templates.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/orchestration/stacks copying build/lib/tempest/api/orchestration/stacks/test_environment.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/orchestration/stacks copying build/lib/tempest/api/orchestration/stacks/test_neutron_resources.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/orchestration/stacks copying build/lib/tempest/api/orchestration/stacks/test_swift_resources.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/orchestration/stacks copying build/lib/tempest/api/orchestration/__init__.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/orchestration copying build/lib/tempest/api/orchestration/base.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/orchestration copying build/lib/tempest/api/README.rst -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api creating /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/volume creating /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/volume/admin copying build/lib/tempest/api/volume/admin/test_multi_backend.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/volume/admin copying build/lib/tempest/api/volume/admin/test_qos.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/volume/admin copying build/lib/tempest/api/volume/admin/test_volume_services.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/volume/admin creating /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/volume/admin/v3 copying build/lib/tempest/api/volume/admin/v3/__init__.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/volume/admin/v3 copying build/lib/tempest/api/volume/admin/v3/test_user_messages.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/volume/admin/v3 copying build/lib/tempest/api/volume/admin/test_volume_types.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/volume/admin copying build/lib/tempest/api/volume/admin/test_volume_types_extra_specs_negative.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/volume/admin copying build/lib/tempest/api/volume/admin/test_volumes_backup.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/volume/admin copying build/lib/tempest/api/volume/admin/test_volume_snapshot_quotas_negative.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/volume/admin copying build/lib/tempest/api/volume/admin/test_volume_types_extra_specs.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/volume/admin copying build/lib/tempest/api/volume/admin/__init__.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/volume/admin copying build/lib/tempest/api/volume/admin/test_volume_types_negative.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/volume/admin copying build/lib/tempest/api/volume/admin/test_volume_hosts.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/volume/admin creating /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/volume/admin/v2 copying build/lib/tempest/api/volume/admin/v2/test_backends_capabilities.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/volume/admin/v2 copying build/lib/tempest/api/volume/admin/v2/test_volume_type_access.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/volume/admin/v2 copying build/lib/tempest/api/volume/admin/v2/test_snapshot_manage.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/volume/admin/v2 copying build/lib/tempest/api/volume/admin/v2/__init__.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/volume/admin/v2 copying build/lib/tempest/api/volume/admin/v2/test_volume_pools.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/volume/admin/v2 copying build/lib/tempest/api/volume/admin/v2/test_volumes_list.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/volume/admin/v2 copying build/lib/tempest/api/volume/admin/test_volume_quotas.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/volume/admin copying build/lib/tempest/api/volume/admin/test_volume_quotas_negative.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/volume/admin copying build/lib/tempest/api/volume/admin/test_volumes_actions.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/volume/admin copying build/lib/tempest/api/volume/admin/test_volume_retype_with_migration.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/volume/admin copying build/lib/tempest/api/volume/admin/test_snapshots_actions.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/volume/admin copying build/lib/tempest/api/volume/test_volumes_snapshots_negative.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/volume creating /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/volume/v3 copying build/lib/tempest/api/volume/v3/__init__.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/volume/v3 copying build/lib/tempest/api/volume/v3/base.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/volume/v3 copying build/lib/tempest/api/volume/test_volumes_extend.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/volume copying build/lib/tempest/api/volume/test_volumes_get.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/volume copying build/lib/tempest/api/volume/test_volume_transfers.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/volume copying build/lib/tempest/api/volume/api_microversion_fixture.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/volume copying build/lib/tempest/api/volume/test_volumes_backup.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/volume copying build/lib/tempest/api/volume/test_extensions.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/volume copying build/lib/tempest/api/volume/test_snapshot_metadata.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/volume copying build/lib/tempest/api/volume/__init__.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/volume copying build/lib/tempest/api/volume/test_availability_zone.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/volume copying build/lib/tempest/api/volume/test_volume_metadata.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/volume copying build/lib/tempest/api/volume/test_volumes_clone_negative.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/volume copying build/lib/tempest/api/volume/test_volumes_snapshots_list.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/volume copying build/lib/tempest/api/volume/base.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/volume creating /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/volume/v2 copying build/lib/tempest/api/volume/v2/test_image_metadata.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/volume/v2 copying build/lib/tempest/api/volume/v2/__init__.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/volume/v2 copying build/lib/tempest/api/volume/v2/test_volumes_snapshots_list.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/volume/v2 copying build/lib/tempest/api/volume/v2/test_volumes_list.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/volume/v2 copying build/lib/tempest/api/volume/test_volumes_negative.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/volume copying build/lib/tempest/api/volume/test_volumes_list.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/volume copying build/lib/tempest/api/volume/test_volumes_actions.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/volume copying build/lib/tempest/api/volume/test_volume_absolute_limits.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/volume copying build/lib/tempest/api/volume/test_volumes_snapshots.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/volume copying build/lib/tempest/api/volume/test_volumes_clone.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/volume creating /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/image creating /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/image/admin copying build/lib/tempest/api/image/admin/__init__.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/image/admin creating /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/image/admin/v2 copying build/lib/tempest/api/image/admin/v2/__init__.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/image/admin/v2 copying build/lib/tempest/api/image/admin/v2/test_images.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/image/admin/v2 copying build/lib/tempest/api/image/__init__.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/image copying build/lib/tempest/api/image/base.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/image creating /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/image/v2 copying build/lib/tempest/api/image/v2/test_images_metadefs_namespaces.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/image/v2 copying build/lib/tempest/api/image/v2/test_images_metadefs_namespace_properties.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/image/v2 copying build/lib/tempest/api/image/v2/__init__.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/image/v2 copying build/lib/tempest/api/image/v2/test_images_tags.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/image/v2 copying build/lib/tempest/api/image/v2/test_images_member.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/image/v2 copying build/lib/tempest/api/image/v2/test_images_metadefs_schema.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/image/v2 copying build/lib/tempest/api/image/v2/test_images_metadefs_resource_types.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/image/v2 copying build/lib/tempest/api/image/v2/test_images_tags_negative.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/image/v2 copying build/lib/tempest/api/image/v2/test_images_negative.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/image/v2 copying build/lib/tempest/api/image/v2/test_images_metadefs_namespace_tags.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/image/v2 copying build/lib/tempest/api/image/v2/test_images.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/image/v2 copying build/lib/tempest/api/image/v2/test_images_metadefs_namespace_objects.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/image/v2 copying build/lib/tempest/api/image/v2/test_images_member_negative.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/image/v2 creating /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/image/v1 copying build/lib/tempest/api/image/v1/__init__.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/image/v1 copying build/lib/tempest/api/image/v1/test_image_members.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/image/v1 copying build/lib/tempest/api/image/v1/test_image_members_negative.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/image/v1 copying build/lib/tempest/api/image/v1/test_images_negative.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/image/v1 copying build/lib/tempest/api/image/v1/test_images.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/image/v1 copying build/lib/tempest/api/__init__.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api creating /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/network copying build/lib/tempest/api/network/test_extra_dhcp_options.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/network copying build/lib/tempest/api/network/test_subnetpools_extensions.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/network creating /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/network/admin copying build/lib/tempest/api/network/admin/test_negative_quotas.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/network/admin copying build/lib/tempest/api/network/admin/test_l3_agent_scheduler.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/network/admin copying build/lib/tempest/api/network/admin/test_agent_management.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/network/admin copying build/lib/tempest/api/network/admin/test_external_network_extension.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/network/admin copying build/lib/tempest/api/network/admin/__init__.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/network/admin copying build/lib/tempest/api/network/admin/test_quotas.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/network/admin copying build/lib/tempest/api/network/admin/test_floating_ips_admin_actions.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/network/admin copying build/lib/tempest/api/network/admin/test_dhcp_agent_scheduler.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/network/admin copying build/lib/tempest/api/network/admin/test_routers_dvr.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/network/admin copying build/lib/tempest/api/network/admin/test_external_networks_negative.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/network/admin copying build/lib/tempest/api/network/test_versions.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/network copying build/lib/tempest/api/network/test_security_groups_negative.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/network copying build/lib/tempest/api/network/test_networks_negative.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/network copying build/lib/tempest/api/network/test_metering_extensions.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/network copying build/lib/tempest/api/network/base_security_groups.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/network copying build/lib/tempest/api/network/test_networks.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/network copying build/lib/tempest/api/network/test_security_groups.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/network copying build/lib/tempest/api/network/test_floating_ips_negative.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/network copying build/lib/tempest/api/network/test_extensions.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/network copying build/lib/tempest/api/network/__init__.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/network copying build/lib/tempest/api/network/test_routers.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/network copying build/lib/tempest/api/network/test_service_providers.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/network copying build/lib/tempest/api/network/test_ports.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/network copying build/lib/tempest/api/network/base_routers.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/network copying build/lib/tempest/api/network/base.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/network copying build/lib/tempest/api/network/test_floating_ips.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/network copying build/lib/tempest/api/network/test_dhcp_ipv6.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/network copying build/lib/tempest/api/network/test_allowed_address_pair.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/network copying build/lib/tempest/api/network/test_routers_negative.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/network creating /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/object_storage copying build/lib/tempest/api/object_storage/test_container_services_negative.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/object_storage copying build/lib/tempest/api/object_storage/test_container_acl.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/object_storage copying build/lib/tempest/api/object_storage/test_account_services.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/object_storage copying build/lib/tempest/api/object_storage/test_account_quotas_negative.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/object_storage copying build/lib/tempest/api/object_storage/test_account_quotas.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/object_storage copying build/lib/tempest/api/object_storage/test_object_version.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/object_storage copying build/lib/tempest/api/object_storage/__init__.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/object_storage copying build/lib/tempest/api/object_storage/test_object_temp_url_negative.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/object_storage copying build/lib/tempest/api/object_storage/test_healthcheck.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/object_storage copying build/lib/tempest/api/object_storage/test_object_expiry.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/object_storage copying build/lib/tempest/api/object_storage/test_container_sync.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/object_storage copying build/lib/tempest/api/object_storage/test_container_quotas.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/object_storage copying build/lib/tempest/api/object_storage/test_object_formpost_negative.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/object_storage copying build/lib/tempest/api/object_storage/test_container_services.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/object_storage copying build/lib/tempest/api/object_storage/test_crossdomain.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/object_storage copying build/lib/tempest/api/object_storage/base.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/object_storage copying build/lib/tempest/api/object_storage/test_object_slo.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/object_storage copying build/lib/tempest/api/object_storage/test_account_bulk.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/object_storage copying build/lib/tempest/api/object_storage/test_account_services_negative.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/object_storage copying build/lib/tempest/api/object_storage/test_container_staticweb.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/object_storage copying build/lib/tempest/api/object_storage/test_object_formpost.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/object_storage copying build/lib/tempest/api/object_storage/test_object_temp_url.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/object_storage copying build/lib/tempest/api/object_storage/test_object_services.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/object_storage copying build/lib/tempest/api/object_storage/test_container_sync_middleware.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/object_storage copying build/lib/tempest/api/object_storage/test_container_acl_negative.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/object_storage creating /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/identity copying build/lib/tempest/api/identity/test_extension.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/identity creating /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/identity/admin creating /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/identity/admin/v3 copying build/lib/tempest/api/identity/admin/v3/test_regions.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/identity/admin/v3 copying build/lib/tempest/api/identity/admin/v3/test_groups.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/identity/admin/v3 copying build/lib/tempest/api/identity/admin/v3/test_endpoints.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/identity/admin/v3 copying build/lib/tempest/api/identity/admin/v3/test_roles.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/identity/admin/v3 copying build/lib/tempest/api/identity/admin/v3/__init__.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/identity/admin/v3 copying build/lib/tempest/api/identity/admin/v3/test_default_project_id.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/identity/admin/v3 copying build/lib/tempest/api/identity/admin/v3/test_inherits.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/identity/admin/v3 copying build/lib/tempest/api/identity/admin/v3/test_users_negative.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/identity/admin/v3 copying build/lib/tempest/api/identity/admin/v3/test_users.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/identity/admin/v3 copying build/lib/tempest/api/identity/admin/v3/test_services.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/identity/admin/v3 copying build/lib/tempest/api/identity/admin/v3/test_domains_negative.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/identity/admin/v3 copying build/lib/tempest/api/identity/admin/v3/test_trusts.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/identity/admin/v3 copying build/lib/tempest/api/identity/admin/v3/test_list_users.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/identity/admin/v3 copying build/lib/tempest/api/identity/admin/v3/test_endpoints_negative.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/identity/admin/v3 copying build/lib/tempest/api/identity/admin/v3/test_policies.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/identity/admin/v3 copying build/lib/tempest/api/identity/admin/v3/test_tokens.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/identity/admin/v3 copying build/lib/tempest/api/identity/admin/v3/test_projects_negative.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/identity/admin/v3 copying build/lib/tempest/api/identity/admin/v3/test_credentials.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/identity/admin/v3 copying build/lib/tempest/api/identity/admin/v3/test_domains.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/identity/admin/v3 copying build/lib/tempest/api/identity/admin/v3/test_projects.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/identity/admin/v3 copying build/lib/tempest/api/identity/admin/v3/test_list_projects.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/identity/admin/v3 copying build/lib/tempest/api/identity/admin/__init__.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/identity/admin creating /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/identity/admin/v2 copying build/lib/tempest/api/identity/admin/v2/test_endpoints.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/identity/admin/v2 copying build/lib/tempest/api/identity/admin/v2/test_roles.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/identity/admin/v2 copying build/lib/tempest/api/identity/admin/v2/__init__.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/identity/admin/v2 copying build/lib/tempest/api/identity/admin/v2/test_users_negative.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/identity/admin/v2 copying build/lib/tempest/api/identity/admin/v2/test_users.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/identity/admin/v2 copying build/lib/tempest/api/identity/admin/v2/test_services.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/identity/admin/v2 copying build/lib/tempest/api/identity/admin/v2/test_roles_negative.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/identity/admin/v2 copying build/lib/tempest/api/identity/admin/v2/test_tenants.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/identity/admin/v2 copying build/lib/tempest/api/identity/admin/v2/test_tenant_negative.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/identity/admin/v2 copying build/lib/tempest/api/identity/admin/v2/test_tokens.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/identity/admin/v2 creating /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/identity/v3 copying build/lib/tempest/api/identity/v3/__init__.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/identity/v3 copying build/lib/tempest/api/identity/v3/test_users.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/identity/v3 copying build/lib/tempest/api/identity/v3/test_api_discovery.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/identity/v3 copying build/lib/tempest/api/identity/v3/test_tokens.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/identity/v3 copying build/lib/tempest/api/identity/v3/test_projects.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/identity/v3 copying build/lib/tempest/api/identity/__init__.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/identity copying build/lib/tempest/api/identity/base.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/identity creating /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/identity/v2 copying build/lib/tempest/api/identity/v2/test_ec2_credentials.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/identity/v2 copying build/lib/tempest/api/identity/v2/__init__.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/identity/v2 copying build/lib/tempest/api/identity/v2/test_users.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/identity/v2 copying build/lib/tempest/api/identity/v2/test_tenants.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/identity/v2 copying build/lib/tempest/api/identity/v2/test_api_discovery.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/identity/v2 copying build/lib/tempest/api/identity/v2/test_tokens.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/identity/v2 creating /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/compute creating /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/compute/admin copying build/lib/tempest/api/compute/admin/test_flavors_access_negative.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/compute/admin copying build/lib/tempest/api/compute/admin/test_aggregates.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/compute/admin copying build/lib/tempest/api/compute/admin/test_live_migration.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/compute/admin copying build/lib/tempest/api/compute/admin/test_simple_tenant_usage_negative.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/compute/admin copying build/lib/tempest/api/compute/admin/test_servers_negative.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/compute/admin copying build/lib/tempest/api/compute/admin/test_instance_usage_audit_log.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/compute/admin copying build/lib/tempest/api/compute/admin/test_simple_tenant_usage.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/compute/admin copying build/lib/tempest/api/compute/admin/test_keypairs_v210.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/compute/admin copying build/lib/tempest/api/compute/admin/test_agents.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/compute/admin copying build/lib/tempest/api/compute/admin/test_quotas_negative.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/compute/admin copying build/lib/tempest/api/compute/admin/test_hosts_negative.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/compute/admin copying build/lib/tempest/api/compute/admin/test_flavors_access.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/compute/admin copying build/lib/tempest/api/compute/admin/test_instance_usage_audit_log_negative.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/compute/admin copying build/lib/tempest/api/compute/admin/test_networks.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/compute/admin copying build/lib/tempest/api/compute/admin/test_security_groups.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/compute/admin copying build/lib/tempest/api/compute/admin/test_auto_allocate_network.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/compute/admin copying build/lib/tempest/api/compute/admin/test_flavors_extra_specs.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/compute/admin copying build/lib/tempest/api/compute/admin/__init__.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/compute/admin copying build/lib/tempest/api/compute/admin/test_security_group_default_rules.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/compute/admin copying build/lib/tempest/api/compute/admin/test_availability_zone.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/compute/admin copying build/lib/tempest/api/compute/admin/test_flavors.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/compute/admin copying build/lib/tempest/api/compute/admin/test_quotas.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/compute/admin copying build/lib/tempest/api/compute/admin/test_services.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/compute/admin copying build/lib/tempest/api/compute/admin/test_aggregates_negative.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/compute/admin copying build/lib/tempest/api/compute/admin/test_hypervisor_negative.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/compute/admin copying build/lib/tempest/api/compute/admin/test_baremetal_nodes.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/compute/admin copying build/lib/tempest/api/compute/admin/test_fixed_ips_negative.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/compute/admin copying build/lib/tempest/api/compute/admin/test_hosts.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/compute/admin copying build/lib/tempest/api/compute/admin/test_migrations.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/compute/admin copying build/lib/tempest/api/compute/admin/test_volumes_negative.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/compute/admin copying build/lib/tempest/api/compute/admin/test_volume_swap.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/compute/admin copying build/lib/tempest/api/compute/admin/test_availability_zone_negative.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/compute/admin copying build/lib/tempest/api/compute/admin/test_servers.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/compute/admin copying build/lib/tempest/api/compute/admin/test_fixed_ips.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/compute/admin copying build/lib/tempest/api/compute/admin/test_services_negative.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/compute/admin copying build/lib/tempest/api/compute/admin/test_flavors_extra_specs_negative.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/compute/admin copying build/lib/tempest/api/compute/admin/test_servers_on_multinodes.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/compute/admin copying build/lib/tempest/api/compute/admin/test_hypervisor.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/compute/admin copying build/lib/tempest/api/compute/admin/test_floating_ips_bulk.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/compute/admin creating /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/compute/security_groups copying build/lib/tempest/api/compute/security_groups/test_security_group_rules.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/compute/security_groups copying build/lib/tempest/api/compute/security_groups/test_security_groups_negative.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/compute/security_groups copying build/lib/tempest/api/compute/security_groups/test_security_groups.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/compute/security_groups copying build/lib/tempest/api/compute/security_groups/__init__.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/compute/security_groups copying build/lib/tempest/api/compute/security_groups/base.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/compute/security_groups copying build/lib/tempest/api/compute/security_groups/test_security_group_rules_negative.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/compute/security_groups copying build/lib/tempest/api/compute/test_versions.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/compute copying build/lib/tempest/api/compute/test_networks.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/compute copying build/lib/tempest/api/compute/api_microversion_fixture.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/compute copying build/lib/tempest/api/compute/test_extensions.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/compute creating /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/compute/certificates copying build/lib/tempest/api/compute/certificates/__init__.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/compute/certificates copying build/lib/tempest/api/compute/certificates/test_certificates.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/compute/certificates copying build/lib/tempest/api/compute/__init__.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/compute copying build/lib/tempest/api/compute/test_tenant_networks.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/compute copying build/lib/tempest/api/compute/test_quotas.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/compute creating /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/compute/flavors copying build/lib/tempest/api/compute/flavors/__init__.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/compute/flavors copying build/lib/tempest/api/compute/flavors/test_flavors.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/compute/flavors copying build/lib/tempest/api/compute/flavors/test_flavors_negative.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/compute/flavors creating /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/compute/servers copying build/lib/tempest/api/compute/servers/test_attach_interfaces.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/compute/servers copying build/lib/tempest/api/compute/servers/test_server_password.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/compute/servers copying build/lib/tempest/api/compute/servers/test_servers_negative.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/compute/servers copying build/lib/tempest/api/compute/servers/test_server_personality.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/compute/servers copying build/lib/tempest/api/compute/servers/test_multiple_create_negative.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/compute/servers copying build/lib/tempest/api/compute/servers/test_instance_actions.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/compute/servers copying build/lib/tempest/api/compute/servers/test_create_server.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/compute/servers copying build/lib/tempest/api/compute/servers/test_instance_actions_negative.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/compute/servers copying build/lib/tempest/api/compute/servers/test_virtual_interfaces_negative.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/compute/servers copying build/lib/tempest/api/compute/servers/test_server_addresses.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/compute/servers copying build/lib/tempest/api/compute/servers/__init__.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/compute/servers copying build/lib/tempest/api/compute/servers/test_availability_zone.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/compute/servers copying build/lib/tempest/api/compute/servers/test_list_server_filters.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/compute/servers copying build/lib/tempest/api/compute/servers/test_server_addresses_negative.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/compute/servers copying build/lib/tempest/api/compute/servers/test_list_servers_negative.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/compute/servers copying build/lib/tempest/api/compute/servers/test_multiple_create.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/compute/servers copying build/lib/tempest/api/compute/servers/test_novnc.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/compute/servers copying build/lib/tempest/api/compute/servers/test_device_tagging.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/compute/servers copying build/lib/tempest/api/compute/servers/test_server_group.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/compute/servers copying build/lib/tempest/api/compute/servers/test_server_rescue_negative.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/compute/servers copying build/lib/tempest/api/compute/servers/test_virtual_interfaces.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/compute/servers copying build/lib/tempest/api/compute/servers/test_server_metadata.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/compute/servers copying build/lib/tempest/api/compute/servers/test_delete_server.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/compute/servers copying build/lib/tempest/api/compute/servers/test_server_rescue.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/compute/servers copying build/lib/tempest/api/compute/servers/test_servers.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/compute/servers copying build/lib/tempest/api/compute/servers/test_disk_config.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/compute/servers copying build/lib/tempest/api/compute/servers/test_server_actions.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/compute/servers copying build/lib/tempest/api/compute/servers/test_server_metadata_negative.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/compute/servers creating /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/compute/floating_ips copying build/lib/tempest/api/compute/floating_ips/test_list_floating_ips.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/compute/floating_ips copying build/lib/tempest/api/compute/floating_ips/__init__.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/compute/floating_ips copying build/lib/tempest/api/compute/floating_ips/test_floating_ips_actions_negative.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/compute/floating_ips copying build/lib/tempest/api/compute/floating_ips/test_floating_ips_actions.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/compute/floating_ips copying build/lib/tempest/api/compute/floating_ips/test_list_floating_ips_negative.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/compute/floating_ips copying build/lib/tempest/api/compute/floating_ips/base.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/compute/floating_ips copying build/lib/tempest/api/compute/test_live_block_migration_negative.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/compute creating /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/compute/keypairs copying build/lib/tempest/api/compute/keypairs/test_keypairs_negative.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/compute/keypairs copying build/lib/tempest/api/compute/keypairs/__init__.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/compute/keypairs copying build/lib/tempest/api/compute/keypairs/test_keypairs_v22.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/compute/keypairs copying build/lib/tempest/api/compute/keypairs/test_keypairs.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/compute/keypairs copying build/lib/tempest/api/compute/keypairs/base.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/compute/keypairs creating /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/compute/limits copying build/lib/tempest/api/compute/limits/__init__.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/compute/limits copying build/lib/tempest/api/compute/limits/test_absolute_limits_negative.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/compute/limits copying build/lib/tempest/api/compute/limits/test_absolute_limits.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/compute/limits copying build/lib/tempest/api/compute/base.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/compute creating /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/compute/images copying build/lib/tempest/api/compute/images/test_image_metadata.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/compute/images copying build/lib/tempest/api/compute/images/__init__.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/compute/images copying build/lib/tempest/api/compute/images/test_images_oneserver.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/compute/images copying build/lib/tempest/api/compute/images/test_image_metadata_negative.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/compute/images copying build/lib/tempest/api/compute/images/test_list_image_filters_negative.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/compute/images copying build/lib/tempest/api/compute/images/test_list_image_filters.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/compute/images copying build/lib/tempest/api/compute/images/test_list_images.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/compute/images copying build/lib/tempest/api/compute/images/test_images_oneserver_negative.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/compute/images copying build/lib/tempest/api/compute/images/test_images_negative.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/compute/images copying build/lib/tempest/api/compute/images/test_images.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/compute/images creating /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/compute/volumes copying build/lib/tempest/api/compute/volumes/test_volume_snapshots.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/compute/volumes copying build/lib/tempest/api/compute/volumes/test_volumes_get.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/compute/volumes copying build/lib/tempest/api/compute/volumes/test_attach_volume_negative.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/compute/volumes copying build/lib/tempest/api/compute/volumes/test_attach_volume.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/compute/volumes copying build/lib/tempest/api/compute/volumes/__init__.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/compute/volumes copying build/lib/tempest/api/compute/volumes/test_volumes_negative.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/compute/volumes copying build/lib/tempest/api/compute/volumes/test_volumes_list.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/compute/volumes copying build/lib/tempest/manager.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest copying build/lib/tempest/config.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest copying build/lib/tempest/__init__.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest copying build/lib/tempest/exceptions.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest creating /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/scenario copying build/lib/tempest/scenario/test_volume_boot_pattern.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/scenario copying build/lib/tempest/scenario/test_snapshot_pattern.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/scenario copying build/lib/tempest/scenario/README.rst -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/scenario copying build/lib/tempest/scenario/test_network_basic_ops.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/scenario copying build/lib/tempest/scenario/test_security_groups_basic_ops.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/scenario copying build/lib/tempest/scenario/test_server_multinode.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/scenario copying build/lib/tempest/scenario/test_network_v6.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/scenario copying build/lib/tempest/scenario/manager.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/scenario copying build/lib/tempest/scenario/test_minimum_basic.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/scenario copying build/lib/tempest/scenario/test_server_advanced_ops.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/scenario copying build/lib/tempest/scenario/__init__.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/scenario copying build/lib/tempest/scenario/test_encrypted_cinder_volumes.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/scenario copying build/lib/tempest/scenario/test_volume_migrate_attached.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/scenario copying build/lib/tempest/scenario/test_aggregates_basic_ops.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/scenario copying build/lib/tempest/scenario/test_stamp_pattern.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/scenario copying build/lib/tempest/scenario/test_network_advanced_server_ops.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/scenario copying build/lib/tempest/scenario/test_shelve_instance.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/scenario copying build/lib/tempest/scenario/test_object_storage_basic_ops.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/scenario copying build/lib/tempest/scenario/test_server_basic_ops.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/scenario creating /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/hacking copying build/lib/tempest/hacking/checks.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/hacking copying build/lib/tempest/hacking/ignored_list_T111.txt -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/hacking copying build/lib/tempest/hacking/ignored_list_T110.txt -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/hacking copying build/lib/tempest/hacking/__init__.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/hacking creating /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/common copying build/lib/tempest/common/validation_resources.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/common copying build/lib/tempest/common/identity.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/common copying build/lib/tempest/common/image.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/common creating /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/common/utils copying build/lib/tempest/common/utils/net_utils.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/common/utils copying build/lib/tempest/common/utils/__init__.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/common/utils copying build/lib/tempest/common/utils/net_info.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/common/utils creating /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/common/utils/linux copying build/lib/tempest/common/utils/linux/remote_client.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/common/utils/linux copying build/lib/tempest/common/utils/linux/__init__.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/common/utils/linux copying build/lib/tempest/common/__init__.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/common copying build/lib/tempest/common/preprov_creds.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/common copying build/lib/tempest/common/compute.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/common copying build/lib/tempest/common/waiters.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/common copying build/lib/tempest/common/fixed_network.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/common copying build/lib/tempest/common/dynamic_creds.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/common copying build/lib/tempest/common/tempest_fixtures.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/common copying build/lib/tempest/common/credentials_factory.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/common copying build/lib/tempest/common/custom_matchers.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/common copying build/lib/tempest/test.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest creating /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/cmd copying build/lib/tempest/cmd/config-generator.tempest.conf -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/cmd copying build/lib/tempest/cmd/main.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/cmd copying build/lib/tempest/cmd/verify_tempest_config.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/cmd copying build/lib/tempest/cmd/workspace.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/cmd copying build/lib/tempest/cmd/__init__.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/cmd copying build/lib/tempest/cmd/cleanup.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/cmd copying build/lib/tempest/cmd/subunit_describe_calls.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/cmd copying build/lib/tempest/cmd/cleanup_service.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/cmd copying build/lib/tempest/cmd/run.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/cmd copying build/lib/tempest/cmd/list_plugins.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/cmd copying build/lib/tempest/cmd/account_generator.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/cmd copying build/lib/tempest/cmd/init.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/cmd copying build/lib/tempest/clients.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest copying build/lib/tempest/version.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest creating /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/services creating /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/services/orchestration copying build/lib/tempest/services/orchestration/__init__.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/services/orchestration creating /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/services/orchestration/json copying build/lib/tempest/services/orchestration/json/orchestration_client.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/services/orchestration/json copying build/lib/tempest/services/orchestration/json/__init__.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/services/orchestration/json copying build/lib/tempest/services/__init__.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/services creating /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/services/object_storage copying build/lib/tempest/services/object_storage/container_client.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/services/object_storage copying build/lib/tempest/services/object_storage/__init__.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/services/object_storage copying build/lib/tempest/services/object_storage/capabilities_client.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/services/object_storage copying build/lib/tempest/services/object_storage/object_client.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/services/object_storage copying build/lib/tempest/services/object_storage/account_client.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/services/object_storage creating /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/tests creating /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/tests/files copying build/lib/tempest/tests/files/failing-tests -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/tests/files copying build/lib/tempest/tests/files/__init__.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/tests/files copying build/lib/tempest/tests/files/setup.cfg -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/tests/files copying build/lib/tempest/tests/files/testr-conf -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/tests/files copying build/lib/tempest/tests/files/passing-tests -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/tests/files copying build/lib/tempest/tests/fake_config.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/tests creating /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/tests/lib copying build/lib/tempest/tests/lib/test_base.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/tests/lib copying build/lib/tempest/tests/lib/test_auth.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/tests/lib copying build/lib/tempest/tests/lib/fake_identity.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/tests/lib copying build/lib/tempest/tests/lib/fake_http.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/tests/lib copying build/lib/tempest/tests/lib/test_rest_client.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/tests/lib copying build/lib/tempest/tests/lib/__init__.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/tests/lib copying build/lib/tempest/tests/lib/fake_auth_provider.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/tests/lib creating /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/tests/lib/cli copying build/lib/tempest/tests/lib/cli/test_execute.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/tests/lib/cli copying build/lib/tempest/tests/lib/cli/test_command_failed.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/tests/lib/cli copying build/lib/tempest/tests/lib/cli/__init__.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/tests/lib/cli copying build/lib/tempest/tests/lib/cli/test_output_parser.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/tests/lib/cli creating /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/tests/lib/common copying build/lib/tempest/tests/lib/common/test_cred_client.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/tests/lib/common creating /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/tests/lib/common/utils copying build/lib/tempest/tests/lib/common/utils/test_test_utils.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/tests/lib/common/utils copying build/lib/tempest/tests/lib/common/utils/__init__.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/tests/lib/common/utils copying build/lib/tempest/tests/lib/common/utils/test_data_utils.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/tests/lib/common/utils copying build/lib/tempest/tests/lib/common/utils/test_misc.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/tests/lib/common/utils copying build/lib/tempest/tests/lib/common/__init__.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/tests/lib/common copying build/lib/tempest/tests/lib/common/test_api_version_request.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/tests/lib/common copying build/lib/tempest/tests/lib/common/test_jsonschema_validator.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/tests/lib/common copying build/lib/tempest/tests/lib/common/test_api_version_utils.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/tests/lib/common copying build/lib/tempest/tests/lib/test_tempest_lib.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/tests/lib copying build/lib/tempest/tests/lib/test_decorators.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/tests/lib copying build/lib/tempest/tests/lib/test_credentials.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/tests/lib copying build/lib/tempest/tests/lib/fake_credentials.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/tests/lib copying build/lib/tempest/tests/lib/test_ssh.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/tests/lib creating /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/tests/lib/services creating /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/tests/lib/services/volume creating /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/tests/lib/services/volume/v3 copying build/lib/tempest/tests/lib/services/volume/v3/test_user_messages_client.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/tests/lib/services/volume/v3 copying build/lib/tempest/tests/lib/services/volume/v3/__init__.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/tests/lib/services/volume/v3 copying build/lib/tempest/tests/lib/services/volume/__init__.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/tests/lib/services/volume creating /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/tests/lib/services/volume/v2 copying build/lib/tempest/tests/lib/services/volume/v2/__init__.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/tests/lib/services/volume/v2 copying build/lib/tempest/tests/lib/services/volume/v2/test_quotas_client.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/tests/lib/services/volume/v2 copying build/lib/tempest/tests/lib/services/volume/v2/test_encryption_types_client.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/tests/lib/services/volume/v2 copying build/lib/tempest/tests/lib/services/volume/v2/test_snapshots_client.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/tests/lib/services/volume/v2 creating /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/tests/lib/services/volume/v1 copying build/lib/tempest/tests/lib/services/volume/v1/__init__.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/tests/lib/services/volume/v1 copying build/lib/tempest/tests/lib/services/volume/v1/test_quotas_client.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/tests/lib/services/volume/v1 copying build/lib/tempest/tests/lib/services/volume/v1/test_encryption_types_client.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/tests/lib/services/volume/v1 copying build/lib/tempest/tests/lib/services/volume/v1/test_snapshots_client.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/tests/lib/services/volume/v1 copying build/lib/tempest/tests/lib/services/test_clients.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/tests/lib/services creating /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/tests/lib/services/image copying build/lib/tempest/tests/lib/services/image/__init__.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/tests/lib/services/image creating /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/tests/lib/services/image/v2 copying build/lib/tempest/tests/lib/services/image/v2/test_namespace_properties_client.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/tests/lib/services/image/v2 copying build/lib/tempest/tests/lib/services/image/v2/test_images_client.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/tests/lib/services/image/v2 copying build/lib/tempest/tests/lib/services/image/v2/test_namespaces_client.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/tests/lib/services/image/v2 copying build/lib/tempest/tests/lib/services/image/v2/__init__.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/tests/lib/services/image/v2 copying build/lib/tempest/tests/lib/services/image/v2/test_namespace_object_client.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/tests/lib/services/image/v2 copying build/lib/tempest/tests/lib/services/image/v2/test_namespace_tags_client.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/tests/lib/services/image/v2 copying build/lib/tempest/tests/lib/services/image/v2/test_schemas_client.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/tests/lib/services/image/v2 copying build/lib/tempest/tests/lib/services/image/v2/test_resource_types_client.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/tests/lib/services/image/v2 copying build/lib/tempest/tests/lib/services/image/v2/test_image_members_client.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/tests/lib/services/image/v2 creating /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/tests/lib/services/image/v1 copying build/lib/tempest/tests/lib/services/image/v1/__init__.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/tests/lib/services/image/v1 copying build/lib/tempest/tests/lib/services/image/v1/test_image_members_client.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/tests/lib/services/image/v1 copying build/lib/tempest/tests/lib/services/__init__.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/tests/lib/services creating /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/tests/lib/services/network copying build/lib/tempest/tests/lib/services/network/test_routers_client.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/tests/lib/services/network copying build/lib/tempest/tests/lib/services/network/__init__.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/tests/lib/services/network copying build/lib/tempest/tests/lib/services/network/test_service_providers_client.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/tests/lib/services/network copying build/lib/tempest/tests/lib/services/network/test_versions_client.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/tests/lib/services/network copying build/lib/tempest/tests/lib/services/base.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/tests/lib/services creating /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/tests/lib/services/identity creating /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/tests/lib/services/identity/v3 copying build/lib/tempest/tests/lib/services/identity/v3/test_trusts_client.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/tests/lib/services/identity/v3 copying build/lib/tempest/tests/lib/services/identity/v3/test_policies_client.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/tests/lib/services/identity/v3 copying build/lib/tempest/tests/lib/services/identity/v3/test_users_client.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/tests/lib/services/identity/v3 copying build/lib/tempest/tests/lib/services/identity/v3/test_projects_client.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/tests/lib/services/identity/v3 copying build/lib/tempest/tests/lib/services/identity/v3/test_roles_client.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/tests/lib/services/identity/v3 copying build/lib/tempest/tests/lib/services/identity/v3/test_inherited_roles_client.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/tests/lib/services/identity/v3 copying build/lib/tempest/tests/lib/services/identity/v3/test_services_client.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/tests/lib/services/identity/v3 copying build/lib/tempest/tests/lib/services/identity/v3/__init__.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/tests/lib/services/identity/v3 copying build/lib/tempest/tests/lib/services/identity/v3/test_domains_client.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/tests/lib/services/identity/v3 copying build/lib/tempest/tests/lib/services/identity/v3/test_groups_client.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/tests/lib/services/identity/v3 copying build/lib/tempest/tests/lib/services/identity/v3/test_credentials_client.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/tests/lib/services/identity/v3 copying build/lib/tempest/tests/lib/services/identity/v3/test_endpoints_client.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/tests/lib/services/identity/v3 copying build/lib/tempest/tests/lib/services/identity/v3/test_role_assignments_client.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/tests/lib/services/identity/v3 copying build/lib/tempest/tests/lib/services/identity/v3/test_token_client.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/tests/lib/services/identity/v3 copying build/lib/tempest/tests/lib/services/identity/v3/test_regions_client.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/tests/lib/services/identity/v3 copying build/lib/tempest/tests/lib/services/identity/v3/test_identity_client.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/tests/lib/services/identity/v3 copying build/lib/tempest/tests/lib/services/identity/__init__.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/tests/lib/services/identity creating /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/tests/lib/services/identity/v2 copying build/lib/tempest/tests/lib/services/identity/v2/test_users_client.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/tests/lib/services/identity/v2 copying build/lib/tempest/tests/lib/services/identity/v2/test_roles_client.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/tests/lib/services/identity/v2 copying build/lib/tempest/tests/lib/services/identity/v2/test_services_client.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/tests/lib/services/identity/v2 copying build/lib/tempest/tests/lib/services/identity/v2/__init__.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/tests/lib/services/identity/v2 copying build/lib/tempest/tests/lib/services/identity/v2/test_endpoints_client.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/tests/lib/services/identity/v2 copying build/lib/tempest/tests/lib/services/identity/v2/test_tenants_client.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/tests/lib/services/identity/v2 copying build/lib/tempest/tests/lib/services/identity/v2/test_token_client.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/tests/lib/services/identity/v2 copying build/lib/tempest/tests/lib/services/identity/v2/test_identity_client.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/tests/lib/services/identity/v2 creating /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/tests/lib/services/compute copying build/lib/tempest/tests/lib/services/compute/test_interfaces_client.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/tests/lib/services/compute copying build/lib/tempest/tests/lib/services/compute/test_flavors_client.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/tests/lib/services/compute copying build/lib/tempest/tests/lib/services/compute/test_floating_ip_pools_client.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/tests/lib/services/compute copying build/lib/tempest/tests/lib/services/compute/test_availability_zone_client.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/tests/lib/services/compute copying build/lib/tempest/tests/lib/services/compute/test_images_client.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/tests/lib/services/compute copying build/lib/tempest/tests/lib/services/compute/test_server_groups_client.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/tests/lib/services/compute copying build/lib/tempest/tests/lib/services/compute/test_extensions_client.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/tests/lib/services/compute copying build/lib/tempest/tests/lib/services/compute/test_services_client.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/tests/lib/services/compute copying build/lib/tempest/tests/lib/services/compute/test_hosts_client.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/tests/lib/services/compute copying build/lib/tempest/tests/lib/services/compute/__init__.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/tests/lib/services/compute copying build/lib/tempest/tests/lib/services/compute/test_tenant_networks_client.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/tests/lib/services/compute copying build/lib/tempest/tests/lib/services/compute/test_floating_ips_bulk_client.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/tests/lib/services/compute copying build/lib/tempest/tests/lib/services/compute/test_baremetal_nodes_client.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/tests/lib/services/compute copying build/lib/tempest/tests/lib/services/compute/test_security_group_rules_client.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/tests/lib/services/compute copying build/lib/tempest/tests/lib/services/compute/test_security_group_default_rules_client.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/tests/lib/services/compute copying build/lib/tempest/tests/lib/services/compute/test_agents_client.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/tests/lib/services/compute copying build/lib/tempest/tests/lib/services/compute/test_volumes_client.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/tests/lib/services/compute copying build/lib/tempest/tests/lib/services/compute/test_floating_ips_client.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/tests/lib/services/compute copying build/lib/tempest/tests/lib/services/compute/test_migrations_client.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/tests/lib/services/compute copying build/lib/tempest/tests/lib/services/compute/test_quotas_client.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/tests/lib/services/compute copying build/lib/tempest/tests/lib/services/compute/test_keypairs_client.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/tests/lib/services/compute copying build/lib/tempest/tests/lib/services/compute/test_networks_client.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/tests/lib/services/compute copying build/lib/tempest/tests/lib/services/compute/test_hypervisor_client.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/tests/lib/services/compute copying build/lib/tempest/tests/lib/services/compute/test_security_groups_client.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/tests/lib/services/compute copying build/lib/tempest/tests/lib/services/compute/test_limits_client.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/tests/lib/services/compute copying build/lib/tempest/tests/lib/services/compute/test_certificates_client.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/tests/lib/services/compute copying build/lib/tempest/tests/lib/services/compute/test_aggregates_client.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/tests/lib/services/compute copying build/lib/tempest/tests/lib/services/compute/test_base_compute_client.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/tests/lib/services/compute copying build/lib/tempest/tests/lib/services/compute/test_snapshots_client.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/tests/lib/services/compute copying build/lib/tempest/tests/lib/services/compute/test_tenant_usages_client.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/tests/lib/services/compute copying build/lib/tempest/tests/lib/services/compute/test_quota_classes_client.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/tests/lib/services/compute copying build/lib/tempest/tests/lib/services/compute/test_instance_usage_audit_log_client.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/tests/lib/services/compute copying build/lib/tempest/tests/lib/services/compute/test_fixedIPs_client.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/tests/lib/services/compute copying build/lib/tempest/tests/lib/services/compute/test_servers_client.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/tests/lib/services/compute copying build/lib/tempest/tests/lib/services/compute/test_versions_client.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/tests/lib/services/compute copying build/lib/tempest/tests/test_base_test.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/tests copying build/lib/tempest/tests/test_hacking.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/tests copying build/lib/tempest/tests/README.rst -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/tests creating /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/tests/api copying build/lib/tempest/tests/api/__init__.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/tests/api creating /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/tests/api/compute copying build/lib/tempest/tests/api/compute/test_base.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/tests/api/compute copying build/lib/tempest/tests/api/compute/__init__.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/tests/api/compute copying build/lib/tempest/tests/test_microversions.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/tests copying build/lib/tempest/tests/__init__.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/tests copying build/lib/tempest/tests/test_wrappers.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/tests copying build/lib/tempest/tests/test_tempest_plugin.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/tests copying build/lib/tempest/tests/utils.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/tests copying build/lib/tempest/tests/test_list_tests.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/tests copying build/lib/tempest/tests/fake_tempest_plugin.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/tests creating /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/tests/common copying build/lib/tempest/tests/common/test_image.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/tests/common copying build/lib/tempest/tests/common/test_dynamic_creds.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/tests/common copying build/lib/tempest/tests/common/test_waiters.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/tests/common creating /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/tests/common/utils copying build/lib/tempest/tests/common/utils/__init__.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/tests/common/utils copying build/lib/tempest/tests/common/utils/test_net_utils.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/tests/common/utils creating /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/tests/common/utils/linux copying build/lib/tempest/tests/common/utils/linux/test_remote_client.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/tests/common/utils/linux copying build/lib/tempest/tests/common/utils/linux/__init__.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/tests/common/utils/linux copying build/lib/tempest/tests/common/__init__.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/tests/common copying build/lib/tempest/tests/common/test_custom_matchers.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/tests/common copying build/lib/tempest/tests/common/test_admin_available.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/tests/common copying build/lib/tempest/tests/common/test_preprov_creds.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/tests/common copying build/lib/tempest/tests/common/test_alt_available.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/tests/common copying build/lib/tempest/tests/base.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/tests creating /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/tests/cmd copying build/lib/tempest/tests/cmd/test_list_plugins.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/tests/cmd copying build/lib/tempest/tests/cmd/test_subunit_describe_calls.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/tests/cmd copying build/lib/tempest/tests/cmd/test_run.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/tests/cmd copying build/lib/tempest/tests/cmd/__init__.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/tests/cmd creating /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/tests/cmd/sample_streams copying build/lib/tempest/tests/cmd/sample_streams/calls.subunit -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/tests/cmd/sample_streams copying build/lib/tempest/tests/cmd/test_workspace.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/tests/cmd copying build/lib/tempest/tests/cmd/test_verify_tempest_config.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/tests/cmd copying build/lib/tempest/tests/cmd/test_tempest_init.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/tests/cmd copying build/lib/tempest/tests/cmd/test_account_generator.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/tests/cmd copying build/lib/tempest/tests/test_decorators.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/tests copying build/lib/tempest/tests/test_config.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/tests creating /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/tests/services copying build/lib/tempest/tests/services/__init__.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/tests/services creating /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/tests/services/object_storage copying build/lib/tempest/tests/services/object_storage/__init__.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/tests/services/object_storage copying build/lib/tempest/tests/services/object_storage/test_object_client.py -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/tests/services/object_storage byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/api_schema/response/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/api_schema/response/compute/v2_2/keypairs.py to keypairs.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/api_schema/response/compute/v2_2/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/api_schema/response/compute/v2_9/servers.py to servers.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/api_schema/response/compute/v2_9/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/api_schema/response/compute/v2_26/servers.py to servers.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/api_schema/response/compute/v2_26/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/api_schema/response/compute/v2_19/servers.py to servers.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/api_schema/response/compute/v2_19/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/api_schema/response/compute/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/api_schema/response/compute/v2_23/migrations.py to migrations.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/api_schema/response/compute/v2_23/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/api_schema/response/compute/v2_1/floating_ips.py to floating_ips.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/api_schema/response/compute/v2_1/security_group_default_rule.py to security_group_default_rule.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/api_schema/response/compute/v2_1/parameter_types.py to parameter_types.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/api_schema/response/compute/v2_1/fixed_ips.py to fixed_ips.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/api_schema/response/compute/v2_1/flavors_extra_specs.py to flavors_extra_specs.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/api_schema/response/compute/v2_1/migrations.py to migrations.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/api_schema/response/compute/v2_1/keypairs.py to keypairs.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/api_schema/response/compute/v2_1/hosts.py to hosts.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/api_schema/response/compute/v2_1/baremetal_nodes.py to baremetal_nodes.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/api_schema/response/compute/v2_1/limits.py to limits.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/api_schema/response/compute/v2_1/servers.py to servers.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/api_schema/response/compute/v2_1/volumes.py to volumes.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/api_schema/response/compute/v2_1/flavors_access.py to flavors_access.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/api_schema/response/compute/v2_1/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/api_schema/response/compute/v2_1/tenant_usages.py to tenant_usages.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/api_schema/response/compute/v2_1/quota_classes.py to quota_classes.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/api_schema/response/compute/v2_1/certificates.py to certificates.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/api_schema/response/compute/v2_1/services.py to services.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/api_schema/response/compute/v2_1/versions.py to versions.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/api_schema/response/compute/v2_1/snapshots.py to snapshots.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/api_schema/response/compute/v2_1/quotas.py to quotas.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/api_schema/response/compute/v2_1/aggregates.py to aggregates.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/api_schema/response/compute/v2_1/agents.py to agents.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/api_schema/response/compute/v2_1/hypervisors.py to hypervisors.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/api_schema/response/compute/v2_1/tenant_networks.py to tenant_networks.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/api_schema/response/compute/v2_1/interfaces.py to interfaces.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/api_schema/response/compute/v2_1/extensions.py to extensions.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/api_schema/response/compute/v2_1/flavors.py to flavors.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/api_schema/response/compute/v2_1/availability_zone.py to availability_zone.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/api_schema/response/compute/v2_1/images.py to images.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/api_schema/response/compute/v2_1/instance_usage_audit_logs.py to instance_usage_audit_logs.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/api_schema/response/compute/v2_1/security_groups.py to security_groups.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/api_schema/response/compute/v2_3/servers.py to servers.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/api_schema/response/compute/v2_3/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/api_schema/response/compute/v2_16/servers.py to servers.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/api_schema/response/compute/v2_16/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/api_schema/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/auth.py to auth.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/decorators.py to decorators.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/exceptions.py to exceptions.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/cli/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/cli/output_parser.py to output_parser.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/cli/base.py to base.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/common/api_version_request.py to api_version_request.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/common/cred_client.py to cred_client.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/common/http.py to http.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/common/jsonschema_validator.py to jsonschema_validator.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/common/utils/misc.py to misc.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/common/utils/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/common/utils/data_utils.py to data_utils.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/common/utils/test_utils.py to test_utils.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/common/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/common/rest_client.py to rest_client.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/common/api_version_utils.py to api_version_utils.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/common/ssh.py to ssh.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/common/cred_provider.py to cred_provider.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/base.py to base.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/cmd/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/cmd/check_uuid.py to check_uuid.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/cmd/skip_tracker.py to skip_tracker.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/services/volume/v3/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/services/volume/v3/messages_client.py to messages_client.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/services/volume/v3/base_client.py to base_client.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/services/volume/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/services/volume/v2/encryption_types_client.py to encryption_types_client.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/services/volume/v2/volumes_client.py to volumes_client.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/services/volume/v2/backups_client.py to backups_client.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/services/volume/v2/limits_client.py to limits_client.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/services/volume/v2/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/services/volume/v2/qos_client.py to qos_client.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/services/volume/v2/scheduler_stats_client.py to scheduler_stats_client.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/services/volume/v2/services_client.py to services_client.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/services/volume/v2/capabilities_client.py to capabilities_client.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/services/volume/v2/hosts_client.py to hosts_client.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/services/volume/v2/types_client.py to types_client.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/services/volume/v2/extensions_client.py to extensions_client.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/services/volume/v2/snapshot_manage_client.py to snapshot_manage_client.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/services/volume/v2/availability_zone_client.py to availability_zone_client.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/services/volume/v2/quotas_client.py to quotas_client.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/services/volume/v2/snapshots_client.py to snapshots_client.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/services/volume/v1/encryption_types_client.py to encryption_types_client.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/services/volume/v1/volumes_client.py to volumes_client.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/services/volume/v1/backups_client.py to backups_client.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/services/volume/v1/limits_client.py to limits_client.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/services/volume/v1/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/services/volume/v1/qos_client.py to qos_client.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/services/volume/v1/services_client.py to services_client.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/services/volume/v1/hosts_client.py to hosts_client.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/services/volume/v1/types_client.py to types_client.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/services/volume/v1/extensions_client.py to extensions_client.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/services/volume/v1/availability_zone_client.py to availability_zone_client.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/services/volume/v1/quotas_client.py to quotas_client.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/services/volume/v1/snapshots_client.py to snapshots_client.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/services/image/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/services/image/v2/namespace_objects_client.py to namespace_objects_client.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/services/image/v2/resource_types_client.py to resource_types_client.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/services/image/v2/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/services/image/v2/schemas_client.py to schemas_client.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/services/image/v2/namespace_properties_client.py to namespace_properties_client.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/services/image/v2/namespace_tags_client.py to namespace_tags_client.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/services/image/v2/images_client.py to images_client.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/services/image/v2/namespaces_client.py to namespaces_client.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/services/image/v2/image_members_client.py to image_members_client.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/services/image/v1/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/services/image/v1/images_client.py to images_client.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/services/image/v1/image_members_client.py to image_members_client.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/services/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/services/network/routers_client.py to routers_client.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/services/network/ports_client.py to ports_client.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/services/network/networks_client.py to networks_client.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/services/network/security_groups_client.py to security_groups_client.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/services/network/service_providers_client.py to service_providers_client.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/services/network/security_group_rules_client.py to security_group_rules_client.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/services/network/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/services/network/metering_labels_client.py to metering_labels_client.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/services/network/agents_client.py to agents_client.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/services/network/subnets_client.py to subnets_client.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/services/network/subnetpools_client.py to subnetpools_client.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/services/network/versions_client.py to versions_client.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/services/network/base.py to base.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/services/network/extensions_client.py to extensions_client.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/services/network/floating_ips_client.py to floating_ips_client.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/services/network/metering_label_rules_client.py to metering_label_rules_client.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/services/network/quotas_client.py to quotas_client.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/services/identity/v3/role_assignments_client.py to role_assignments_client.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/services/identity/v3/projects_client.py to projects_client.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/services/identity/v3/domains_client.py to domains_client.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/services/identity/v3/inherited_roles_client.py to inherited_roles_client.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/services/identity/v3/groups_client.py to groups_client.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/services/identity/v3/regions_client.py to regions_client.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/services/identity/v3/policies_client.py to policies_client.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/services/identity/v3/identity_client.py to identity_client.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/services/identity/v3/endpoints_client.py to endpoints_client.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/services/identity/v3/token_client.py to token_client.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/services/identity/v3/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/services/identity/v3/services_client.py to services_client.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/services/identity/v3/trusts_client.py to trusts_client.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/services/identity/v3/roles_client.py to roles_client.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/services/identity/v3/credentials_client.py to credentials_client.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/services/identity/v3/users_client.py to users_client.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/services/identity/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/services/identity/v2/identity_client.py to identity_client.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/services/identity/v2/endpoints_client.py to endpoints_client.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/services/identity/v2/token_client.py to token_client.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/services/identity/v2/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/services/identity/v2/tenants_client.py to tenants_client.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/services/identity/v2/services_client.py to services_client.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/services/identity/v2/roles_client.py to roles_client.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/services/identity/v2/users_client.py to users_client.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/services/clients.py to clients.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/services/compute/volumes_client.py to volumes_client.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/services/compute/networks_client.py to networks_client.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/services/compute/security_groups_client.py to security_groups_client.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/services/compute/security_group_rules_client.py to security_group_rules_client.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/services/compute/flavors_client.py to flavors_client.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/services/compute/quota_classes_client.py to quota_classes_client.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/services/compute/limits_client.py to limits_client.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/services/compute/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/services/compute/certificates_client.py to certificates_client.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/services/compute/agents_client.py to agents_client.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/services/compute/floating_ips_bulk_client.py to floating_ips_bulk_client.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/services/compute/security_group_default_rules_client.py to security_group_default_rules_client.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/services/compute/server_groups_client.py to server_groups_client.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/services/compute/floating_ip_pools_client.py to floating_ip_pools_client.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/services/compute/services_client.py to services_client.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/services/compute/fixed_ips_client.py to fixed_ips_client.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/services/compute/servers_client.py to servers_client.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/services/compute/versions_client.py to versions_client.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/services/compute/hosts_client.py to hosts_client.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/services/compute/migrations_client.py to migrations_client.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/services/compute/tenant_usages_client.py to tenant_usages_client.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/services/compute/images_client.py to images_client.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/services/compute/extensions_client.py to extensions_client.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/services/compute/tenant_networks_client.py to tenant_networks_client.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/services/compute/floating_ips_client.py to floating_ips_client.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/services/compute/baremetal_nodes_client.py to baremetal_nodes_client.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/services/compute/instance_usage_audit_log_client.py to instance_usage_audit_log_client.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/services/compute/interfaces_client.py to interfaces_client.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/services/compute/base_compute_client.py to base_compute_client.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/services/compute/availability_zone_client.py to availability_zone_client.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/services/compute/quotas_client.py to quotas_client.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/services/compute/keypairs_client.py to keypairs_client.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/services/compute/snapshots_client.py to snapshots_client.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/services/compute/hypervisor_client.py to hypervisor_client.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/lib/services/compute/aggregates_client.py to aggregates_client.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/test_discover/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/test_discover/plugins.py to plugins.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/test_discover/test_discover.py to test_discover.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/orchestration/stacks/test_soft_conf.py to test_soft_conf.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/orchestration/stacks/test_non_empty_stack.py to test_non_empty_stack.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/orchestration/stacks/test_stacks.py to test_stacks.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/orchestration/stacks/test_volumes.py to test_volumes.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/orchestration/stacks/test_limits.py to test_limits.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/orchestration/stacks/test_resource_types.py to test_resource_types.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/orchestration/stacks/test_nova_keypair_resources.py to test_nova_keypair_resources.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/orchestration/stacks/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/orchestration/stacks/test_templates_negative.py to test_templates_negative.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/orchestration/stacks/test_templates.py to test_templates.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/orchestration/stacks/test_environment.py to test_environment.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/orchestration/stacks/test_neutron_resources.py to test_neutron_resources.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/orchestration/stacks/test_swift_resources.py to test_swift_resources.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/orchestration/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/orchestration/base.py to base.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/volume/admin/test_multi_backend.py to test_multi_backend.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/volume/admin/test_qos.py to test_qos.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/volume/admin/test_volume_services.py to test_volume_services.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/volume/admin/v3/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/volume/admin/v3/test_user_messages.py to test_user_messages.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/volume/admin/test_volume_types.py to test_volume_types.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/volume/admin/test_volume_types_extra_specs_negative.py to test_volume_types_extra_specs_negative.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/volume/admin/test_volumes_backup.py to test_volumes_backup.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/volume/admin/test_volume_snapshot_quotas_negative.py to test_volume_snapshot_quotas_negative.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/volume/admin/test_volume_types_extra_specs.py to test_volume_types_extra_specs.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/volume/admin/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/volume/admin/test_volume_types_negative.py to test_volume_types_negative.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/volume/admin/test_volume_hosts.py to test_volume_hosts.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/volume/admin/v2/test_backends_capabilities.py to test_backends_capabilities.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/volume/admin/v2/test_volume_type_access.py to test_volume_type_access.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/volume/admin/v2/test_snapshot_manage.py to test_snapshot_manage.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/volume/admin/v2/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/volume/admin/v2/test_volume_pools.py to test_volume_pools.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/volume/admin/v2/test_volumes_list.py to test_volumes_list.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/volume/admin/test_volume_quotas.py to test_volume_quotas.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/volume/admin/test_volume_quotas_negative.py to test_volume_quotas_negative.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/volume/admin/test_volumes_actions.py to test_volumes_actions.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/volume/admin/test_volume_retype_with_migration.py to test_volume_retype_with_migration.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/volume/admin/test_snapshots_actions.py to test_snapshots_actions.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/volume/test_volumes_snapshots_negative.py to test_volumes_snapshots_negative.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/volume/v3/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/volume/v3/base.py to base.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/volume/test_volumes_extend.py to test_volumes_extend.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/volume/test_volumes_get.py to test_volumes_get.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/volume/test_volume_transfers.py to test_volume_transfers.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/volume/api_microversion_fixture.py to api_microversion_fixture.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/volume/test_volumes_backup.py to test_volumes_backup.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/volume/test_extensions.py to test_extensions.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/volume/test_snapshot_metadata.py to test_snapshot_metadata.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/volume/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/volume/test_availability_zone.py to test_availability_zone.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/volume/test_volume_metadata.py to test_volume_metadata.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/volume/test_volumes_clone_negative.py to test_volumes_clone_negative.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/volume/test_volumes_snapshots_list.py to test_volumes_snapshots_list.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/volume/base.py to base.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/volume/v2/test_image_metadata.py to test_image_metadata.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/volume/v2/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/volume/v2/test_volumes_snapshots_list.py to test_volumes_snapshots_list.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/volume/v2/test_volumes_list.py to test_volumes_list.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/volume/test_volumes_negative.py to test_volumes_negative.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/volume/test_volumes_list.py to test_volumes_list.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/volume/test_volumes_actions.py to test_volumes_actions.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/volume/test_volume_absolute_limits.py to test_volume_absolute_limits.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/volume/test_volumes_snapshots.py to test_volumes_snapshots.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/volume/test_volumes_clone.py to test_volumes_clone.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/image/admin/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/image/admin/v2/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/image/admin/v2/test_images.py to test_images.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/image/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/image/base.py to base.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/image/v2/test_images_metadefs_namespaces.py to test_images_metadefs_namespaces.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/image/v2/test_images_metadefs_namespace_properties.py to test_images_metadefs_namespace_properties.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/image/v2/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/image/v2/test_images_tags.py to test_images_tags.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/image/v2/test_images_member.py to test_images_member.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/image/v2/test_images_metadefs_schema.py to test_images_metadefs_schema.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/image/v2/test_images_metadefs_resource_types.py to test_images_metadefs_resource_types.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/image/v2/test_images_tags_negative.py to test_images_tags_negative.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/image/v2/test_images_negative.py to test_images_negative.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/image/v2/test_images_metadefs_namespace_tags.py to test_images_metadefs_namespace_tags.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/image/v2/test_images.py to test_images.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/image/v2/test_images_metadefs_namespace_objects.py to test_images_metadefs_namespace_objects.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/image/v2/test_images_member_negative.py to test_images_member_negative.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/image/v1/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/image/v1/test_image_members.py to test_image_members.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/image/v1/test_image_members_negative.py to test_image_members_negative.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/image/v1/test_images_negative.py to test_images_negative.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/image/v1/test_images.py to test_images.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/network/test_extra_dhcp_options.py to test_extra_dhcp_options.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/network/test_subnetpools_extensions.py to test_subnetpools_extensions.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/network/admin/test_negative_quotas.py to test_negative_quotas.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/network/admin/test_l3_agent_scheduler.py to test_l3_agent_scheduler.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/network/admin/test_agent_management.py to test_agent_management.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/network/admin/test_external_network_extension.py to test_external_network_extension.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/network/admin/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/network/admin/test_quotas.py to test_quotas.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/network/admin/test_floating_ips_admin_actions.py to test_floating_ips_admin_actions.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/network/admin/test_dhcp_agent_scheduler.py to test_dhcp_agent_scheduler.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/network/admin/test_routers_dvr.py to test_routers_dvr.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/network/admin/test_external_networks_negative.py to test_external_networks_negative.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/network/test_versions.py to test_versions.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/network/test_security_groups_negative.py to test_security_groups_negative.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/network/test_networks_negative.py to test_networks_negative.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/network/test_metering_extensions.py to test_metering_extensions.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/network/base_security_groups.py to base_security_groups.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/network/test_networks.py to test_networks.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/network/test_security_groups.py to test_security_groups.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/network/test_floating_ips_negative.py to test_floating_ips_negative.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/network/test_extensions.py to test_extensions.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/network/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/network/test_routers.py to test_routers.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/network/test_service_providers.py to test_service_providers.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/network/test_ports.py to test_ports.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/network/base_routers.py to base_routers.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/network/base.py to base.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/network/test_floating_ips.py to test_floating_ips.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/network/test_dhcp_ipv6.py to test_dhcp_ipv6.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/network/test_allowed_address_pair.py to test_allowed_address_pair.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/network/test_routers_negative.py to test_routers_negative.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/object_storage/test_container_services_negative.py to test_container_services_negative.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/object_storage/test_container_acl.py to test_container_acl.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/object_storage/test_account_services.py to test_account_services.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/object_storage/test_account_quotas_negative.py to test_account_quotas_negative.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/object_storage/test_account_quotas.py to test_account_quotas.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/object_storage/test_object_version.py to test_object_version.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/object_storage/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/object_storage/test_object_temp_url_negative.py to test_object_temp_url_negative.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/object_storage/test_healthcheck.py to test_healthcheck.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/object_storage/test_object_expiry.py to test_object_expiry.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/object_storage/test_container_sync.py to test_container_sync.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/object_storage/test_container_quotas.py to test_container_quotas.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/object_storage/test_object_formpost_negative.py to test_object_formpost_negative.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/object_storage/test_container_services.py to test_container_services.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/object_storage/test_crossdomain.py to test_crossdomain.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/object_storage/base.py to base.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/object_storage/test_object_slo.py to test_object_slo.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/object_storage/test_account_bulk.py to test_account_bulk.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/object_storage/test_account_services_negative.py to test_account_services_negative.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/object_storage/test_container_staticweb.py to test_container_staticweb.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/object_storage/test_object_formpost.py to test_object_formpost.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/object_storage/test_object_temp_url.py to test_object_temp_url.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/object_storage/test_object_services.py to test_object_services.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/object_storage/test_container_sync_middleware.py to test_container_sync_middleware.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/object_storage/test_container_acl_negative.py to test_container_acl_negative.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/identity/test_extension.py to test_extension.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/identity/admin/v3/test_regions.py to test_regions.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/identity/admin/v3/test_groups.py to test_groups.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/identity/admin/v3/test_endpoints.py to test_endpoints.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/identity/admin/v3/test_roles.py to test_roles.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/identity/admin/v3/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/identity/admin/v3/test_default_project_id.py to test_default_project_id.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/identity/admin/v3/test_inherits.py to test_inherits.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/identity/admin/v3/test_users_negative.py to test_users_negative.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/identity/admin/v3/test_users.py to test_users.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/identity/admin/v3/test_services.py to test_services.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/identity/admin/v3/test_domains_negative.py to test_domains_negative.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/identity/admin/v3/test_trusts.py to test_trusts.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/identity/admin/v3/test_list_users.py to test_list_users.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/identity/admin/v3/test_endpoints_negative.py to test_endpoints_negative.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/identity/admin/v3/test_policies.py to test_policies.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/identity/admin/v3/test_tokens.py to test_tokens.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/identity/admin/v3/test_projects_negative.py to test_projects_negative.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/identity/admin/v3/test_credentials.py to test_credentials.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/identity/admin/v3/test_domains.py to test_domains.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/identity/admin/v3/test_projects.py to test_projects.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/identity/admin/v3/test_list_projects.py to test_list_projects.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/identity/admin/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/identity/admin/v2/test_endpoints.py to test_endpoints.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/identity/admin/v2/test_roles.py to test_roles.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/identity/admin/v2/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/identity/admin/v2/test_users_negative.py to test_users_negative.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/identity/admin/v2/test_users.py to test_users.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/identity/admin/v2/test_services.py to test_services.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/identity/admin/v2/test_roles_negative.py to test_roles_negative.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/identity/admin/v2/test_tenants.py to test_tenants.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/identity/admin/v2/test_tenant_negative.py to test_tenant_negative.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/identity/admin/v2/test_tokens.py to test_tokens.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/identity/v3/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/identity/v3/test_users.py to test_users.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/identity/v3/test_api_discovery.py to test_api_discovery.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/identity/v3/test_tokens.py to test_tokens.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/identity/v3/test_projects.py to test_projects.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/identity/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/identity/base.py to base.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/identity/v2/test_ec2_credentials.py to test_ec2_credentials.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/identity/v2/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/identity/v2/test_users.py to test_users.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/identity/v2/test_tenants.py to test_tenants.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/identity/v2/test_api_discovery.py to test_api_discovery.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/identity/v2/test_tokens.py to test_tokens.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/compute/admin/test_flavors_access_negative.py to test_flavors_access_negative.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/compute/admin/test_aggregates.py to test_aggregates.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/compute/admin/test_live_migration.py to test_live_migration.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/compute/admin/test_simple_tenant_usage_negative.py to test_simple_tenant_usage_negative.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/compute/admin/test_servers_negative.py to test_servers_negative.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/compute/admin/test_instance_usage_audit_log.py to test_instance_usage_audit_log.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/compute/admin/test_simple_tenant_usage.py to test_simple_tenant_usage.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/compute/admin/test_keypairs_v210.py to test_keypairs_v210.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/compute/admin/test_agents.py to test_agents.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/compute/admin/test_quotas_negative.py to test_quotas_negative.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/compute/admin/test_hosts_negative.py to test_hosts_negative.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/compute/admin/test_flavors_access.py to test_flavors_access.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/compute/admin/test_instance_usage_audit_log_negative.py to test_instance_usage_audit_log_negative.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/compute/admin/test_networks.py to test_networks.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/compute/admin/test_security_groups.py to test_security_groups.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/compute/admin/test_auto_allocate_network.py to test_auto_allocate_network.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/compute/admin/test_flavors_extra_specs.py to test_flavors_extra_specs.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/compute/admin/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/compute/admin/test_security_group_default_rules.py to test_security_group_default_rules.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/compute/admin/test_availability_zone.py to test_availability_zone.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/compute/admin/test_flavors.py to test_flavors.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/compute/admin/test_quotas.py to test_quotas.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/compute/admin/test_services.py to test_services.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/compute/admin/test_aggregates_negative.py to test_aggregates_negative.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/compute/admin/test_hypervisor_negative.py to test_hypervisor_negative.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/compute/admin/test_baremetal_nodes.py to test_baremetal_nodes.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/compute/admin/test_fixed_ips_negative.py to test_fixed_ips_negative.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/compute/admin/test_hosts.py to test_hosts.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/compute/admin/test_migrations.py to test_migrations.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/compute/admin/test_volumes_negative.py to test_volumes_negative.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/compute/admin/test_volume_swap.py to test_volume_swap.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/compute/admin/test_availability_zone_negative.py to test_availability_zone_negative.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/compute/admin/test_servers.py to test_servers.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/compute/admin/test_fixed_ips.py to test_fixed_ips.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/compute/admin/test_services_negative.py to test_services_negative.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/compute/admin/test_flavors_extra_specs_negative.py to test_flavors_extra_specs_negative.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/compute/admin/test_servers_on_multinodes.py to test_servers_on_multinodes.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/compute/admin/test_hypervisor.py to test_hypervisor.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/compute/admin/test_floating_ips_bulk.py to test_floating_ips_bulk.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/compute/security_groups/test_security_group_rules.py to test_security_group_rules.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/compute/security_groups/test_security_groups_negative.py to test_security_groups_negative.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/compute/security_groups/test_security_groups.py to test_security_groups.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/compute/security_groups/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/compute/security_groups/base.py to base.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/compute/security_groups/test_security_group_rules_negative.py to test_security_group_rules_negative.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/compute/test_versions.py to test_versions.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/compute/test_networks.py to test_networks.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/compute/api_microversion_fixture.py to api_microversion_fixture.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/compute/test_extensions.py to test_extensions.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/compute/certificates/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/compute/certificates/test_certificates.py to test_certificates.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/compute/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/compute/test_tenant_networks.py to test_tenant_networks.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/compute/test_quotas.py to test_quotas.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/compute/flavors/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/compute/flavors/test_flavors.py to test_flavors.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/compute/flavors/test_flavors_negative.py to test_flavors_negative.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/compute/servers/test_attach_interfaces.py to test_attach_interfaces.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/compute/servers/test_server_password.py to test_server_password.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/compute/servers/test_servers_negative.py to test_servers_negative.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/compute/servers/test_server_personality.py to test_server_personality.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/compute/servers/test_multiple_create_negative.py to test_multiple_create_negative.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/compute/servers/test_instance_actions.py to test_instance_actions.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/compute/servers/test_create_server.py to test_create_server.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/compute/servers/test_instance_actions_negative.py to test_instance_actions_negative.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/compute/servers/test_virtual_interfaces_negative.py to test_virtual_interfaces_negative.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/compute/servers/test_server_addresses.py to test_server_addresses.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/compute/servers/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/compute/servers/test_availability_zone.py to test_availability_zone.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/compute/servers/test_list_server_filters.py to test_list_server_filters.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/compute/servers/test_server_addresses_negative.py to test_server_addresses_negative.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/compute/servers/test_list_servers_negative.py to test_list_servers_negative.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/compute/servers/test_multiple_create.py to test_multiple_create.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/compute/servers/test_novnc.py to test_novnc.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/compute/servers/test_device_tagging.py to test_device_tagging.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/compute/servers/test_server_group.py to test_server_group.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/compute/servers/test_server_rescue_negative.py to test_server_rescue_negative.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/compute/servers/test_virtual_interfaces.py to test_virtual_interfaces.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/compute/servers/test_server_metadata.py to test_server_metadata.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/compute/servers/test_delete_server.py to test_delete_server.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/compute/servers/test_server_rescue.py to test_server_rescue.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/compute/servers/test_servers.py to test_servers.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/compute/servers/test_disk_config.py to test_disk_config.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/compute/servers/test_server_actions.py to test_server_actions.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/compute/servers/test_server_metadata_negative.py to test_server_metadata_negative.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/compute/floating_ips/test_list_floating_ips.py to test_list_floating_ips.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/compute/floating_ips/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/compute/floating_ips/test_floating_ips_actions_negative.py to test_floating_ips_actions_negative.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/compute/floating_ips/test_floating_ips_actions.py to test_floating_ips_actions.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/compute/floating_ips/test_list_floating_ips_negative.py to test_list_floating_ips_negative.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/compute/floating_ips/base.py to base.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/compute/test_live_block_migration_negative.py to test_live_block_migration_negative.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/compute/keypairs/test_keypairs_negative.py to test_keypairs_negative.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/compute/keypairs/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/compute/keypairs/test_keypairs_v22.py to test_keypairs_v22.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/compute/keypairs/test_keypairs.py to test_keypairs.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/compute/keypairs/base.py to base.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/compute/limits/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/compute/limits/test_absolute_limits_negative.py to test_absolute_limits_negative.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/compute/limits/test_absolute_limits.py to test_absolute_limits.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/compute/base.py to base.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/compute/images/test_image_metadata.py to test_image_metadata.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/compute/images/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/compute/images/test_images_oneserver.py to test_images_oneserver.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/compute/images/test_image_metadata_negative.py to test_image_metadata_negative.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/compute/images/test_list_image_filters_negative.py to test_list_image_filters_negative.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/compute/images/test_list_image_filters.py to test_list_image_filters.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/compute/images/test_list_images.py to test_list_images.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/compute/images/test_images_oneserver_negative.py to test_images_oneserver_negative.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/compute/images/test_images_negative.py to test_images_negative.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/compute/images/test_images.py to test_images.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/compute/volumes/test_volume_snapshots.py to test_volume_snapshots.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/compute/volumes/test_volumes_get.py to test_volumes_get.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/compute/volumes/test_attach_volume_negative.py to test_attach_volume_negative.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/compute/volumes/test_attach_volume.py to test_attach_volume.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/compute/volumes/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/compute/volumes/test_volumes_negative.py to test_volumes_negative.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/api/compute/volumes/test_volumes_list.py to test_volumes_list.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/manager.py to manager.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/config.py to config.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/exceptions.py to exceptions.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/scenario/test_volume_boot_pattern.py to test_volume_boot_pattern.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/scenario/test_snapshot_pattern.py to test_snapshot_pattern.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/scenario/test_network_basic_ops.py to test_network_basic_ops.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/scenario/test_security_groups_basic_ops.py to test_security_groups_basic_ops.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/scenario/test_server_multinode.py to test_server_multinode.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/scenario/test_network_v6.py to test_network_v6.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/scenario/manager.py to manager.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/scenario/test_minimum_basic.py to test_minimum_basic.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/scenario/test_server_advanced_ops.py to test_server_advanced_ops.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/scenario/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/scenario/test_encrypted_cinder_volumes.py to test_encrypted_cinder_volumes.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/scenario/test_volume_migrate_attached.py to test_volume_migrate_attached.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/scenario/test_aggregates_basic_ops.py to test_aggregates_basic_ops.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/scenario/test_stamp_pattern.py to test_stamp_pattern.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/scenario/test_network_advanced_server_ops.py to test_network_advanced_server_ops.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/scenario/test_shelve_instance.py to test_shelve_instance.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/scenario/test_object_storage_basic_ops.py to test_object_storage_basic_ops.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/scenario/test_server_basic_ops.py to test_server_basic_ops.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/hacking/checks.py to checks.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/hacking/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/common/validation_resources.py to validation_resources.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/common/identity.py to identity.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/common/image.py to image.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/common/utils/net_utils.py to net_utils.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/common/utils/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/common/utils/net_info.py to net_info.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/common/utils/linux/remote_client.py to remote_client.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/common/utils/linux/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/common/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/common/preprov_creds.py to preprov_creds.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/common/compute.py to compute.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/common/waiters.py to waiters.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/common/fixed_network.py to fixed_network.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/common/dynamic_creds.py to dynamic_creds.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/common/tempest_fixtures.py to tempest_fixtures.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/common/credentials_factory.py to credentials_factory.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/common/custom_matchers.py to custom_matchers.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/test.py to test.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/cmd/main.py to main.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/cmd/verify_tempest_config.py to verify_tempest_config.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/cmd/workspace.py to workspace.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/cmd/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/cmd/cleanup.py to cleanup.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/cmd/subunit_describe_calls.py to subunit_describe_calls.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/cmd/cleanup_service.py to cleanup_service.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/cmd/run.py to run.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/cmd/list_plugins.py to list_plugins.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/cmd/account_generator.py to account_generator.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/cmd/init.py to init.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/clients.py to clients.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/version.py to version.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/services/orchestration/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/services/orchestration/json/orchestration_client.py to orchestration_client.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/services/orchestration/json/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/services/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/services/object_storage/container_client.py to container_client.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/services/object_storage/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/services/object_storage/capabilities_client.py to capabilities_client.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/services/object_storage/object_client.py to object_client.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/services/object_storage/account_client.py to account_client.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/tests/files/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/tests/fake_config.py to fake_config.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/tests/lib/test_base.py to test_base.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/tests/lib/test_auth.py to test_auth.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/tests/lib/fake_identity.py to fake_identity.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/tests/lib/fake_http.py to fake_http.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/tests/lib/test_rest_client.py to test_rest_client.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/tests/lib/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/tests/lib/fake_auth_provider.py to fake_auth_provider.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/tests/lib/cli/test_execute.py to test_execute.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/tests/lib/cli/test_command_failed.py to test_command_failed.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/tests/lib/cli/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/tests/lib/cli/test_output_parser.py to test_output_parser.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/tests/lib/common/test_cred_client.py to test_cred_client.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/tests/lib/common/utils/test_test_utils.py to test_test_utils.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/tests/lib/common/utils/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/tests/lib/common/utils/test_data_utils.py to test_data_utils.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/tests/lib/common/utils/test_misc.py to test_misc.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/tests/lib/common/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/tests/lib/common/test_api_version_request.py to test_api_version_request.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/tests/lib/common/test_jsonschema_validator.py to test_jsonschema_validator.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/tests/lib/common/test_api_version_utils.py to test_api_version_utils.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/tests/lib/test_tempest_lib.py to test_tempest_lib.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/tests/lib/test_decorators.py to test_decorators.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/tests/lib/test_credentials.py to test_credentials.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/tests/lib/fake_credentials.py to fake_credentials.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/tests/lib/test_ssh.py to test_ssh.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/tests/lib/services/volume/v3/test_user_messages_client.py to test_user_messages_client.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/tests/lib/services/volume/v3/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/tests/lib/services/volume/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/tests/lib/services/volume/v2/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/tests/lib/services/volume/v2/test_quotas_client.py to test_quotas_client.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/tests/lib/services/volume/v2/test_encryption_types_client.py to test_encryption_types_client.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/tests/lib/services/volume/v2/test_snapshots_client.py to test_snapshots_client.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/tests/lib/services/volume/v1/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/tests/lib/services/volume/v1/test_quotas_client.py to test_quotas_client.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/tests/lib/services/volume/v1/test_encryption_types_client.py to test_encryption_types_client.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/tests/lib/services/volume/v1/test_snapshots_client.py to test_snapshots_client.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/tests/lib/services/test_clients.py to test_clients.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/tests/lib/services/image/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/tests/lib/services/image/v2/test_namespace_properties_client.py to test_namespace_properties_client.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/tests/lib/services/image/v2/test_images_client.py to test_images_client.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/tests/lib/services/image/v2/test_namespaces_client.py to test_namespaces_client.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/tests/lib/services/image/v2/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/tests/lib/services/image/v2/test_namespace_object_client.py to test_namespace_object_client.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/tests/lib/services/image/v2/test_namespace_tags_client.py to test_namespace_tags_client.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/tests/lib/services/image/v2/test_schemas_client.py to test_schemas_client.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/tests/lib/services/image/v2/test_resource_types_client.py to test_resource_types_client.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/tests/lib/services/image/v2/test_image_members_client.py to test_image_members_client.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/tests/lib/services/image/v1/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/tests/lib/services/image/v1/test_image_members_client.py to test_image_members_client.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/tests/lib/services/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/tests/lib/services/network/test_routers_client.py to test_routers_client.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/tests/lib/services/network/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/tests/lib/services/network/test_service_providers_client.py to test_service_providers_client.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/tests/lib/services/network/test_versions_client.py to test_versions_client.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/tests/lib/services/base.py to base.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/tests/lib/services/identity/v3/test_trusts_client.py to test_trusts_client.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/tests/lib/services/identity/v3/test_policies_client.py to test_policies_client.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/tests/lib/services/identity/v3/test_users_client.py to test_users_client.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/tests/lib/services/identity/v3/test_projects_client.py to test_projects_client.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/tests/lib/services/identity/v3/test_roles_client.py to test_roles_client.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/tests/lib/services/identity/v3/test_inherited_roles_client.py to test_inherited_roles_client.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/tests/lib/services/identity/v3/test_services_client.py to test_services_client.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/tests/lib/services/identity/v3/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/tests/lib/services/identity/v3/test_domains_client.py to test_domains_client.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/tests/lib/services/identity/v3/test_groups_client.py to test_groups_client.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/tests/lib/services/identity/v3/test_credentials_client.py to test_credentials_client.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/tests/lib/services/identity/v3/test_endpoints_client.py to test_endpoints_client.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/tests/lib/services/identity/v3/test_role_assignments_client.py to test_role_assignments_client.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/tests/lib/services/identity/v3/test_token_client.py to test_token_client.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/tests/lib/services/identity/v3/test_regions_client.py to test_regions_client.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/tests/lib/services/identity/v3/test_identity_client.py to test_identity_client.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/tests/lib/services/identity/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/tests/lib/services/identity/v2/test_users_client.py to test_users_client.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/tests/lib/services/identity/v2/test_roles_client.py to test_roles_client.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/tests/lib/services/identity/v2/test_services_client.py to test_services_client.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/tests/lib/services/identity/v2/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/tests/lib/services/identity/v2/test_endpoints_client.py to test_endpoints_client.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/tests/lib/services/identity/v2/test_tenants_client.py to test_tenants_client.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/tests/lib/services/identity/v2/test_token_client.py to test_token_client.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/tests/lib/services/identity/v2/test_identity_client.py to test_identity_client.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/tests/lib/services/compute/test_interfaces_client.py to test_interfaces_client.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/tests/lib/services/compute/test_flavors_client.py to test_flavors_client.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/tests/lib/services/compute/test_floating_ip_pools_client.py to test_floating_ip_pools_client.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/tests/lib/services/compute/test_availability_zone_client.py to test_availability_zone_client.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/tests/lib/services/compute/test_images_client.py to test_images_client.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/tests/lib/services/compute/test_server_groups_client.py to test_server_groups_client.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/tests/lib/services/compute/test_extensions_client.py to test_extensions_client.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/tests/lib/services/compute/test_services_client.py to test_services_client.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/tests/lib/services/compute/test_hosts_client.py to test_hosts_client.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/tests/lib/services/compute/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/tests/lib/services/compute/test_tenant_networks_client.py to test_tenant_networks_client.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/tests/lib/services/compute/test_floating_ips_bulk_client.py to test_floating_ips_bulk_client.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/tests/lib/services/compute/test_baremetal_nodes_client.py to test_baremetal_nodes_client.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/tests/lib/services/compute/test_security_group_rules_client.py to test_security_group_rules_client.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/tests/lib/services/compute/test_security_group_default_rules_client.py to test_security_group_default_rules_client.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/tests/lib/services/compute/test_agents_client.py to test_agents_client.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/tests/lib/services/compute/test_volumes_client.py to test_volumes_client.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/tests/lib/services/compute/test_floating_ips_client.py to test_floating_ips_client.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/tests/lib/services/compute/test_migrations_client.py to test_migrations_client.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/tests/lib/services/compute/test_quotas_client.py to test_quotas_client.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/tests/lib/services/compute/test_keypairs_client.py to test_keypairs_client.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/tests/lib/services/compute/test_networks_client.py to test_networks_client.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/tests/lib/services/compute/test_hypervisor_client.py to test_hypervisor_client.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/tests/lib/services/compute/test_security_groups_client.py to test_security_groups_client.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/tests/lib/services/compute/test_limits_client.py to test_limits_client.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/tests/lib/services/compute/test_certificates_client.py to test_certificates_client.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/tests/lib/services/compute/test_aggregates_client.py to test_aggregates_client.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/tests/lib/services/compute/test_base_compute_client.py to test_base_compute_client.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/tests/lib/services/compute/test_snapshots_client.py to test_snapshots_client.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/tests/lib/services/compute/test_tenant_usages_client.py to test_tenant_usages_client.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/tests/lib/services/compute/test_quota_classes_client.py to test_quota_classes_client.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/tests/lib/services/compute/test_instance_usage_audit_log_client.py to test_instance_usage_audit_log_client.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/tests/lib/services/compute/test_fixedIPs_client.py to test_fixedIPs_client.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/tests/lib/services/compute/test_servers_client.py to test_servers_client.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/tests/lib/services/compute/test_versions_client.py to test_versions_client.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/tests/test_base_test.py to test_base_test.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/tests/test_hacking.py to test_hacking.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/tests/api/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/tests/api/compute/test_base.py to test_base.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/tests/api/compute/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/tests/test_microversions.py to test_microversions.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/tests/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/tests/test_wrappers.py to test_wrappers.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/tests/test_tempest_plugin.py to test_tempest_plugin.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/tests/utils.py to utils.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/tests/test_list_tests.py to test_list_tests.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/tests/fake_tempest_plugin.py to fake_tempest_plugin.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/tests/common/test_image.py to test_image.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/tests/common/test_dynamic_creds.py to test_dynamic_creds.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/tests/common/test_waiters.py to test_waiters.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/tests/common/utils/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/tests/common/utils/test_net_utils.py to test_net_utils.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/tests/common/utils/linux/test_remote_client.py to test_remote_client.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/tests/common/utils/linux/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/tests/common/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/tests/common/test_custom_matchers.py to test_custom_matchers.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/tests/common/test_admin_available.py to test_admin_available.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/tests/common/test_preprov_creds.py to test_preprov_creds.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/tests/common/test_alt_available.py to test_alt_available.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/tests/base.py to base.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/tests/cmd/test_list_plugins.py to test_list_plugins.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/tests/cmd/test_subunit_describe_calls.py to test_subunit_describe_calls.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/tests/cmd/test_run.py to test_run.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/tests/cmd/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/tests/cmd/test_workspace.py to test_workspace.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/tests/cmd/test_verify_tempest_config.py to test_verify_tempest_config.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/tests/cmd/test_tempest_init.py to test_tempest_init.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/tests/cmd/test_account_generator.py to test_account_generator.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/tests/test_decorators.py to test_decorators.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/tests/test_config.py to test_config.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/tests/services/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/tests/services/object_storage/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest/tests/services/object_storage/test_object_client.py to test_object_client.pyc running install_data creating /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/etc creating /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/etc/tempest copying etc/accounts.yaml.sample -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/etc/tempest/ copying etc/logging.conf.sample -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/etc/tempest/ copying etc/whitelist.yaml -> /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/etc/tempest/ running install_egg_info running egg_info writing tempest.egg-info/PKG-INFO writing top-level names to tempest.egg-info/top_level.txt writing dependency_links to tempest.egg-info/dependency_links.txt writing entry points to tempest.egg-info/entry_points.txt writing pbr to tempest.egg-info/pbr.json [pbr] Processing SOURCES.txt [pbr] In git context, generating filelist from git warning: no previously-included files found matching '.gitignore' warning: no previously-included files found matching '.gitreview' warning: no previously-included files matching '*.pyc' found anywhere in distribution writing manifest file 'tempest.egg-info/SOURCES.txt' Copying tempest.egg-info to /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/tempest-15.0.0-py2.7.egg-info running install_scripts Installing subunit-describe-calls script to /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/bin Installing check-uuid script to /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/bin Installing skip-tracker script to /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/bin Installing tempest script to /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/bin Installing verify-tempest-config script to /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/bin Installing tempest-account-generator script to /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/bin + mkdir -p /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/etc/tempest/ + oslo-config-generator --config-file tempest/cmd/config-generator.tempest.conf --output-file /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/etc/tempest/tempest.conf WARNING:stevedore.named:Could not load oslo.i18n, tempest.config, oslo.serialization, oslo.utils + mkdir -p /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/etc/tempest + mv /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/etc/tempest/accounts.yaml.sample /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/etc/tempest/logging.conf.sample /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/etc/tempest/whitelist.yaml /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/etc/tempest + /usr/lib/rpm/find-debuginfo.sh --strict-build-id -m --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 /builddir/build/BUILD/tempest-15.0.0 /usr/lib/rpm/sepdebugcrcfix: Updated 0 CRC32s, 0 CRC32s did match. find: 'debug': No such file or directory + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-compress + /usr/lib/rpm/redhat/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1 Bytecompiling .py files below /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/lib/python2.7 using /usr/bin/python2.7 + /usr/lib/rpm/redhat/brp-python-hardlink + /usr/lib/rpm/redhat/brp-java-repack-jars Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.I38eRm + umask 022 + cd /builddir/build/BUILD + cd tempest-15.0.0 + export OS_TEST_PATH=./tempest/tests + OS_TEST_PATH=./tempest/tests + export PATH=/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/sbin:/builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/bin + PATH=/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/sbin:/builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/bin + export PYTHONPATH=/builddir/build/BUILD/tempest-15.0.0 + PYTHONPATH=/builddir/build/BUILD/tempest-15.0.0 + /usr/bin/python2 setup.py testr running testr 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/tmpjjucxy 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/tmpBgYllZ 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/tmpYpPVni 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/tmpRZlLPz 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/tmpdluj2S 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/tmpZXXn38 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/tmpb2PRzv 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/tmpDigPKx 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/tmpuQ4fZF 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/tmp3PSyeI 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/tmpDueGUr 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/tmp1hYsw4 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/tmpHDJN41 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/tmpbPsT6r 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/tmpcFBtm2 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/tmpAy24kK 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/tmpAciwzV 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/tmpBGQImh 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/tmp2aX3D8 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/tmpySk8b9 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/tmpMzMwhT 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/tmpgnan2F 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/tmpMjSmP9 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/tmpSgPiwq 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/tmp2VX_N8 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/tmpyzj4dC 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/tmpozap_f 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/tmpv1IYZb 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/tmpc2cqkd 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/tmpmcMXdw 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/tmp3VIUUV 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/tmpTRITWS Ran 1373 tests in 26.149s PASSED (id=0) + exit 0 Processing files: openstack-tempest-15.0.0-1.el7.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.QTZfyU + umask 022 + cd /builddir/build/BUILD + cd tempest-15.0.0 + DOCDIR=/builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/share/doc/openstack-tempest-15.0.0 + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/share/doc/openstack-tempest-15.0.0 + cp -pr README.rst /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/share/doc/openstack-tempest-15.0.0 + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.AB4vgs + umask 022 + cd /builddir/build/BUILD + cd tempest-15.0.0 + LICENSEDIR=/builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/share/licenses/openstack-tempest-15.0.0 + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/share/licenses/openstack-tempest-15.0.0 + cp -pr LICENSE /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/share/licenses/openstack-tempest-15.0.0 + exit 0 Provides: config(openstack-tempest) = 1:15.0.0-1.el7 openstack-tempest = 1:15.0.0-1.el7 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: /usr/bin/python2 Obsoletes: openstack-tempest-liberty Processing files: python-tempest-15.0.0-1.el7.noarch Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.QTc9n0 + umask 022 + cd /builddir/build/BUILD + cd tempest-15.0.0 + LICENSEDIR=/builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/share/licenses/python-tempest-15.0.0 + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/share/licenses/python-tempest-15.0.0 + cp -pr LICENSE /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/share/licenses/python-tempest-15.0.0 + exit 0 Provides: python-tempest = 1:15.0.0-1.el7 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PartialHardlinkSets) <= 4.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: python(abi) = 2.7 Processing files: python-tempest-tests-15.0.0-1.el7.noarch Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.mtIWQm + umask 022 + cd /builddir/build/BUILD + cd tempest-15.0.0 + LICENSEDIR=/builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/share/licenses/python-tempest-tests-15.0.0 + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/share/licenses/python-tempest-tests-15.0.0 + cp -pr LICENSE /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/share/licenses/python-tempest-tests-15.0.0 + exit 0 Provides: python-tempest-tests = 1:15.0.0-1.el7 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PartialHardlinkSets) <= 4.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: python(abi) = 2.7 Processing files: openstack-tempest-all-15.0.0-1.el7.noarch Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.OahT9W + umask 022 + cd /builddir/build/BUILD + cd tempest-15.0.0 + LICENSEDIR=/builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/share/licenses/openstack-tempest-all-15.0.0 + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/share/licenses/openstack-tempest-all-15.0.0 + cp -pr LICENSE /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch/usr/share/licenses/openstack-tempest-all-15.0.0 + exit 0 Provides: openstack-tempest-all = 1:15.0.0-1.el7 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch Wrote: /builddir/build/RPMS/openstack-tempest-15.0.0-1.el7.noarch.rpm Wrote: /builddir/build/RPMS/python-tempest-15.0.0-1.el7.noarch.rpm Wrote: /builddir/build/RPMS/python-tempest-tests-15.0.0-1.el7.noarch.rpm Wrote: /builddir/build/RPMS/openstack-tempest-all-15.0.0-1.el7.noarch.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.6zQknY + umask 022 + cd /builddir/build/BUILD + cd tempest-15.0.0 + /usr/bin/rm -rf /builddir/build/BUILDROOT/openstack-tempest-15.0.0-1.el7.noarch + exit 0 Child return code was: 0 LEAVE do -->