Mock Version: 1.3.4 Mock Version: 1.3.4 ENTER ['do'](['/usr/bin/rpmbuild', '-bs', '--target', 'noarch', '--nodeps', u'/builddir/build/SPECS/python-openstackclient.spec'], nspawn_args=[]shell=Falseuid=993env={'LANG': 'en_GB.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PS1': ' \\s-\\v\\$ '}chrootPath='/var/lib/mock/cloud8-openstack-victoria-el8-build-84876-525313/root'gid=135user='mockbuild'timeout=86400logger=printOutput=False) Executing command: ['/usr/bin/systemd-nspawn', '-q', '-M', '18a5e98a1a3a4d6fb8b00c9706e5fdac', '-D', '/var/lib/mock/cloud8-openstack-victoria-el8-build-84876-525313/root', '--setenv=LANG=en_GB.UTF-8', '--setenv=TERM=vt100', '--setenv=SHELL=/bin/bash', '--setenv=HOSTNAME=mock', '--setenv=PROMPT_COMMAND=printf "\\033]0;\\007"', '--setenv=HOME=/builddir', '--setenv=PATH=/usr/bin:/bin:/usr/sbin:/sbin', '--setenv=PS1= \\s-\\v\\$ ', '-u', 'mockbuild', '/usr/bin/rpmbuild', '-bs', '--target', 'noarch', '--nodeps', u'/builddir/build/SPECS/python-openstackclient.spec'] with env {'LANG': 'en_GB.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PS1': ' \\s-\\v\\$ '} and shell False Building target platforms: noarch Building for target noarch Wrote: /builddir/build/SRPMS/python-openstackclient-5.4.0-2.el8.src.rpm Child return code was: 0 ENTER ['do'](['/usr/bin/rpmbuild', '-bb', '--target', 'noarch', '--nodeps', u'/builddir/build/SPECS/python-openstackclient.spec'], nspawn_args=['--private-network']shell=Falseuid=993env={'LANG': 'en_GB.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PS1': ' \\s-\\v\\$ '}chrootPath='/var/lib/mock/cloud8-openstack-victoria-el8-build-84876-525313/root'gid=135user='mockbuild'timeout=86400logger=printOutput=False) Executing command: ['/usr/bin/systemd-nspawn', '-q', '-M', '207f45dd9da14833afa75e98ef2bcb79', '-D', '/var/lib/mock/cloud8-openstack-victoria-el8-build-84876-525313/root', '--private-network', '--setenv=LANG=en_GB.UTF-8', '--setenv=TERM=vt100', '--setenv=SHELL=/bin/bash', '--setenv=HOSTNAME=mock', '--setenv=PROMPT_COMMAND=printf "\\033]0;\\007"', '--setenv=HOME=/builddir', '--setenv=PATH=/usr/bin:/bin:/usr/sbin:/sbin', '--setenv=PS1= \\s-\\v\\$ ', '-u', 'mockbuild', '/usr/bin/rpmbuild', '-bb', '--target', 'noarch', '--nodeps', u'/builddir/build/SPECS/python-openstackclient.spec'] with env {'LANG': 'en_GB.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PS1': ' \\s-\\v\\$ '} and shell False Building target platforms: noarch Building for target noarch Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.2TqLi9 + umask 022 + cd /builddir/build/BUILD + /usr/lib/rpm/redhat/gpgverify --keyring=/builddir/build/SOURCES/0x2426b928085a020d8a90d0d879ab7008d0896c8a.txt --signature=/builddir/build/SOURCES/python-openstackclient-5.4.0.tar.gz.asc --data=/builddir/build/SOURCES/python-openstackclient-5.4.0.tar.gz gpgv: Signature made Fri Oct 2 20:56:48 2020 UTC gpgv: using RSA key BC26D3A8D0665C87F7BEDF2AC12B8E73B30F2FC8 gpgv: Good signature from "OpenStack Infra (Victoria Cycle) " + cd /builddir/build/BUILD + rm -rf python-openstackclient-5.4.0 + /usr/bin/gzip -dc /builddir/build/SOURCES/python-openstackclient-5.4.0.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd python-openstackclient-5.4.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 --allow-empty -a --author 'rpm-build ' -m 'python-openstackclient-5.4.0 base' + sed -i 's/^warning-is-error.*/warning-is-error = 0/g' setup.cfg + rm -rf requirements.txt test-requirements.txt + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.jTT6Dl + umask 022 + cd /builddir/build/BUILD + cd python-openstackclient-5.4.0 ++ '[' -f _current_flavor ']' ++ true + python_flavor= + '[' -z '' ']' + python_flavor=tmp + '[' tmp '!=' python3 ']' + '[' -d build ']' + '[' -d _build.python3 ']' + echo python3 + /usr/bin/python3 setup.py build '--executable=/usr/bin/python3 -s' running build running build_py creating build creating build/lib creating build/lib/openstackclient creating build/lib/openstackclient/tests creating build/lib/openstackclient/tests/unit copying openstackclient/tests/unit/__init__.py -> build/lib/openstackclient/tests/unit copying openstackclient/tests/unit/test_shell.py -> build/lib/openstackclient/tests/unit copying openstackclient/tests/unit/fakes.py -> build/lib/openstackclient/tests/unit copying openstackclient/tests/unit/utils.py -> build/lib/openstackclient/tests/unit creating build/lib/openstackclient/tests/unit/object copying openstackclient/tests/unit/object/__init__.py -> build/lib/openstackclient/tests/unit/object creating build/lib/openstackclient/tests/unit/integ creating build/lib/openstackclient/tests/unit/integ/cli copying openstackclient/tests/unit/integ/cli/__init__.py -> build/lib/openstackclient/tests/unit/integ/cli copying openstackclient/tests/unit/integ/cli/test_project.py -> build/lib/openstackclient/tests/unit/integ/cli copying openstackclient/tests/unit/integ/cli/test_shell.py -> build/lib/openstackclient/tests/unit/integ/cli creating build/lib/openstackclient/tests/functional creating build/lib/openstackclient/tests/functional/compute creating build/lib/openstackclient/tests/functional/compute/v2 copying openstackclient/tests/functional/compute/v2/__init__.py -> build/lib/openstackclient/tests/functional/compute/v2 copying openstackclient/tests/functional/compute/v2/test_aggregate.py -> build/lib/openstackclient/tests/functional/compute/v2 copying openstackclient/tests/functional/compute/v2/test_agent.py -> build/lib/openstackclient/tests/functional/compute/v2 copying openstackclient/tests/functional/compute/v2/common.py -> build/lib/openstackclient/tests/functional/compute/v2 copying openstackclient/tests/functional/compute/v2/test_server_event.py -> build/lib/openstackclient/tests/functional/compute/v2 copying openstackclient/tests/functional/compute/v2/test_flavor.py -> build/lib/openstackclient/tests/functional/compute/v2 copying openstackclient/tests/functional/compute/v2/test_server.py -> build/lib/openstackclient/tests/functional/compute/v2 copying openstackclient/tests/functional/compute/v2/test_server_group.py -> build/lib/openstackclient/tests/functional/compute/v2 copying openstackclient/tests/functional/compute/v2/test_keypair.py -> build/lib/openstackclient/tests/functional/compute/v2 creating build/lib/openstackclient/tests/functional/volume creating build/lib/openstackclient/tests/functional/volume/v3 copying openstackclient/tests/functional/volume/v3/__init__.py -> build/lib/openstackclient/tests/functional/volume/v3 copying openstackclient/tests/functional/volume/v3/test_volume_type.py -> build/lib/openstackclient/tests/functional/volume/v3 copying openstackclient/tests/functional/volume/v3/common.py -> build/lib/openstackclient/tests/functional/volume/v3 copying openstackclient/tests/functional/volume/v3/test_qos.py -> build/lib/openstackclient/tests/functional/volume/v3 copying openstackclient/tests/functional/volume/v3/test_transfer_request.py -> build/lib/openstackclient/tests/functional/volume/v3 copying openstackclient/tests/functional/volume/v3/test_volume.py -> build/lib/openstackclient/tests/functional/volume/v3 copying openstackclient/tests/functional/volume/v3/test_volume_snapshot.py -> build/lib/openstackclient/tests/functional/volume/v3 creating build/lib/openstackclient/compute copying openstackclient/compute/__init__.py -> build/lib/openstackclient/compute copying openstackclient/compute/client.py -> build/lib/openstackclient/compute creating build/lib/openstackclient/tests/unit/image copying openstackclient/tests/unit/image/__init__.py -> build/lib/openstackclient/tests/unit/image creating build/lib/openstackclient/identity creating build/lib/openstackclient/identity/v2_0 copying openstackclient/identity/v2_0/token.py -> build/lib/openstackclient/identity/v2_0 copying openstackclient/identity/v2_0/__init__.py -> build/lib/openstackclient/identity/v2_0 copying openstackclient/identity/v2_0/project.py -> build/lib/openstackclient/identity/v2_0 copying openstackclient/identity/v2_0/endpoint.py -> build/lib/openstackclient/identity/v2_0 copying openstackclient/identity/v2_0/catalog.py -> build/lib/openstackclient/identity/v2_0 copying openstackclient/identity/v2_0/service.py -> build/lib/openstackclient/identity/v2_0 copying openstackclient/identity/v2_0/ec2creds.py -> build/lib/openstackclient/identity/v2_0 copying openstackclient/identity/v2_0/role.py -> build/lib/openstackclient/identity/v2_0 copying openstackclient/identity/v2_0/user.py -> build/lib/openstackclient/identity/v2_0 copying openstackclient/identity/v2_0/role_assignment.py -> build/lib/openstackclient/identity/v2_0 creating build/lib/openstackclient/object creating build/lib/openstackclient/object/v1 copying openstackclient/object/v1/account.py -> build/lib/openstackclient/object/v1 copying openstackclient/object/v1/__init__.py -> build/lib/openstackclient/object/v1 copying openstackclient/object/v1/container.py -> build/lib/openstackclient/object/v1 copying openstackclient/object/v1/object.py -> build/lib/openstackclient/object/v1 creating build/lib/openstackclient/network copying openstackclient/network/__init__.py -> build/lib/openstackclient/network copying openstackclient/network/common.py -> build/lib/openstackclient/network copying openstackclient/network/client.py -> build/lib/openstackclient/network copying openstackclient/network/sdk_utils.py -> build/lib/openstackclient/network copying openstackclient/network/utils.py -> build/lib/openstackclient/network creating build/lib/openstackclient/tests/unit/compute copying openstackclient/tests/unit/compute/__init__.py -> build/lib/openstackclient/tests/unit/compute creating build/lib/openstackclient/tests/unit/volume copying openstackclient/tests/unit/volume/__init__.py -> build/lib/openstackclient/tests/unit/volume copying openstackclient/tests/unit/volume/test_find_resource.py -> build/lib/openstackclient/tests/unit/volume creating build/lib/openstackclient/tests/unit/volume/v1 copying openstackclient/tests/unit/volume/v1/__init__.py -> build/lib/openstackclient/tests/unit/volume/v1 copying openstackclient/tests/unit/volume/v1/test_qos_specs.py -> build/lib/openstackclient/tests/unit/volume/v1 copying openstackclient/tests/unit/volume/v1/test_service.py -> build/lib/openstackclient/tests/unit/volume/v1 copying openstackclient/tests/unit/volume/v1/test_volume_backup.py -> build/lib/openstackclient/tests/unit/volume/v1 copying openstackclient/tests/unit/volume/v1/test_type.py -> build/lib/openstackclient/tests/unit/volume/v1 copying openstackclient/tests/unit/volume/v1/fakes.py -> build/lib/openstackclient/tests/unit/volume/v1 copying openstackclient/tests/unit/volume/v1/test_transfer_request.py -> build/lib/openstackclient/tests/unit/volume/v1 copying openstackclient/tests/unit/volume/v1/test_volume.py -> build/lib/openstackclient/tests/unit/volume/v1 creating build/lib/openstackclient/tests/functional/identity copying openstackclient/tests/functional/identity/__init__.py -> build/lib/openstackclient/tests/functional/identity creating build/lib/openstackclient/tests/unit/identity creating build/lib/openstackclient/tests/unit/identity/v2_0 copying openstackclient/tests/unit/identity/v2_0/__init__.py -> build/lib/openstackclient/tests/unit/identity/v2_0 copying openstackclient/tests/unit/identity/v2_0/test_service.py -> build/lib/openstackclient/tests/unit/identity/v2_0 copying openstackclient/tests/unit/identity/v2_0/test_project.py -> build/lib/openstackclient/tests/unit/identity/v2_0 copying openstackclient/tests/unit/identity/v2_0/test_endpoint.py -> build/lib/openstackclient/tests/unit/identity/v2_0 copying openstackclient/tests/unit/identity/v2_0/test_token.py -> build/lib/openstackclient/tests/unit/identity/v2_0 copying openstackclient/tests/unit/identity/v2_0/test_user.py -> build/lib/openstackclient/tests/unit/identity/v2_0 copying openstackclient/tests/unit/identity/v2_0/test_role_assignment.py -> build/lib/openstackclient/tests/unit/identity/v2_0 copying openstackclient/tests/unit/identity/v2_0/fakes.py -> build/lib/openstackclient/tests/unit/identity/v2_0 copying openstackclient/tests/unit/identity/v2_0/test_catalog.py -> build/lib/openstackclient/tests/unit/identity/v2_0 copying openstackclient/tests/unit/identity/v2_0/test_role.py -> build/lib/openstackclient/tests/unit/identity/v2_0 creating build/lib/openstackclient/tests/functional/common copying openstackclient/tests/functional/common/__init__.py -> build/lib/openstackclient/tests/functional/common copying openstackclient/tests/functional/common/test_help.py -> build/lib/openstackclient/tests/functional/common copying openstackclient/tests/functional/common/test_quota.py -> build/lib/openstackclient/tests/functional/common copying openstackclient/tests/functional/common/test_versions.py -> build/lib/openstackclient/tests/functional/common copying openstackclient/tests/functional/common/test_extension.py -> build/lib/openstackclient/tests/functional/common copying openstackclient/tests/functional/common/test_args.py -> build/lib/openstackclient/tests/functional/common copying openstackclient/tests/functional/common/test_module.py -> build/lib/openstackclient/tests/functional/common copying openstackclient/tests/functional/common/test_configuration.py -> build/lib/openstackclient/tests/functional/common copying openstackclient/tests/functional/common/test_availability_zone.py -> build/lib/openstackclient/tests/functional/common creating build/lib/openstackclient/tests/functional/volume/v2 copying openstackclient/tests/functional/volume/v2/__init__.py -> build/lib/openstackclient/tests/functional/volume/v2 copying openstackclient/tests/functional/volume/v2/test_volume_type.py -> build/lib/openstackclient/tests/functional/volume/v2 copying openstackclient/tests/functional/volume/v2/test_service.py -> build/lib/openstackclient/tests/functional/volume/v2 copying openstackclient/tests/functional/volume/v2/common.py -> build/lib/openstackclient/tests/functional/volume/v2 copying openstackclient/tests/functional/volume/v2/test_volume_backup.py -> build/lib/openstackclient/tests/functional/volume/v2 copying openstackclient/tests/functional/volume/v2/test_qos.py -> build/lib/openstackclient/tests/functional/volume/v2 copying openstackclient/tests/functional/volume/v2/test_transfer_request.py -> build/lib/openstackclient/tests/functional/volume/v2 copying openstackclient/tests/functional/volume/v2/test_volume.py -> build/lib/openstackclient/tests/functional/volume/v2 copying openstackclient/tests/functional/volume/v2/test_volume_snapshot.py -> build/lib/openstackclient/tests/functional/volume/v2 creating build/lib/openstackclient/tests/functional/object copying openstackclient/tests/functional/object/__init__.py -> build/lib/openstackclient/tests/functional/object creating build/lib/openstackclient/tests/functional/volume/v1 copying openstackclient/tests/functional/volume/v1/__init__.py -> build/lib/openstackclient/tests/functional/volume/v1 copying openstackclient/tests/functional/volume/v1/test_volume_type.py -> build/lib/openstackclient/tests/functional/volume/v1 copying openstackclient/tests/functional/volume/v1/test_service.py -> build/lib/openstackclient/tests/functional/volume/v1 copying openstackclient/tests/functional/volume/v1/common.py -> build/lib/openstackclient/tests/functional/volume/v1 copying openstackclient/tests/functional/volume/v1/test_qos.py -> build/lib/openstackclient/tests/functional/volume/v1 copying openstackclient/tests/functional/volume/v1/test_transfer_request.py -> build/lib/openstackclient/tests/functional/volume/v1 copying openstackclient/tests/functional/volume/v1/test_volume.py -> build/lib/openstackclient/tests/functional/volume/v1 copying openstackclient/tests/functional/volume/v1/test_snapshot.py -> build/lib/openstackclient/tests/functional/volume/v1 creating build/lib/openstackclient/image copying openstackclient/image/__init__.py -> build/lib/openstackclient/image copying openstackclient/image/client.py -> build/lib/openstackclient/image copying openstackclient/tests/functional/volume/__init__.py -> build/lib/openstackclient/tests/functional/volume copying openstackclient/tests/functional/volume/base.py -> build/lib/openstackclient/tests/functional/volume creating build/lib/openstackclient/tests/unit/network creating build/lib/openstackclient/tests/unit/network/v2 copying openstackclient/tests/unit/network/v2/test_network_flavor.py -> build/lib/openstackclient/tests/unit/network/v2 copying openstackclient/tests/unit/network/v2/test_address_scope.py -> build/lib/openstackclient/tests/unit/network/v2 copying openstackclient/tests/unit/network/v2/test_port.py -> build/lib/openstackclient/tests/unit/network/v2 copying openstackclient/tests/unit/network/v2/test_security_group_rule_network.py -> build/lib/openstackclient/tests/unit/network/v2 copying openstackclient/tests/unit/network/v2/test_security_group_rule_compute.py -> build/lib/openstackclient/tests/unit/network/v2 copying openstackclient/tests/unit/network/v2/__init__.py -> build/lib/openstackclient/tests/unit/network/v2 copying openstackclient/tests/unit/network/v2/test_network_meter.py -> build/lib/openstackclient/tests/unit/network/v2 copying openstackclient/tests/unit/network/v2/test_security_group_network.py -> build/lib/openstackclient/tests/unit/network/v2 copying openstackclient/tests/unit/network/v2/test_network_qos_rule.py -> build/lib/openstackclient/tests/unit/network/v2 copying openstackclient/tests/unit/network/v2/test_network_service_provider.py -> build/lib/openstackclient/tests/unit/network/v2 copying openstackclient/tests/unit/network/v2/test_network_agent.py -> build/lib/openstackclient/tests/unit/network/v2 copying openstackclient/tests/unit/network/v2/test_network_segment_range.py -> build/lib/openstackclient/tests/unit/network/v2 copying openstackclient/tests/unit/network/v2/test_floating_ip_network.py -> build/lib/openstackclient/tests/unit/network/v2 copying openstackclient/tests/unit/network/v2/test_network_segment.py -> build/lib/openstackclient/tests/unit/network/v2 copying openstackclient/tests/unit/network/v2/test_subnet.py -> build/lib/openstackclient/tests/unit/network/v2 copying openstackclient/tests/unit/network/v2/test_floating_ip_pool_compute.py -> build/lib/openstackclient/tests/unit/network/v2 copying openstackclient/tests/unit/network/v2/test_subnet_pool.py -> build/lib/openstackclient/tests/unit/network/v2 copying openstackclient/tests/unit/network/v2/test_ip_availability.py -> build/lib/openstackclient/tests/unit/network/v2 copying openstackclient/tests/unit/network/v2/test_network_rbac.py -> build/lib/openstackclient/tests/unit/network/v2 copying openstackclient/tests/unit/network/v2/test_network_compute.py -> build/lib/openstackclient/tests/unit/network/v2 copying openstackclient/tests/unit/network/v2/test_network_meter_rule.py -> build/lib/openstackclient/tests/unit/network/v2 copying openstackclient/tests/unit/network/v2/fakes.py -> build/lib/openstackclient/tests/unit/network/v2 copying openstackclient/tests/unit/network/v2/test_floating_ip_pool_network.py -> build/lib/openstackclient/tests/unit/network/v2 copying openstackclient/tests/unit/network/v2/test_security_group_compute.py -> build/lib/openstackclient/tests/unit/network/v2 copying openstackclient/tests/unit/network/v2/test_network_flavor_profile.py -> build/lib/openstackclient/tests/unit/network/v2 copying openstackclient/tests/unit/network/v2/test_floating_ip_compute.py -> build/lib/openstackclient/tests/unit/network/v2 copying openstackclient/tests/unit/network/v2/test_router.py -> build/lib/openstackclient/tests/unit/network/v2 copying openstackclient/tests/unit/network/v2/test_floating_ip_port_forwarding.py -> build/lib/openstackclient/tests/unit/network/v2 copying openstackclient/tests/unit/network/v2/test_network_qos_rule_type.py -> build/lib/openstackclient/tests/unit/network/v2 copying openstackclient/tests/unit/network/v2/test_network.py -> build/lib/openstackclient/tests/unit/network/v2 copying openstackclient/tests/unit/network/v2/test_network_auto_allocated_topology.py -> build/lib/openstackclient/tests/unit/network/v2 copying openstackclient/tests/unit/network/v2/test_network_qos_policy.py -> build/lib/openstackclient/tests/unit/network/v2 copying openstackclient/tests/unit/network/__init__.py -> build/lib/openstackclient/tests/unit/network copying openstackclient/tests/unit/network/test_sdk_utils.py -> build/lib/openstackclient/tests/unit/network copying openstackclient/tests/unit/network/test_common.py -> build/lib/openstackclient/tests/unit/network creating build/lib/openstackclient/tests/unit/volume/v3 copying openstackclient/tests/unit/volume/v3/__init__.py -> build/lib/openstackclient/tests/unit/volume/v3 creating build/lib/openstackclient/tests/unit/image/v2 copying openstackclient/tests/unit/image/v2/__init__.py -> build/lib/openstackclient/tests/unit/image/v2 copying openstackclient/tests/unit/image/v2/fakes.py -> build/lib/openstackclient/tests/unit/image/v2 copying openstackclient/tests/unit/image/v2/test_image.py -> build/lib/openstackclient/tests/unit/image/v2 copying openstackclient/__init__.py -> build/lib/openstackclient copying openstackclient/i18n.py -> build/lib/openstackclient copying openstackclient/shell.py -> build/lib/openstackclient creating build/lib/openstackclient/tests/unit/volume/v2 copying openstackclient/tests/unit/volume/v2/__init__.py -> build/lib/openstackclient/tests/unit/volume/v2 copying openstackclient/tests/unit/volume/v2/test_qos_specs.py -> build/lib/openstackclient/tests/unit/volume/v2 copying openstackclient/tests/unit/volume/v2/test_service.py -> build/lib/openstackclient/tests/unit/volume/v2 copying openstackclient/tests/unit/volume/v2/test_consistency_group_snapshot.py -> build/lib/openstackclient/tests/unit/volume/v2 copying openstackclient/tests/unit/volume/v2/test_backup_record.py -> build/lib/openstackclient/tests/unit/volume/v2 copying openstackclient/tests/unit/volume/v2/test_volume_backup.py -> build/lib/openstackclient/tests/unit/volume/v2 copying openstackclient/tests/unit/volume/v2/test_type.py -> build/lib/openstackclient/tests/unit/volume/v2 copying openstackclient/tests/unit/volume/v2/test_volume_host.py -> build/lib/openstackclient/tests/unit/volume/v2 copying openstackclient/tests/unit/volume/v2/test_consistency_group.py -> build/lib/openstackclient/tests/unit/volume/v2 copying openstackclient/tests/unit/volume/v2/fakes.py -> build/lib/openstackclient/tests/unit/volume/v2 copying openstackclient/tests/unit/volume/v2/test_transfer_request.py -> build/lib/openstackclient/tests/unit/volume/v2 copying openstackclient/tests/unit/volume/v2/test_volume.py -> build/lib/openstackclient/tests/unit/volume/v2 copying openstackclient/tests/unit/volume/v2/test_volume_backend.py -> build/lib/openstackclient/tests/unit/volume/v2 copying openstackclient/tests/unit/identity/__init__.py -> build/lib/openstackclient/tests/unit/identity creating build/lib/openstackclient/tests/unit/image/v1 copying openstackclient/tests/unit/image/v1/__init__.py -> build/lib/openstackclient/tests/unit/image/v1 copying openstackclient/tests/unit/image/v1/fakes.py -> build/lib/openstackclient/tests/unit/image/v1 copying openstackclient/tests/unit/image/v1/test_image.py -> build/lib/openstackclient/tests/unit/image/v1 creating build/lib/openstackclient/tests/unit/identity/v3 copying openstackclient/tests/unit/identity/v3/test_unscoped_saml.py -> build/lib/openstackclient/tests/unit/identity/v3 copying openstackclient/tests/unit/identity/v3/test_application_credential.py -> build/lib/openstackclient/tests/unit/identity/v3 copying openstackclient/tests/unit/identity/v3/test_consumer.py -> build/lib/openstackclient/tests/unit/identity/v3 copying openstackclient/tests/unit/identity/v3/__init__.py -> build/lib/openstackclient/tests/unit/identity/v3 copying openstackclient/tests/unit/identity/v3/test_region.py -> build/lib/openstackclient/tests/unit/identity/v3 copying openstackclient/tests/unit/identity/v3/test_registered_limit.py -> build/lib/openstackclient/tests/unit/identity/v3 copying openstackclient/tests/unit/identity/v3/test_limit.py -> build/lib/openstackclient/tests/unit/identity/v3 copying openstackclient/tests/unit/identity/v3/test_service.py -> build/lib/openstackclient/tests/unit/identity/v3 copying openstackclient/tests/unit/identity/v3/test_project.py -> build/lib/openstackclient/tests/unit/identity/v3 copying openstackclient/tests/unit/identity/v3/test_endpoint.py -> build/lib/openstackclient/tests/unit/identity/v3 copying openstackclient/tests/unit/identity/v3/test_trust.py -> build/lib/openstackclient/tests/unit/identity/v3 copying openstackclient/tests/unit/identity/v3/test_group.py -> build/lib/openstackclient/tests/unit/identity/v3 copying openstackclient/tests/unit/identity/v3/test_token.py -> build/lib/openstackclient/tests/unit/identity/v3 copying openstackclient/tests/unit/identity/v3/test_user.py -> build/lib/openstackclient/tests/unit/identity/v3 copying openstackclient/tests/unit/identity/v3/test_role_assignment.py -> build/lib/openstackclient/tests/unit/identity/v3 copying openstackclient/tests/unit/identity/v3/test_service_provider.py -> build/lib/openstackclient/tests/unit/identity/v3 copying openstackclient/tests/unit/identity/v3/test_domain.py -> build/lib/openstackclient/tests/unit/identity/v3 copying openstackclient/tests/unit/identity/v3/test_implied_role.py -> build/lib/openstackclient/tests/unit/identity/v3 copying openstackclient/tests/unit/identity/v3/fakes.py -> build/lib/openstackclient/tests/unit/identity/v3 copying openstackclient/tests/unit/identity/v3/test_identity_provider.py -> build/lib/openstackclient/tests/unit/identity/v3 copying openstackclient/tests/unit/identity/v3/test_access_rule.py -> build/lib/openstackclient/tests/unit/identity/v3 copying openstackclient/tests/unit/identity/v3/test_catalog.py -> build/lib/openstackclient/tests/unit/identity/v3 copying openstackclient/tests/unit/identity/v3/test_protocol.py -> build/lib/openstackclient/tests/unit/identity/v3 copying openstackclient/tests/unit/identity/v3/test_oauth.py -> build/lib/openstackclient/tests/unit/identity/v3 copying openstackclient/tests/unit/identity/v3/test_endpoint_group.py -> build/lib/openstackclient/tests/unit/identity/v3 copying openstackclient/tests/unit/identity/v3/test_credential.py -> build/lib/openstackclient/tests/unit/identity/v3 copying openstackclient/tests/unit/identity/v3/test_mappings.py -> build/lib/openstackclient/tests/unit/identity/v3 copying openstackclient/tests/unit/identity/v3/test_role.py -> build/lib/openstackclient/tests/unit/identity/v3 creating build/lib/openstackclient/tests/functional/object/v1 copying openstackclient/tests/functional/object/v1/__init__.py -> build/lib/openstackclient/tests/functional/object/v1 copying openstackclient/tests/functional/object/v1/common.py -> build/lib/openstackclient/tests/functional/object/v1 copying openstackclient/tests/functional/object/v1/test_object.py -> build/lib/openstackclient/tests/functional/object/v1 copying openstackclient/tests/functional/object/v1/test_container.py -> build/lib/openstackclient/tests/functional/object/v1 copying openstackclient/identity/__init__.py -> build/lib/openstackclient/identity copying openstackclient/identity/common.py -> build/lib/openstackclient/identity copying openstackclient/identity/client.py -> build/lib/openstackclient/identity copying openstackclient/object/__init__.py -> build/lib/openstackclient/object copying openstackclient/object/client.py -> build/lib/openstackclient/object creating build/lib/openstackclient/api copying openstackclient/api/__init__.py -> build/lib/openstackclient/api copying openstackclient/api/image_v1.py -> build/lib/openstackclient/api copying openstackclient/api/image_v2.py -> build/lib/openstackclient/api copying openstackclient/api/object_store_v1.py -> build/lib/openstackclient/api copying openstackclient/api/compute_v2.py -> build/lib/openstackclient/api copying openstackclient/api/api.py -> build/lib/openstackclient/api creating build/lib/openstackclient/tests/unit/object/v1 copying openstackclient/tests/unit/object/v1/__init__.py -> build/lib/openstackclient/tests/unit/object/v1 copying openstackclient/tests/unit/object/v1/test_object.py -> build/lib/openstackclient/tests/unit/object/v1 copying openstackclient/tests/unit/object/v1/test_container.py -> build/lib/openstackclient/tests/unit/object/v1 copying openstackclient/tests/unit/object/v1/test_container_all.py -> build/lib/openstackclient/tests/unit/object/v1 copying openstackclient/tests/unit/object/v1/fakes.py -> build/lib/openstackclient/tests/unit/object/v1 copying openstackclient/tests/unit/object/v1/test_object_all.py -> build/lib/openstackclient/tests/unit/object/v1 creating build/lib/openstackclient/volume creating build/lib/openstackclient/volume/v3 copying openstackclient/volume/v3/__init__.py -> build/lib/openstackclient/volume/v3 creating build/lib/openstackclient/volume/v1 copying openstackclient/volume/v1/__init__.py -> build/lib/openstackclient/volume/v1 copying openstackclient/volume/v1/service.py -> build/lib/openstackclient/volume/v1 copying openstackclient/volume/v1/volume_transfer_request.py -> build/lib/openstackclient/volume/v1 copying openstackclient/volume/v1/volume_snapshot.py -> build/lib/openstackclient/volume/v1 copying openstackclient/volume/v1/qos_specs.py -> build/lib/openstackclient/volume/v1 copying openstackclient/volume/v1/volume_backup.py -> build/lib/openstackclient/volume/v1 copying openstackclient/volume/v1/volume.py -> build/lib/openstackclient/volume/v1 copying openstackclient/volume/v1/volume_type.py -> build/lib/openstackclient/volume/v1 creating build/lib/openstackclient/common copying openstackclient/common/clientmanager.py -> build/lib/openstackclient/common copying openstackclient/common/__init__.py -> build/lib/openstackclient/common copying openstackclient/common/project_purge.py -> build/lib/openstackclient/common copying openstackclient/common/extension.py -> build/lib/openstackclient/common copying openstackclient/common/versions.py -> build/lib/openstackclient/common copying openstackclient/common/sdk_utils.py -> build/lib/openstackclient/common copying openstackclient/common/quota.py -> build/lib/openstackclient/common copying openstackclient/common/configuration.py -> build/lib/openstackclient/common copying openstackclient/common/availability_zone.py -> build/lib/openstackclient/common copying openstackclient/common/module.py -> build/lib/openstackclient/common copying openstackclient/common/limits.py -> build/lib/openstackclient/common creating build/lib/openstackclient/tests/functional/network creating build/lib/openstackclient/tests/functional/network/v2 copying openstackclient/tests/functional/network/v2/test_network_flavor.py -> build/lib/openstackclient/tests/functional/network/v2 copying openstackclient/tests/functional/network/v2/test_address_scope.py -> build/lib/openstackclient/tests/functional/network/v2 copying openstackclient/tests/functional/network/v2/test_port.py -> build/lib/openstackclient/tests/functional/network/v2 copying openstackclient/tests/functional/network/v2/__init__.py -> build/lib/openstackclient/tests/functional/network/v2 copying openstackclient/tests/functional/network/v2/test_network_meter.py -> build/lib/openstackclient/tests/functional/network/v2 copying openstackclient/tests/functional/network/v2/test_network_qos_rule.py -> build/lib/openstackclient/tests/functional/network/v2 copying openstackclient/tests/functional/network/v2/test_network_service_provider.py -> build/lib/openstackclient/tests/functional/network/v2 copying openstackclient/tests/functional/network/v2/test_network_agent.py -> build/lib/openstackclient/tests/functional/network/v2 copying openstackclient/tests/functional/network/v2/test_network_segment_range.py -> build/lib/openstackclient/tests/functional/network/v2 copying openstackclient/tests/functional/network/v2/test_network_segment.py -> build/lib/openstackclient/tests/functional/network/v2 copying openstackclient/tests/functional/network/v2/test_subnet.py -> build/lib/openstackclient/tests/functional/network/v2 copying openstackclient/tests/functional/network/v2/common.py -> build/lib/openstackclient/tests/functional/network/v2 copying openstackclient/tests/functional/network/v2/test_subnet_pool.py -> build/lib/openstackclient/tests/functional/network/v2 copying openstackclient/tests/functional/network/v2/test_security_group.py -> build/lib/openstackclient/tests/functional/network/v2 copying openstackclient/tests/functional/network/v2/test_ip_availability.py -> build/lib/openstackclient/tests/functional/network/v2 copying openstackclient/tests/functional/network/v2/test_network_rbac.py -> build/lib/openstackclient/tests/functional/network/v2 copying openstackclient/tests/functional/network/v2/test_network_meter_rule.py -> build/lib/openstackclient/tests/functional/network/v2 copying openstackclient/tests/functional/network/v2/test_floating_ip.py -> build/lib/openstackclient/tests/functional/network/v2 copying openstackclient/tests/functional/network/v2/test_network_flavor_profile.py -> build/lib/openstackclient/tests/functional/network/v2 copying openstackclient/tests/functional/network/v2/test_security_group_rule.py -> build/lib/openstackclient/tests/functional/network/v2 copying openstackclient/tests/functional/network/v2/test_router.py -> build/lib/openstackclient/tests/functional/network/v2 copying openstackclient/tests/functional/network/v2/test_network_qos_rule_type.py -> build/lib/openstackclient/tests/functional/network/v2 copying openstackclient/tests/functional/network/v2/test_network.py -> build/lib/openstackclient/tests/functional/network/v2 copying openstackclient/tests/functional/network/v2/test_network_qos_policy.py -> build/lib/openstackclient/tests/functional/network/v2 creating build/lib/openstackclient/compute/v2 copying openstackclient/compute/v2/flavor.py -> build/lib/openstackclient/compute/v2 copying openstackclient/compute/v2/server_group.py -> build/lib/openstackclient/compute/v2 copying openstackclient/compute/v2/__init__.py -> build/lib/openstackclient/compute/v2 copying openstackclient/compute/v2/host.py -> build/lib/openstackclient/compute/v2 copying openstackclient/compute/v2/server_backup.py -> build/lib/openstackclient/compute/v2 copying openstackclient/compute/v2/hypervisor.py -> build/lib/openstackclient/compute/v2 copying openstackclient/compute/v2/server_image.py -> build/lib/openstackclient/compute/v2 copying openstackclient/compute/v2/service.py -> build/lib/openstackclient/compute/v2 copying openstackclient/compute/v2/server_event.py -> build/lib/openstackclient/compute/v2 copying openstackclient/compute/v2/server.py -> build/lib/openstackclient/compute/v2 copying openstackclient/compute/v2/keypair.py -> build/lib/openstackclient/compute/v2 copying openstackclient/compute/v2/console.py -> build/lib/openstackclient/compute/v2 copying openstackclient/compute/v2/aggregate.py -> build/lib/openstackclient/compute/v2 copying openstackclient/compute/v2/hypervisor_stats.py -> build/lib/openstackclient/compute/v2 copying openstackclient/compute/v2/usage.py -> build/lib/openstackclient/compute/v2 copying openstackclient/compute/v2/agent.py -> build/lib/openstackclient/compute/v2 copying openstackclient/tests/functional/network/__init__.py -> build/lib/openstackclient/tests/functional/network creating build/lib/openstackclient/tests/functional/identity/v2 copying openstackclient/tests/functional/identity/v2/__init__.py -> build/lib/openstackclient/tests/functional/identity/v2 copying openstackclient/tests/functional/identity/v2/test_service.py -> build/lib/openstackclient/tests/functional/identity/v2 copying openstackclient/tests/functional/identity/v2/test_project.py -> build/lib/openstackclient/tests/functional/identity/v2 copying openstackclient/tests/functional/identity/v2/test_ec2_credentials.py -> build/lib/openstackclient/tests/functional/identity/v2 copying openstackclient/tests/functional/identity/v2/common.py -> build/lib/openstackclient/tests/functional/identity/v2 copying openstackclient/tests/functional/identity/v2/test_endpoint.py -> build/lib/openstackclient/tests/functional/identity/v2 copying openstackclient/tests/functional/identity/v2/test_token.py -> build/lib/openstackclient/tests/functional/identity/v2 copying openstackclient/tests/functional/identity/v2/test_user.py -> build/lib/openstackclient/tests/functional/identity/v2 copying openstackclient/tests/functional/identity/v2/test_catalog.py -> build/lib/openstackclient/tests/functional/identity/v2 copying openstackclient/tests/functional/identity/v2/test_role.py -> build/lib/openstackclient/tests/functional/identity/v2 creating build/lib/openstackclient/tests/unit/api copying openstackclient/tests/unit/api/test_object_store_v1.py -> build/lib/openstackclient/tests/unit/api copying openstackclient/tests/unit/api/__init__.py -> build/lib/openstackclient/tests/unit/api copying openstackclient/tests/unit/api/test_image_v1.py -> build/lib/openstackclient/tests/unit/api copying openstackclient/tests/unit/api/test_compute_v2.py -> build/lib/openstackclient/tests/unit/api copying openstackclient/tests/unit/api/fakes.py -> build/lib/openstackclient/tests/unit/api copying openstackclient/tests/unit/api/test_image_v2.py -> build/lib/openstackclient/tests/unit/api copying openstackclient/tests/unit/api/test_api.py -> build/lib/openstackclient/tests/unit/api creating build/lib/openstackclient/tests/functional/image copying openstackclient/tests/functional/image/__init__.py -> build/lib/openstackclient/tests/functional/image copying openstackclient/tests/functional/image/base.py -> build/lib/openstackclient/tests/functional/image copying openstackclient/tests/functional/compute/__init__.py -> build/lib/openstackclient/tests/functional/compute copying openstackclient/volume/__init__.py -> build/lib/openstackclient/volume copying openstackclient/volume/client.py -> build/lib/openstackclient/volume creating build/lib/openstackclient/tests/functional/image/v2 copying openstackclient/tests/functional/image/v2/__init__.py -> build/lib/openstackclient/tests/functional/image/v2 copying openstackclient/tests/functional/image/v2/test_image.py -> build/lib/openstackclient/tests/functional/image/v2 creating build/lib/openstackclient/image/v1 copying openstackclient/image/v1/__init__.py -> build/lib/openstackclient/image/v1 copying openstackclient/image/v1/image.py -> build/lib/openstackclient/image/v1 copying openstackclient/tests/__init__.py -> build/lib/openstackclient/tests creating build/lib/openstackclient/image/v2 copying openstackclient/image/v2/__init__.py -> build/lib/openstackclient/image/v2 copying openstackclient/image/v2/image.py -> build/lib/openstackclient/image/v2 copying openstackclient/tests/unit/integ/__init__.py -> build/lib/openstackclient/tests/unit/integ copying openstackclient/tests/unit/integ/base.py -> build/lib/openstackclient/tests/unit/integ creating build/lib/openstackclient/tests/functional/identity/v3 copying openstackclient/tests/functional/identity/v3/test_application_credential.py -> build/lib/openstackclient/tests/functional/identity/v3 copying openstackclient/tests/functional/identity/v3/__init__.py -> build/lib/openstackclient/tests/functional/identity/v3 copying openstackclient/tests/functional/identity/v3/test_region.py -> build/lib/openstackclient/tests/functional/identity/v3 copying openstackclient/tests/functional/identity/v3/test_registered_limit.py -> build/lib/openstackclient/tests/functional/identity/v3 copying openstackclient/tests/functional/identity/v3/test_limit.py -> build/lib/openstackclient/tests/functional/identity/v3 copying openstackclient/tests/functional/identity/v3/test_service.py -> build/lib/openstackclient/tests/functional/identity/v3 copying openstackclient/tests/functional/identity/v3/test_project.py -> build/lib/openstackclient/tests/functional/identity/v3 copying openstackclient/tests/functional/identity/v3/common.py -> build/lib/openstackclient/tests/functional/identity/v3 copying openstackclient/tests/functional/identity/v3/test_endpoint.py -> build/lib/openstackclient/tests/functional/identity/v3 copying openstackclient/tests/functional/identity/v3/test_group.py -> build/lib/openstackclient/tests/functional/identity/v3 copying openstackclient/tests/functional/identity/v3/test_token.py -> build/lib/openstackclient/tests/functional/identity/v3 copying openstackclient/tests/functional/identity/v3/test_user.py -> build/lib/openstackclient/tests/functional/identity/v3 copying openstackclient/tests/functional/identity/v3/test_idp.py -> build/lib/openstackclient/tests/functional/identity/v3 copying openstackclient/tests/functional/identity/v3/test_service_provider.py -> build/lib/openstackclient/tests/functional/identity/v3 copying openstackclient/tests/functional/identity/v3/test_domain.py -> build/lib/openstackclient/tests/functional/identity/v3 copying openstackclient/tests/functional/identity/v3/test_catalog.py -> build/lib/openstackclient/tests/functional/identity/v3 copying openstackclient/tests/functional/identity/v3/test_role.py -> build/lib/openstackclient/tests/functional/identity/v3 creating build/lib/openstackclient/tests/unit/common copying openstackclient/tests/unit/common/__init__.py -> build/lib/openstackclient/tests/unit/common copying openstackclient/tests/unit/common/test_clientmanager.py -> build/lib/openstackclient/tests/unit/common copying openstackclient/tests/unit/common/test_limits.py -> build/lib/openstackclient/tests/unit/common copying openstackclient/tests/unit/common/test_quota.py -> build/lib/openstackclient/tests/unit/common copying openstackclient/tests/unit/common/test_extension.py -> build/lib/openstackclient/tests/unit/common copying openstackclient/tests/unit/common/test_parseractions.py -> build/lib/openstackclient/tests/unit/common copying openstackclient/tests/unit/common/test_logs.py -> build/lib/openstackclient/tests/unit/common copying openstackclient/tests/unit/common/test_project_purge.py -> build/lib/openstackclient/tests/unit/common copying openstackclient/tests/unit/common/test_command.py -> build/lib/openstackclient/tests/unit/common copying openstackclient/tests/unit/common/test_module.py -> build/lib/openstackclient/tests/unit/common copying openstackclient/tests/unit/common/test_configuration.py -> build/lib/openstackclient/tests/unit/common copying openstackclient/tests/unit/common/test_availability_zone.py -> build/lib/openstackclient/tests/unit/common creating build/lib/openstackclient/network/v2 copying openstackclient/network/v2/subnet_pool.py -> build/lib/openstackclient/network/v2 copying openstackclient/network/v2/security_group_rule.py -> build/lib/openstackclient/network/v2 copying openstackclient/network/v2/floating_ip_port_forwarding.py -> build/lib/openstackclient/network/v2 copying openstackclient/network/v2/__init__.py -> build/lib/openstackclient/network/v2 copying openstackclient/network/v2/network_segment.py -> build/lib/openstackclient/network/v2 copying openstackclient/network/v2/subnet.py -> build/lib/openstackclient/network/v2 copying openstackclient/network/v2/floating_ip_pool.py -> build/lib/openstackclient/network/v2 copying openstackclient/network/v2/network_flavor.py -> build/lib/openstackclient/network/v2 copying openstackclient/network/v2/network_auto_allocated_topology.py -> build/lib/openstackclient/network/v2 copying openstackclient/network/v2/network_service_provider.py -> build/lib/openstackclient/network/v2 copying openstackclient/network/v2/network_flavor_profile.py -> build/lib/openstackclient/network/v2 copying openstackclient/network/v2/network_segment_range.py -> build/lib/openstackclient/network/v2 copying openstackclient/network/v2/network.py -> build/lib/openstackclient/network/v2 copying openstackclient/network/v2/router.py -> build/lib/openstackclient/network/v2 copying openstackclient/network/v2/network_qos_policy.py -> build/lib/openstackclient/network/v2 copying openstackclient/network/v2/floating_ip.py -> build/lib/openstackclient/network/v2 copying openstackclient/network/v2/port.py -> build/lib/openstackclient/network/v2 copying openstackclient/network/v2/network_qos_rule.py -> build/lib/openstackclient/network/v2 copying openstackclient/network/v2/network_meter_rule.py -> build/lib/openstackclient/network/v2 copying openstackclient/network/v2/network_qos_rule_type.py -> build/lib/openstackclient/network/v2 copying openstackclient/network/v2/network_agent.py -> build/lib/openstackclient/network/v2 copying openstackclient/network/v2/network_meter.py -> build/lib/openstackclient/network/v2 copying openstackclient/network/v2/ip_availability.py -> build/lib/openstackclient/network/v2 copying openstackclient/network/v2/address_scope.py -> build/lib/openstackclient/network/v2 copying openstackclient/network/v2/security_group.py -> build/lib/openstackclient/network/v2 copying openstackclient/network/v2/network_rbac.py -> build/lib/openstackclient/network/v2 creating build/lib/openstackclient/volume/v2 copying openstackclient/volume/v2/volume_backend.py -> build/lib/openstackclient/volume/v2 copying openstackclient/volume/v2/__init__.py -> build/lib/openstackclient/volume/v2 copying openstackclient/volume/v2/volume_host.py -> build/lib/openstackclient/volume/v2 copying openstackclient/volume/v2/backup_record.py -> build/lib/openstackclient/volume/v2 copying openstackclient/volume/v2/service.py -> build/lib/openstackclient/volume/v2 copying openstackclient/volume/v2/volume_transfer_request.py -> build/lib/openstackclient/volume/v2 copying openstackclient/volume/v2/volume_snapshot.py -> build/lib/openstackclient/volume/v2 copying openstackclient/volume/v2/consistency_group.py -> build/lib/openstackclient/volume/v2 copying openstackclient/volume/v2/qos_specs.py -> build/lib/openstackclient/volume/v2 copying openstackclient/volume/v2/volume_backup.py -> build/lib/openstackclient/volume/v2 copying openstackclient/volume/v2/consistency_group_snapshot.py -> build/lib/openstackclient/volume/v2 copying openstackclient/volume/v2/volume.py -> build/lib/openstackclient/volume/v2 copying openstackclient/volume/v2/volume_type.py -> build/lib/openstackclient/volume/v2 copying openstackclient/tests/functional/__init__.py -> build/lib/openstackclient/tests/functional copying openstackclient/tests/functional/base.py -> build/lib/openstackclient/tests/functional creating build/lib/openstackclient/tests/functional/image/v1 copying openstackclient/tests/functional/image/v1/__init__.py -> build/lib/openstackclient/tests/functional/image/v1 copying openstackclient/tests/functional/image/v1/test_image.py -> build/lib/openstackclient/tests/functional/image/v1 creating build/lib/openstackclient/tests/unit/compute/v2 copying openstackclient/tests/unit/compute/v2/__init__.py -> build/lib/openstackclient/tests/unit/compute/v2 copying openstackclient/tests/unit/compute/v2/test_server_image.py -> build/lib/openstackclient/tests/unit/compute/v2 copying openstackclient/tests/unit/compute/v2/test_aggregate.py -> build/lib/openstackclient/tests/unit/compute/v2 copying openstackclient/tests/unit/compute/v2/test_console.py -> build/lib/openstackclient/tests/unit/compute/v2 copying openstackclient/tests/unit/compute/v2/test_agent.py -> build/lib/openstackclient/tests/unit/compute/v2 copying openstackclient/tests/unit/compute/v2/test_host.py -> build/lib/openstackclient/tests/unit/compute/v2 copying openstackclient/tests/unit/compute/v2/test_service.py -> build/lib/openstackclient/tests/unit/compute/v2 copying openstackclient/tests/unit/compute/v2/test_hypervisor.py -> build/lib/openstackclient/tests/unit/compute/v2 copying openstackclient/tests/unit/compute/v2/test_server_event.py -> build/lib/openstackclient/tests/unit/compute/v2 copying openstackclient/tests/unit/compute/v2/test_flavor.py -> build/lib/openstackclient/tests/unit/compute/v2 copying openstackclient/tests/unit/compute/v2/test_server.py -> build/lib/openstackclient/tests/unit/compute/v2 copying openstackclient/tests/unit/compute/v2/test_server_group.py -> build/lib/openstackclient/tests/unit/compute/v2 copying openstackclient/tests/unit/compute/v2/test_usage.py -> build/lib/openstackclient/tests/unit/compute/v2 copying openstackclient/tests/unit/compute/v2/test_keypair.py -> build/lib/openstackclient/tests/unit/compute/v2 copying openstackclient/tests/unit/compute/v2/fakes.py -> build/lib/openstackclient/tests/unit/compute/v2 copying openstackclient/tests/unit/compute/v2/test_hypervisor_stats.py -> build/lib/openstackclient/tests/unit/compute/v2 copying openstackclient/tests/unit/compute/v2/test_server_backup.py -> build/lib/openstackclient/tests/unit/compute/v2 creating build/lib/openstackclient/identity/v3 copying openstackclient/identity/v3/region.py -> build/lib/openstackclient/identity/v3 copying openstackclient/identity/v3/token.py -> build/lib/openstackclient/identity/v3 copying openstackclient/identity/v3/__init__.py -> build/lib/openstackclient/identity/v3 copying openstackclient/identity/v3/project.py -> build/lib/openstackclient/identity/v3 copying openstackclient/identity/v3/application_credential.py -> build/lib/openstackclient/identity/v3 copying openstackclient/identity/v3/service_provider.py -> build/lib/openstackclient/identity/v3 copying openstackclient/identity/v3/unscoped_saml.py -> build/lib/openstackclient/identity/v3 copying openstackclient/identity/v3/credential.py -> build/lib/openstackclient/identity/v3 copying openstackclient/identity/v3/endpoint.py -> build/lib/openstackclient/identity/v3 copying openstackclient/identity/v3/catalog.py -> build/lib/openstackclient/identity/v3 copying openstackclient/identity/v3/implied_role.py -> build/lib/openstackclient/identity/v3 copying openstackclient/identity/v3/service.py -> build/lib/openstackclient/identity/v3 copying openstackclient/identity/v3/access_rule.py -> build/lib/openstackclient/identity/v3 copying openstackclient/identity/v3/registered_limit.py -> build/lib/openstackclient/identity/v3 copying openstackclient/identity/v3/ec2creds.py -> build/lib/openstackclient/identity/v3 copying openstackclient/identity/v3/role.py -> build/lib/openstackclient/identity/v3 copying openstackclient/identity/v3/mapping.py -> build/lib/openstackclient/identity/v3 copying openstackclient/identity/v3/user.py -> build/lib/openstackclient/identity/v3 copying openstackclient/identity/v3/consumer.py -> build/lib/openstackclient/identity/v3 copying openstackclient/identity/v3/trust.py -> build/lib/openstackclient/identity/v3 copying openstackclient/identity/v3/policy.py -> build/lib/openstackclient/identity/v3 copying openstackclient/identity/v3/role_assignment.py -> build/lib/openstackclient/identity/v3 copying openstackclient/identity/v3/limit.py -> build/lib/openstackclient/identity/v3 copying openstackclient/identity/v3/federation_protocol.py -> build/lib/openstackclient/identity/v3 copying openstackclient/identity/v3/endpoint_group.py -> build/lib/openstackclient/identity/v3 copying openstackclient/identity/v3/domain.py -> build/lib/openstackclient/identity/v3 copying openstackclient/identity/v3/tag.py -> build/lib/openstackclient/identity/v3 copying openstackclient/identity/v3/identity_provider.py -> build/lib/openstackclient/identity/v3 copying openstackclient/identity/v3/group.py -> build/lib/openstackclient/identity/v3 running egg_info writing python_openstackclient.egg-info/PKG-INFO writing dependency_links to python_openstackclient.egg-info/dependency_links.txt writing entry points to python_openstackclient.egg-info/entry_points.txt deleting python_openstackclient.egg-info/requires.txt writing top-level names to python_openstackclient.egg-info/top_level.txt writing pbr to python_openstackclient.egg-info/pbr.json [pbr] Processing SOURCES.txt [pbr] In git context, generating filelist from git /usr/lib/python3.6/site-packages/pbr/core.py:131: UserWarning: Unknown distribution option: 'requires_python' warnings.warn(msg) 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 'python_openstackclient.egg-info/SOURCES.txt' creating build/lib/openstackclient/locale creating build/lib/openstackclient/locale/tr_TR creating build/lib/openstackclient/locale/tr_TR/LC_MESSAGES copying openstackclient/locale/tr_TR/LC_MESSAGES/openstackclient.po -> build/lib/openstackclient/locale/tr_TR/LC_MESSAGES + /usr/bin/python3 setup.py compile_catalog -d build/lib/openstackclient/locale --domain openstackclient running compile_catalog compiling catalog build/lib/openstackclient/locale/tr_TR/LC_MESSAGES/openstackclient.po to build/lib/openstackclient/locale/tr_TR/LC_MESSAGES/openstackclient.mo /usr/lib/python3.6/site-packages/pbr/core.py:131: UserWarning: Unknown distribution option: 'requires_python' warnings.warn(msg) + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.O1gtrB + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch '!=' / ']' + rm -rf /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch ++ dirname /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch + cd python-openstackclient-5.4.0 ++ '[' -f _current_flavor ']' ++ cat _current_flavor + python_flavor=python3 + '[' -z python3 ']' + '[' python3 '!=' python3 ']' + echo python3 + /usr/bin/python3 setup.py install -O1 --skip-build --force --root /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch --prefix /usr 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/python-openstackclient-5.4.0-2.el8.noarch/usr creating /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib creating /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6 creating /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages creating /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient creating /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/network copying build/lib/openstackclient/network/__init__.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/network creating /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/network/v2 copying build/lib/openstackclient/network/v2/subnet_pool.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/network/v2 copying build/lib/openstackclient/network/v2/security_group_rule.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/network/v2 copying build/lib/openstackclient/network/v2/floating_ip_port_forwarding.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/network/v2 copying build/lib/openstackclient/network/v2/__init__.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/network/v2 copying build/lib/openstackclient/network/v2/network_segment.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/network/v2 copying build/lib/openstackclient/network/v2/subnet.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/network/v2 copying build/lib/openstackclient/network/v2/floating_ip_pool.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/network/v2 copying build/lib/openstackclient/network/v2/network_flavor.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/network/v2 copying build/lib/openstackclient/network/v2/network_auto_allocated_topology.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/network/v2 copying build/lib/openstackclient/network/v2/network_service_provider.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/network/v2 copying build/lib/openstackclient/network/v2/network_flavor_profile.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/network/v2 copying build/lib/openstackclient/network/v2/network_segment_range.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/network/v2 copying build/lib/openstackclient/network/v2/network.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/network/v2 copying build/lib/openstackclient/network/v2/router.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/network/v2 copying build/lib/openstackclient/network/v2/network_qos_policy.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/network/v2 copying build/lib/openstackclient/network/v2/floating_ip.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/network/v2 copying build/lib/openstackclient/network/v2/port.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/network/v2 copying build/lib/openstackclient/network/v2/network_qos_rule.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/network/v2 copying build/lib/openstackclient/network/v2/network_meter_rule.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/network/v2 copying build/lib/openstackclient/network/v2/network_qos_rule_type.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/network/v2 copying build/lib/openstackclient/network/v2/network_agent.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/network/v2 copying build/lib/openstackclient/network/v2/network_meter.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/network/v2 copying build/lib/openstackclient/network/v2/ip_availability.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/network/v2 copying build/lib/openstackclient/network/v2/address_scope.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/network/v2 copying build/lib/openstackclient/network/v2/security_group.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/network/v2 copying build/lib/openstackclient/network/v2/network_rbac.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/network/v2 copying build/lib/openstackclient/network/common.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/network copying build/lib/openstackclient/network/client.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/network copying build/lib/openstackclient/network/sdk_utils.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/network copying build/lib/openstackclient/network/utils.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/network copying build/lib/openstackclient/__init__.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient creating /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/volume copying build/lib/openstackclient/volume/__init__.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/volume creating /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/volume/v2 copying build/lib/openstackclient/volume/v2/volume_backend.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/volume/v2 copying build/lib/openstackclient/volume/v2/__init__.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/volume/v2 copying build/lib/openstackclient/volume/v2/volume_host.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/volume/v2 copying build/lib/openstackclient/volume/v2/backup_record.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/volume/v2 copying build/lib/openstackclient/volume/v2/service.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/volume/v2 copying build/lib/openstackclient/volume/v2/volume_transfer_request.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/volume/v2 copying build/lib/openstackclient/volume/v2/volume_snapshot.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/volume/v2 copying build/lib/openstackclient/volume/v2/consistency_group.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/volume/v2 copying build/lib/openstackclient/volume/v2/qos_specs.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/volume/v2 copying build/lib/openstackclient/volume/v2/volume_backup.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/volume/v2 copying build/lib/openstackclient/volume/v2/consistency_group_snapshot.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/volume/v2 copying build/lib/openstackclient/volume/v2/volume.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/volume/v2 copying build/lib/openstackclient/volume/v2/volume_type.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/volume/v2 copying build/lib/openstackclient/volume/client.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/volume creating /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/volume/v3 copying build/lib/openstackclient/volume/v3/__init__.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/volume/v3 creating /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/volume/v1 copying build/lib/openstackclient/volume/v1/__init__.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/volume/v1 copying build/lib/openstackclient/volume/v1/service.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/volume/v1 copying build/lib/openstackclient/volume/v1/volume_transfer_request.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/volume/v1 copying build/lib/openstackclient/volume/v1/volume_snapshot.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/volume/v1 copying build/lib/openstackclient/volume/v1/qos_specs.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/volume/v1 copying build/lib/openstackclient/volume/v1/volume_backup.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/volume/v1 copying build/lib/openstackclient/volume/v1/volume.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/volume/v1 copying build/lib/openstackclient/volume/v1/volume_type.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/volume/v1 creating /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/object copying build/lib/openstackclient/object/__init__.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/object copying build/lib/openstackclient/object/client.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/object creating /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/object/v1 copying build/lib/openstackclient/object/v1/account.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/object/v1 copying build/lib/openstackclient/object/v1/__init__.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/object/v1 copying build/lib/openstackclient/object/v1/container.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/object/v1 copying build/lib/openstackclient/object/v1/object.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/object/v1 copying build/lib/openstackclient/i18n.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient creating /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/locale creating /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/locale/tr_TR creating /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/locale/tr_TR/LC_MESSAGES copying build/lib/openstackclient/locale/tr_TR/LC_MESSAGES/openstackclient.po -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/locale/tr_TR/LC_MESSAGES copying build/lib/openstackclient/locale/tr_TR/LC_MESSAGES/openstackclient.mo -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/locale/tr_TR/LC_MESSAGES creating /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests copying build/lib/openstackclient/tests/__init__.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests creating /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/unit creating /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/unit/network copying build/lib/openstackclient/tests/unit/network/__init__.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/unit/network creating /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/unit/network/v2 copying build/lib/openstackclient/tests/unit/network/v2/test_network_flavor.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/unit/network/v2 copying build/lib/openstackclient/tests/unit/network/v2/test_address_scope.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/unit/network/v2 copying build/lib/openstackclient/tests/unit/network/v2/test_port.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/unit/network/v2 copying build/lib/openstackclient/tests/unit/network/v2/test_security_group_rule_network.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/unit/network/v2 copying build/lib/openstackclient/tests/unit/network/v2/test_security_group_rule_compute.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/unit/network/v2 copying build/lib/openstackclient/tests/unit/network/v2/__init__.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/unit/network/v2 copying build/lib/openstackclient/tests/unit/network/v2/test_network_meter.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/unit/network/v2 copying build/lib/openstackclient/tests/unit/network/v2/test_security_group_network.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/unit/network/v2 copying build/lib/openstackclient/tests/unit/network/v2/test_network_qos_rule.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/unit/network/v2 copying build/lib/openstackclient/tests/unit/network/v2/test_network_service_provider.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/unit/network/v2 copying build/lib/openstackclient/tests/unit/network/v2/test_network_agent.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/unit/network/v2 copying build/lib/openstackclient/tests/unit/network/v2/test_network_segment_range.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/unit/network/v2 copying build/lib/openstackclient/tests/unit/network/v2/test_floating_ip_network.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/unit/network/v2 copying build/lib/openstackclient/tests/unit/network/v2/test_network_segment.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/unit/network/v2 copying build/lib/openstackclient/tests/unit/network/v2/test_subnet.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/unit/network/v2 copying build/lib/openstackclient/tests/unit/network/v2/test_floating_ip_pool_compute.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/unit/network/v2 copying build/lib/openstackclient/tests/unit/network/v2/test_subnet_pool.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/unit/network/v2 copying build/lib/openstackclient/tests/unit/network/v2/test_ip_availability.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/unit/network/v2 copying build/lib/openstackclient/tests/unit/network/v2/test_network_rbac.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/unit/network/v2 copying build/lib/openstackclient/tests/unit/network/v2/test_network_compute.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/unit/network/v2 copying build/lib/openstackclient/tests/unit/network/v2/test_network_meter_rule.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/unit/network/v2 copying build/lib/openstackclient/tests/unit/network/v2/fakes.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/unit/network/v2 copying build/lib/openstackclient/tests/unit/network/v2/test_floating_ip_pool_network.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/unit/network/v2 copying build/lib/openstackclient/tests/unit/network/v2/test_security_group_compute.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/unit/network/v2 copying build/lib/openstackclient/tests/unit/network/v2/test_network_flavor_profile.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/unit/network/v2 copying build/lib/openstackclient/tests/unit/network/v2/test_floating_ip_compute.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/unit/network/v2 copying build/lib/openstackclient/tests/unit/network/v2/test_router.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/unit/network/v2 copying build/lib/openstackclient/tests/unit/network/v2/test_floating_ip_port_forwarding.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/unit/network/v2 copying build/lib/openstackclient/tests/unit/network/v2/test_network_qos_rule_type.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/unit/network/v2 copying build/lib/openstackclient/tests/unit/network/v2/test_network.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/unit/network/v2 copying build/lib/openstackclient/tests/unit/network/v2/test_network_auto_allocated_topology.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/unit/network/v2 copying build/lib/openstackclient/tests/unit/network/v2/test_network_qos_policy.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/unit/network/v2 copying build/lib/openstackclient/tests/unit/network/test_sdk_utils.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/unit/network copying build/lib/openstackclient/tests/unit/network/test_common.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/unit/network copying build/lib/openstackclient/tests/unit/__init__.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/unit creating /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/unit/volume copying build/lib/openstackclient/tests/unit/volume/__init__.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/unit/volume creating /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/unit/volume/v2 copying build/lib/openstackclient/tests/unit/volume/v2/__init__.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/unit/volume/v2 copying build/lib/openstackclient/tests/unit/volume/v2/test_qos_specs.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/unit/volume/v2 copying build/lib/openstackclient/tests/unit/volume/v2/test_service.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/unit/volume/v2 copying build/lib/openstackclient/tests/unit/volume/v2/test_consistency_group_snapshot.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/unit/volume/v2 copying build/lib/openstackclient/tests/unit/volume/v2/test_backup_record.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/unit/volume/v2 copying build/lib/openstackclient/tests/unit/volume/v2/test_volume_backup.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/unit/volume/v2 copying build/lib/openstackclient/tests/unit/volume/v2/test_type.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/unit/volume/v2 copying build/lib/openstackclient/tests/unit/volume/v2/test_volume_host.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/unit/volume/v2 copying build/lib/openstackclient/tests/unit/volume/v2/test_consistency_group.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/unit/volume/v2 copying build/lib/openstackclient/tests/unit/volume/v2/fakes.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/unit/volume/v2 copying build/lib/openstackclient/tests/unit/volume/v2/test_transfer_request.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/unit/volume/v2 copying build/lib/openstackclient/tests/unit/volume/v2/test_volume.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/unit/volume/v2 copying build/lib/openstackclient/tests/unit/volume/v2/test_volume_backend.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/unit/volume/v2 copying build/lib/openstackclient/tests/unit/volume/test_find_resource.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/unit/volume creating /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/unit/volume/v3 copying build/lib/openstackclient/tests/unit/volume/v3/__init__.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/unit/volume/v3 creating /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/unit/volume/v1 copying build/lib/openstackclient/tests/unit/volume/v1/__init__.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/unit/volume/v1 copying build/lib/openstackclient/tests/unit/volume/v1/test_qos_specs.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/unit/volume/v1 copying build/lib/openstackclient/tests/unit/volume/v1/test_service.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/unit/volume/v1 copying build/lib/openstackclient/tests/unit/volume/v1/test_volume_backup.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/unit/volume/v1 copying build/lib/openstackclient/tests/unit/volume/v1/test_type.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/unit/volume/v1 copying build/lib/openstackclient/tests/unit/volume/v1/fakes.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/unit/volume/v1 copying build/lib/openstackclient/tests/unit/volume/v1/test_transfer_request.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/unit/volume/v1 copying build/lib/openstackclient/tests/unit/volume/v1/test_volume.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/unit/volume/v1 creating /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/unit/object copying build/lib/openstackclient/tests/unit/object/__init__.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/unit/object creating /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/unit/object/v1 copying build/lib/openstackclient/tests/unit/object/v1/__init__.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/unit/object/v1 copying build/lib/openstackclient/tests/unit/object/v1/test_object.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/unit/object/v1 copying build/lib/openstackclient/tests/unit/object/v1/test_container.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/unit/object/v1 copying build/lib/openstackclient/tests/unit/object/v1/test_container_all.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/unit/object/v1 copying build/lib/openstackclient/tests/unit/object/v1/fakes.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/unit/object/v1 copying build/lib/openstackclient/tests/unit/object/v1/test_object_all.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/unit/object/v1 copying build/lib/openstackclient/tests/unit/test_shell.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/unit creating /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/unit/api copying build/lib/openstackclient/tests/unit/api/test_object_store_v1.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/unit/api copying build/lib/openstackclient/tests/unit/api/__init__.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/unit/api copying build/lib/openstackclient/tests/unit/api/test_image_v1.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/unit/api copying build/lib/openstackclient/tests/unit/api/test_compute_v2.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/unit/api copying build/lib/openstackclient/tests/unit/api/fakes.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/unit/api copying build/lib/openstackclient/tests/unit/api/test_image_v2.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/unit/api copying build/lib/openstackclient/tests/unit/api/test_api.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/unit/api creating /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/unit/integ copying build/lib/openstackclient/tests/unit/integ/__init__.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/unit/integ copying build/lib/openstackclient/tests/unit/integ/base.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/unit/integ creating /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/unit/integ/cli copying build/lib/openstackclient/tests/unit/integ/cli/__init__.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/unit/integ/cli copying build/lib/openstackclient/tests/unit/integ/cli/test_project.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/unit/integ/cli copying build/lib/openstackclient/tests/unit/integ/cli/test_shell.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/unit/integ/cli creating /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/unit/image copying build/lib/openstackclient/tests/unit/image/__init__.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/unit/image creating /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/unit/image/v2 copying build/lib/openstackclient/tests/unit/image/v2/__init__.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/unit/image/v2 copying build/lib/openstackclient/tests/unit/image/v2/fakes.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/unit/image/v2 copying build/lib/openstackclient/tests/unit/image/v2/test_image.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/unit/image/v2 creating /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/unit/image/v1 copying build/lib/openstackclient/tests/unit/image/v1/__init__.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/unit/image/v1 copying build/lib/openstackclient/tests/unit/image/v1/fakes.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/unit/image/v1 copying build/lib/openstackclient/tests/unit/image/v1/test_image.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/unit/image/v1 copying build/lib/openstackclient/tests/unit/fakes.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/unit creating /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/unit/identity copying build/lib/openstackclient/tests/unit/identity/__init__.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/unit/identity creating /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/unit/identity/v2_0 copying build/lib/openstackclient/tests/unit/identity/v2_0/__init__.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/unit/identity/v2_0 copying build/lib/openstackclient/tests/unit/identity/v2_0/test_service.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/unit/identity/v2_0 copying build/lib/openstackclient/tests/unit/identity/v2_0/test_project.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/unit/identity/v2_0 copying build/lib/openstackclient/tests/unit/identity/v2_0/test_endpoint.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/unit/identity/v2_0 copying build/lib/openstackclient/tests/unit/identity/v2_0/test_token.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/unit/identity/v2_0 copying build/lib/openstackclient/tests/unit/identity/v2_0/test_user.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/unit/identity/v2_0 copying build/lib/openstackclient/tests/unit/identity/v2_0/test_role_assignment.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/unit/identity/v2_0 copying build/lib/openstackclient/tests/unit/identity/v2_0/fakes.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/unit/identity/v2_0 copying build/lib/openstackclient/tests/unit/identity/v2_0/test_catalog.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/unit/identity/v2_0 copying build/lib/openstackclient/tests/unit/identity/v2_0/test_role.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/unit/identity/v2_0 creating /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/unit/identity/v3 copying build/lib/openstackclient/tests/unit/identity/v3/test_unscoped_saml.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/unit/identity/v3 copying build/lib/openstackclient/tests/unit/identity/v3/test_application_credential.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/unit/identity/v3 copying build/lib/openstackclient/tests/unit/identity/v3/test_consumer.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/unit/identity/v3 copying build/lib/openstackclient/tests/unit/identity/v3/__init__.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/unit/identity/v3 copying build/lib/openstackclient/tests/unit/identity/v3/test_region.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/unit/identity/v3 copying build/lib/openstackclient/tests/unit/identity/v3/test_registered_limit.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/unit/identity/v3 copying build/lib/openstackclient/tests/unit/identity/v3/test_limit.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/unit/identity/v3 copying build/lib/openstackclient/tests/unit/identity/v3/test_service.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/unit/identity/v3 copying build/lib/openstackclient/tests/unit/identity/v3/test_project.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/unit/identity/v3 copying build/lib/openstackclient/tests/unit/identity/v3/test_endpoint.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/unit/identity/v3 copying build/lib/openstackclient/tests/unit/identity/v3/test_trust.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/unit/identity/v3 copying build/lib/openstackclient/tests/unit/identity/v3/test_group.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/unit/identity/v3 copying build/lib/openstackclient/tests/unit/identity/v3/test_token.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/unit/identity/v3 copying build/lib/openstackclient/tests/unit/identity/v3/test_user.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/unit/identity/v3 copying build/lib/openstackclient/tests/unit/identity/v3/test_role_assignment.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/unit/identity/v3 copying build/lib/openstackclient/tests/unit/identity/v3/test_service_provider.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/unit/identity/v3 copying build/lib/openstackclient/tests/unit/identity/v3/test_domain.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/unit/identity/v3 copying build/lib/openstackclient/tests/unit/identity/v3/test_implied_role.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/unit/identity/v3 copying build/lib/openstackclient/tests/unit/identity/v3/fakes.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/unit/identity/v3 copying build/lib/openstackclient/tests/unit/identity/v3/test_identity_provider.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/unit/identity/v3 copying build/lib/openstackclient/tests/unit/identity/v3/test_access_rule.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/unit/identity/v3 copying build/lib/openstackclient/tests/unit/identity/v3/test_catalog.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/unit/identity/v3 copying build/lib/openstackclient/tests/unit/identity/v3/test_protocol.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/unit/identity/v3 copying build/lib/openstackclient/tests/unit/identity/v3/test_oauth.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/unit/identity/v3 copying build/lib/openstackclient/tests/unit/identity/v3/test_endpoint_group.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/unit/identity/v3 copying build/lib/openstackclient/tests/unit/identity/v3/test_credential.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/unit/identity/v3 copying build/lib/openstackclient/tests/unit/identity/v3/test_mappings.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/unit/identity/v3 copying build/lib/openstackclient/tests/unit/identity/v3/test_role.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/unit/identity/v3 creating /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/unit/common copying build/lib/openstackclient/tests/unit/common/__init__.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/unit/common copying build/lib/openstackclient/tests/unit/common/test_clientmanager.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/unit/common copying build/lib/openstackclient/tests/unit/common/test_limits.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/unit/common copying build/lib/openstackclient/tests/unit/common/test_quota.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/unit/common copying build/lib/openstackclient/tests/unit/common/test_extension.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/unit/common copying build/lib/openstackclient/tests/unit/common/test_parseractions.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/unit/common copying build/lib/openstackclient/tests/unit/common/test_logs.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/unit/common copying build/lib/openstackclient/tests/unit/common/test_project_purge.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/unit/common copying build/lib/openstackclient/tests/unit/common/test_command.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/unit/common copying build/lib/openstackclient/tests/unit/common/test_module.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/unit/common copying build/lib/openstackclient/tests/unit/common/test_configuration.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/unit/common copying build/lib/openstackclient/tests/unit/common/test_availability_zone.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/unit/common copying build/lib/openstackclient/tests/unit/utils.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/unit creating /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/unit/compute copying build/lib/openstackclient/tests/unit/compute/__init__.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/unit/compute creating /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/unit/compute/v2 copying build/lib/openstackclient/tests/unit/compute/v2/__init__.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/unit/compute/v2 copying build/lib/openstackclient/tests/unit/compute/v2/test_server_image.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/unit/compute/v2 copying build/lib/openstackclient/tests/unit/compute/v2/test_aggregate.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/unit/compute/v2 copying build/lib/openstackclient/tests/unit/compute/v2/test_console.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/unit/compute/v2 copying build/lib/openstackclient/tests/unit/compute/v2/test_agent.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/unit/compute/v2 copying build/lib/openstackclient/tests/unit/compute/v2/test_host.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/unit/compute/v2 copying build/lib/openstackclient/tests/unit/compute/v2/test_service.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/unit/compute/v2 copying build/lib/openstackclient/tests/unit/compute/v2/test_hypervisor.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/unit/compute/v2 copying build/lib/openstackclient/tests/unit/compute/v2/test_server_event.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/unit/compute/v2 copying build/lib/openstackclient/tests/unit/compute/v2/test_flavor.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/unit/compute/v2 copying build/lib/openstackclient/tests/unit/compute/v2/test_server.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/unit/compute/v2 copying build/lib/openstackclient/tests/unit/compute/v2/test_server_group.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/unit/compute/v2 copying build/lib/openstackclient/tests/unit/compute/v2/test_usage.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/unit/compute/v2 copying build/lib/openstackclient/tests/unit/compute/v2/test_keypair.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/unit/compute/v2 copying build/lib/openstackclient/tests/unit/compute/v2/fakes.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/unit/compute/v2 copying build/lib/openstackclient/tests/unit/compute/v2/test_hypervisor_stats.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/unit/compute/v2 copying build/lib/openstackclient/tests/unit/compute/v2/test_server_backup.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/unit/compute/v2 creating /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/functional creating /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/functional/network copying build/lib/openstackclient/tests/functional/network/__init__.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/functional/network creating /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/functional/network/v2 copying build/lib/openstackclient/tests/functional/network/v2/test_network_flavor.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/functional/network/v2 copying build/lib/openstackclient/tests/functional/network/v2/test_address_scope.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/functional/network/v2 copying build/lib/openstackclient/tests/functional/network/v2/test_port.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/functional/network/v2 copying build/lib/openstackclient/tests/functional/network/v2/__init__.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/functional/network/v2 copying build/lib/openstackclient/tests/functional/network/v2/test_network_meter.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/functional/network/v2 copying build/lib/openstackclient/tests/functional/network/v2/test_network_qos_rule.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/functional/network/v2 copying build/lib/openstackclient/tests/functional/network/v2/test_network_service_provider.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/functional/network/v2 copying build/lib/openstackclient/tests/functional/network/v2/test_network_agent.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/functional/network/v2 copying build/lib/openstackclient/tests/functional/network/v2/test_network_segment_range.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/functional/network/v2 copying build/lib/openstackclient/tests/functional/network/v2/test_network_segment.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/functional/network/v2 copying build/lib/openstackclient/tests/functional/network/v2/test_subnet.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/functional/network/v2 copying build/lib/openstackclient/tests/functional/network/v2/common.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/functional/network/v2 copying build/lib/openstackclient/tests/functional/network/v2/test_subnet_pool.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/functional/network/v2 copying build/lib/openstackclient/tests/functional/network/v2/test_security_group.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/functional/network/v2 copying build/lib/openstackclient/tests/functional/network/v2/test_ip_availability.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/functional/network/v2 copying build/lib/openstackclient/tests/functional/network/v2/test_network_rbac.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/functional/network/v2 copying build/lib/openstackclient/tests/functional/network/v2/test_network_meter_rule.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/functional/network/v2 copying build/lib/openstackclient/tests/functional/network/v2/test_floating_ip.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/functional/network/v2 copying build/lib/openstackclient/tests/functional/network/v2/test_network_flavor_profile.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/functional/network/v2 copying build/lib/openstackclient/tests/functional/network/v2/test_security_group_rule.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/functional/network/v2 copying build/lib/openstackclient/tests/functional/network/v2/test_router.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/functional/network/v2 copying build/lib/openstackclient/tests/functional/network/v2/test_network_qos_rule_type.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/functional/network/v2 copying build/lib/openstackclient/tests/functional/network/v2/test_network.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/functional/network/v2 copying build/lib/openstackclient/tests/functional/network/v2/test_network_qos_policy.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/functional/network/v2 copying build/lib/openstackclient/tests/functional/__init__.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/functional creating /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/functional/volume copying build/lib/openstackclient/tests/functional/volume/__init__.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/functional/volume creating /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/functional/volume/v2 copying build/lib/openstackclient/tests/functional/volume/v2/__init__.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/functional/volume/v2 copying build/lib/openstackclient/tests/functional/volume/v2/test_volume_type.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/functional/volume/v2 copying build/lib/openstackclient/tests/functional/volume/v2/test_service.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/functional/volume/v2 copying build/lib/openstackclient/tests/functional/volume/v2/common.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/functional/volume/v2 copying build/lib/openstackclient/tests/functional/volume/v2/test_volume_backup.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/functional/volume/v2 copying build/lib/openstackclient/tests/functional/volume/v2/test_qos.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/functional/volume/v2 copying build/lib/openstackclient/tests/functional/volume/v2/test_transfer_request.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/functional/volume/v2 copying build/lib/openstackclient/tests/functional/volume/v2/test_volume.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/functional/volume/v2 copying build/lib/openstackclient/tests/functional/volume/v2/test_volume_snapshot.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/functional/volume/v2 copying build/lib/openstackclient/tests/functional/volume/base.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/functional/volume creating /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/functional/volume/v3 copying build/lib/openstackclient/tests/functional/volume/v3/__init__.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/functional/volume/v3 copying build/lib/openstackclient/tests/functional/volume/v3/test_volume_type.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/functional/volume/v3 copying build/lib/openstackclient/tests/functional/volume/v3/common.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/functional/volume/v3 copying build/lib/openstackclient/tests/functional/volume/v3/test_qos.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/functional/volume/v3 copying build/lib/openstackclient/tests/functional/volume/v3/test_transfer_request.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/functional/volume/v3 copying build/lib/openstackclient/tests/functional/volume/v3/test_volume.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/functional/volume/v3 copying build/lib/openstackclient/tests/functional/volume/v3/test_volume_snapshot.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/functional/volume/v3 creating /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/functional/volume/v1 copying build/lib/openstackclient/tests/functional/volume/v1/__init__.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/functional/volume/v1 copying build/lib/openstackclient/tests/functional/volume/v1/test_volume_type.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/functional/volume/v1 copying build/lib/openstackclient/tests/functional/volume/v1/test_service.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/functional/volume/v1 copying build/lib/openstackclient/tests/functional/volume/v1/common.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/functional/volume/v1 copying build/lib/openstackclient/tests/functional/volume/v1/test_qos.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/functional/volume/v1 copying build/lib/openstackclient/tests/functional/volume/v1/test_transfer_request.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/functional/volume/v1 copying build/lib/openstackclient/tests/functional/volume/v1/test_volume.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/functional/volume/v1 copying build/lib/openstackclient/tests/functional/volume/v1/test_snapshot.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/functional/volume/v1 creating /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/functional/object copying build/lib/openstackclient/tests/functional/object/__init__.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/functional/object creating /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/functional/object/v1 copying build/lib/openstackclient/tests/functional/object/v1/__init__.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/functional/object/v1 copying build/lib/openstackclient/tests/functional/object/v1/common.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/functional/object/v1 copying build/lib/openstackclient/tests/functional/object/v1/test_object.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/functional/object/v1 copying build/lib/openstackclient/tests/functional/object/v1/test_container.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/functional/object/v1 creating /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/functional/image copying build/lib/openstackclient/tests/functional/image/__init__.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/functional/image creating /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/functional/image/v2 copying build/lib/openstackclient/tests/functional/image/v2/__init__.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/functional/image/v2 copying build/lib/openstackclient/tests/functional/image/v2/test_image.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/functional/image/v2 copying build/lib/openstackclient/tests/functional/image/base.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/functional/image creating /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/functional/image/v1 copying build/lib/openstackclient/tests/functional/image/v1/__init__.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/functional/image/v1 copying build/lib/openstackclient/tests/functional/image/v1/test_image.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/functional/image/v1 copying build/lib/openstackclient/tests/functional/base.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/functional creating /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/functional/identity copying build/lib/openstackclient/tests/functional/identity/__init__.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/functional/identity creating /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/functional/identity/v2 copying build/lib/openstackclient/tests/functional/identity/v2/__init__.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/functional/identity/v2 copying build/lib/openstackclient/tests/functional/identity/v2/test_service.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/functional/identity/v2 copying build/lib/openstackclient/tests/functional/identity/v2/test_project.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/functional/identity/v2 copying build/lib/openstackclient/tests/functional/identity/v2/test_ec2_credentials.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/functional/identity/v2 copying build/lib/openstackclient/tests/functional/identity/v2/common.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/functional/identity/v2 copying build/lib/openstackclient/tests/functional/identity/v2/test_endpoint.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/functional/identity/v2 copying build/lib/openstackclient/tests/functional/identity/v2/test_token.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/functional/identity/v2 copying build/lib/openstackclient/tests/functional/identity/v2/test_user.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/functional/identity/v2 copying build/lib/openstackclient/tests/functional/identity/v2/test_catalog.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/functional/identity/v2 copying build/lib/openstackclient/tests/functional/identity/v2/test_role.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/functional/identity/v2 creating /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/functional/identity/v3 copying build/lib/openstackclient/tests/functional/identity/v3/test_application_credential.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/functional/identity/v3 copying build/lib/openstackclient/tests/functional/identity/v3/__init__.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/functional/identity/v3 copying build/lib/openstackclient/tests/functional/identity/v3/test_region.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/functional/identity/v3 copying build/lib/openstackclient/tests/functional/identity/v3/test_registered_limit.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/functional/identity/v3 copying build/lib/openstackclient/tests/functional/identity/v3/test_limit.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/functional/identity/v3 copying build/lib/openstackclient/tests/functional/identity/v3/test_service.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/functional/identity/v3 copying build/lib/openstackclient/tests/functional/identity/v3/test_project.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/functional/identity/v3 copying build/lib/openstackclient/tests/functional/identity/v3/common.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/functional/identity/v3 copying build/lib/openstackclient/tests/functional/identity/v3/test_endpoint.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/functional/identity/v3 copying build/lib/openstackclient/tests/functional/identity/v3/test_group.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/functional/identity/v3 copying build/lib/openstackclient/tests/functional/identity/v3/test_token.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/functional/identity/v3 copying build/lib/openstackclient/tests/functional/identity/v3/test_user.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/functional/identity/v3 copying build/lib/openstackclient/tests/functional/identity/v3/test_idp.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/functional/identity/v3 copying build/lib/openstackclient/tests/functional/identity/v3/test_service_provider.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/functional/identity/v3 copying build/lib/openstackclient/tests/functional/identity/v3/test_domain.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/functional/identity/v3 copying build/lib/openstackclient/tests/functional/identity/v3/test_catalog.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/functional/identity/v3 copying build/lib/openstackclient/tests/functional/identity/v3/test_role.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/functional/identity/v3 creating /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/functional/common copying build/lib/openstackclient/tests/functional/common/__init__.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/functional/common copying build/lib/openstackclient/tests/functional/common/test_help.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/functional/common copying build/lib/openstackclient/tests/functional/common/test_quota.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/functional/common copying build/lib/openstackclient/tests/functional/common/test_versions.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/functional/common copying build/lib/openstackclient/tests/functional/common/test_extension.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/functional/common copying build/lib/openstackclient/tests/functional/common/test_args.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/functional/common copying build/lib/openstackclient/tests/functional/common/test_module.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/functional/common copying build/lib/openstackclient/tests/functional/common/test_configuration.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/functional/common copying build/lib/openstackclient/tests/functional/common/test_availability_zone.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/functional/common creating /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/functional/compute copying build/lib/openstackclient/tests/functional/compute/__init__.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/functional/compute creating /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/functional/compute/v2 copying build/lib/openstackclient/tests/functional/compute/v2/__init__.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/functional/compute/v2 copying build/lib/openstackclient/tests/functional/compute/v2/test_aggregate.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/functional/compute/v2 copying build/lib/openstackclient/tests/functional/compute/v2/test_agent.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/functional/compute/v2 copying build/lib/openstackclient/tests/functional/compute/v2/common.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/functional/compute/v2 copying build/lib/openstackclient/tests/functional/compute/v2/test_server_event.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/functional/compute/v2 copying build/lib/openstackclient/tests/functional/compute/v2/test_flavor.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/functional/compute/v2 copying build/lib/openstackclient/tests/functional/compute/v2/test_server.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/functional/compute/v2 copying build/lib/openstackclient/tests/functional/compute/v2/test_server_group.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/functional/compute/v2 copying build/lib/openstackclient/tests/functional/compute/v2/test_keypair.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/functional/compute/v2 creating /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/api copying build/lib/openstackclient/api/__init__.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/api copying build/lib/openstackclient/api/image_v1.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/api copying build/lib/openstackclient/api/image_v2.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/api copying build/lib/openstackclient/api/object_store_v1.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/api copying build/lib/openstackclient/api/compute_v2.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/api copying build/lib/openstackclient/api/api.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/api creating /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/image copying build/lib/openstackclient/image/__init__.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/image creating /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/image/v2 copying build/lib/openstackclient/image/v2/__init__.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/image/v2 copying build/lib/openstackclient/image/v2/image.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/image/v2 copying build/lib/openstackclient/image/client.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/image creating /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/image/v1 copying build/lib/openstackclient/image/v1/__init__.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/image/v1 copying build/lib/openstackclient/image/v1/image.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/image/v1 creating /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/identity copying build/lib/openstackclient/identity/__init__.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/identity copying build/lib/openstackclient/identity/common.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/identity creating /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/identity/v2_0 copying build/lib/openstackclient/identity/v2_0/token.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/identity/v2_0 copying build/lib/openstackclient/identity/v2_0/__init__.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/identity/v2_0 copying build/lib/openstackclient/identity/v2_0/project.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/identity/v2_0 copying build/lib/openstackclient/identity/v2_0/endpoint.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/identity/v2_0 copying build/lib/openstackclient/identity/v2_0/catalog.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/identity/v2_0 copying build/lib/openstackclient/identity/v2_0/service.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/identity/v2_0 copying build/lib/openstackclient/identity/v2_0/ec2creds.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/identity/v2_0 copying build/lib/openstackclient/identity/v2_0/role.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/identity/v2_0 copying build/lib/openstackclient/identity/v2_0/user.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/identity/v2_0 copying build/lib/openstackclient/identity/v2_0/role_assignment.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/identity/v2_0 copying build/lib/openstackclient/identity/client.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/identity creating /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/identity/v3 copying build/lib/openstackclient/identity/v3/region.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/identity/v3 copying build/lib/openstackclient/identity/v3/token.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/identity/v3 copying build/lib/openstackclient/identity/v3/__init__.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/identity/v3 copying build/lib/openstackclient/identity/v3/project.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/identity/v3 copying build/lib/openstackclient/identity/v3/application_credential.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/identity/v3 copying build/lib/openstackclient/identity/v3/service_provider.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/identity/v3 copying build/lib/openstackclient/identity/v3/unscoped_saml.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/identity/v3 copying build/lib/openstackclient/identity/v3/credential.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/identity/v3 copying build/lib/openstackclient/identity/v3/endpoint.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/identity/v3 copying build/lib/openstackclient/identity/v3/catalog.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/identity/v3 copying build/lib/openstackclient/identity/v3/implied_role.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/identity/v3 copying build/lib/openstackclient/identity/v3/service.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/identity/v3 copying build/lib/openstackclient/identity/v3/access_rule.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/identity/v3 copying build/lib/openstackclient/identity/v3/registered_limit.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/identity/v3 copying build/lib/openstackclient/identity/v3/ec2creds.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/identity/v3 copying build/lib/openstackclient/identity/v3/role.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/identity/v3 copying build/lib/openstackclient/identity/v3/mapping.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/identity/v3 copying build/lib/openstackclient/identity/v3/user.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/identity/v3 copying build/lib/openstackclient/identity/v3/consumer.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/identity/v3 copying build/lib/openstackclient/identity/v3/trust.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/identity/v3 copying build/lib/openstackclient/identity/v3/policy.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/identity/v3 copying build/lib/openstackclient/identity/v3/role_assignment.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/identity/v3 copying build/lib/openstackclient/identity/v3/limit.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/identity/v3 copying build/lib/openstackclient/identity/v3/federation_protocol.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/identity/v3 copying build/lib/openstackclient/identity/v3/endpoint_group.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/identity/v3 copying build/lib/openstackclient/identity/v3/domain.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/identity/v3 copying build/lib/openstackclient/identity/v3/tag.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/identity/v3 copying build/lib/openstackclient/identity/v3/identity_provider.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/identity/v3 copying build/lib/openstackclient/identity/v3/group.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/identity/v3 creating /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/common copying build/lib/openstackclient/common/clientmanager.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/common copying build/lib/openstackclient/common/__init__.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/common copying build/lib/openstackclient/common/project_purge.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/common copying build/lib/openstackclient/common/extension.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/common copying build/lib/openstackclient/common/versions.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/common copying build/lib/openstackclient/common/sdk_utils.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/common copying build/lib/openstackclient/common/quota.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/common copying build/lib/openstackclient/common/configuration.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/common copying build/lib/openstackclient/common/availability_zone.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/common copying build/lib/openstackclient/common/module.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/common copying build/lib/openstackclient/common/limits.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/common copying build/lib/openstackclient/shell.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient creating /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/compute copying build/lib/openstackclient/compute/__init__.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/compute creating /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/compute/v2 copying build/lib/openstackclient/compute/v2/flavor.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/compute/v2 copying build/lib/openstackclient/compute/v2/server_group.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/compute/v2 copying build/lib/openstackclient/compute/v2/__init__.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/compute/v2 copying build/lib/openstackclient/compute/v2/host.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/compute/v2 copying build/lib/openstackclient/compute/v2/server_backup.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/compute/v2 copying build/lib/openstackclient/compute/v2/hypervisor.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/compute/v2 copying build/lib/openstackclient/compute/v2/server_image.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/compute/v2 copying build/lib/openstackclient/compute/v2/service.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/compute/v2 copying build/lib/openstackclient/compute/v2/server_event.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/compute/v2 copying build/lib/openstackclient/compute/v2/server.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/compute/v2 copying build/lib/openstackclient/compute/v2/keypair.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/compute/v2 copying build/lib/openstackclient/compute/v2/console.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/compute/v2 copying build/lib/openstackclient/compute/v2/aggregate.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/compute/v2 copying build/lib/openstackclient/compute/v2/hypervisor_stats.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/compute/v2 copying build/lib/openstackclient/compute/v2/usage.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/compute/v2 copying build/lib/openstackclient/compute/v2/agent.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/compute/v2 copying build/lib/openstackclient/compute/client.py -> /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/compute byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/network/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/network/v2/subnet_pool.py to subnet_pool.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/network/v2/security_group_rule.py to security_group_rule.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/network/v2/floating_ip_port_forwarding.py to floating_ip_port_forwarding.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/network/v2/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/network/v2/network_segment.py to network_segment.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/network/v2/subnet.py to subnet.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/network/v2/floating_ip_pool.py to floating_ip_pool.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/network/v2/network_flavor.py to network_flavor.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/network/v2/network_auto_allocated_topology.py to network_auto_allocated_topology.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/network/v2/network_service_provider.py to network_service_provider.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/network/v2/network_flavor_profile.py to network_flavor_profile.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/network/v2/network_segment_range.py to network_segment_range.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/network/v2/network.py to network.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/network/v2/router.py to router.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/network/v2/network_qos_policy.py to network_qos_policy.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/network/v2/floating_ip.py to floating_ip.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/network/v2/port.py to port.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/network/v2/network_qos_rule.py to network_qos_rule.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/network/v2/network_meter_rule.py to network_meter_rule.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/network/v2/network_qos_rule_type.py to network_qos_rule_type.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/network/v2/network_agent.py to network_agent.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/network/v2/network_meter.py to network_meter.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/network/v2/ip_availability.py to ip_availability.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/network/v2/address_scope.py to address_scope.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/network/v2/security_group.py to security_group.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/network/v2/network_rbac.py to network_rbac.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/network/common.py to common.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/network/client.py to client.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/network/sdk_utils.py to sdk_utils.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/network/utils.py to utils.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/volume/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/volume/v2/volume_backend.py to volume_backend.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/volume/v2/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/volume/v2/volume_host.py to volume_host.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/volume/v2/backup_record.py to backup_record.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/volume/v2/service.py to service.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/volume/v2/volume_transfer_request.py to volume_transfer_request.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/volume/v2/volume_snapshot.py to volume_snapshot.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/volume/v2/consistency_group.py to consistency_group.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/volume/v2/qos_specs.py to qos_specs.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/volume/v2/volume_backup.py to volume_backup.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/volume/v2/consistency_group_snapshot.py to consistency_group_snapshot.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/volume/v2/volume.py to volume.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/volume/v2/volume_type.py to volume_type.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/volume/client.py to client.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/volume/v3/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/volume/v1/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/volume/v1/service.py to service.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/volume/v1/volume_transfer_request.py to volume_transfer_request.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/volume/v1/volume_snapshot.py to volume_snapshot.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/volume/v1/qos_specs.py to qos_specs.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/volume/v1/volume_backup.py to volume_backup.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/volume/v1/volume.py to volume.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/volume/v1/volume_type.py to volume_type.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/object/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/object/client.py to client.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/object/v1/account.py to account.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/object/v1/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/object/v1/container.py to container.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/object/v1/object.py to object.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/i18n.py to i18n.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/unit/network/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/unit/network/v2/test_network_flavor.py to test_network_flavor.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/unit/network/v2/test_address_scope.py to test_address_scope.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/unit/network/v2/test_port.py to test_port.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/unit/network/v2/test_security_group_rule_network.py to test_security_group_rule_network.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/unit/network/v2/test_security_group_rule_compute.py to test_security_group_rule_compute.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/unit/network/v2/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/unit/network/v2/test_network_meter.py to test_network_meter.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/unit/network/v2/test_security_group_network.py to test_security_group_network.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/unit/network/v2/test_network_qos_rule.py to test_network_qos_rule.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/unit/network/v2/test_network_service_provider.py to test_network_service_provider.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/unit/network/v2/test_network_agent.py to test_network_agent.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/unit/network/v2/test_network_segment_range.py to test_network_segment_range.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/unit/network/v2/test_floating_ip_network.py to test_floating_ip_network.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/unit/network/v2/test_network_segment.py to test_network_segment.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/unit/network/v2/test_subnet.py to test_subnet.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/unit/network/v2/test_floating_ip_pool_compute.py to test_floating_ip_pool_compute.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/unit/network/v2/test_subnet_pool.py to test_subnet_pool.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/unit/network/v2/test_ip_availability.py to test_ip_availability.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/unit/network/v2/test_network_rbac.py to test_network_rbac.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/unit/network/v2/test_network_compute.py to test_network_compute.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/unit/network/v2/test_network_meter_rule.py to test_network_meter_rule.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/unit/network/v2/fakes.py to fakes.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/unit/network/v2/test_floating_ip_pool_network.py to test_floating_ip_pool_network.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/unit/network/v2/test_security_group_compute.py to test_security_group_compute.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/unit/network/v2/test_network_flavor_profile.py to test_network_flavor_profile.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/unit/network/v2/test_floating_ip_compute.py to test_floating_ip_compute.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/unit/network/v2/test_router.py to test_router.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/unit/network/v2/test_floating_ip_port_forwarding.py to test_floating_ip_port_forwarding.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/unit/network/v2/test_network_qos_rule_type.py to test_network_qos_rule_type.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/unit/network/v2/test_network.py to test_network.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/unit/network/v2/test_network_auto_allocated_topology.py to test_network_auto_allocated_topology.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/unit/network/v2/test_network_qos_policy.py to test_network_qos_policy.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/unit/network/test_sdk_utils.py to test_sdk_utils.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/unit/network/test_common.py to test_common.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/unit/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/unit/volume/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/unit/volume/v2/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/unit/volume/v2/test_qos_specs.py to test_qos_specs.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/unit/volume/v2/test_service.py to test_service.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/unit/volume/v2/test_consistency_group_snapshot.py to test_consistency_group_snapshot.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/unit/volume/v2/test_backup_record.py to test_backup_record.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/unit/volume/v2/test_volume_backup.py to test_volume_backup.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/unit/volume/v2/test_type.py to test_type.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/unit/volume/v2/test_volume_host.py to test_volume_host.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/unit/volume/v2/test_consistency_group.py to test_consistency_group.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/unit/volume/v2/fakes.py to fakes.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/unit/volume/v2/test_transfer_request.py to test_transfer_request.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/unit/volume/v2/test_volume.py to test_volume.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/unit/volume/v2/test_volume_backend.py to test_volume_backend.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/unit/volume/test_find_resource.py to test_find_resource.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/unit/volume/v3/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/unit/volume/v1/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/unit/volume/v1/test_qos_specs.py to test_qos_specs.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/unit/volume/v1/test_service.py to test_service.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/unit/volume/v1/test_volume_backup.py to test_volume_backup.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/unit/volume/v1/test_type.py to test_type.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/unit/volume/v1/fakes.py to fakes.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/unit/volume/v1/test_transfer_request.py to test_transfer_request.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/unit/volume/v1/test_volume.py to test_volume.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/unit/object/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/unit/object/v1/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/unit/object/v1/test_object.py to test_object.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/unit/object/v1/test_container.py to test_container.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/unit/object/v1/test_container_all.py to test_container_all.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/unit/object/v1/fakes.py to fakes.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/unit/object/v1/test_object_all.py to test_object_all.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/unit/test_shell.py to test_shell.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/unit/api/test_object_store_v1.py to test_object_store_v1.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/unit/api/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/unit/api/test_image_v1.py to test_image_v1.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/unit/api/test_compute_v2.py to test_compute_v2.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/unit/api/fakes.py to fakes.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/unit/api/test_image_v2.py to test_image_v2.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/unit/api/test_api.py to test_api.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/unit/integ/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/unit/integ/base.py to base.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/unit/integ/cli/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/unit/integ/cli/test_project.py to test_project.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/unit/integ/cli/test_shell.py to test_shell.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/unit/image/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/unit/image/v2/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/unit/image/v2/fakes.py to fakes.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/unit/image/v2/test_image.py to test_image.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/unit/image/v1/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/unit/image/v1/fakes.py to fakes.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/unit/image/v1/test_image.py to test_image.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/unit/fakes.py to fakes.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/unit/identity/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/unit/identity/v2_0/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/unit/identity/v2_0/test_service.py to test_service.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/unit/identity/v2_0/test_project.py to test_project.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/unit/identity/v2_0/test_endpoint.py to test_endpoint.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/unit/identity/v2_0/test_token.py to test_token.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/unit/identity/v2_0/test_user.py to test_user.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/unit/identity/v2_0/test_role_assignment.py to test_role_assignment.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/unit/identity/v2_0/fakes.py to fakes.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/unit/identity/v2_0/test_catalog.py to test_catalog.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/unit/identity/v2_0/test_role.py to test_role.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/unit/identity/v3/test_unscoped_saml.py to test_unscoped_saml.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/unit/identity/v3/test_application_credential.py to test_application_credential.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/unit/identity/v3/test_consumer.py to test_consumer.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/unit/identity/v3/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/unit/identity/v3/test_region.py to test_region.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/unit/identity/v3/test_registered_limit.py to test_registered_limit.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/unit/identity/v3/test_limit.py to test_limit.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/unit/identity/v3/test_service.py to test_service.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/unit/identity/v3/test_project.py to test_project.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/unit/identity/v3/test_endpoint.py to test_endpoint.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/unit/identity/v3/test_trust.py to test_trust.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/unit/identity/v3/test_group.py to test_group.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/unit/identity/v3/test_token.py to test_token.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/unit/identity/v3/test_user.py to test_user.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/unit/identity/v3/test_role_assignment.py to test_role_assignment.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/unit/identity/v3/test_service_provider.py to test_service_provider.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/unit/identity/v3/test_domain.py to test_domain.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/unit/identity/v3/test_implied_role.py to test_implied_role.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/unit/identity/v3/fakes.py to fakes.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/unit/identity/v3/test_identity_provider.py to test_identity_provider.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/unit/identity/v3/test_access_rule.py to test_access_rule.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/unit/identity/v3/test_catalog.py to test_catalog.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/unit/identity/v3/test_protocol.py to test_protocol.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/unit/identity/v3/test_oauth.py to test_oauth.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/unit/identity/v3/test_endpoint_group.py to test_endpoint_group.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/unit/identity/v3/test_credential.py to test_credential.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/unit/identity/v3/test_mappings.py to test_mappings.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/unit/identity/v3/test_role.py to test_role.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/unit/common/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/unit/common/test_clientmanager.py to test_clientmanager.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/unit/common/test_limits.py to test_limits.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/unit/common/test_quota.py to test_quota.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/unit/common/test_extension.py to test_extension.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/unit/common/test_parseractions.py to test_parseractions.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/unit/common/test_logs.py to test_logs.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/unit/common/test_project_purge.py to test_project_purge.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/unit/common/test_command.py to test_command.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/unit/common/test_module.py to test_module.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/unit/common/test_configuration.py to test_configuration.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/unit/common/test_availability_zone.py to test_availability_zone.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/unit/utils.py to utils.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/unit/compute/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/unit/compute/v2/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/unit/compute/v2/test_server_image.py to test_server_image.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/unit/compute/v2/test_aggregate.py to test_aggregate.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/unit/compute/v2/test_console.py to test_console.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/unit/compute/v2/test_agent.py to test_agent.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/unit/compute/v2/test_host.py to test_host.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/unit/compute/v2/test_service.py to test_service.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/unit/compute/v2/test_hypervisor.py to test_hypervisor.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/unit/compute/v2/test_server_event.py to test_server_event.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/unit/compute/v2/test_flavor.py to test_flavor.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/unit/compute/v2/test_server.py to test_server.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/unit/compute/v2/test_server_group.py to test_server_group.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/unit/compute/v2/test_usage.py to test_usage.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/unit/compute/v2/test_keypair.py to test_keypair.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/unit/compute/v2/fakes.py to fakes.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/unit/compute/v2/test_hypervisor_stats.py to test_hypervisor_stats.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/unit/compute/v2/test_server_backup.py to test_server_backup.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/functional/network/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/functional/network/v2/test_network_flavor.py to test_network_flavor.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/functional/network/v2/test_address_scope.py to test_address_scope.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/functional/network/v2/test_port.py to test_port.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/functional/network/v2/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/functional/network/v2/test_network_meter.py to test_network_meter.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/functional/network/v2/test_network_qos_rule.py to test_network_qos_rule.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/functional/network/v2/test_network_service_provider.py to test_network_service_provider.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/functional/network/v2/test_network_agent.py to test_network_agent.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/functional/network/v2/test_network_segment_range.py to test_network_segment_range.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/functional/network/v2/test_network_segment.py to test_network_segment.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/functional/network/v2/test_subnet.py to test_subnet.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/functional/network/v2/common.py to common.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/functional/network/v2/test_subnet_pool.py to test_subnet_pool.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/functional/network/v2/test_security_group.py to test_security_group.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/functional/network/v2/test_ip_availability.py to test_ip_availability.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/functional/network/v2/test_network_rbac.py to test_network_rbac.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/functional/network/v2/test_network_meter_rule.py to test_network_meter_rule.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/functional/network/v2/test_floating_ip.py to test_floating_ip.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/functional/network/v2/test_network_flavor_profile.py to test_network_flavor_profile.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/functional/network/v2/test_security_group_rule.py to test_security_group_rule.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/functional/network/v2/test_router.py to test_router.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/functional/network/v2/test_network_qos_rule_type.py to test_network_qos_rule_type.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/functional/network/v2/test_network.py to test_network.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/functional/network/v2/test_network_qos_policy.py to test_network_qos_policy.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/functional/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/functional/volume/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/functional/volume/v2/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/functional/volume/v2/test_volume_type.py to test_volume_type.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/functional/volume/v2/test_service.py to test_service.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/functional/volume/v2/common.py to common.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/functional/volume/v2/test_volume_backup.py to test_volume_backup.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/functional/volume/v2/test_qos.py to test_qos.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/functional/volume/v2/test_transfer_request.py to test_transfer_request.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/functional/volume/v2/test_volume.py to test_volume.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/functional/volume/v2/test_volume_snapshot.py to test_volume_snapshot.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/functional/volume/base.py to base.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/functional/volume/v3/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/functional/volume/v3/test_volume_type.py to test_volume_type.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/functional/volume/v3/common.py to common.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/functional/volume/v3/test_qos.py to test_qos.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/functional/volume/v3/test_transfer_request.py to test_transfer_request.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/functional/volume/v3/test_volume.py to test_volume.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/functional/volume/v3/test_volume_snapshot.py to test_volume_snapshot.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/functional/volume/v1/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/functional/volume/v1/test_volume_type.py to test_volume_type.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/functional/volume/v1/test_service.py to test_service.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/functional/volume/v1/common.py to common.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/functional/volume/v1/test_qos.py to test_qos.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/functional/volume/v1/test_transfer_request.py to test_transfer_request.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/functional/volume/v1/test_volume.py to test_volume.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/functional/volume/v1/test_snapshot.py to test_snapshot.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/functional/object/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/functional/object/v1/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/functional/object/v1/common.py to common.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/functional/object/v1/test_object.py to test_object.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/functional/object/v1/test_container.py to test_container.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/functional/image/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/functional/image/v2/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/functional/image/v2/test_image.py to test_image.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/functional/image/base.py to base.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/functional/image/v1/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/functional/image/v1/test_image.py to test_image.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/functional/base.py to base.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/functional/identity/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/functional/identity/v2/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/functional/identity/v2/test_service.py to test_service.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/functional/identity/v2/test_project.py to test_project.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/functional/identity/v2/test_ec2_credentials.py to test_ec2_credentials.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/functional/identity/v2/common.py to common.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/functional/identity/v2/test_endpoint.py to test_endpoint.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/functional/identity/v2/test_token.py to test_token.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/functional/identity/v2/test_user.py to test_user.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/functional/identity/v2/test_catalog.py to test_catalog.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/functional/identity/v2/test_role.py to test_role.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/functional/identity/v3/test_application_credential.py to test_application_credential.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/functional/identity/v3/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/functional/identity/v3/test_region.py to test_region.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/functional/identity/v3/test_registered_limit.py to test_registered_limit.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/functional/identity/v3/test_limit.py to test_limit.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/functional/identity/v3/test_service.py to test_service.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/functional/identity/v3/test_project.py to test_project.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/functional/identity/v3/common.py to common.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/functional/identity/v3/test_endpoint.py to test_endpoint.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/functional/identity/v3/test_group.py to test_group.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/functional/identity/v3/test_token.py to test_token.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/functional/identity/v3/test_user.py to test_user.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/functional/identity/v3/test_idp.py to test_idp.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/functional/identity/v3/test_service_provider.py to test_service_provider.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/functional/identity/v3/test_domain.py to test_domain.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/functional/identity/v3/test_catalog.py to test_catalog.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/functional/identity/v3/test_role.py to test_role.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/functional/common/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/functional/common/test_help.py to test_help.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/functional/common/test_quota.py to test_quota.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/functional/common/test_versions.py to test_versions.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/functional/common/test_extension.py to test_extension.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/functional/common/test_args.py to test_args.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/functional/common/test_module.py to test_module.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/functional/common/test_configuration.py to test_configuration.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/functional/common/test_availability_zone.py to test_availability_zone.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/functional/compute/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/functional/compute/v2/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/functional/compute/v2/test_aggregate.py to test_aggregate.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/functional/compute/v2/test_agent.py to test_agent.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/functional/compute/v2/common.py to common.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/functional/compute/v2/test_server_event.py to test_server_event.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/functional/compute/v2/test_flavor.py to test_flavor.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/functional/compute/v2/test_server.py to test_server.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/functional/compute/v2/test_server_group.py to test_server_group.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/tests/functional/compute/v2/test_keypair.py to test_keypair.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/api/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/api/image_v1.py to image_v1.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/api/image_v2.py to image_v2.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/api/object_store_v1.py to object_store_v1.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/api/compute_v2.py to compute_v2.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/api/api.py to api.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/image/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/image/v2/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/image/v2/image.py to image.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/image/client.py to client.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/image/v1/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/image/v1/image.py to image.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/identity/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/identity/common.py to common.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/identity/v2_0/token.py to token.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/identity/v2_0/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/identity/v2_0/project.py to project.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/identity/v2_0/endpoint.py to endpoint.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/identity/v2_0/catalog.py to catalog.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/identity/v2_0/service.py to service.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/identity/v2_0/ec2creds.py to ec2creds.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/identity/v2_0/role.py to role.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/identity/v2_0/user.py to user.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/identity/v2_0/role_assignment.py to role_assignment.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/identity/client.py to client.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/identity/v3/region.py to region.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/identity/v3/token.py to token.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/identity/v3/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/identity/v3/project.py to project.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/identity/v3/application_credential.py to application_credential.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/identity/v3/service_provider.py to service_provider.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/identity/v3/unscoped_saml.py to unscoped_saml.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/identity/v3/credential.py to credential.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/identity/v3/endpoint.py to endpoint.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/identity/v3/catalog.py to catalog.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/identity/v3/implied_role.py to implied_role.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/identity/v3/service.py to service.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/identity/v3/access_rule.py to access_rule.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/identity/v3/registered_limit.py to registered_limit.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/identity/v3/ec2creds.py to ec2creds.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/identity/v3/role.py to role.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/identity/v3/mapping.py to mapping.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/identity/v3/user.py to user.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/identity/v3/consumer.py to consumer.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/identity/v3/trust.py to trust.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/identity/v3/policy.py to policy.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/identity/v3/role_assignment.py to role_assignment.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/identity/v3/limit.py to limit.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/identity/v3/federation_protocol.py to federation_protocol.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/identity/v3/endpoint_group.py to endpoint_group.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/identity/v3/domain.py to domain.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/identity/v3/tag.py to tag.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/identity/v3/identity_provider.py to identity_provider.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/identity/v3/group.py to group.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/common/clientmanager.py to clientmanager.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/common/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/common/project_purge.py to project_purge.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/common/extension.py to extension.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/common/versions.py to versions.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/common/sdk_utils.py to sdk_utils.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/common/quota.py to quota.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/common/configuration.py to configuration.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/common/availability_zone.py to availability_zone.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/common/module.py to module.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/common/limits.py to limits.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/shell.py to shell.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/compute/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/compute/v2/flavor.py to flavor.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/compute/v2/server_group.py to server_group.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/compute/v2/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/compute/v2/host.py to host.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/compute/v2/server_backup.py to server_backup.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/compute/v2/hypervisor.py to hypervisor.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/compute/v2/server_image.py to server_image.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/compute/v2/service.py to service.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/compute/v2/server_event.py to server_event.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/compute/v2/server.py to server.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/compute/v2/keypair.py to keypair.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/compute/v2/console.py to console.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/compute/v2/aggregate.py to aggregate.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/compute/v2/hypervisor_stats.py to hypervisor_stats.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/compute/v2/usage.py to usage.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/compute/v2/agent.py to agent.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/compute/client.py to client.cpython-36.pyc writing byte-compilation script '/tmp/tmphhd4nmar.py' /usr/bin/python3 /tmp/tmphhd4nmar.py removing /tmp/tmphhd4nmar.py running install_egg_info running egg_info writing python_openstackclient.egg-info/PKG-INFO writing dependency_links to python_openstackclient.egg-info/dependency_links.txt writing entry points to python_openstackclient.egg-info/entry_points.txt writing top-level names to python_openstackclient.egg-info/top_level.txt writing pbr to python_openstackclient.egg-info/pbr.json [pbr] Processing SOURCES.txt [pbr] In git context, generating filelist from git /usr/lib/python3.6/site-packages/pbr/core.py:131: UserWarning: Unknown distribution option: 'requires_python' warnings.warn(msg) 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 'python_openstackclient.egg-info/SOURCES.txt' Copying python_openstackclient.egg-info to /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/python_openstackclient-5.4.0-py3.6.egg-info running install_scripts Installing openstack script to /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/bin /usr/lib/python3.6/site-packages/pbr/packaging.py:436: EasyInstallDeprecationWarning: Use get_header header = easy_install.get_script_header("", executable) + ln -s openstack /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/bin/openstack-3 + export PYTHONPATH=. + PYTHONPATH=. + sphinx-build -b html doc/source doc/build/html Running Sphinx v2.2.2 [openstackdocstheme] version: 2.2.1 [openstackdocstheme] connecting html-page-context event handler loading stevedore.sphinxext making output directory... done [openstackdocstheme] using theme from /usr/lib/python3.6/site-packages/openstackdocstheme/theme [openstackdocstheme] no /builddir/build/BUILD/python-openstackclient-5.4.0/.gitreview found Creating file /builddir/build/BUILD/python-openstackclient-5.4.0/doc/source/contributor/api/openstackclient.rst. Creating file /builddir/build/BUILD/python-openstackclient-5.4.0/doc/source/contributor/api/openstackclient.api.rst. Creating file /builddir/build/BUILD/python-openstackclient-5.4.0/doc/source/contributor/api/openstackclient.common.rst. Creating file /builddir/build/BUILD/python-openstackclient-5.4.0/doc/source/contributor/api/openstackclient.compute.rst. Creating file /builddir/build/BUILD/python-openstackclient-5.4.0/doc/source/contributor/api/openstackclient.compute.v2.rst. Creating file /builddir/build/BUILD/python-openstackclient-5.4.0/doc/source/contributor/api/openstackclient.identity.rst. Creating file /builddir/build/BUILD/python-openstackclient-5.4.0/doc/source/contributor/api/openstackclient.identity.v2_0.rst. Creating file /builddir/build/BUILD/python-openstackclient-5.4.0/doc/source/contributor/api/openstackclient.identity.v3.rst. Creating file /builddir/build/BUILD/python-openstackclient-5.4.0/doc/source/contributor/api/openstackclient.image.rst. Creating file /builddir/build/BUILD/python-openstackclient-5.4.0/doc/source/contributor/api/openstackclient.image.v1.rst. Creating file /builddir/build/BUILD/python-openstackclient-5.4.0/doc/source/contributor/api/openstackclient.image.v2.rst. Creating file /builddir/build/BUILD/python-openstackclient-5.4.0/doc/source/contributor/api/openstackclient.network.rst. Creating file /builddir/build/BUILD/python-openstackclient-5.4.0/doc/source/contributor/api/openstackclient.network.v2.rst. Creating file /builddir/build/BUILD/python-openstackclient-5.4.0/doc/source/contributor/api/openstackclient.object.rst. Creating file /builddir/build/BUILD/python-openstackclient-5.4.0/doc/source/contributor/api/openstackclient.object.v1.rst. Creating file /builddir/build/BUILD/python-openstackclient-5.4.0/doc/source/contributor/api/openstackclient.volume.rst. Creating file /builddir/build/BUILD/python-openstackclient-5.4.0/doc/source/contributor/api/openstackclient.volume.v1.rst. Creating file /builddir/build/BUILD/python-openstackclient-5.4.0/doc/source/contributor/api/openstackclient.volume.v2.rst. Creating file /builddir/build/BUILD/python-openstackclient-5.4.0/doc/source/contributor/api/modules.rst. building [mo]: targets for 0 po files that are out of date building [html]: targets for 155 source files that are out of date updating environment: [new config] 174 added, 0 changed, 0 removed reading sources... [ 0%] cli/_hidden/ec2-credentials reading sources... [ 1%] cli/_hidden/endpoint reading sources... [ 1%] cli/_hidden/image reading sources... [ 2%] cli/_hidden/project reading sources... [ 2%] cli/_hidden/role reading sources... [ 3%] cli/_hidden/service reading sources... [ 4%] cli/_hidden/token reading sources... [ 4%] cli/_hidden/user reading sources... [ 5%] cli/authentication reading sources... [ 5%] cli/backwards-incompatible reading sources... [ 6%] cli/command-list reading sources... [ 6%] cli/command-objects/access-rules reading sources... [ 7%] cli/command-objects/access-token reading sources... [ 8%] cli/command-objects/address-scope reading sources... [ 8%] cli/command-objects/aggregate reading sources... [ 9%] cli/command-objects/application-credentials reading sources... [ 9%] cli/command-objects/availability-zone reading sources... [ 10%] cli/command-objects/catalog reading sources... [ 10%] cli/command-objects/command reading sources... [ 11%] cli/command-objects/complete reading sources... [ 12%] cli/command-objects/compute-agent reading sources... [ 12%] cli/command-objects/compute-service reading sources... [ 13%] cli/command-objects/configuration reading sources... [ 13%] cli/command-objects/consistency-group reading sources... [ 14%] cli/command-objects/consistency-group-snapshot reading sources... [ 14%] cli/command-objects/console-log reading sources... [ 15%] cli/command-objects/console-url reading sources... [ 16%] cli/command-objects/consumer reading sources... [ 16%] cli/command-objects/container reading sources... [ 17%] cli/command-objects/credential reading sources... [ 17%] cli/command-objects/domain reading sources... [ 18%] cli/command-objects/ec2-credentials-v2 reading sources... [ 18%] cli/command-objects/ec2-credentials-v3 reading sources... [ 19%] cli/command-objects/endpoint-v2 reading sources... [ 20%] cli/command-objects/endpoint-v3 reading sources... [ 20%] cli/command-objects/endpoint_group reading sources... [ 21%] cli/command-objects/extension reading sources... [ 21%] cli/command-objects/federation-domain-project reading sources... [ 22%] cli/command-objects/federation-protocol reading sources... [ 22%] cli/command-objects/flavor reading sources... [ 23%] cli/command-objects/floating-ip CreateFloatingIP: Could not detect a network type. Assuming we are building docs. DeleteFloatingIP: Could not detect a network type. Assuming we are building docs. ListFloatingIP: Could not detect a network type. Assuming we are building docs. ShowFloatingIP: Could not detect a network type. Assuming we are building docs. reading sources... [ 24%] cli/command-objects/floating-ip-pool ListFloatingIPPool: Could not detect a network type. Assuming we are building docs. reading sources... [ 24%] cli/command-objects/floating-ip-port-forwarding reading sources... [ 25%] cli/command-objects/group reading sources... [ 25%] cli/command-objects/host reading sources... [ 26%] cli/command-objects/hypervisor reading sources... [ 27%] cli/command-objects/hypervisor-stats reading sources... [ 27%] cli/command-objects/identity-provider reading sources... [ 28%] cli/command-objects/image-v1 reading sources... [ 28%] cli/command-objects/image-v2 reading sources... [ 29%] cli/command-objects/implied_role reading sources... [ 29%] cli/command-objects/ip-availability reading sources... [ 30%] cli/command-objects/keypair reading sources... [ 31%] cli/command-objects/limit reading sources... [ 31%] cli/command-objects/limits reading sources... [ 32%] cli/command-objects/mapping reading sources... [ 32%] cli/command-objects/module reading sources... [ 33%] cli/command-objects/network CreateNetwork: Could not detect a network type. Assuming we are building docs. DeleteNetwork: Could not detect a network type. Assuming we are building docs. ListNetwork: Could not detect a network type. Assuming we are building docs. ShowNetwork: Could not detect a network type. Assuming we are building docs. reading sources... [ 33%] cli/command-objects/network-agent reading sources... [ 34%] cli/command-objects/network-auto-allocated-topology reading sources... [ 35%] cli/command-objects/network-flavor reading sources... [ 35%] cli/command-objects/network-flavor-profile reading sources... [ 36%] cli/command-objects/network-meter reading sources... [ 36%] cli/command-objects/network-meter-rule reading sources... [ 37%] cli/command-objects/network-qos-policy reading sources... [ 37%] cli/command-objects/network-qos-rule reading sources... [ 38%] cli/command-objects/network-qos-rule-type reading sources... [ 39%] cli/command-objects/network-rbac reading sources... [ 39%] cli/command-objects/network-segment reading sources... [ 40%] cli/command-objects/network-service-provider reading sources... [ 40%] cli/command-objects/network_segment_range reading sources... [ 41%] cli/command-objects/object reading sources... [ 41%] cli/command-objects/object-store-account reading sources... [ 42%] cli/command-objects/policy reading sources... [ 43%] cli/command-objects/port reading sources... [ 43%] cli/command-objects/project-purge reading sources... [ 44%] cli/command-objects/project-v2 reading sources... [ 44%] cli/command-objects/project-v3 reading sources... [ 45%] cli/command-objects/quota SetQuota: Could not detect a network type. Assuming we are building docs. reading sources... [ 45%] cli/command-objects/region reading sources... [ 46%] cli/command-objects/registered-limit reading sources... [ 47%] cli/command-objects/request-token reading sources... [ 47%] cli/command-objects/role-assignment reading sources... [ 48%] cli/command-objects/role-v2 reading sources... [ 48%] cli/command-objects/role-v3 reading sources... [ 49%] cli/command-objects/router reading sources... [ 50%] cli/command-objects/security-group CreateSecurityGroup: Could not detect a network type. Assuming we are building docs. DeleteSecurityGroup: Could not detect a network type. Assuming we are building docs. ListSecurityGroup: Could not detect a network type. Assuming we are building docs. SetSecurityGroup: Could not detect a network type. Assuming we are building docs. ShowSecurityGroup: Could not detect a network type. Assuming we are building docs. reading sources... [ 50%] cli/command-objects/security-group-rule CreateSecurityGroupRule: Could not detect a network type. Assuming we are building docs. DeleteSecurityGroupRule: Could not detect a network type. Assuming we are building docs. ListSecurityGroupRule: Could not detect a network type. Assuming we are building docs. ShowSecurityGroupRule: Could not detect a network type. Assuming we are building docs. reading sources... [ 51%] cli/command-objects/server AddFloatingIP: Could not detect a network type. Assuming we are building docs. RemoveFloatingIP: Could not detect a network type. Assuming we are building docs. reading sources... [ 51%] cli/command-objects/server-backup reading sources... [ 52%] cli/command-objects/server-event reading sources... [ 52%] cli/command-objects/server-group reading sources... [ 53%] cli/command-objects/server-image reading sources... [ 54%] cli/command-objects/service-provider reading sources... [ 54%] cli/command-objects/service-v2 reading sources... [ 55%] cli/command-objects/service-v3 reading sources... [ 55%] cli/command-objects/subnet reading sources... [ 56%] cli/command-objects/subnet-pool reading sources... [ 56%] cli/command-objects/token-v2 reading sources... [ 57%] cli/command-objects/token-v3 reading sources... [ 58%] cli/command-objects/trust reading sources... [ 58%] cli/command-objects/usage reading sources... [ 59%] cli/command-objects/user-v2 reading sources... [ 59%] cli/command-objects/user-v3 reading sources... [ 60%] cli/command-objects/versions reading sources... [ 60%] cli/command-objects/volume reading sources... [ 61%] cli/command-objects/volume-backend reading sources... [ 62%] cli/command-objects/volume-backup reading sources... [ 62%] cli/command-objects/volume-host reading sources... [ 63%] cli/command-objects/volume-qos reading sources... [ 63%] cli/command-objects/volume-service reading sources... [ 64%] cli/command-objects/volume-snapshot reading sources... [ 64%] cli/command-objects/volume-transfer-request reading sources... [ 65%] cli/command-objects/volume-type reading sources... [ 66%] cli/commands reading sources... [ 66%] cli/decoder reading sources... [ 67%] cli/index reading sources... [ 67%] cli/interactive reading sources... [ 68%] cli/man/openstack reading sources... [ 68%] cli/plugin-commands/aodh reading sources... [ 69%] cli/plugin-commands/barbican reading sources... [ 70%] cli/plugin-commands/designate reading sources... [ 70%] cli/plugin-commands/gnocchi reading sources... [ 71%] cli/plugin-commands/heat reading sources... [ 71%] cli/plugin-commands/index reading sources... [ 72%] cli/plugin-commands/ironic reading sources... [ 72%] cli/plugin-commands/ironic-inspector reading sources... [ 73%] cli/plugin-commands/karbor reading sources... [ 74%] cli/plugin-commands/manila reading sources... [ 74%] cli/plugin-commands/mistral reading sources... [ 75%] cli/plugin-commands/neutron reading sources... [ 75%] cli/plugin-commands/octavia reading sources... [ 76%] cli/plugin-commands/placement reading sources... [ 77%] cli/plugin-commands/rsd reading sources... [ 77%] cli/plugin-commands/sahara reading sources... [ 78%] cli/plugin-commands/searchlight reading sources... [ 78%] cli/plugin-commands/senlin reading sources... [ 79%] cli/plugin-commands/trove reading sources... [ 79%] cli/plugin-commands/watcher reading sources... [ 80%] cli/plugin-commands/zaqar reading sources... [ 81%] cli/plugin-commands/zun reading sources... [ 81%] configuration/index reading sources... [ 82%] contributor/api/modules reading sources... [ 82%] contributor/api/openstackclient reading sources... [ 83%] contributor/api/openstackclient.api reading sources... [ 83%] contributor/api/openstackclient.common reading sources... [ 84%] contributor/api/openstackclient.compute reading sources... [ 85%] contributor/api/openstackclient.compute.v2 reading sources... [ 85%] contributor/api/openstackclient.identity reading sources... [ 86%] contributor/api/openstackclient.identity.v2_0 reading sources... [ 86%] contributor/api/openstackclient.identity.v3 reading sources... [ 87%] contributor/api/openstackclient.image reading sources... [ 87%] contributor/api/openstackclient.image.v1 reading sources... [ 88%] contributor/api/openstackclient.image.v2 reading sources... [ 89%] contributor/api/openstackclient.network reading sources... [ 89%] contributor/api/openstackclient.network.v2 reading sources... [ 90%] contributor/api/openstackclient.object reading sources... [ 90%] contributor/api/openstackclient.object.v1 reading sources... [ 91%] contributor/api/openstackclient.volume reading sources... [ 91%] contributor/api/openstackclient.volume.v1 reading sources... [ 92%] contributor/api/openstackclient.volume.v2 reading sources... [ 93%] contributor/command-beta reading sources... [ 93%] contributor/command-errors reading sources... [ 94%] contributor/command-logs reading sources... [ 94%] contributor/command-options reading sources... [ 95%] contributor/command-wrappers reading sources... [ 95%] contributor/developing reading sources... [ 96%] contributor/humaninterfaceguide reading sources... [ 97%] contributor/index reading sources... [ 97%] contributor/plugins reading sources... [ 98%] contributor/specs/command-objects/example reading sources... [ 98%] contributor/specs/commands reading sources... [ 99%] contributor/specs/network-topology reading sources... [100%] index /builddir/build/BUILD/python-openstackclient-5.4.0/doc/source/cli/plugin-commands/aodh.rst:4: WARNING: No commands found in the "openstack.alarming.v2" namespace. Are you sure this is correct and the application being documented is installed? /builddir/build/BUILD/python-openstackclient-5.4.0/doc/source/cli/plugin-commands/barbican.rst:4: WARNING: No commands found in the "openstack.key_manager.v1" namespace. Are you sure this is correct and the application being documented is installed? /builddir/build/BUILD/python-openstackclient-5.4.0/doc/source/cli/plugin-commands/designate.rst:4: WARNING: No commands found in the "openstack.dns.v2" namespace. Are you sure this is correct and the application being documented is installed? /builddir/build/BUILD/python-openstackclient-5.4.0/doc/source/cli/plugin-commands/gnocchi.rst:4: WARNING: No commands found in the "openstack.metric.v1" namespace. Are you sure this is correct and the application being documented is installed? /builddir/build/BUILD/python-openstackclient-5.4.0/doc/source/cli/plugin-commands/heat.rst:4: WARNING: No commands found in the "openstack.orchestration.v1" namespace. Are you sure this is correct and the application being documented is installed? /builddir/build/BUILD/python-openstackclient-5.4.0/doc/source/cli/plugin-commands/ironic.rst:4: WARNING: No commands found in the "openstack.baremetal.v1" namespace. Are you sure this is correct and the application being documented is installed? /builddir/build/BUILD/python-openstackclient-5.4.0/doc/source/cli/plugin-commands/ironic-inspector.rst:4: WARNING: No commands found in the "openstack.baremetal_introspection.v1" namespace. Are you sure this is correct and the application being documented is installed? /builddir/build/BUILD/python-openstackclient-5.4.0/doc/source/cli/plugin-commands/karbor.rst:4: WARNING: No commands found in the "openstack.data_protection.v1" namespace. Are you sure this is correct and the application being documented is installed? /builddir/build/BUILD/python-openstackclient-5.4.0/doc/source/cli/plugin-commands/manila.rst:4: WARNING: No commands found in the "openstack.share.v2" namespace. Are you sure this is correct and the application being documented is installed? /builddir/build/BUILD/python-openstackclient-5.4.0/doc/source/cli/plugin-commands/mistral.rst:4: WARNING: No commands found in the "openstack.workflow_engine.v2" namespace. Are you sure this is correct and the application being documented is installed? /builddir/build/BUILD/python-openstackclient-5.4.0/doc/source/cli/plugin-commands/neutron.rst:4: WARNING: No commands found in the "openstack.neutronclient.v2" namespace. Are you sure this is correct and the application being documented is installed? /builddir/build/BUILD/python-openstackclient-5.4.0/doc/source/cli/plugin-commands/octavia.rst:4: WARNING: No commands found in the "openstack.load_balancer.v2" namespace. Are you sure this is correct and the application being documented is installed? /builddir/build/BUILD/python-openstackclient-5.4.0/doc/source/cli/plugin-commands/placement.rst:4: WARNING: No commands found in the "openstack.placement.v1" namespace. Are you sure this is correct and the application being documented is installed? looking for now-outdated files... none found pickling environment... /builddir/build/BUILD/python-openstackclient-5.4.0/doc/source/cli/plugin-commands/rsd.rst:4: WARNING: No commands found in the "openstack.rsd.v2" namespace. Are you sure this is correct and the application being documented is installed? /builddir/build/BUILD/python-openstackclient-5.4.0/doc/source/cli/plugin-commands/sahara.rst:4: WARNING: No commands found in the "openstack.data_processing.v1" namespace. Are you sure this is correct and the application being documented is installed? /builddir/build/BUILD/python-openstackclient-5.4.0/doc/source/cli/plugin-commands/searchlight.rst:4: WARNING: No commands found in the "openstack.search.v1" namespace. Are you sure this is correct and the application being documented is installed? /builddir/build/BUILD/python-openstackclient-5.4.0/doc/source/cli/plugin-commands/senlin.rst:4: WARNING: No commands found in the "openstack.clustering.v1" namespace. Are you sure this is correct and the application being documented is installed? /builddir/build/BUILD/python-openstackclient-5.4.0/doc/source/cli/plugin-commands/trove.rst:4: WARNING: No commands found in the "openstack.database.v1" namespace. Are you sure this is correct and the application being documented is installed? /builddir/build/BUILD/python-openstackclient-5.4.0/doc/source/cli/plugin-commands/watcher.rst:4: WARNING: No commands found in the "openstack.infra_optim.v1" namespace. Are you sure this is correct and the application being documented is installed? /builddir/build/BUILD/python-openstackclient-5.4.0/doc/source/cli/plugin-commands/zaqar.rst:4: WARNING: No commands found in the "openstack.messaging.v2" namespace. Are you sure this is correct and the application being documented is installed? /builddir/build/BUILD/python-openstackclient-5.4.0/doc/source/cli/plugin-commands/zun.rst:4: WARNING: No commands found in the "openstack.container.v1" namespace. Are you sure this is correct and the application being documented is installed? done checking consistency... done preparing documents... done writing output... [ 0%] cli/_hidden/ec2-credentials [openstackdocstheme] pdf_link False writing output... [ 1%] cli/_hidden/endpoint writing output... [ 1%] cli/_hidden/image writing output... [ 2%] cli/_hidden/project writing output... [ 2%] cli/_hidden/role writing output... [ 3%] cli/_hidden/service writing output... [ 4%] cli/_hidden/token writing output... [ 4%] cli/_hidden/user writing output... [ 5%] cli/authentication writing output... [ 5%] cli/backwards-incompatible writing output... [ 6%] cli/command-list writing output... [ 6%] cli/command-objects/access-rules writing output... [ 7%] cli/command-objects/access-token writing output... [ 8%] cli/command-objects/address-scope writing output... [ 8%] cli/command-objects/aggregate writing output... [ 9%] cli/command-objects/application-credentials writing output... [ 9%] cli/command-objects/availability-zone writing output... [ 10%] cli/command-objects/catalog writing output... [ 10%] cli/command-objects/command writing output... [ 11%] cli/command-objects/complete writing output... [ 12%] cli/command-objects/compute-agent writing output... [ 12%] cli/command-objects/compute-service writing output... [ 13%] cli/command-objects/configuration writing output... [ 13%] cli/command-objects/consistency-group writing output... [ 14%] cli/command-objects/consistency-group-snapshot writing output... [ 14%] cli/command-objects/console-log writing output... [ 15%] cli/command-objects/console-url writing output... [ 16%] cli/command-objects/consumer writing output... [ 16%] cli/command-objects/container writing output... [ 17%] cli/command-objects/credential writing output... [ 17%] cli/command-objects/domain writing output... [ 18%] cli/command-objects/ec2-credentials-v2 writing output... [ 18%] cli/command-objects/ec2-credentials-v3 writing output... [ 19%] cli/command-objects/endpoint-v2 writing output... [ 20%] cli/command-objects/endpoint-v3 writing output... [ 20%] cli/command-objects/endpoint_group writing output... [ 21%] cli/command-objects/extension writing output... [ 21%] cli/command-objects/federation-domain-project writing output... [ 22%] cli/command-objects/federation-protocol writing output... [ 22%] cli/command-objects/flavor writing output... [ 23%] cli/command-objects/floating-ip writing output... [ 24%] cli/command-objects/floating-ip-pool writing output... [ 24%] cli/command-objects/floating-ip-port-forwarding writing output... [ 25%] cli/command-objects/group writing output... [ 25%] cli/command-objects/host writing output... [ 26%] cli/command-objects/hypervisor writing output... [ 27%] cli/command-objects/hypervisor-stats writing output... [ 27%] cli/command-objects/identity-provider writing output... [ 28%] cli/command-objects/image-v1 writing output... [ 28%] cli/command-objects/image-v2 writing output... [ 29%] cli/command-objects/implied_role writing output... [ 29%] cli/command-objects/ip-availability writing output... [ 30%] cli/command-objects/keypair writing output... [ 31%] cli/command-objects/limit writing output... [ 31%] cli/command-objects/limits writing output... [ 32%] cli/command-objects/mapping writing output... [ 32%] cli/command-objects/module writing output... [ 33%] cli/command-objects/network writing output... [ 33%] cli/command-objects/network-agent writing output... [ 34%] cli/command-objects/network-auto-allocated-topology writing output... [ 35%] cli/command-objects/network-flavor writing output... [ 35%] cli/command-objects/network-flavor-profile writing output... [ 36%] cli/command-objects/network-meter writing output... [ 36%] cli/command-objects/network-meter-rule writing output... [ 37%] cli/command-objects/network-qos-policy writing output... [ 37%] cli/command-objects/network-qos-rule writing output... [ 38%] cli/command-objects/network-qos-rule-type writing output... [ 39%] cli/command-objects/network-rbac writing output... [ 39%] cli/command-objects/network-segment writing output... [ 40%] cli/command-objects/network-service-provider writing output... [ 40%] cli/command-objects/network_segment_range writing output... [ 41%] cli/command-objects/object writing output... [ 41%] cli/command-objects/object-store-account writing output... [ 42%] cli/command-objects/policy writing output... [ 43%] cli/command-objects/port writing output... [ 43%] cli/command-objects/project-purge writing output... [ 44%] cli/command-objects/project-v2 writing output... [ 44%] cli/command-objects/project-v3 writing output... [ 45%] cli/command-objects/quota writing output... [ 45%] cli/command-objects/region writing output... [ 46%] cli/command-objects/registered-limit writing output... [ 47%] cli/command-objects/request-token writing output... [ 47%] cli/command-objects/role-assignment writing output... [ 48%] cli/command-objects/role-v2 writing output... [ 48%] cli/command-objects/role-v3 writing output... [ 49%] cli/command-objects/router writing output... [ 50%] cli/command-objects/security-group writing output... [ 50%] cli/command-objects/security-group-rule writing output... [ 51%] cli/command-objects/server writing output... [ 51%] cli/command-objects/server-backup writing output... [ 52%] cli/command-objects/server-event writing output... [ 52%] cli/command-objects/server-group writing output... [ 53%] cli/command-objects/server-image writing output... [ 54%] cli/command-objects/service-provider writing output... [ 54%] cli/command-objects/service-v2 writing output... [ 55%] cli/command-objects/service-v3 writing output... [ 55%] cli/command-objects/subnet writing output... [ 56%] cli/command-objects/subnet-pool writing output... [ 56%] cli/command-objects/token-v2 writing output... [ 57%] cli/command-objects/token-v3 writing output... [ 58%] cli/command-objects/trust writing output... [ 58%] cli/command-objects/usage writing output... [ 59%] cli/command-objects/user-v2 writing output... [ 59%] cli/command-objects/user-v3 writing output... [ 60%] cli/command-objects/versions writing output... [ 60%] cli/command-objects/volume writing output... [ 61%] cli/command-objects/volume-backend writing output... [ 62%] cli/command-objects/volume-backup writing output... [ 62%] cli/command-objects/volume-host writing output... [ 63%] cli/command-objects/volume-qos writing output... [ 63%] cli/command-objects/volume-service writing output... [ 64%] cli/command-objects/volume-snapshot writing output... [ 64%] cli/command-objects/volume-transfer-request writing output... [ 65%] cli/command-objects/volume-type writing output... [ 66%] cli/commands writing output... [ 66%] cli/decoder writing output... [ 67%] cli/index writing output... [ 67%] cli/interactive writing output... [ 68%] cli/man/openstack writing output... [ 68%] cli/plugin-commands/aodh writing output... [ 69%] cli/plugin-commands/barbican writing output... [ 70%] cli/plugin-commands/designate writing output... [ 70%] cli/plugin-commands/gnocchi writing output... [ 71%] cli/plugin-commands/heat writing output... [ 71%] cli/plugin-commands/index writing output... [ 72%] cli/plugin-commands/ironic writing output... [ 72%] cli/plugin-commands/ironic-inspector writing output... [ 73%] cli/plugin-commands/karbor writing output... [ 74%] cli/plugin-commands/manila writing output... [ 74%] cli/plugin-commands/mistral writing output... [ 75%] cli/plugin-commands/neutron writing output... [ 75%] cli/plugin-commands/octavia writing output... [ 76%] cli/plugin-commands/placement writing output... [ 77%] cli/plugin-commands/rsd writing output... [ 77%] cli/plugin-commands/sahara writing output... [ 78%] cli/plugin-commands/searchlight writing output... [ 78%] cli/plugin-commands/senlin writing output... [ 79%] cli/plugin-commands/trove writing output... [ 79%] cli/plugin-commands/watcher writing output... [ 80%] cli/plugin-commands/zaqar writing output... [ 81%] cli/plugin-commands/zun writing output... [ 81%] configuration/index writing output... [ 82%] contributor/api/modules [openstackdocstheme] could not determine last_updated for 'contributor/api/modules' writing output... [ 82%] contributor/api/openstackclient [openstackdocstheme] could not determine last_updated for 'contributor/api/openstackclient' writing output... [ 83%] contributor/api/openstackclient.api [openstackdocstheme] could not determine last_updated for 'contributor/api/openstackclient.api' writing output... [ 83%] contributor/api/openstackclient.common [openstackdocstheme] could not determine last_updated for 'contributor/api/openstackclient.common' writing output... [ 84%] contributor/api/openstackclient.compute [openstackdocstheme] could not determine last_updated for 'contributor/api/openstackclient.compute' writing output... [ 85%] contributor/api/openstackclient.compute.v2 [openstackdocstheme] could not determine last_updated for 'contributor/api/openstackclient.compute.v2' writing output... [ 85%] contributor/api/openstackclient.identity [openstackdocstheme] could not determine last_updated for 'contributor/api/openstackclient.identity' writing output... [ 86%] contributor/api/openstackclient.identity.v2_0 [openstackdocstheme] could not determine last_updated for 'contributor/api/openstackclient.identity.v2_0' writing output... [ 86%] contributor/api/openstackclient.identity.v3 [openstackdocstheme] could not determine last_updated for 'contributor/api/openstackclient.identity.v3' writing output... [ 87%] contributor/api/openstackclient.image [openstackdocstheme] could not determine last_updated for 'contributor/api/openstackclient.image' writing output... [ 87%] contributor/api/openstackclient.image.v1 [openstackdocstheme] could not determine last_updated for 'contributor/api/openstackclient.image.v1' writing output... [ 88%] contributor/api/openstackclient.image.v2 [openstackdocstheme] could not determine last_updated for 'contributor/api/openstackclient.image.v2' writing output... [ 89%] contributor/api/openstackclient.network [openstackdocstheme] could not determine last_updated for 'contributor/api/openstackclient.network' writing output... [ 89%] contributor/api/openstackclient.network.v2 [openstackdocstheme] could not determine last_updated for 'contributor/api/openstackclient.network.v2' writing output... [ 90%] contributor/api/openstackclient.object [openstackdocstheme] could not determine last_updated for 'contributor/api/openstackclient.object' writing output... [ 90%] contributor/api/openstackclient.object.v1 [openstackdocstheme] could not determine last_updated for 'contributor/api/openstackclient.object.v1' writing output... [ 91%] contributor/api/openstackclient.volume [openstackdocstheme] could not determine last_updated for 'contributor/api/openstackclient.volume' writing output... [ 91%] contributor/api/openstackclient.volume.v1 [openstackdocstheme] could not determine last_updated for 'contributor/api/openstackclient.volume.v1' writing output... [ 92%] contributor/api/openstackclient.volume.v2 [openstackdocstheme] could not determine last_updated for 'contributor/api/openstackclient.volume.v2' writing output... [ 93%] contributor/command-beta writing output... [ 93%] contributor/command-errors writing output... [ 94%] contributor/command-logs writing output... [ 94%] contributor/command-options writing output... [ 95%] contributor/command-wrappers writing output... [ 95%] contributor/developing writing output... [ 96%] contributor/humaninterfaceguide writing output... [ 97%] contributor/index writing output... [ 97%] contributor/plugins writing output... [ 98%] contributor/specs/command-objects/example writing output... [ 98%] contributor/specs/commands writing output... [ 99%] contributor/specs/network-topology writing output... [100%] index generating indices... genindex[openstackdocstheme] could not determine last_updated for 'genindex' py-modindex[openstackdocstheme] could not determine last_updated for 'py-modindex' done writing additional pages... search[openstackdocstheme] could not determine last_updated for 'search' done copying static files... ... done copying extra files... done dumping search index in English (code: en)... done dumping object inventory... done build succeeded, 21 warnings. The HTML pages are in doc/build/html. + sphinx-build -b man doc/source doc/build/man Running Sphinx v2.2.2 [openstackdocstheme] version: 2.2.1 [openstackdocstheme] connecting html-page-context event handler loading stevedore.sphinxext making output directory... done [openstackdocstheme] using theme from /usr/lib/python3.6/site-packages/openstackdocstheme/theme [openstackdocstheme] no /builddir/build/BUILD/python-openstackclient-5.4.0/.gitreview found Creating file /builddir/build/BUILD/python-openstackclient-5.4.0/doc/source/contributor/api/openstackclient.rst. Creating file /builddir/build/BUILD/python-openstackclient-5.4.0/doc/source/contributor/api/openstackclient.api.rst. Creating file /builddir/build/BUILD/python-openstackclient-5.4.0/doc/source/contributor/api/openstackclient.common.rst. Creating file /builddir/build/BUILD/python-openstackclient-5.4.0/doc/source/contributor/api/openstackclient.compute.rst. Creating file /builddir/build/BUILD/python-openstackclient-5.4.0/doc/source/contributor/api/openstackclient.compute.v2.rst. Creating file /builddir/build/BUILD/python-openstackclient-5.4.0/doc/source/contributor/api/openstackclient.identity.rst. Creating file /builddir/build/BUILD/python-openstackclient-5.4.0/doc/source/contributor/api/openstackclient.identity.v2_0.rst. Creating file /builddir/build/BUILD/python-openstackclient-5.4.0/doc/source/contributor/api/openstackclient.identity.v3.rst. Creating file /builddir/build/BUILD/python-openstackclient-5.4.0/doc/source/contributor/api/openstackclient.image.rst. Creating file /builddir/build/BUILD/python-openstackclient-5.4.0/doc/source/contributor/api/openstackclient.image.v1.rst. Creating file /builddir/build/BUILD/python-openstackclient-5.4.0/doc/source/contributor/api/openstackclient.image.v2.rst. Creating file /builddir/build/BUILD/python-openstackclient-5.4.0/doc/source/contributor/api/openstackclient.network.rst. Creating file /builddir/build/BUILD/python-openstackclient-5.4.0/doc/source/contributor/api/openstackclient.network.v2.rst. Creating file /builddir/build/BUILD/python-openstackclient-5.4.0/doc/source/contributor/api/openstackclient.object.rst. Creating file /builddir/build/BUILD/python-openstackclient-5.4.0/doc/source/contributor/api/openstackclient.object.v1.rst. Creating file /builddir/build/BUILD/python-openstackclient-5.4.0/doc/source/contributor/api/openstackclient.volume.rst. Creating file /builddir/build/BUILD/python-openstackclient-5.4.0/doc/source/contributor/api/openstackclient.volume.v1.rst. Creating file /builddir/build/BUILD/python-openstackclient-5.4.0/doc/source/contributor/api/openstackclient.volume.v2.rst. Creating file /builddir/build/BUILD/python-openstackclient-5.4.0/doc/source/contributor/api/modules.rst. building [mo]: targets for 0 po files that are out of date building [man]: all manpages updating environment: [new config] 174 added, 0 changed, 0 removed reading sources... [ 0%] cli/_hidden/ec2-credentials reading sources... [ 1%] cli/_hidden/endpoint reading sources... [ 1%] cli/_hidden/image reading sources... [ 2%] cli/_hidden/project reading sources... [ 2%] cli/_hidden/role reading sources... [ 3%] cli/_hidden/service reading sources... [ 4%] cli/_hidden/token reading sources... [ 4%] cli/_hidden/user reading sources... [ 5%] cli/authentication reading sources... [ 5%] cli/backwards-incompatible reading sources... [ 6%] cli/command-list reading sources... [ 6%] cli/command-objects/access-rules reading sources... [ 7%] cli/command-objects/access-token reading sources... [ 8%] cli/command-objects/address-scope reading sources... [ 8%] cli/command-objects/aggregate reading sources... [ 9%] cli/command-objects/application-credentials reading sources... [ 9%] cli/command-objects/availability-zone reading sources... [ 10%] cli/command-objects/catalog reading sources... [ 10%] cli/command-objects/command reading sources... [ 11%] cli/command-objects/complete reading sources... [ 12%] cli/command-objects/compute-agent reading sources... [ 12%] cli/command-objects/compute-service reading sources... [ 13%] cli/command-objects/configuration reading sources... [ 13%] cli/command-objects/consistency-group reading sources... [ 14%] cli/command-objects/consistency-group-snapshot reading sources... [ 14%] cli/command-objects/console-log reading sources... [ 15%] cli/command-objects/console-url reading sources... [ 16%] cli/command-objects/consumer reading sources... [ 16%] cli/command-objects/container reading sources... [ 17%] cli/command-objects/credential reading sources... [ 17%] cli/command-objects/domain reading sources... [ 18%] cli/command-objects/ec2-credentials-v2 reading sources... [ 18%] cli/command-objects/ec2-credentials-v3 reading sources... [ 19%] cli/command-objects/endpoint-v2 reading sources... [ 20%] cli/command-objects/endpoint-v3 reading sources... [ 20%] cli/command-objects/endpoint_group reading sources... [ 21%] cli/command-objects/extension reading sources... [ 21%] cli/command-objects/federation-domain-project reading sources... [ 22%] cli/command-objects/federation-protocol reading sources... [ 22%] cli/command-objects/flavor reading sources... [ 23%] cli/command-objects/floating-ip CreateFloatingIP: Could not detect a network type. Assuming we are building docs. DeleteFloatingIP: Could not detect a network type. Assuming we are building docs. ListFloatingIP: Could not detect a network type. Assuming we are building docs. ShowFloatingIP: Could not detect a network type. Assuming we are building docs. reading sources... [ 24%] cli/command-objects/floating-ip-pool ListFloatingIPPool: Could not detect a network type. Assuming we are building docs. reading sources... [ 24%] cli/command-objects/floating-ip-port-forwarding reading sources... [ 25%] cli/command-objects/group reading sources... [ 25%] cli/command-objects/host reading sources... [ 26%] cli/command-objects/hypervisor reading sources... [ 27%] cli/command-objects/hypervisor-stats reading sources... [ 27%] cli/command-objects/identity-provider reading sources... [ 28%] cli/command-objects/image-v1 reading sources... [ 28%] cli/command-objects/image-v2 reading sources... [ 29%] cli/command-objects/implied_role reading sources... [ 29%] cli/command-objects/ip-availability reading sources... [ 30%] cli/command-objects/keypair reading sources... [ 31%] cli/command-objects/limit reading sources... [ 31%] cli/command-objects/limits reading sources... [ 32%] cli/command-objects/mapping reading sources... [ 32%] cli/command-objects/module reading sources... [ 33%] cli/command-objects/network CreateNetwork: Could not detect a network type. Assuming we are building docs. DeleteNetwork: Could not detect a network type. Assuming we are building docs. ListNetwork: Could not detect a network type. Assuming we are building docs. ShowNetwork: Could not detect a network type. Assuming we are building docs. reading sources... [ 33%] cli/command-objects/network-agent reading sources... [ 34%] cli/command-objects/network-auto-allocated-topology reading sources... [ 35%] cli/command-objects/network-flavor reading sources... [ 35%] cli/command-objects/network-flavor-profile reading sources... [ 36%] cli/command-objects/network-meter reading sources... [ 36%] cli/command-objects/network-meter-rule reading sources... [ 37%] cli/command-objects/network-qos-policy reading sources... [ 37%] cli/command-objects/network-qos-rule reading sources... [ 38%] cli/command-objects/network-qos-rule-type reading sources... [ 39%] cli/command-objects/network-rbac reading sources... [ 39%] cli/command-objects/network-segment reading sources... [ 40%] cli/command-objects/network-service-provider reading sources... [ 40%] cli/command-objects/network_segment_range reading sources... [ 41%] cli/command-objects/object reading sources... [ 41%] cli/command-objects/object-store-account reading sources... [ 42%] cli/command-objects/policy reading sources... [ 43%] cli/command-objects/port reading sources... [ 43%] cli/command-objects/project-purge reading sources... [ 44%] cli/command-objects/project-v2 reading sources... [ 44%] cli/command-objects/project-v3 reading sources... [ 45%] cli/command-objects/quota SetQuota: Could not detect a network type. Assuming we are building docs. reading sources... [ 45%] cli/command-objects/region reading sources... [ 46%] cli/command-objects/registered-limit reading sources... [ 47%] cli/command-objects/request-token reading sources... [ 47%] cli/command-objects/role-assignment reading sources... [ 48%] cli/command-objects/role-v2 reading sources... [ 48%] cli/command-objects/role-v3 reading sources... [ 49%] cli/command-objects/router reading sources... [ 50%] cli/command-objects/security-group CreateSecurityGroup: Could not detect a network type. Assuming we are building docs. DeleteSecurityGroup: Could not detect a network type. Assuming we are building docs. ListSecurityGroup: Could not detect a network type. Assuming we are building docs. SetSecurityGroup: Could not detect a network type. Assuming we are building docs. ShowSecurityGroup: Could not detect a network type. Assuming we are building docs. reading sources... [ 50%] cli/command-objects/security-group-rule CreateSecurityGroupRule: Could not detect a network type. Assuming we are building docs. DeleteSecurityGroupRule: Could not detect a network type. Assuming we are building docs. ListSecurityGroupRule: Could not detect a network type. Assuming we are building docs. ShowSecurityGroupRule: Could not detect a network type. Assuming we are building docs. reading sources... [ 51%] cli/command-objects/server AddFloatingIP: Could not detect a network type. Assuming we are building docs. RemoveFloatingIP: Could not detect a network type. Assuming we are building docs. reading sources... [ 51%] cli/command-objects/server-backup reading sources... [ 52%] cli/command-objects/server-event reading sources... [ 52%] cli/command-objects/server-group reading sources... [ 53%] cli/command-objects/server-image reading sources... [ 54%] cli/command-objects/service-provider reading sources... [ 54%] cli/command-objects/service-v2 reading sources... [ 55%] cli/command-objects/service-v3 reading sources... [ 55%] cli/command-objects/subnet reading sources... [ 56%] cli/command-objects/subnet-pool reading sources... [ 56%] cli/command-objects/token-v2 reading sources... [ 57%] cli/command-objects/token-v3 reading sources... [ 58%] cli/command-objects/trust reading sources... [ 58%] cli/command-objects/usage reading sources... [ 59%] cli/command-objects/user-v2 reading sources... [ 59%] cli/command-objects/user-v3 reading sources... [ 60%] cli/command-objects/versions reading sources... [ 60%] cli/command-objects/volume reading sources... [ 61%] cli/command-objects/volume-backend reading sources... [ 62%] cli/command-objects/volume-backup reading sources... [ 62%] cli/command-objects/volume-host reading sources... [ 63%] cli/command-objects/volume-qos reading sources... [ 63%] cli/command-objects/volume-service reading sources... [ 64%] cli/command-objects/volume-snapshot reading sources... [ 64%] cli/command-objects/volume-transfer-request reading sources... [ 65%] cli/command-objects/volume-type reading sources... [ 66%] cli/commands reading sources... [ 66%] cli/decoder reading sources... [ 67%] cli/index reading sources... [ 67%] cli/interactive reading sources... [ 68%] cli/man/openstack reading sources... [ 68%] cli/plugin-commands/aodh reading sources... [ 69%] cli/plugin-commands/barbican reading sources... [ 70%] cli/plugin-commands/designate reading sources... [ 70%] cli/plugin-commands/gnocchi reading sources... [ 71%] cli/plugin-commands/heat reading sources... [ 71%] cli/plugin-commands/index reading sources... [ 72%] cli/plugin-commands/ironic reading sources... [ 72%] cli/plugin-commands/ironic-inspector reading sources... [ 73%] cli/plugin-commands/karbor reading sources... [ 74%] cli/plugin-commands/manila reading sources... [ 74%] cli/plugin-commands/mistral reading sources... [ 75%] cli/plugin-commands/neutron reading sources... [ 75%] cli/plugin-commands/octavia reading sources... [ 76%] cli/plugin-commands/placement reading sources... [ 77%] cli/plugin-commands/rsd reading sources... [ 77%] cli/plugin-commands/sahara reading sources... [ 78%] cli/plugin-commands/searchlight reading sources... [ 78%] cli/plugin-commands/senlin reading sources... [ 79%] cli/plugin-commands/trove reading sources... [ 79%] cli/plugin-commands/watcher reading sources... [ 80%] cli/plugin-commands/zaqar reading sources... [ 81%] cli/plugin-commands/zun reading sources... [ 81%] configuration/index reading sources... [ 82%] contributor/api/modules reading sources... [ 82%] contributor/api/openstackclient reading sources... [ 83%] contributor/api/openstackclient.api reading sources... [ 83%] contributor/api/openstackclient.common reading sources... [ 84%] contributor/api/openstackclient.compute reading sources... [ 85%] contributor/api/openstackclient.compute.v2 reading sources... [ 85%] contributor/api/openstackclient.identity reading sources... [ 86%] contributor/api/openstackclient.identity.v2_0 reading sources... [ 86%] contributor/api/openstackclient.identity.v3 reading sources... [ 87%] contributor/api/openstackclient.image reading sources... [ 87%] contributor/api/openstackclient.image.v1 reading sources... [ 88%] contributor/api/openstackclient.image.v2 reading sources... [ 89%] contributor/api/openstackclient.network reading sources... [ 89%] contributor/api/openstackclient.network.v2 reading sources... [ 90%] contributor/api/openstackclient.object reading sources... [ 90%] contributor/api/openstackclient.object.v1 reading sources... [ 91%] contributor/api/openstackclient.volume reading sources... [ 91%] contributor/api/openstackclient.volume.v1 reading sources... [ 92%] contributor/api/openstackclient.volume.v2 reading sources... [ 93%] contributor/command-beta reading sources... [ 93%] contributor/command-errors reading sources... [ 94%] contributor/command-logs reading sources... [ 94%] contributor/command-options reading sources... [ 95%] contributor/command-wrappers reading sources... [ 95%] contributor/developing reading sources... [ 96%] contributor/humaninterfaceguide reading sources... [ 97%] contributor/index reading sources... [ 97%] contributor/plugins reading sources... [ 98%] contributor/specs/command-objects/example reading sources... [ 98%] contributor/specs/commands reading sources... [ 99%] contributor/specs/network-topology reading sources... [100%] index /builddir/build/BUILD/python-openstackclient-5.4.0/doc/source/cli/plugin-commands/aodh.rst:4: WARNING: No commands found in the "openstack.alarming.v2" namespace. Are you sure this is correct and the application being documented is installed? /builddir/build/BUILD/python-openstackclient-5.4.0/doc/source/cli/plugin-commands/barbican.rst:4: WARNING: No commands found in the "openstack.key_manager.v1" namespace. Are you sure this is correct and the application being documented is installed? /builddir/build/BUILD/python-openstackclient-5.4.0/doc/source/cli/plugin-commands/designate.rst:4: WARNING: No commands found in the "openstack.dns.v2" namespace. Are you sure this is correct and the application being documented is installed? /builddir/build/BUILD/python-openstackclient-5.4.0/doc/source/cli/plugin-commands/gnocchi.rst:4: WARNING: No commands found in the "openstack.metric.v1" namespace. Are you sure this is correct and the application being documented is installed? /builddir/build/BUILD/python-openstackclient-5.4.0/doc/source/cli/plugin-commands/heat.rst:4: WARNING: No commands found in the "openstack.orchestration.v1" namespace. Are you sure this is correct and the application being documented is installed? /builddir/build/BUILD/python-openstackclient-5.4.0/doc/source/cli/plugin-commands/ironic.rst:4: WARNING: No commands found in the "openstack.baremetal.v1" namespace. Are you sure this is correct and the application being documented is installed? /builddir/build/BUILD/python-openstackclient-5.4.0/doc/source/cli/plugin-commands/ironic-inspector.rst:4: WARNING: No commands found in the "openstack.baremetal_introspection.v1" namespace. Are you sure this is correct and the application being documented is installed? /builddir/build/BUILD/python-openstackclient-5.4.0/doc/source/cli/plugin-commands/karbor.rst:4: WARNING: No commands found in the "openstack.data_protection.v1" namespace. Are you sure this is correct and the application being documented is installed? /builddir/build/BUILD/python-openstackclient-5.4.0/doc/source/cli/plugin-commands/manila.rst:4: WARNING: No commands found in the "openstack.share.v2" namespace. Are you sure this is correct and the application being documented is installed? /builddir/build/BUILD/python-openstackclient-5.4.0/doc/source/cli/plugin-commands/mistral.rst:4: WARNING: No commands found in the "openstack.workflow_engine.v2" namespace. Are you sure this is correct and the application being documented is installed? /builddir/build/BUILD/python-openstackclient-5.4.0/doc/source/cli/plugin-commands/neutron.rst:4: WARNING: No commands found in the "openstack.neutronclient.v2" namespace. Are you sure this is correct and the application being documented is installed? looking for now-outdated files... /builddir/build/BUILD/python-openstackclient-5.4.0/doc/source/cli/plugin-commands/octavia.rst:4: WARNING: No commands found in the "openstack.load_balancer.v2" namespace. Are you sure this is correct and the application being documented is installed? /builddir/build/BUILD/python-openstackclient-5.4.0/doc/source/cli/plugin-commands/placement.rst:4: WARNING: No commands found in the "openstack.placement.v1" namespace. Are you sure this is correct and the application being documented is installed? /builddir/build/BUILD/python-openstackclient-5.4.0/doc/source/cli/plugin-commands/rsd.rst:4: WARNING: No commands found in the "openstack.rsd.v2" namespace. Are you sure this is correct and the application being documented is installed? /builddir/build/BUILD/python-openstackclient-5.4.0/doc/source/cli/plugin-commands/sahara.rst:4: WARNING: No commands found in the "openstack.data_processing.v1" namespace. Are you sure this is correct and the application being documented is installed? /builddir/build/BUILD/python-openstackclient-5.4.0/doc/source/cli/plugin-commands/searchlight.rst:4: WARNING: No commands found in the "openstack.search.v1" namespace. Are you sure this is correct and the application being documented is installed? /builddir/build/BUILD/python-openstackclient-5.4.0/doc/source/cli/plugin-commands/senlin.rst:4: WARNING: No commands found in the "openstack.clustering.v1" namespace. Are you sure this is correct and the application being documented is installed? /builddir/build/BUILD/python-openstackclient-5.4.0/doc/source/cli/plugin-commands/trove.rst:4: WARNING: No commands found in the "openstack.database.v1" namespace. Are you sure this is correct and the application being documented is installed? /builddir/build/BUILD/python-openstackclient-5.4.0/doc/source/cli/plugin-commands/watcher.rst:4: WARNING: No commands found in the "openstack.infra_optim.v1" namespace. Are you sure this is correct and the application being documented is installed? /builddir/build/BUILD/python-openstackclient-5.4.0/doc/source/cli/plugin-commands/zaqar.rst:4: WARNING: No commands found in the "openstack.messaging.v2" namespace. Are you sure this is correct and the application being documented is installed? /builddir/build/BUILD/python-openstackclient-5.4.0/doc/source/cli/plugin-commands/zun.rst:4: WARNING: No commands found in the "openstack.container.v1" namespace. Are you sure this is correct and the application being documented is installed? none found pickling environment... done checking consistency... done writing... openstack.1 { } done build succeeded, 21 warnings. The manual pages are in doc/build/man. + install -p -D -m 644 doc/build/man/openstack.1 /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/share/man/man1/openstack.1 + rm -fr doc/build/html/.doctrees doc/build/html/.buildinfo doc/build/html/.htaccess + install -d -m 755 /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/share + rm -f /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/locale/tr_TR/LC_MESSAGES/openstackclient.po + rm -f '/builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/locale/*pot' + mv /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/locale /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/share/locale + rm -rf /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6/site-packages/openstackclient/locale + /usr/lib/rpm/find-lang.sh /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch openstackclient --all-name + /usr/lib/rpm/find-debuginfo.sh -j40 --strict-build-id -m -i --build-id-seed 5.4.0-2.el8 --unique-debug-suffix -5.4.0-2.el8.noarch --unique-debug-src-base python-openstackclient-5.4.0-2.el8.noarch --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /builddir/build/BUILD/python-openstackclient-5.4.0 find: 'debug': No such file or directory + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-ldconfig /sbin/ldconfig: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf: No such file or directory + /usr/lib/rpm/brp-compress + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/brp-python-bytecompile '' 1 Bytecompiling .py files below /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/lib/python3.6 using /usr/libexec/platform-python + /usr/lib/rpm/brp-python-hardlink + PYTHON3=/usr/bin/python3 + /usr/lib/rpm/redhat/brp-mangle-shebangs Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.4YO7z3 + umask 022 + cd /builddir/build/BUILD + cd python-openstackclient-5.4.0 + export PYTHON=/usr/bin/python3 + PYTHON=/usr/bin/python3 + stestr run {6} openstackclient.tests.unit.compute.v2.test_agent.TestAgentList.test_agent_list [0.016427s] ... ok {6} openstackclient.tests.unit.compute.v2.test_agent.TestAgentList.test_agent_list_with_hypervisor [0.006607s] ... ok {6} openstackclient.tests.unit.compute.v2.test_server.TestServerRemovePort.test_server_remove_port [0.007082s] ... ok The column "display_name" was deprecated, please use "name" replace. Failed to delete floating_ip with name or ID 'unexist_floating_ip': Failed to set service status to enabled Extensions list not supported by Identity API The service catalog is empty. Failed to delete role with name or ID 'unexist_role': Extensions list not supported by Identity API Extensions list not supported by Identity API The service catalog is empty. The service catalog is empty. Failed to delete network agent with ID 'unexist_network_agent': Failed to delete flavor with name or ID 'unexist_flavor': 'x-subject-token' 'x-subject-token' 'x-subject-token' Failed to delete router with name or ID 'unexist_router': 'x-subject-token' 'x-subject-token' 'x-subject-token' 'x-subject-token' Error deleting server: server-id-92ec2daa63ca4ab6a5e7bf357c407860 'x-subject-token' 'x-subject-token' 'x-subject-token' 'x-subject-token' 'x-subject-token' Failed to delete project with name or ID 'unexist_project': 'x-subject-token' 'x-subject-token' 'x-subject-token' 'x-subject-token' 'x-subject-token' 'x-subject-token' defaults: {'api_timeout': None, 'verify': True, 'cacert': None, 'cert': None, 'key': None, 'auth_type': 'password', 'baremetal_status_code_retries': 5, 'baremetal_introspection_status_code_retries': 5, 'image_status_code_retries': 5, 'disable_vendor_agent': {}, 'interface': None, 'floating_ip_source': 'neutron', 'image_api_use_tasks': False, 'image_format': 'qcow2', 'message': '', 'network_api_version': '2', 'object_store_api_version': '1', 'secgroup_source': 'neutron', 'status': 'active'} cloud cfg: {'api_timeout': None, 'verify': True, 'cacert': None, 'cert': 'mycert', 'key': 'mickey', 'baremetal_status_code_retries': '5', 'baremetal_introspection_status_code_retries': '5', 'image_status_code_retries': '5', 'disable_vendor_agent': {}, 'interface': 'public', 'floating_ip_source': 'neutron', 'image_api_use_tasks': False, 'image_format': 'qcow2', 'message': '', 'network_api_version': '2', 'object_store_api_version': '1', 'secgroup_source': 'neutron', 'status': 'active', 'auth': {'auth_url': 'http://192.168.5.41/identity/v3/', 'username': 'zaphod', 'user_domain_id': 'aaaa-bbbb-cccc', 'project_domain_id': 'aaaa-bbbb-cccc', 'project_name': 'heart-o-gold'}, 'region_name': 'occ-cloud', 'donut': 'cake', 'log_file': '/tmp/tmpfj9bf9hd/test_log_file', 'log_level': 'debug', 'verbose_level': 1, 'deferred_help': False, 'cloud': 'megacloud', 'default_domain': 'default', 'timing': False, 'auth_url': 'http://192.168.5.41/identity/v3/', 'username': 'username', 'password': '***', 'beta_command': False, 'identity_api_version': '3', 'auth_type': 'password', 'networks': []} compute API version 2.1, cmd group openstack.compute.v2 identity API version 3, cmd group openstack.identity.v3 image API version 2, cmd group openstack.image.v2 network API version 2, cmd group openstack.network.v2 object_store API version 1, cmd group openstack.object_store.v1 volume API version 3, cmd group openstack.volume.v3 command: extension list -> openstackclient.common.extension.ListExtension (auth=True) Auth plugin password selected 'x-subject-token' 'x-subject-token' 'x-subject-token' 'x-subject-token' 'x-subject-token' 'x-subject-token' 'x-subject-token' auth_config_hook(): {'api_timeout': None, 'verify': True, 'cacert': None, 'cert': 'mycert', 'key': 'mickey', 'baremetal_status_code_retries': '5', 'baremetal_introspection_status_code_retries': '5', 'image_status_code_retries': '5', 'disable_vendor_agent': {}, 'interface': 'public', 'floating_ip_source': 'neutron', 'image_api_use_tasks': False, 'image_format': 'qcow2', 'message': '', 'network_api_version': '2', 'object_store_api_version': '1', 'secgroup_source': 'neutron', 'status': 'active', 'auth': {'auth_url': 'http://192.168.5.41/identity/v3/', 'username': 'zaphod', 'user_domain_id': 'aaaa-bbbb-cccc', 'project_domain_id': 'aaaa-bbbb-cccc', 'project_name': 'heart-o-gold'}, 'region_name': 'occ-cloud', 'donut': 'cake', 'log_file': '/tmp/tmpfj9bf9hd/test_log_file', 'log_level': 'debug', 'additional_user_agent': [('osc-lib', '2.2.1')], 'verbose_level': 1, 'deferred_help': False, 'cloud': 'megacloud', 'default_domain': 'default', 'timing': False, 'auth_url': 'http://192.168.5.41/identity/v3/', 'username': 'username', 'password': '***', 'beta_command': False, 'identity_api_version': '3', 'auth_type': 'password', 'networks': []} Using auth plugin: password Using parameters {'auth_url': 'http://192.168.5.41/identity/v3/', 'project_name': 'heart-o-gold', 'project_domain_id': 'aaaa-bbbb-cccc', 'username': 'username', 'user_domain_id': 'aaaa-bbbb-cccc', 'password': '***'} Get auth_ref REQ: curl -g -i -X GET http://192.168.5.41/identity/v3/ -H "Accept: application/json" -H "User-Agent: openstacksdk/0.49.0 keystoneauth1/4.2.1 python-requests/2.22.0 CPython/3.6.8" No password was supplied, authentication will fail when a user does not have a password. GET http://192.168.5.41/identity/v3/ 200 RESP: [200] RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. Making authentication request to http://192.168.5.41/identity/v3/auth/tokens POST http://192.168.5.41/identity/v3/auth/tokens 200 No password was supplied, authentication will fail when a user does not have a password. {"token": {"user": {"id": "82a20b1c93cc40159cca6d4aaf29369b", "name": "username", "domain": {"id": "aaaa-bbbb-cccc", "name": "5883b1ea92034eed98ac10f339a65a18"}}, "audit_ids": ["84a0439e7ef64f028e771d28423b7b2b", null], "methods": ["password"], "issued_at": "2020-10-22T08:31:57.108155", "expires_at": "2020-10-22T09:31:57.108155+00:00"}} 'x-subject-token' clean_up ListExtension: 'x-subject-token' END return value: 1 No password was supplied, authentication will fail when a user does not have a password. No password was supplied, authentication will fail when a user does not have a password. START with options: --os-username zarquon --os-password qaz --os-project-domain-id 5678 extension list No password was supplied, authentication will fail when a user does not have a password. options: Namespace(access_token='***', access_token_endpoint='', access_token_type='', application_credential_id='', application_credential_name='', application_credential_secret='***', auth_methods='', auth_type='', auth_url='http://192.168.5.41/identity/v3/', cacert=None, cert='', client_id='', client_secret='***', cloud='megacloud', code='', debug=False, default_domain='default', default_domain_id='', default_domain_name='', deferred_help=False, discovery_endpoint='', domain_id='', domain_name='', endpoint='', identity_provider='', insecure=None, interface='public', key='', log_file=None, openid_scope='', os_beta_command=False, os_compute_api_version='', os_identity_api_version='3', os_image_api_version='', os_network_api_version='', os_object_api_version='', os_project_id=None, os_project_name=None, os_volume_api_version='', passcode='', password='***', project_domain_id='5678', project_domain_name='', project_id='', project_name='', protocol='', redirect_uri='', region_name='', remote_project_domain_id='', remote_project_domain_name='', remote_project_id='', remote_project_name='', service_provider='', system_scope='', timing=False, token='***', trust_id='', user_domain_id='aaaa-bbbb-cccc', user_domain_name='', user_id='', username='zarquon', verbose_level=1, verify=None) Auth plugin password selected auth_config_hook(): {'api_timeout': None, 'verify': True, 'cacert': None, 'cert': 'mycert', 'key': 'mickey', 'baremetal_status_code_retries': '5', 'baremetal_introspection_status_code_retries': '5', 'image_status_code_retries': '5', 'disable_vendor_agent': {}, 'interface': 'public', 'floating_ip_source': 'neutron', 'image_api_use_tasks': False, 'image_format': 'qcow2', 'message': '', 'network_api_version': '2', 'object_store_api_version': '1', 'secgroup_source': 'neutron', 'status': 'active', 'auth': {'auth_url': 'http://192.168.5.41/identity/v3/', 'username': 'zaphod', 'user_domain_id': 'aaaa-bbbb-cccc', 'project_domain_id': '5678', 'project_name': 'heart-o-gold'}, 'region_name': 'occ-cloud', 'donut': 'cake', 'log_file': '/tmp/tmpusz7fuql/test_log_file', 'log_level': 'debug', 'verbose_level': 1, 'deferred_help': False, 'cloud': 'megacloud', 'default_domain': 'default', 'timing': False, 'auth_url': 'http://192.168.5.41/identity/v3/', 'username': 'zarquon', 'password': '***', 'beta_command': False, 'identity_api_version': '3', 'auth_type': 'password', 'networks': []} No password was supplied, authentication will fail when a user does not have a password. defaults: {'api_timeout': None, 'verify': True, 'cacert': None, 'cert': None, 'key': None, 'auth_type': 'password', 'baremetal_status_code_retries': 5, 'baremetal_introspection_status_code_retries': 5, 'image_status_code_retries': 5, 'disable_vendor_agent': {}, 'interface': None, 'floating_ip_source': 'neutron', 'image_api_use_tasks': False, 'image_format': 'qcow2', 'message': '', 'network_api_version': '2', 'object_store_api_version': '1', 'secgroup_source': 'neutron', 'status': 'active'} defaults: {'api_timeout': None, 'verify': True, 'cacert': None, 'cert': None, 'key': None, 'auth_type': 'password', 'baremetal_status_code_retries': 5, 'baremetal_introspection_status_code_retries': 5, 'image_status_code_retries': 5, 'disable_vendor_agent': {}, 'interface': None, 'floating_ip_source': 'neutron', 'image_api_use_tasks': False, 'image_format': 'qcow2', 'message': '', 'network_api_version': '2', 'object_store_api_version': '1', 'secgroup_source': 'neutron', 'status': 'active'} cloud cfg: {'api_timeout': None, 'verify': True, 'cacert': None, 'cert': 'mycert', 'key': 'mickey', 'baremetal_status_code_retries': '5', 'baremetal_introspection_status_code_retries': '5', 'image_status_code_retries': '5', 'disable_vendor_agent': {}, 'interface': 'public', 'floating_ip_source': 'neutron', 'image_api_use_tasks': False, 'image_format': 'qcow2', 'message': '', 'network_api_version': '2', 'object_store_api_version': '1', 'secgroup_source': 'neutron', 'status': 'active', 'auth': {'auth_url': 'http://192.168.5.41/identity/v3/', 'username': 'zaphod', 'user_domain_id': 'aaaa-bbbb-cccc', 'project_domain_id': '5678', 'project_name': 'heart-o-gold'}, 'region_name': 'occ-cloud', 'donut': 'cake', 'log_file': '/tmp/tmpusz7fuql/test_log_file', 'log_level': 'debug', 'verbose_level': 1, 'deferred_help': False, 'cloud': 'megacloud', 'default_domain': 'default', 'timing': False, 'auth_url': 'http://192.168.5.41/identity/v3/', 'username': 'zarquon', 'password': '***', 'beta_command': False, 'identity_api_version': '3', 'auth_type': 'password', 'networks': []} cloud cfg: {'api_timeout': None, 'verify': True, 'cacert': None, 'cert': 'mycert', 'key': 'mickey', 'baremetal_status_code_retries': '5', 'baremetal_introspection_status_code_retries': '5', 'image_status_code_retries': '5', 'disable_vendor_agent': {}, 'interface': 'public', 'floating_ip_source': 'neutron', 'image_api_use_tasks': False, 'image_format': 'qcow2', 'message': '', 'network_api_version': '2', 'object_store_api_version': '1', 'secgroup_source': 'neutron', 'status': 'active', 'auth': {'auth_url': 'http://192.168.5.41/identity/v3/', 'username': 'zaphod', 'user_domain_id': 'aaaa-bbbb-cccc', 'project_domain_id': '5678', 'project_name': 'heart-o-gold'}, 'region_name': 'occ-cloud', 'donut': 'cake', 'log_file': '/tmp/tmpusz7fuql/test_log_file', 'log_level': 'debug', 'verbose_level': 1, 'deferred_help': False, 'cloud': 'megacloud', 'default_domain': 'default', 'timing': False, 'auth_url': 'http://192.168.5.41/identity/v3/', 'username': 'zarquon', 'password': '***', 'beta_command': False, 'identity_api_version': '3', 'auth_type': 'password', 'networks': []} Failed to delete application credential with name or ID 'nonexistent_app_cred': Failed to delete meter rule with ID 'xxxx-yyyy-zzzz': 404 (HTTP 404) Failed to delete meter rule with ID 'xxxx-yyyy-zzzz': 404 (HTTP 404) Failed to delete meter rule with ID 'xxxx-yyyy-zzzz': 404 (HTTP 404) Failed to delete meter rule with ID 'xxxx-yyyy-zzzz': 404 (HTTP 404) Failed to delete meter rule with ID 'xxxx-yyyy-zzzz': 404 (HTTP 404) Failed to delete meter rule with ID 'xxxx-yyyy-zzzz': 404 (HTTP 404) Failed to delete meter rule with ID 'xxxx-yyyy-zzzz': 404 (HTTP 404) Failed to delete meter rule with ID 'meter-label-rule-id-5fd9227125f64209a5074ef4216ec1e9': 404 (HTTP 404) Failed to delete meter rule with ID 'meter-label-rule-id-5fd9227125f64209a5074ef4216ec1e9': 404 (HTTP 404) Failed to delete meter rule with ID 'meter-label-rule-id-5fd9227125f64209a5074ef4216ec1e9': 404 (HTTP 404) Failed to delete meter rule with ID 'meter-label-rule-id-5fd9227125f64209a5074ef4216ec1e9': 404 (HTTP 404) Failed to delete meter rule with ID 'meter-label-rule-id-5fd9227125f64209a5074ef4216ec1e9': 404 (HTTP 404) Failed to delete meter rule with ID 'meter-label-rule-id-5fd9227125f64209a5074ef4216ec1e9': 404 (HTTP 404) Failed to delete meter rule with ID 'meter-label-rule-id-5fd9227125f64209a5074ef4216ec1e9': 404 (HTTP 404) compute API version 2.1, cmd group openstack.compute.v2 compute API version 2.1, cmd group openstack.compute.v2 identity API version 3, cmd group openstack.identity.v3 identity API version 3, cmd group openstack.identity.v3 image API version 2, cmd group openstack.image.v2 image API version 2, cmd group openstack.image.v2 network API version 2, cmd group openstack.network.v2 network API version 2, cmd group openstack.network.v2 object_store API version 1, cmd group openstack.object_store.v1 object_store API version 1, cmd group openstack.object_store.v1 volume API version 3, cmd group openstack.volume.v3 volume API version 3, cmd group openstack.volume.v3 command: extension list -> openstackclient.common.extension.ListExtension (auth=True) command: extension list -> openstackclient.common.extension.ListExtension (auth=True) Auth plugin password selected Auth plugin password selected auth_config_hook(): {'api_timeout': None, 'verify': True, 'cacert': None, 'cert': 'mycert', 'key': 'mickey', 'baremetal_status_code_retries': '5', 'baremetal_introspection_status_code_retries': '5', 'image_status_code_retries': '5', 'disable_vendor_agent': {}, 'interface': 'public', 'floating_ip_source': 'neutron', 'image_api_use_tasks': False, 'image_format': 'qcow2', 'message': '', 'network_api_version': '2', 'object_store_api_version': '1', 'secgroup_source': 'neutron', 'status': 'active', 'auth': {'auth_url': 'http://192.168.5.41/identity/v3/', 'username': 'zaphod', 'user_domain_id': 'aaaa-bbbb-cccc', 'project_domain_id': '5678', 'project_name': 'heart-o-gold'}, 'region_name': 'occ-cloud', 'donut': 'cake', 'log_file': '/tmp/tmpusz7fuql/test_log_file', 'log_level': 'debug', 'additional_user_agent': [('osc-lib', '2.2.1')], 'verbose_level': 1, 'deferred_help': False, 'cloud': 'megacloud', 'default_domain': 'default', 'timing': False, 'auth_url': 'http://192.168.5.41/identity/v3/', 'username': 'zarquon', 'password': '***', 'beta_command': False, 'identity_api_version': '3', 'auth_type': 'password', 'networks': []} auth_config_hook(): {'api_timeout': None, 'verify': True, 'cacert': None, 'cert': 'mycert', 'key': 'mickey', 'baremetal_status_code_retries': '5', 'baremetal_introspection_status_code_retries': '5', 'image_status_code_retries': '5', 'disable_vendor_agent': {}, 'interface': 'public', 'floating_ip_source': 'neutron', 'image_api_use_tasks': False, 'image_format': 'qcow2', 'message': '', 'network_api_version': '2', 'object_store_api_version': '1', 'secgroup_source': 'neutron', 'status': 'active', 'auth': {'auth_url': 'http://192.168.5.41/identity/v3/', 'username': 'zaphod', 'user_domain_id': 'aaaa-bbbb-cccc', 'project_domain_id': '5678', 'project_name': 'heart-o-gold'}, 'region_name': 'occ-cloud', 'donut': 'cake', 'log_file': '/tmp/tmpusz7fuql/test_log_file', 'log_level': 'debug', 'additional_user_agent': [('osc-lib', '2.2.1')], 'verbose_level': 1, 'deferred_help': False, 'cloud': 'megacloud', 'default_domain': 'default', 'timing': False, 'auth_url': 'http://192.168.5.41/identity/v3/', 'username': 'zarquon', 'password': '***', 'beta_command': False, 'identity_api_version': '3', 'auth_type': 'password', 'networks': []} No password was supplied, authentication will fail when a user does not have a password. Using auth plugin: password Using auth plugin: password Using parameters {'auth_url': 'http://192.168.5.41/identity/v3/', 'project_name': 'heart-o-gold', 'project_domain_id': '5678', 'username': 'zarquon', 'user_domain_id': 'aaaa-bbbb-cccc', 'password': '***'} Using parameters {'auth_url': 'http://192.168.5.41/identity/v3/', 'project_name': 'heart-o-gold', 'project_domain_id': '5678', 'username': 'zarquon', 'user_domain_id': 'aaaa-bbbb-cccc', 'password': '***'} Failed to set volume size: Volume is in error state, it must be available before size can be extended Get auth_ref Get auth_ref REQ: curl -g -i -X GET http://192.168.5.41/identity/v3/ -H "Accept: application/json" -H "User-Agent: openstacksdk/0.49.0 keystoneauth1/4.2.1 python-requests/2.22.0 CPython/3.6.8" REQ: curl -g -i -X GET http://192.168.5.41/identity/v3/ -H "Accept: application/json" -H "User-Agent: openstacksdk/0.49.0 keystoneauth1/4.2.1 python-requests/2.22.0 CPython/3.6.8" GET http://192.168.5.41/identity/v3/ 200 GET http://192.168.5.41/identity/v3/ 200 RESP: [200] RESP: [200] RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. Making authentication request to http://192.168.5.41/identity/v3/auth/tokens Making authentication request to http://192.168.5.41/identity/v3/auth/tokens Failed to set volume size: New size must be greater than 10 GB POST http://192.168.5.41/identity/v3/auth/tokens 200 POST http://192.168.5.41/identity/v3/auth/tokens 200 {"token": {"user": {"id": "1d361ae43c334108a9829576457e69a8", "name": "username", "domain": {"id": "aaaa-bbbb-cccc", "name": "0d6d4d23106e410d89a7c252f3c4021d"}}, "audit_ids": ["53f43d81b2344f358916a5d75276aee4", null], "methods": ["password"], "issued_at": "2020-10-22T08:31:57.205459", "expires_at": "2020-10-22T09:31:57.205459+00:00"}} {"token": {"user": {"id": "1d361ae43c334108a9829576457e69a8", "name": "username", "domain": {"id": "aaaa-bbbb-cccc", "name": "0d6d4d23106e410d89a7c252f3c4021d"}}, "audit_ids": ["53f43d81b2344f358916a5d75276aee4", null], "methods": ["password"], "issued_at": "2020-10-22T08:31:57.205459", "expires_at": "2020-10-22T09:31:57.205459+00:00"}} 'x-subject-token' 'x-subject-token' clean_up ListExtension: 'x-subject-token' clean_up ListExtension: 'x-subject-token' END return value: 1 END return value: 1 Error resizing server: server-id-a690fd405f1544f2a4718109dbcc9b27 The column "display_name" was deprecated, please use "name" replace. get_parser(check_parser) get_parser(check_parser) Failed to delete trust with name or ID 'unexist_trust': common parser: ArgumentParser(prog='check_parser', usage=None, description='List pools of floating IP addresses', formatter_class=, conflict_handler='ignore', add_help=True) common parser: ArgumentParser(prog='check_parser', usage=None, description='List pools of floating IP addresses', formatter_class=, conflict_handler='ignore', add_help=True) get_parser(check_parser) get_parser(check_parser) common parser: ArgumentParser(prog='check_parser', usage=None, description='Display security group details', formatter_class=, conflict_handler='ignore', add_help=True) common parser: ArgumentParser(prog='check_parser', usage=None, description='Display security group details', formatter_class=, conflict_handler='ignore', add_help=True) get_parser(check_parser) get_parser(check_parser) common parser: ArgumentParser(prog='check_parser', usage=None, description='Display security group details', formatter_class=, conflict_handler='ignore', add_help=True) common parser: ArgumentParser(prog='check_parser', usage=None, description='Display security group details', formatter_class=, conflict_handler='ignore', add_help=True) get_parser(check_parser) get_parser(check_parser) common parser: ArgumentParser(prog='check_parser', usage=None, description='Create a new security group rule', formatter_class=, conflict_handler='ignore', add_help=True) common parser: ArgumentParser(prog='check_parser', usage=None, description='Create a new security group rule', formatter_class=, conflict_handler='ignore', add_help=True) Failed to delete aggregate with name or ID 'unexist_aggregate': get_parser(check_parser) get_parser(check_parser) common parser: ArgumentParser(prog='check_parser', usage=None, description='Create a new security group rule', formatter_class=, conflict_handler='ignore', add_help=True) common parser: ArgumentParser(prog='check_parser', usage=None, description='Create a new security group rule', formatter_class=, conflict_handler='ignore', add_help=True) Failed to delete volume transfer request with name or ID 'unexist_transfer': Failed to delete volume transfer request with name or ID 'unexist_transfer': Failed to delete volume transfer request with name or ID 'unexist_transfer': Failed to delete volume transfer request with name or ID 'unexist_transfer': {23} openstackclient.tests.unit.compute.v2.test_host.TestHostList.test_host_list_no_option [0.016604s] ... ok {23} openstackclient.tests.unit.compute.v2.test_host.TestHostList.test_host_list_with_option [0.006935s] ... ok {23} openstackclient.tests.unit.compute.v2.test_server.TestServerAddNetwork.test_server_add_network [0.006497s] ... ok {23} openstackclient.tests.unit.compute.v2.test_server.TestServerAddNetwork.test_server_add_network_no_neutron [0.005901s] ... ok {23} openstackclient.tests.unit.compute.v2.test_server.TestServerAddPort.test_server_add_port [0.006262s] ... ok {23} openstackclient.tests.unit.compute.v2.test_server.TestServerAddPort.test_server_add_port_no_neutron [0.005859s] ... ok Failed to delete compute service with ID 'unexist_service': {23} openstackclient.tests.unit.identity.v2_0.test_catalog.TestCatalogList.test_catalog_list [0.003072s] ... ok Failed to delete flavor profile with ID 'unexist_network_flavor_profile': Failed to delete volume type with name or ID 'unexist_type': Failed to delete volume type with name or ID 'unexist_type': Failed to delete volume type with name or ID 'unexist_type': Failed to delete volume type with name or ID 'unexist_type': Failed to delete volume type with name or ID 'unexist_type': Failed to delete RBAC policy with ID 'unexist_rbac_policy': Project project-id-9ab0ffdb0ec648ef8936a0702ce61c45 not found: Bad request (HTTP 400) Extensions list not supported by Identity API Failed to delete user with name or ID 'unexist_user': The service catalog is empty. Project project-id-7e55b0901e58408b90d903e2ef423df5 not found: NotFound (HTTP 404) get_parser(check_parser) get_parser(check_parser) common parser: ArgumentParser(prog='check_parser', usage=None, description='Create a new security group rule', formatter_class=, conflict_handler='ignore', add_help=True) common parser: ArgumentParser(prog='check_parser', usage=None, description='Create a new security group rule', formatter_class=, conflict_handler='ignore', add_help=True) get_parser(check_parser) get_parser(check_parser) Extensions list not supported by Identity API Extensions list not supported by Identity API common parser: ArgumentParser(prog='check_parser', usage=None, description='Create a new security group rule', formatter_class=, conflict_handler='ignore', add_help=True) common parser: ArgumentParser(prog='check_parser', usage=None, description='Create a new security group rule', formatter_class=, conflict_handler='ignore', add_help=True) The service catalog is empty. The service catalog is empty. get_parser(check_parser) get_parser(check_parser) Error creating server image: server-id-bd99a367d4134a669c11e874de5e3921 common parser: ArgumentParser(prog='check_parser', usage=None, description='Create a new security group rule', formatter_class=, conflict_handler='ignore', add_help=True) common parser: ArgumentParser(prog='check_parser', usage=None, description='Create a new security group rule', formatter_class=, conflict_handler='ignore', add_help=True) Failed to delete network segment with ID 'doesnotexist': get_parser(check_parser) get_parser(check_parser) common parser: ArgumentParser(prog='check_parser', usage=None, description='Create a new security group rule', formatter_class=, conflict_handler='ignore', add_help=True) common parser: ArgumentParser(prog='check_parser', usage=None, description='Create a new security group rule', formatter_class=, conflict_handler='ignore', add_help=True) Failed to delete image with name or ID 'x-y-x': Error 'x-subject-token' get_parser(check_parser) get_parser(check_parser) common parser: ArgumentParser(prog='check_parser', usage=None, description='Create a new security group rule', formatter_class=, conflict_handler='ignore', add_help=True) common parser: ArgumentParser(prog='check_parser', usage=None, description='Create a new security group rule', formatter_class=, conflict_handler='ignore', add_help=True) Failed to delete project with name or ID 'unexist_project': Failed to delete group with name or ID 'unexist_security_group': get_parser(check_parser) get_parser(check_parser) common parser: ArgumentParser(prog='check_parser', usage=None, description='Create a new security group rule', formatter_class=, conflict_handler='ignore', add_help=True) common parser: ArgumentParser(prog='check_parser', usage=None, description='Create a new security group rule', formatter_class=, conflict_handler='ignore', add_help=True) Failed to delete user with name or ID 'unexist_user': 'x-subject-token' 'x-subject-token' 'x-subject-token' Failed to delete group with name or ID 'unexist_security_group': get_parser(check_parser) get_parser(check_parser) common parser: ArgumentParser(prog='check_parser', usage=None, description='Create a new security group rule', formatter_class=, conflict_handler='ignore', add_help=True) common parser: ArgumentParser(prog='check_parser', usage=None, description='Create a new security group rule', formatter_class=, conflict_handler='ignore', add_help=True) Project project-id-d18ed324970f45c78e8adaab43f23393 not found: NotFound (HTTP 404) 'x-subject-token' 'x-subject-token' 'x-subject-token' 'x-subject-token' 'x-subject-token' Failed to get access project list for volume type type-id-6f7efe615b4f445a941694efa25fef6d: Failed to delete network with name or ID 'xxxx-yyyy-zzzz': 404 (HTTP 404) Failed to delete network with name or ID 'network-id-205400af95c143e6adca3c0889875a6c': 404 (HTTP 404) Failed to set encryption information for this volume type: '--encryption-provider' should be specified while creating a new encryption type No password was supplied, authentication will fail when a user does not have a password. Ignoring domain related config project_domain_id because identity API version is 2.0 Ignoring domain related config user_domain_id because identity API version is 2.0 Failed to unset image property: No password was supplied, authentication will fail when a user does not have a password. Ignoring domain related config project_domain_id because identity API version is 2.0 Ignoring domain related config user_domain_id because identity API version is 2.0 No password was supplied, authentication will fail when a user does not have a password. Failed to delete floating_ip with name or ID 'unexist_floating_ip': Failed to delete floating_ip with name or ID 'unexist_floating_ip': Failed to delete floating_ip with name or ID 'unexist_floating_ip': Failed to delete floating_ip with name or ID 'unexist_floating_ip': No password was supplied, authentication will fail when a user does not have a password. Failed to delete flavor with name or ID 'unexist_network_flavor': Failed to delete network with name or ID 'xxxx-yyyy-zzzz': Failed to delete network with name or ID 'network-id-3c4d0a5a88b14c659b440ffd34d739df': No password was supplied, authentication will fail when a user does not have a password. No password was supplied, authentication will fail when a user does not have a password. Extensions list not supported by Identity API Failed to delete network segment range with ID 'doesnotexist': No password was supplied, authentication will fail when a user does not have a password. Failed to delete key with name 'unexist_keypair': The service catalog is empty. Failed to delete address scope with name or ID 'unexist_address_scope': No password was supplied, authentication will fail when a user does not have a password. Failed to delete floating IP port forwarding 'unexist_port_forwarding_id': No password was supplied, authentication will fail when a user does not have a password. No password was supplied, authentication will fail when a user does not have a password. No password was supplied, authentication will fail when a user does not have a password. No password was supplied, authentication will fail when a user does not have a password. Failed to delete agent with ID 'x-y-z': 404 (HTTP 404) No password was supplied, authentication will fail when a user does not have a password. Failed to delete group with name or ID 'unexist_group': Failed to delete meter with ID 'xxxx-yyyy-zzzz': 404 (HTTP 404) Failed to delete meter with ID 'meter-id-53de105c055546b9baed6cd35ec41433': Failed to delete limit with ID 'fake-limit-id': Not Found (HTTP 404) Failed to delete QoS policy name or ID 'unexist_qos_policy': Failed to delete registered limit with ID 'fake-registered-limit-id': Not Found (HTTP 404) {23} openstackclient.tests.unit.identity.v2_0.test_catalog.TestCatalogList.test_catalog_list_with_endpoint_url [0.002443s] ... ok {23} openstackclient.tests.unit.identity.v3.test_access_rule.TestAccessRuleShow.test_access_rule_show [0.004557s] ... ok Failed to delete rule with name or ID 'unexist_rule': {23} openstackclient.tests.unit.identity.v3.test_endpoint.TestEndpointSet.test_endpoint_set_disable [0.005519s] ... ok {23} openstackclient.tests.unit.identity.v3.test_endpoint.TestEndpointSet.test_endpoint_set_enable [0.003631s] ... ok Deleting server : server-id-9c302d356282478786fbb8d691bdd921 Deleting image : 7de010fe-d5da-490d-801a-4e4c14e81183 Deleting volume snapshot : snapshot-id-9cbda714296a4000a59b8ed7547b546e Deleting volume backup : backup-id-532296beaf1d4dd2afe2c80575b89097 Deleting volume : volume-id3759bb5bac1f40908a441d3362e13832 Deleting project: project-id-c9c6aa07e97e4e4887307838a36dc438 Extensions list not supported by Identity API The service catalog is empty. Deleting server : server-id-9c302d356282478786fbb8d691bdd921 Deleting image : 7de010fe-d5da-490d-801a-4e4c14e81183 Deleting volume snapshot : snapshot-id-9cbda714296a4000a59b8ed7547b546e Deleting volume backup : backup-id-532296beaf1d4dd2afe2c80575b89097 Deleting volume : volume-id3759bb5bac1f40908a441d3362e13832 Deleting project: project-id-c9c6aa07e97e4e4887307838a36dc438 Failed to delete subnet with name or ID 'unexist_subnet': Failed to delete port with name or ID 'unexist_port': Failed to delete role with name or ID 'unexist_role': Deleting server : server-id-9c302d356282478786fbb8d691bdd921 Deleting image : 7de010fe-d5da-490d-801a-4e4c14e81183 Deleting volume snapshot : snapshot-id-9cbda714296a4000a59b8ed7547b546e Deleting volume backup : backup-id-532296beaf1d4dd2afe2c80575b89097 Deleting volume : volume-id3759bb5bac1f40908a441d3362e13832 Deleting project: project-id-c9c6aa07e97e4e4887307838a36dc438 The column "Display Name" was deprecated, please use "Name" replace. Deleting server : server-id-9c302d356282478786fbb8d691bdd921 Deleting image : 7de010fe-d5da-490d-801a-4e4c14e81183 Deleting volume snapshot : snapshot-id-9cbda714296a4000a59b8ed7547b546e Deleting volume backup : backup-id-532296beaf1d4dd2afe2c80575b89097 Deleting volume : volume-id3759bb5bac1f40908a441d3362e13832 Deleting project: project-id-c9c6aa07e97e4e4887307838a36dc438 Extensions list not supported by Identity API Extensions list not supported by Identity API Deleting server : server-id-9c302d356282478786fbb8d691bdd921 Deleting image : 7de010fe-d5da-490d-801a-4e4c14e81183 Deleting volume snapshot : snapshot-id-9cbda714296a4000a59b8ed7547b546e Failed to delete rule with name or ID 'unexist_rule': Deleting volume backup : backup-id-532296beaf1d4dd2afe2c80575b89097 Deleting volume : volume-id3759bb5bac1f40908a441d3362e13832 The service catalog is empty. The service catalog is empty. Failed to delete backup with name or ID 'unexist_backup': The --live option has been deprecated. Please use the --live-migration option instead. Deleting server : server-id-9c302d356282478786fbb8d691bdd921 Deleting image : 7de010fe-d5da-490d-801a-4e4c14e81183 Deleting volume snapshot : snapshot-id-9cbda714296a4000a59b8ed7547b546e Deleting volume backup : backup-id-532296beaf1d4dd2afe2c80575b89097 Deleting volume : volume-id3759bb5bac1f40908a441d3362e13832 Deleting project: project-id-c9c6aa07e97e4e4887307838a36dc438 Failed to delete backup with name or ID 'unexist_backup': The --live option has been deprecated. Please use the --live-migration option instead. Extensions list not supported by Identity API Extensions list not supported by Identity API Extensions list not supported by Identity API {5} openstackclient.tests.unit.compute.v2.test_aggregate.TestAggregateCreate.test_aggregate_create [0.019107s] ... ok The service catalog is empty. The service catalog is empty. The service catalog is empty. {5} openstackclient.tests.unit.compute.v2.test_aggregate.TestAggregateCreate.test_aggregate_create_with_property [0.007585s] ... ok No password was supplied, authentication will fail when a user does not have a password. No password was supplied, authentication will fail when a user does not have a password. Failed to delete subnet pool with name or ID 'unexist_subnet_pool': The --live option has been deprecated. Please use the --live-migration option instead. No password was supplied, authentication will fail when a user does not have a password. Extensions list not supported by Identity API Extensions list not supported by Identity API Extensions list not supported by Identity API Extensions list not supported by Identity API The --live option has been deprecated. Please use the --live-migration option instead. The service catalog is empty. The service catalog is empty. The service catalog is empty. The service catalog is empty. No password was supplied, authentication will fail when a user does not have a password. {5} openstackclient.tests.unit.compute.v2.test_aggregate.TestAggregateCreate.test_aggregate_create_with_zone [0.007393s] ... ok No existing encryption type found, creating new encryption type for this volume type ... No password was supplied, authentication will fail when a user does not have a password. No existing encryption type found, creating new encryption type for this volume type ... Failed to set encryption information for this volume type: '--encryption-provider' should be specified while creating a new encryption type No password was supplied, authentication will fail when a user does not have a password. Use --stdin to enable read image data from standard input Extensions list not supported by Identity API Extensions list not supported by Identity API Extensions list not supported by Identity API Extensions list not supported by Identity API Extensions list not supported by Identity API Use --stdin to enable read image data from standard input Use --stdin to enable read image data from standard input The service catalog is empty. The service catalog is empty. The service catalog is empty. The service catalog is empty. The service catalog is empty. Use --stdin to enable read image data from standard input Use --stdin to enable read image data from standard input Use --stdin to enable read image data from standard input Failed to delete volume type with name or ID 'unexist_type': Network quotas are ignored since quota class is not supported.Error rebuilding server: server-id-4c5f98d7d0b64f10bc4c778937202312 {24} openstackclient.tests.unit.compute.v2.test_host.TestHostShow.test_host_show_no_option [0.025358s] ... ok Failed to delete volume with name or ID 'unexist_volume': Failed to delete QoS specification with name or ID 'unexist_qos': Failed to delete QoS specification with name or ID 'unexist_qos': Failed to delete QoS specification with name or ID 'unexist_qos': Failed to delete QoS specification with name or ID 'unexist_qos': 'x-subject-token' {24} openstackclient.tests.unit.compute.v2.test_host.TestHostShow.test_host_show_with_option [0.006864s] ... ok 'x-subject-token' 'x-subject-token' Failed to delete consistency group with name or ID 'unexist_consistency_group': Failed to delete consistency group with name or ID 'unexist_consistency_group': Failed to delete consistency group with name or ID 'unexist_consistency_group': Failed to delete consistency group with name or ID 'unexist_consistency_group': {23} openstackclient.tests.unit.identity.v3.test_endpoint.TestEndpointSet.test_endpoint_set_interface [0.003744s] ... ok Failed to delete volume with name or ID 'unexist_volume': Failed to delete volume with name or ID 'unexist_volume': Error migrating server: server-id-41b33e7a5c4b486293bd1a0ca9745949 Error creating server: server-name-4cc407c19fd4483abb061c9587936002 Failed to delete credentials with ID 'unexist_credential': Failed to delete volume transfer request with name or ID 'unexist_transfer': Failed to set backup state: Failed to delete access rule with ID 'nonexistent_access_rule': Failed to set volume state: {23} openstackclient.tests.unit.identity.v3.test_endpoint.TestEndpointSet.test_endpoint_set_no_options [0.003486s] ... ok {23} openstackclient.tests.unit.identity.v3.test_endpoint.TestEndpointSet.test_endpoint_set_region [0.003674s] ... ok {6} openstackclient.tests.unit.compute.v2.test_server.TestServerRemovePort.test_server_remove_port_no_neutron [0.007248s] ... ok {6} openstackclient.tests.unit.compute.v2.test_usage.TestUsageShow.test_usage_show_no_options [0.007543s] ... ok Failed to delete QoS specification with name or ID 'unexist_qos': {6} openstackclient.tests.unit.compute.v2.test_usage.TestUsageShow.test_usage_show_with_options [0.010927s] ... ok The column "Display Name" was deprecated, please use "Name" replace. {23} openstackclient.tests.unit.identity.v3.test_endpoint.TestEndpointSet.test_endpoint_set_service [0.003829s] ... ok {23} openstackclient.tests.unit.identity.v3.test_endpoint.TestEndpointSet.test_endpoint_set_url [0.003513s] ... ok {23} openstackclient.tests.unit.identity.v3.test_service_provider.TestServiceProviderList.test_service_provider_list_no_options [0.004385s] ... ok {17} openstackclient.tests.unit.compute.v2.test_server.TestServerAddSecurityGroup.test_server_add_security_group [0.014185s] ... ok {17} openstackclient.tests.unit.compute.v2.test_server_backup.TestServerBackupCreate.test_server_backup_create_options [0.015640s] ... ok {17} openstackclient.tests.unit.compute.v2.test_server_backup.TestServerBackupCreate.test_server_backup_defaults [0.010706s] ... ok {17} openstackclient.tests.unit.compute.v2.test_server_backup.TestServerBackupCreate.test_server_backup_wait_fail [0.010852s] ... ok {17} openstackclient.tests.unit.compute.v2.test_server_backup.TestServerBackupCreate.test_server_backup_wait_ok [0.011380s] ... ok {17} openstackclient.tests.unit.identity.v2_0.test_project.TestProjectSet.test_project_set_description [0.002200s] ... ok {17} openstackclient.tests.unit.identity.v2_0.test_project.TestProjectSet.test_project_set_disable [0.002079s] ... ok {17} openstackclient.tests.unit.identity.v2_0.test_project.TestProjectSet.test_project_set_enable [0.002008s] ... ok {17} openstackclient.tests.unit.identity.v2_0.test_project.TestProjectSet.test_project_set_name [0.002317s] ... ok {17} openstackclient.tests.unit.identity.v2_0.test_project.TestProjectSet.test_project_set_no_options [0.001990s] ... ok {17} openstackclient.tests.unit.identity.v2_0.test_project.TestProjectSet.test_project_set_property [0.003211s] ... ok {17} openstackclient.tests.unit.identity.v2_0.test_project.TestProjectSet.test_project_set_unexist_project [0.003873s] ... ok {17} openstackclient.tests.unit.identity.v2_0.test_role.TestRoleDelete.test_delete_multi_roles_with_exception [0.003206s] ... ok {17} openstackclient.tests.unit.identity.v2_0.test_role.TestRoleDelete.test_role_delete_no_options [0.002215s] ... ok {17} openstackclient.tests.unit.identity.v2_0.test_token.TestTokenIssue.test_token_issue [0.003047s] ... ok {17} openstackclient.tests.unit.identity.v2_0.test_token.TestTokenIssue.test_token_issue_with_unscoped_token [0.002612s] ... ok {17} openstackclient.tests.unit.identity.v3.test_endpoint_group.TestEndpointGroupSet.test_endpoint_group_set_description [0.003630s] ... ok {17} openstackclient.tests.unit.identity.v3.test_endpoint_group.TestEndpointGroupSet.test_endpoint_group_set_filters [0.004015s] ... ok {17} openstackclient.tests.unit.identity.v3.test_endpoint_group.TestEndpointGroupSet.test_endpoint_group_set_name [0.003488s] ... ok {17} openstackclient.tests.unit.identity.v3.test_endpoint_group.TestEndpointGroupSet.test_endpoint_group_set_no_options [0.003485s] ... ok {17} openstackclient.tests.unit.identity.v3.test_limit.TestLimitShow.test_limit_show [0.003720s] ... ok {17} openstackclient.tests.unit.identity.v3.test_project.TestProjectSet.test_project_set_description [0.004104s] ... ok {17} openstackclient.tests.unit.identity.v3.test_project.TestProjectSet.test_project_set_disable [0.003643s] ... ok {23} openstackclient.tests.unit.integ.cli.test_project.TestIntegV2ProjectID.test_project_id_arg [0.086046s] ... ok {23} openstackclient.tests.unit.integ.cli.test_project.TestIntegV2ProjectID.test_project_id_env [0.030775s] ... ok {23} openstackclient.tests.unit.integ.cli.test_shell.TestIntegShellCliV3.test_shell_args_cacert [0.025628s] ... ok {24} openstackclient.tests.unit.compute.v2.test_hypervisor.TestHypervisorList.test_hypervisor_list_long_option [0.007145s] ... ok {24} openstackclient.tests.unit.compute.v2.test_hypervisor.TestHypervisorList.test_hypervisor_list_matching_option_found [0.007212s] ... ok {9} openstackclient.tests.unit.compute.v2.test_server.TestServerResizeConfirm.test_resize_confirm [0.013886s] ... ok {9} openstackclient.tests.unit.identity.v2_0.test_catalog.TestCatalogShow.test_catalog_show [0.006720s] ... ok {9} openstackclient.tests.unit.identity.v2_0.test_service.TestServiceShow.test_service_show [0.003486s] ... ok {9} openstackclient.tests.unit.identity.v2_0.test_service.TestServiceShow.test_service_show_nounique [0.002651s] ... ok {9} openstackclient.tests.unit.image.v2.test_image.TestImageShow.test_image_show [0.006394s] ... ok {9} openstackclient.tests.unit.image.v2.test_image.TestImageShow.test_image_show_human_readable [0.006093s] ... ok {9} openstackclient.tests.unit.network.v2.test_address_scope.TestSetAddressScope.test_set_name_and_share [0.003672s] ... ok {9} openstackclient.tests.unit.network.v2.test_address_scope.TestSetAddressScope.test_set_no_share [0.003595s] ... ok {9} openstackclient.tests.unit.network.v2.test_address_scope.TestSetAddressScope.test_set_nothing [0.003427s] ... ok {9} openstackclient.tests.unit.network.v2.test_floating_ip_compute.TestListFloatingIPCompute.test_floating_ip_list [0.007395s] ... ok {9} openstackclient.tests.unit.network.v2.test_network_agent.TestShowNetworkAgent.test_show_all_options [0.004283s] ... ok {9} openstackclient.tests.unit.network.v2.test_network_agent.TestShowNetworkAgent.test_show_no_options [0.006157s] ... ok {9} openstackclient.tests.unit.network.v2.test_network_compute.TestCreateNetworkCompute.test_network_create_default_options [0.007617s] ... ok {9} openstackclient.tests.unit.network.v2.test_network_compute.TestCreateNetworkCompute.test_network_create_missing_options [0.009495s] ... ok {9} openstackclient.tests.unit.network.v2.test_network_compute.TestCreateNetworkCompute.test_network_create_no_options [0.007858s] ... ok {9} openstackclient.tests.unit.network.v2.test_network_flavor_profile.TestCreateFlavorProfile.test_create_all_options [0.005769s] ... ok {9} openstackclient.tests.unit.network.v2.test_network_flavor_profile.TestCreateFlavorProfile.test_create_disable [0.005015s] ... ok {9} openstackclient.tests.unit.network.v2.test_network_flavor_profile.TestCreateFlavorProfile.test_create_with_driver [0.005250s] ... ok {9} openstackclient.tests.unit.network.v2.test_network_flavor_profile.TestCreateFlavorProfile.test_create_with_metainfo [0.005167s] ... ok {9} openstackclient.tests.unit.network.v2.test_network_flavor_profile.TestCreateFlavorProfile.test_create_without_driver_and_metainfo [0.005475s] ... ok {9} openstackclient.tests.unit.network.v2.test_network_qos_rule.TestDeleteNetworkQosRuleDSCPMarking.test_qos_policy_delete [0.004935s] ... ok {9} openstackclient.tests.unit.network.v2.test_network_qos_rule.TestDeleteNetworkQosRuleDSCPMarking.test_qos_policy_delete_error [0.004182s] ... ok {9} openstackclient.tests.unit.volume.v1.test_qos_specs.TestQosDisassociate.test_qos_disassociate_with_all_volume_types [0.003467s] ... ok {9} openstackclient.tests.unit.volume.v1.test_qos_specs.TestQosDisassociate.test_qos_disassociate_with_volume_type [0.016947s] ... ok {9} openstackclient.tests.unit.volume.v1.test_volume.TestVolumeCreate.test_volume_create_backward_compatibility [0.005279s] ... ok {9} openstackclient.tests.unit.volume.v1.test_volume.TestVolumeCreate.test_volume_create_image_id [0.007347s] ... ok {9} openstackclient.tests.unit.volume.v1.test_volume.TestVolumeCreate.test_volume_create_image_name [0.006782s] ... ok {9} openstackclient.tests.unit.volume.v1.test_volume.TestVolumeCreate.test_volume_create_min_options [0.004606s] ... ok {9} openstackclient.tests.unit.volume.v1.test_volume.TestVolumeCreate.test_volume_create_options [0.004761s] ... ok {9} openstackclient.tests.unit.volume.v1.test_volume.TestVolumeCreate.test_volume_create_properties [0.006470s] ... ok {9} openstackclient.tests.unit.volume.v1.test_volume.TestVolumeCreate.test_volume_create_user_project_id [0.004977s] ... ok {9} openstackclient.tests.unit.volume.v1.test_volume.TestVolumeCreate.test_volume_create_user_project_name [0.004824s] ... ok {9} openstackclient.tests.unit.volume.v1.test_volume.TestVolumeCreate.test_volume_create_with_bootable_and_readonly [0.005241s] ... ok {9} openstackclient.tests.unit.volume.v1.test_volume.TestVolumeCreate.test_volume_create_with_bootable_and_readonly_fail [0.005956s] ... ok {9} openstackclient.tests.unit.volume.v1.test_volume.TestVolumeCreate.test_volume_create_with_multi_source [0.004945s] ... ok {9} openstackclient.tests.unit.volume.v1.test_volume.TestVolumeCreate.test_volume_create_with_nonbootable_and_readwrite [0.005042s] ... ok {9} openstackclient.tests.unit.volume.v1.test_volume.TestVolumeCreate.test_volume_create_with_source [0.004282s] ... ok {9} openstackclient.tests.unit.volume.v1.test_volume.TestVolumeCreate.test_volume_create_without_size [0.003704s] ... ok {9} openstackclient.tests.unit.volume.v2.test_consistency_group.TestConsistencyGroupAddVolume.test_add_multiple_volumes_to_consistency_group [0.005702s] ... ok {9} openstackclient.tests.unit.volume.v2.test_consistency_group.TestConsistencyGroupAddVolume.test_add_multiple_volumes_to_consistency_group_with_exception [0.006223s] ... ok {9} openstackclient.tests.unit.volume.v2.test_consistency_group.TestConsistencyGroupAddVolume.test_add_one_volume_to_consistency_group [0.004841s] ... ok {9} openstackclient.tests.unit.volume.v2.test_consistency_group.TestConsistencyGroupList.test_consistency_group_list_with_all_project [0.005381s] ... ok {9} openstackclient.tests.unit.volume.v2.test_consistency_group.TestConsistencyGroupList.test_consistency_group_list_with_long [0.007453s] ... ok {9} openstackclient.tests.unit.volume.v2.test_consistency_group.TestConsistencyGroupList.test_consistency_group_list_without_options [0.115335s] ... ok {6} openstackclient.tests.unit.identity.v3.test_domain.TestDomainCreate.test_domain_create_description [0.004882s] ... ok {6} openstackclient.tests.unit.identity.v3.test_domain.TestDomainCreate.test_domain_create_disable [0.004880s] ... ok {6} openstackclient.tests.unit.identity.v3.test_domain.TestDomainCreate.test_domain_create_enable [0.005992s] ... ok {6} openstackclient.tests.unit.identity.v3.test_domain.TestDomainCreate.test_domain_create_no_options [0.004318s] ... ok {6} openstackclient.tests.unit.identity.v3.test_domain.TestDomainCreate.test_domain_create_with_immutable [0.004488s] ... ok {6} openstackclient.tests.unit.identity.v3.test_domain.TestDomainCreate.test_domain_create_with_no_immutable [0.004504s] ... ok {6} openstackclient.tests.unit.identity.v3.test_role.TestRoleAdd.test_role_add_domain_role_on_user_project [0.005048s] ... ok {6} openstackclient.tests.unit.identity.v3.test_role.TestRoleAdd.test_role_add_group_domain [0.004879s] ... ok {6} openstackclient.tests.unit.identity.v3.test_role.TestRoleAdd.test_role_add_group_project [0.004831s] ... ok {6} openstackclient.tests.unit.identity.v3.test_role.TestRoleAdd.test_role_add_group_system [0.004829s] ... ok {6} openstackclient.tests.unit.identity.v3.test_role.TestRoleAdd.test_role_add_user_domain [0.004684s] ... ok {6} openstackclient.tests.unit.identity.v3.test_role.TestRoleAdd.test_role_add_user_project [0.004810s] ... ok {6} openstackclient.tests.unit.identity.v3.test_role.TestRoleAdd.test_role_add_user_system [0.004852s] ... ok {6} openstackclient.tests.unit.identity.v3.test_role.TestRoleAdd.test_role_add_with_error [0.004644s] ... ok {6} openstackclient.tests.unit.identity.v3.test_role.TestRoleList.test_role_list_domain_role [0.004431s] ... ok {6} openstackclient.tests.unit.identity.v3.test_role.TestRoleList.test_role_list_no_options [0.004242s] ... ok {6} openstackclient.tests.unit.identity.v3.test_service.TestServiceSet.test_service_set_description [0.003690s] ... ok {6} openstackclient.tests.unit.identity.v3.test_service.TestServiceSet.test_service_set_disable [0.003886s] ... ok {6} openstackclient.tests.unit.identity.v3.test_service.TestServiceSet.test_service_set_enable [0.003910s] ... ok {6} openstackclient.tests.unit.identity.v3.test_service.TestServiceSet.test_service_set_name [0.003600s] ... ok {6} openstackclient.tests.unit.identity.v3.test_service.TestServiceSet.test_service_set_no_options [0.005218s] ... ok {6} openstackclient.tests.unit.identity.v3.test_service.TestServiceSet.test_service_set_type [0.003688s] ... ok {6} openstackclient.tests.unit.identity.v3.test_service_provider.TestServiceProviderShow.test_service_provider_show [0.004623s] ... ok {6} openstackclient.tests.unit.network.v2.test_floating_ip_network.TestDeleteFloatingIPNetwork.test_floating_ip_delete [0.003874s] ... ok {6} openstackclient.tests.unit.network.v2.test_floating_ip_network.TestDeleteFloatingIPNetwork.test_floating_ip_delete_multi [0.003541s] ... ok {6} openstackclient.tests.unit.network.v2.test_floating_ip_network.TestDeleteFloatingIPNetwork.test_floating_ip_delete_multi_exception [0.003658s] ... ok {6} openstackclient.tests.unit.network.v2.test_floating_ip_network.TestUnsetFloatingIP.test_floating_ip_unset_port [0.003652s] ... ok {6} openstackclient.tests.unit.network.v2.test_floating_ip_network.TestUnsetFloatingIP.test_floating_ip_unset_qos_policy [0.003688s] ... ok {6} openstackclient.tests.unit.network.v2.test_floating_ip_network.TestUnsetFloatingIP.test_unset_with_all_tag [0.003751s] ... ok {6} openstackclient.tests.unit.network.v2.test_floating_ip_network.TestUnsetFloatingIP.test_unset_with_tags [0.003654s] ... ok {6} openstackclient.tests.unit.network.v2.test_floating_ip_pool_network.TestListFloatingIPPoolNetwork.test_floating_ip_list [0.004028s] ... ok {6} openstackclient.tests.unit.network.v2.test_network_qos_rule.TestDeleteNetworkQosRuleMinimumBandwidth.test_qos_policy_delete [0.004055s] ... ok {6} openstackclient.tests.unit.network.v2.test_network_qos_rule.TestDeleteNetworkQosRuleMinimumBandwidth.test_qos_policy_delete_error [0.004239s] ... ok {6} openstackclient.tests.unit.network.v2.test_network_qos_rule.TestListNetworkQosRule.test_qos_rule_list [0.005345s] ... ok {23} openstackclient.tests.unit.integ.cli.test_shell.TestIntegShellCliV3.test_shell_args_cacert_insecure [0.024908s] ... ok {23} openstackclient.tests.unit.integ.cli.test_shell.TestIntegShellCliV3.test_shell_args_insecure [0.024504s] ... ok {23} openstackclient.tests.unit.integ.cli.test_shell.TestIntegShellCliV3.test_shell_args_no_options [0.026060s] ... ok {23} openstackclient.tests.unit.integ.cli.test_shell.TestIntegShellCliV3.test_shell_args_verify [0.024508s] ... ok {23} openstackclient.tests.unit.network.test_common.TestNetworkAndComputeLister.test_take_action_compute [0.003130s] ... ok {23} openstackclient.tests.unit.network.test_common.TestNetworkAndComputeLister.test_take_action_network [0.002183s] ... ok {23} openstackclient.tests.unit.network.v2.test_address_scope.TestShowAddressScope.test_show_all_options [0.004500s] ... ok {23} openstackclient.tests.unit.network.v2.test_address_scope.TestShowAddressScope.test_show_no_options [0.005780s] ... ok {23} openstackclient.tests.unit.network.v2.test_network_meter_rule.TestDeleteMeterRule.test_delete_multiple_rules [0.004009s] ... ok {23} openstackclient.tests.unit.network.v2.test_network_meter_rule.TestDeleteMeterRule.test_delete_multiple_rules_exception [0.004813s] ... ok {23} openstackclient.tests.unit.network.v2.test_network_meter_rule.TestDeleteMeterRule.test_delete_one_rule [0.003648s] ... ok {23} openstackclient.tests.unit.network.v2.test_network_segment.TestCreateNetworkSegment.test_create_all_options [0.004718s] ... ok {23} openstackclient.tests.unit.network.v2.test_network_segment.TestCreateNetworkSegment.test_create_invalid_network_type [0.004981s] ... ok {23} openstackclient.tests.unit.network.v2.test_network_segment.TestCreateNetworkSegment.test_create_minimum_options [0.004581s] ... ok {23} openstackclient.tests.unit.network.v2.test_network_segment.TestCreateNetworkSegment.test_create_no_options [0.006454s] ... ok {23} openstackclient.tests.unit.network.v2.test_subnet.TestShowSubnet.test_show_all_options [0.005761s] ... ok {23} openstackclient.tests.unit.network.v2.test_subnet.TestShowSubnet.test_show_no_options [0.089214s] ... ok {13} openstackclient.tests.unit.common.test_logs.TestFileFormatter.test_config [0.000466s] ... ok {13} openstackclient.tests.unit.common.test_logs.TestFileFormatter.test_nothing [0.000188s] ... ok {13} openstackclient.tests.unit.common.test_logs.TestFileFormatter.test_options [0.000214s] ... ok {13} openstackclient.tests.unit.compute.v2.test_aggregate.TestAggregateAddHost.test_aggregate_add_host [0.017649s] ... ok {13} openstackclient.tests.unit.compute.v2.test_server.TestServerResizeRevert.test_resize_revert [0.006555s] ... ok {13} openstackclient.tests.unit.compute.v2.test_server.TestServerSet.test_server_set_no_option [0.006854s] ... ok {13} openstackclient.tests.unit.compute.v2.test_server.TestServerSet.test_server_set_with_description_api_newer [0.007554s] ... ok {13} openstackclient.tests.unit.compute.v2.test_server.TestServerSet.test_server_set_with_description_api_older [0.007300s] ... ok {13} openstackclient.tests.unit.compute.v2.test_server.TestServerSet.test_server_set_with_invalid_state [0.008672s] ... ok {13} openstackclient.tests.unit.compute.v2.test_server.TestServerSet.test_server_set_with_name [0.008045s] ... ok {13} openstackclient.tests.unit.compute.v2.test_server.TestServerSet.test_server_set_with_property [0.007071s] ... ok {13} openstackclient.tests.unit.compute.v2.test_server.TestServerSet.test_server_set_with_root_password [0.007494s] ... ok {13} openstackclient.tests.unit.compute.v2.test_server.TestServerSet.test_server_set_with_state [0.007601s] ... ok {13} openstackclient.tests.unit.identity.v2_0.test_role.TestRoleRemove.test_role_remove [0.002660s] ... ok {13} openstackclient.tests.unit.identity.v3.test_endpoint.TestEndpointDelete.test_endpoint_delete [0.003602s] ... ok {13} openstackclient.tests.unit.image.v2.test_image.TestRemoveProjectImage.test_remove_project_image_no_options [0.007077s] ... ok {13} openstackclient.tests.unit.image.v2.test_image.TestRemoveProjectImage.test_remove_project_image_with_options [0.007403s] ... ok {13} openstackclient.tests.unit.network.v2.test_network_qos_policy.TestListNetworkQosPolicy.test_network_qos_list_project [0.005882s] ... ok {13} openstackclient.tests.unit.network.v2.test_network_qos_policy.TestListNetworkQosPolicy.test_qos_policy_list [0.004651s] ... ok {13} openstackclient.tests.unit.network.v2.test_network_qos_policy.TestListNetworkQosPolicy.test_qos_policy_list_no_share [0.004536s] ... ok {13} openstackclient.tests.unit.network.v2.test_network_qos_policy.TestListNetworkQosPolicy.test_qos_policy_list_share [0.004495s] ... ok {13} openstackclient.tests.unit.network.v2.test_network_qos_rule.TestCreateNetworkQosRuleBandwidtLimit.test_check_type_parameters [0.003518s] ... ok {13} openstackclient.tests.unit.network.v2.test_network_qos_rule.TestCreateNetworkQosRuleBandwidtLimit.test_create_all_options [0.005562s] ... ok {13} openstackclient.tests.unit.network.v2.test_network_qos_rule.TestCreateNetworkQosRuleBandwidtLimit.test_create_default_options [0.006072s] ... ok {13} openstackclient.tests.unit.network.v2.test_network_qos_rule.TestCreateNetworkQosRuleBandwidtLimit.test_create_no_options [0.007825s] ... ok {13} openstackclient.tests.unit.network.v2.test_network_qos_rule.TestCreateNetworkQosRuleBandwidtLimit.test_create_wrong_options [0.005469s] ... ok {13} openstackclient.tests.unit.network.v2.test_router.TestDeleteRouter.test_multi_routers_delete [0.003579s] ... ok {13} openstackclient.tests.unit.network.v2.test_router.TestDeleteRouter.test_multi_routers_delete_with_exception [0.004030s] ... ok {13} openstackclient.tests.unit.network.v2.test_router.TestDeleteRouter.test_router_delete [0.003479s] ... ok {13} openstackclient.tests.unit.object.v1.test_container.TestContainerDelete.test_container_delete [0.002743s] ... ok {13} openstackclient.tests.unit.object.v1.test_container.TestContainerDelete.test_r_delete [0.002717s] ... ok {13} openstackclient.tests.unit.object.v1.test_container.TestContainerDelete.test_recursive_delete [0.002674s] ... ok {13} openstackclient.tests.unit.test_shell.TestShellTokenAuthEnv.test_empty_auth [0.054164s] ... ok {13} openstackclient.tests.unit.test_shell.TestShellTokenAuthEnv.test_env [0.089040s] ... ok {13} openstackclient.tests.unit.test_shell.TestShellTokenAuthEnv.test_only_auth_url [0.007440s] ... ok {13} openstackclient.tests.unit.test_shell.TestShellTokenAuthEnv.test_only_token [0.016528s] ... ok {13} openstackclient.tests.unit.volume.v1.test_transfer_request.TestTransferDelete.test_delete_multiple_transfers [0.002935s] ... ok {13} openstackclient.tests.unit.volume.v1.test_transfer_request.TestTransferDelete.test_delete_multiple_transfers_with_exception [0.003605s] ... ok {13} openstackclient.tests.unit.volume.v1.test_transfer_request.TestTransferDelete.test_transfer_delete [0.002675s] ... ok {13} openstackclient.tests.unit.volume.v2.test_type.TestTypeUnset.test_type_unset [0.005697s] ... ok {13} openstackclient.tests.unit.volume.v2.test_type.TestTypeUnset.test_type_unset_encryption_type [0.005457s] ... ok {13} openstackclient.tests.unit.volume.v2.test_type.TestTypeUnset.test_type_unset_failed_with_missing_volume_type_argument [0.005516s] ... ok {13} openstackclient.tests.unit.volume.v2.test_type.TestTypeUnset.test_type_unset_not_called_without_project_argument [0.005510s] ... ok {13} openstackclient.tests.unit.volume.v2.test_type.TestTypeUnset.test_type_unset_project_access [0.005644s] ... ok {26} openstackclient.tests.unit.compute.v2.test_aggregate.TestAggregateUnset.test_aggregate_unset [0.013168s] ... ok {26} openstackclient.tests.unit.compute.v2.test_aggregate.TestAggregateUnset.test_aggregate_unset_multiple_properties [0.006049s] ... ok {26} openstackclient.tests.unit.compute.v2.test_aggregate.TestAggregateUnset.test_aggregate_unset_no_option [0.005888s] ... ok {26} openstackclient.tests.unit.compute.v2.test_server.TestServerStop.test_server_stop_multi_servers [0.007315s] ... ok {26} openstackclient.tests.unit.compute.v2.test_server.TestServerStop.test_server_stop_one_server [0.006263s] ... ok {26} openstackclient.tests.unit.compute.v2.test_server.TestServerSuspend.test_server_suspend_multi_servers [0.006917s] ... ok {17} openstackclient.tests.unit.identity.v3.test_project.TestProjectSet.test_project_set_enable [0.003562s] ... ok {11} openstackclient.tests.unit.compute.v2.test_keypair.TestKeypairList.test_keypair_list_no_options [0.016780s] ... ok {26} openstackclient.tests.unit.compute.v2.test_server.TestServerSuspend.test_server_suspend_one_server [0.006095s] ... ok {24} openstackclient.tests.unit.compute.v2.test_hypervisor.TestHypervisorList.test_hypervisor_list_matching_option_not_found [0.007072s] ... ok {6} openstackclient.tests.unit.volume.v2.test_consistency_group_snapshot.TestConsistencyGroupSnapshotShow.test_consistency_group_snapshot_show [0.006256s] ... ok {25} openstackclient.tests.unit.api.test_api.TestBaseAPI.test_create_post [0.006438s] ... ok {25} openstackclient.tests.unit.api.test_api.TestBaseAPI.test_create_put [0.002737s] ... ok {25} openstackclient.tests.unit.api.test_api.TestBaseAPI.test_delete [0.002417s] ... ok {25} openstackclient.tests.unit.api.test_api.TestBaseAPI.test_find_attr_by_id [0.013493s] ... ok {25} openstackclient.tests.unit.api.test_api.TestBaseAPI.test_find_attr_by_name [0.012107s] ... ok {25} openstackclient.tests.unit.api.test_api.TestBaseAPI.test_find_attr_path_resource [0.005136s] ... ok {25} openstackclient.tests.unit.api.test_api.TestBaseAPI.test_find_bulk_dict [0.002742s] ... ok {25} openstackclient.tests.unit.api.test_api.TestBaseAPI.test_find_bulk_none [0.002649s] ... ok {25} openstackclient.tests.unit.api.test_api.TestBaseAPI.test_find_bulk_one [0.008998s] ... ok {5} openstackclient.tests.unit.compute.v2.test_flavor.TestFlavorUnset.test_flavor_unset_no_flavor [0.009273s] ... ok {5} openstackclient.tests.unit.compute.v2.test_flavor.TestFlavorUnset.test_flavor_unset_no_project [0.006754s] ... ok {5} openstackclient.tests.unit.compute.v2.test_flavor.TestFlavorUnset.test_flavor_unset_nothing [0.006664s] ... ok {5} openstackclient.tests.unit.compute.v2.test_flavor.TestFlavorUnset.test_flavor_unset_project [0.013505s] ... ok {26} openstackclient.tests.unit.identity.v3.test_consumer.TestConsumerShow.test_consumer_show [0.009079s] ... ok {26} openstackclient.tests.unit.identity.v3.test_group.TestGroupCreate.test_group_create [0.004458s] ... ok {26} openstackclient.tests.unit.identity.v3.test_group.TestGroupCreate.test_group_create_or_show [0.004983s] ... ok {26} openstackclient.tests.unit.identity.v3.test_group.TestGroupCreate.test_group_create_with_options [0.004742s] ... ok {26} openstackclient.tests.unit.identity.v3.test_protocol.TestProtocolSet.test_set_new_mapping [0.003889s] ... ok {26} openstackclient.tests.unit.network.v2.test_network_flavor_profile.TestDeleteFlavorProfile.test_multi_network_flavor_profiles_delete [0.003625s] ... ok {17} openstackclient.tests.unit.identity.v3.test_project.TestProjectSet.test_project_set_name [0.003752s] ... ok {17} openstackclient.tests.unit.identity.v3.test_project.TestProjectSet.test_project_set_no_options [0.004799s] ... ok {17} openstackclient.tests.unit.identity.v3.test_project.TestProjectSet.test_project_set_property [0.003773s] ... ok {17} openstackclient.tests.unit.identity.v3.test_project.TestProjectSet.test_project_set_tags [0.003732s] ... ok {17} openstackclient.tests.unit.identity.v3.test_project.TestProjectSet.test_project_set_with_immutable_option [0.005753s] ... ok {17} openstackclient.tests.unit.identity.v3.test_project.TestProjectSet.test_project_set_with_no_immutable_option [0.003857s] ... ok {17} openstackclient.tests.unit.integ.cli.test_shell.TestIntegShellCliPrecedenceOCC.test_shell_args_precedence_1 [0.097181s] ... ok {17} openstackclient.tests.unit.integ.cli.test_shell.TestIntegShellCliPrecedenceOCC.test_shell_args_precedence_2 [0.031545s] ... ok {17} openstackclient.tests.unit.network.v2.test_floating_ip_pool_compute.TestListFloatingIPPoolCompute.test_floating_ip_list [0.008675s] ... ok {17} openstackclient.tests.unit.network.v2.test_security_group_network.TestShowSecurityGroupNetwork.test_show_all_options [0.005942s] ... ok {26} openstackclient.tests.unit.network.v2.test_network_flavor_profile.TestDeleteFlavorProfile.test_multi_network_flavor_profiles_delete_with_exception [0.004650s] ... ok {17} openstackclient.tests.unit.network.v2.test_security_group_network.TestShowSecurityGroupNetwork.test_show_no_options [0.007128s] ... ok {17} openstackclient.tests.unit.network.v2.test_security_group_rule_compute.TestCreateSecurityGroupRuleCompute.test_security_group_rule_create_all_protocol_options [0.009210s] ... ok {17} openstackclient.tests.unit.network.v2.test_security_group_rule_compute.TestCreateSecurityGroupRuleCompute.test_security_group_rule_create_all_remote_options [0.010879s] ... ok {17} openstackclient.tests.unit.network.v2.test_security_group_rule_compute.TestCreateSecurityGroupRuleCompute.test_security_group_rule_create_bad_protocol [0.101004s] ... ok {17} openstackclient.tests.unit.network.v2.test_security_group_rule_compute.TestCreateSecurityGroupRuleCompute.test_security_group_rule_create_default_rule [0.008377s] ... ok {25} openstackclient.tests.unit.api.test_api.TestBaseAPI.test_find_bulk_two [0.006810s] ... ok {34} openstackclient.tests.unit.common.test_parseractions.TestKeyValueAction.test_error_values [0.002133s] ... ok {5} openstackclient.tests.unit.compute.v2.test_flavor.TestFlavorUnset.test_flavor_unset_property [0.006829s] ... ok {5} openstackclient.tests.unit.compute.v2.test_flavor.TestFlavorUnset.test_flavor_unset_with_unexist_flavor [0.006642s] ... ok {5} openstackclient.tests.unit.identity.v2_0.test_endpoint.TestEndpointList.test_endpoint_list_long [0.006054s] ... ok {5} openstackclient.tests.unit.identity.v2_0.test_endpoint.TestEndpointList.test_endpoint_list_no_options [0.002803s] ... ok {5} openstackclient.tests.unit.identity.v2_0.test_user.TestUserShow.test_user_show [0.003353s] ... ok {5} openstackclient.tests.unit.identity.v3.test_access_rule.TestAccessRuleList.test_access_rule_list [0.004626s] ... ok {5} openstackclient.tests.unit.identity.v3.test_identity_provider.TestIdentityProviderCreate.test_create_identity_provider_description [0.005489s] ... ok {5} openstackclient.tests.unit.identity.v3.test_identity_provider.TestIdentityProviderCreate.test_create_identity_provider_disabled [0.005951s] ... ok {5} openstackclient.tests.unit.identity.v3.test_identity_provider.TestIdentityProviderCreate.test_create_identity_provider_domain_id [0.005516s] ... ok {5} openstackclient.tests.unit.identity.v3.test_identity_provider.TestIdentityProviderCreate.test_create_identity_provider_domain_name [0.005389s] ... ok {5} openstackclient.tests.unit.identity.v3.test_identity_provider.TestIdentityProviderCreate.test_create_identity_provider_no_options [0.005184s] ... ok {37} openstackclient.tests.unit.api.test_object_store_v1.TestObject.test_object_create [0.022314s] ... ok {37} openstackclient.tests.unit.api.test_object_store_v1.TestObject.test_object_delete [0.002617s] ... ok {37} openstackclient.tests.unit.api.test_object_store_v1.TestObject.test_object_list_delimiter [0.003819s] ... ok {37} openstackclient.tests.unit.api.test_object_store_v1.TestObject.test_object_list_marker_limit_end [0.002887s] ... ok {34} openstackclient.tests.unit.common.test_parseractions.TestKeyValueAction.test_good_values [0.000646s] ... ok {34} openstackclient.tests.unit.identity.v3.test_application_credential.TestApplicationCredentialShow.test_application_credential_show [0.014804s] ... ok {34} openstackclient.tests.unit.identity.v3.test_endpoint.TestEndpointCreateServiceWithoutName.test_endpoint_create_disable [0.005860s] ... ok {34} openstackclient.tests.unit.identity.v3.test_endpoint.TestEndpointCreateServiceWithoutName.test_endpoint_create_enable [0.005492s] ... ok {5} openstackclient.tests.unit.identity.v3.test_identity_provider.TestIdentityProviderCreate.test_create_identity_provider_remote_id [0.005323s] ... ok {5} openstackclient.tests.unit.identity.v3.test_identity_provider.TestIdentityProviderCreate.test_create_identity_provider_remote_ids_file [0.005494s] ... ok {18} openstackclient.tests.unit.api.test_api.TestKeystoneSession.test_session_request [0.006760s] ... ok {18} openstackclient.tests.unit.common.test_extension.TestExtensionList.test_extension_list_compute [0.015561s] ... ok {37} openstackclient.tests.unit.api.test_object_store_v1.TestObject.test_object_list_no_options [0.002773s] ... ok {37} openstackclient.tests.unit.api.test_object_store_v1.TestObject.test_object_list_prefix [0.003315s] ... ok {25} openstackclient.tests.unit.api.test_api.TestBaseAPI.test_list_body [0.002870s] ... ok {18} openstackclient.tests.unit.common.test_extension.TestExtensionList.test_extension_list_compute_and_network [0.005373s] ... ok {11} openstackclient.tests.unit.compute.v2.test_server.TestServerAddFloatingIPNetwork.test_server_add_floating_ip_default [0.009353s] ... ok {25} openstackclient.tests.unit.api.test_api.TestBaseAPI.test_list_detailed [0.002922s] ... ok {25} openstackclient.tests.unit.api.test_api.TestBaseAPI.test_list_filtered [0.002896s] ... ok {25} openstackclient.tests.unit.api.test_api.TestBaseAPI.test_list_no_body [0.004891s] ... ok {25} openstackclient.tests.unit.api.test_api.TestBaseAPI.test_list_params [0.004864s] ... ok {25} openstackclient.tests.unit.api.test_api.TestBaseAPI.test_list_wrapped [0.002823s] ... ok {25} openstackclient.tests.unit.common.test_clientmanager.TestClientManager.test_client_manager_admin_token [0.005146s] ... ok {25} openstackclient.tests.unit.common.test_clientmanager.TestClientManager.test_client_manager_network_endpoint_disabled [0.006297s] ... ok {26} openstackclient.tests.unit.network.v2.test_network_flavor_profile.TestDeleteFlavorProfile.test_network_flavor_profile_delete [0.003569s] ... ok {26} openstackclient.tests.unit.network.v2.test_port.TestCreatePort.test_create_default_options [0.011240s] ... ok {26} openstackclient.tests.unit.network.v2.test_port.TestCreatePort.test_create_full_options [0.008910s] ... ok {1} openstackclient.tests.unit.common.test_module.TestCommandList.test_command_list_no_options [0.011799s] ... ok {1} openstackclient.tests.unit.common.test_module.TestCommandList.test_command_list_with_group [0.002194s] ... ok {27} openstackclient.tests.unit.common.test_limits.TestComputeLimits.test_compute_show_absolute [0.017891s] ... ok {27} openstackclient.tests.unit.common.test_limits.TestComputeLimits.test_compute_show_rate [0.007122s] ... ok {5} openstackclient.tests.unit.identity.v3.test_identity_provider.TestIdentityProviderCreate.test_create_identity_provider_remote_ids_multiple [0.005507s] ... ok {18} openstackclient.tests.unit.common.test_extension.TestExtensionList.test_extension_list_identity [0.005037s] ... ok {18} openstackclient.tests.unit.common.test_extension.TestExtensionList.test_extension_list_long [0.005251s] ... ok {37} openstackclient.tests.unit.api.test_object_store_v1.TestObject.test_object_show [0.002883s] ... ok {37} openstackclient.tests.unit.compute.v2.test_agent.TestAgentCreate.test_agent_create [0.018870s] ... ok {37} openstackclient.tests.unit.compute.v2.test_server.TestServerLock.test_server_lock_multi_servers [0.007083s] ... ok {37} openstackclient.tests.unit.compute.v2.test_server.TestServerLock.test_server_lock_one_server [0.006055s] ... ok {27} openstackclient.tests.unit.compute.v2.test_flavor.TestFlavorCreate.test_flavor_create_all_options [0.009833s] ... ok {27} openstackclient.tests.unit.compute.v2.test_flavor.TestFlavorCreate.test_flavor_create_default_options [0.007996s] ... ok {27} openstackclient.tests.unit.compute.v2.test_flavor.TestFlavorCreate.test_flavor_create_no_options [0.009984s] ... ok {34} openstackclient.tests.unit.identity.v3.test_endpoint.TestEndpointCreateServiceWithoutName.test_endpoint_create_no_options [0.005253s] ... ok {34} openstackclient.tests.unit.identity.v3.test_endpoint.TestEndpointCreateServiceWithoutName.test_endpoint_create_region [0.005144s] ... ok {34} openstackclient.tests.unit.identity.v3.test_region.TestRegionShow.test_region_show [0.004656s] ... ok {34} openstackclient.tests.unit.identity.v3.test_unscoped_saml.TestDomainList.test_accessible_domains_list [0.005458s] ... ok {26} openstackclient.tests.unit.network.v2.test_port.TestCreatePort.test_create_invalid_json_binding_profile [0.006930s] ... ok {26} openstackclient.tests.unit.network.v2.test_port.TestCreatePort.test_create_invalid_key_value_binding_profile [0.008403s] ... ok {11} openstackclient.tests.unit.compute.v2.test_server.TestServerAddFloatingIPNetwork.test_server_add_floating_ip_default_no_external_gateway [0.009289s] ... ok {11} openstackclient.tests.unit.compute.v2.test_server.TestServerAddFloatingIPNetwork.test_server_add_floating_ip_default_one_external_gateway [0.009295s] ... ok {11} openstackclient.tests.unit.compute.v2.test_server.TestServerAddFloatingIPNetwork.test_server_add_floating_ip_fixed [0.009075s] ... ok {37} openstackclient.tests.unit.compute.v2.test_server.TestServerLock.test_server_lock_with_reason [0.005635s] ... ok {37} openstackclient.tests.unit.compute.v2.test_server.TestServerRemoveFixedIP.test_server_remove_fixed_ip [0.006092s] ... ok {34} openstackclient.tests.unit.identity.v3.test_user.TestUserList.test_user_list_domain [0.005763s] ... ok {37} openstackclient.tests.unit.compute.v2.test_server.TestServerRestore.test_server_restore_multi_servers [0.006018s] ... ok {37} openstackclient.tests.unit.compute.v2.test_server.TestServerRestore.test_server_restore_one_server [0.005420s] ... ok {37} openstackclient.tests.unit.identity.v2_0.test_role.TestRoleShow.test_service_show [0.003178s] ... ok {37} openstackclient.tests.unit.identity.v3.test_group.TestGroupCheckUser.test_group_check_user [0.004595s] ... ok {26} openstackclient.tests.unit.network.v2.test_port.TestCreatePort.test_create_json_binding_profile [0.009141s] ... ok {26} openstackclient.tests.unit.network.v2.test_port.TestCreatePort.test_create_port_security_disabled [0.009079s] ... ok {1} openstackclient.tests.unit.common.test_module.TestCommandList.test_command_list_with_group_not_found [0.001896s] ... ok {19} openstackclient.tests.unit.compute.v2.test_host.TestHostSet.test_host_set [0.014618s] ... ok {37} openstackclient.tests.unit.identity.v3.test_group.TestGroupCheckUser.test_group_check_user_server_error [0.004387s] ... ok {37} openstackclient.tests.unit.identity.v3.test_group.TestGroupDelete.test_delete_multi_groups_with_exception [0.003646s] ... ok {1} openstackclient.tests.unit.common.test_module.TestModuleList.test_module_list_all [0.003027s] ... ok {1} openstackclient.tests.unit.common.test_module.TestModuleList.test_module_list_no_options [0.001916s] ... ok {1} openstackclient.tests.unit.identity.v2_0.test_service.TestServiceCreate.test_service_create [0.003150s] ... ok {1} openstackclient.tests.unit.identity.v2_0.test_service.TestServiceCreate.test_service_create_description [0.002689s] ... ok {8} openstackclient.tests.unit.compute.v2.test_server.TestServerRemoveNetwork.test_server_remove_network [0.013797s] ... ok {11} openstackclient.tests.unit.compute.v2.test_server.TestServerAddFloatingIPNetwork.test_server_add_floating_ip_fixed_no_port_found [0.010541s] ... ok {11} openstackclient.tests.unit.compute.v2.test_server.TestServerUnset.test_server_unset_no_option [0.006433s] ... ok {11} openstackclient.tests.unit.compute.v2.test_server.TestServerUnset.test_server_unset_with_description_api_newer [0.006948s] ... ok {24} openstackclient.tests.unit.compute.v2.test_hypervisor.TestHypervisorList.test_hypervisor_list_no_option [0.008157s] ... ok {24} openstackclient.tests.unit.compute.v2.test_keypair.TestKeypairCreate.test_key_pair_create_no_options [0.007110s] ... ok {24} openstackclient.tests.unit.compute.v2.test_keypair.TestKeypairCreate.test_keypair_create_private_key [0.009352s] ... ok {24} openstackclient.tests.unit.compute.v2.test_keypair.TestKeypairCreate.test_keypair_create_public_key [0.009077s] ... ok {19} openstackclient.tests.unit.compute.v2.test_host.TestHostSet.test_host_set_no_option [0.007029s] ... ok {19} openstackclient.tests.unit.compute.v2.test_hypervisor.TestHypervisorShow.test_hypervisor_show [0.011607s] ... ok {20} openstackclient.tests.unit.api.test_compute_v2.TestFloatingIPPool.test_floating_ip_pool_list [0.006308s] ... ok {20} openstackclient.tests.unit.compute.v2.test_server.TestServerDelete.test_server_delete_multi_servers [0.013816s] ... ok {34} openstackclient.tests.unit.identity.v3.test_user.TestUserList.test_user_list_group [0.005404s] ... ok {26} openstackclient.tests.unit.network.v2.test_port.TestCreatePort.test_create_port_security_enabled [0.008305s] ... ok {26} openstackclient.tests.unit.network.v2.test_port.TestCreatePort.test_create_port_with_allowed_address_pair [0.011182s] ... ok {26} openstackclient.tests.unit.network.v2.test_port.TestCreatePort.test_create_port_with_allowed_address_pair_ipaddr [0.011181s] ... ok {26} openstackclient.tests.unit.network.v2.test_port.TestCreatePort.test_create_port_with_dns_name [0.008125s] ... ok {26} openstackclient.tests.unit.network.v2.test_port.TestCreatePort.test_create_port_with_extra_dhcp_option [0.007798s] ... ok {26} openstackclient.tests.unit.network.v2.test_port.TestCreatePort.test_create_port_with_qos [0.009048s] ... ok {27} openstackclient.tests.unit.compute.v2.test_flavor.TestFlavorCreate.test_flavor_create_other_options [0.009173s] ... ok {17} openstackclient.tests.unit.network.v2.test_security_group_rule_compute.TestCreateSecurityGroupRuleCompute.test_security_group_rule_create_network_options [0.008691s] ... ok {17} openstackclient.tests.unit.network.v2.test_security_group_rule_compute.TestCreateSecurityGroupRuleCompute.test_security_group_rule_create_no_options [0.008714s] ... ok {17} openstackclient.tests.unit.network.v2.test_security_group_rule_compute.TestCreateSecurityGroupRuleCompute.test_security_group_rule_create_proto_option [0.008380s] ... ok {25} openstackclient.tests.unit.identity.v2_0.test_endpoint.TestEndpointCreate.test_endpoint_create [0.014129s] ... ok {1} openstackclient.tests.unit.identity.v2_0.test_service.TestServiceCreate.test_service_create_with_name_option [0.003114s] ... ok {39} openstackclient.tests.unit.compute.v2.test_keypair.TestKeypairDelete.test_delete_multiple_keypairs [0.013854s] ... ok {20} openstackclient.tests.unit.compute.v2.test_server.TestServerDelete.test_server_delete_no_options [0.006298s] ... ok {37} openstackclient.tests.unit.identity.v3.test_group.TestGroupDelete.test_group_delete [0.003295s] ... ok {37} openstackclient.tests.unit.identity.v3.test_group.TestGroupDelete.test_group_delete_with_domain [0.004410s] ... ok {17} openstackclient.tests.unit.network.v2.test_security_group_rule_compute.TestCreateSecurityGroupRuleCompute.test_security_group_rule_create_remote_group [0.008209s] ... ok {17} openstackclient.tests.unit.network.v2.test_security_group_rule_compute.TestCreateSecurityGroupRuleCompute.test_security_group_rule_create_remote_ip [0.008238s] ... ok {17} openstackclient.tests.unit.test_shell.TestShellArgV.test_shell_argv [0.012476s] ... ok {17} openstackclient.tests.unit.volume.v2.test_qos_specs.TestQosCreate.test_qos_create_with_consumer [0.006856s] ... ok {1} openstackclient.tests.unit.identity.v3.test_application_credential.TestApplicationCredentialDelete.test_application_credential_delete [0.003565s] ... ok {1} openstackclient.tests.unit.identity.v3.test_application_credential.TestApplicationCredentialDelete.test_delete_multi_app_creds_with_exception [0.003989s] ... ok {1} openstackclient.tests.unit.identity.v3.test_registered_limit.TestRegisteredLimitSet.test_registered_limit_set_default_limit [0.004319s] ... ok {17} openstackclient.tests.unit.volume.v2.test_qos_specs.TestQosCreate.test_qos_create_with_properties [0.006546s] ... ok {5} openstackclient.tests.unit.identity.v3.test_implied_role.TestImpliedRoleDelete.test_implied_role_delete [0.003603s] ... ok {8} openstackclient.tests.unit.compute.v2.test_server.TestServerRemoveNetwork.test_server_remove_network_no_neutron [0.006590s] ... ok {20} openstackclient.tests.unit.compute.v2.test_server.TestServerDelete.test_server_delete_wait_fails [0.008012s] ... ok {20} openstackclient.tests.unit.compute.v2.test_server.TestServerDelete.test_server_delete_wait_ok [0.006743s] ... ok {5} openstackclient.tests.unit.identity.v3.test_trust.TestTrustList.test_trust_list_no_options [0.004236s] ... ok {24} openstackclient.tests.unit.compute.v2.test_server.TestServerDumpCreate.test_server_dump_multi_servers [0.006851s] ... ok {19} openstackclient.tests.unit.compute.v2.test_hypervisor.TestHypervisorShow.test_hyprvisor_show_uptime_not_implemented [0.007405s] ... ok {19} openstackclient.tests.unit.compute.v2.test_server.TestServerShelve.test_shelve_multi_servers [0.007426s] ... ok {18} openstackclient.tests.unit.common.test_extension.TestExtensionList.test_extension_list_network [0.004852s] ... ok {18} openstackclient.tests.unit.common.test_extension.TestExtensionList.test_extension_list_network_with_long [0.004812s] ... ok {18} openstackclient.tests.unit.common.test_extension.TestExtensionList.test_extension_list_no_options [0.005121s] ... ok {18} openstackclient.tests.unit.common.test_extension.TestExtensionList.test_extension_list_volume [0.004983s] ... ok {24} openstackclient.tests.unit.compute.v2.test_server.TestServerDumpCreate.test_server_dump_one_server [0.005942s] ... ok {5} openstackclient.tests.unit.network.v2.test_network_flavor.TestRemoveNetworkFlavorFromProfile.test_remove_flavor_from_service_profile [0.004301s] ... ok {5} openstackclient.tests.unit.network.v2.test_network_flavor.TestRemoveNetworkFlavorFromProfile.test_show_no_options [0.005997s] ... ok {5} openstackclient.tests.unit.network.v2.test_network_qos_rule.TestShowNetworkQosBandwidthLimit.test_show_all_options [0.005024s] ... ok {5} openstackclient.tests.unit.network.v2.test_network_qos_rule.TestShowNetworkQosBandwidthLimit.test_show_no_options [0.005524s] ... ok {19} openstackclient.tests.unit.compute.v2.test_server.TestServerShelve.test_shelve_one_server [0.006323s] ... ok {1} openstackclient.tests.unit.identity.v3.test_registered_limit.TestRegisteredLimitSet.test_registered_limit_set_description [0.004489s] ... ok {18} openstackclient.tests.unit.compute.v2.test_hypervisor_stats.TestHypervisorStatsShow.test_hypervisor_show_stats [0.007509s] ... ok {24} openstackclient.tests.unit.compute.v2.test_service.TestServiceSet.test_service_set_2_53_disable_down [0.007338s] ... ok {37} openstackclient.tests.unit.identity.v3.test_group.TestGroupDelete.test_group_multi_delete [0.005584s] ... ok {19} openstackclient.tests.unit.compute.v2.test_server_group.TestServerGroupList.test_server_group_list [0.009195s] ... ok {19} openstackclient.tests.unit.compute.v2.test_server_group.TestServerGroupList.test_server_group_list_with_all_projects_and_long [0.007147s] ... ok {19} openstackclient.tests.unit.identity.v3.test_mappings.TestMappingSet.test_set_new_rules [0.004628s] ... ok {37} openstackclient.tests.unit.identity.v3.test_implied_role.TestImpliedRoleList.test_implied_role_list [0.004651s] ... ok {37} openstackclient.tests.unit.identity.v3.test_protocol.TestProtocolCreate.test_create_protocol [0.004417s] ... ok {37} openstackclient.tests.unit.image.v2.test_image.TestImageSave.test_save_data [0.003963s] ... ok {37} openstackclient.tests.unit.network.v2.test_address_scope.TestCreateAddressScope.test_create_all_options [0.005994s] ... ok {20} openstackclient.tests.unit.compute.v2.test_server.TestServerList.test_server_list_long_option [0.017400s] ... ok {20} openstackclient.tests.unit.compute.v2.test_server.TestServerList.test_server_list_n_option [0.015275s] ... ok {1} openstackclient.tests.unit.identity.v3.test_registered_limit.TestRegisteredLimitSet.test_registered_limit_set_region [0.004400s] ... ok {1} openstackclient.tests.unit.identity.v3.test_registered_limit.TestRegisteredLimitSet.test_registered_limit_set_resource_name [0.004368s] ... ok {11} openstackclient.tests.unit.compute.v2.test_server.TestServerUnset.test_server_unset_with_description_api_older [0.006749s] ... ok {1} openstackclient.tests.unit.identity.v3.test_registered_limit.TestRegisteredLimitSet.test_registered_limit_set_service [0.004610s] ... ok {1} openstackclient.tests.unit.identity.v3.test_role.TestRoleCreate.test_role_create_no_options [0.004641s] ... ok {1} openstackclient.tests.unit.identity.v3.test_role.TestRoleCreate.test_role_create_with_description [0.004435s] ... ok {1} openstackclient.tests.unit.identity.v3.test_role.TestRoleCreate.test_role_create_with_domain [0.004683s] ... ok {1} openstackclient.tests.unit.identity.v3.test_role.TestRoleCreate.test_role_create_with_immutable_option [0.004668s] ... ok {24} openstackclient.tests.unit.compute.v2.test_service.TestServiceSet.test_service_set_2_53_disable_reason [0.006550s] ... ok {18} openstackclient.tests.unit.compute.v2.test_server_group.TestServerGroupListV264.test_server_group_list [0.008398s] ... ok {19} openstackclient.tests.unit.identity.v3.test_mappings.TestMappingSet.test_set_rules_wrong_file_path [0.004360s] ... ok {19} openstackclient.tests.unit.identity.v3.test_user.TestUserDelete.test_delete_multi_users_with_exception [0.004450s] ... ok {25} openstackclient.tests.unit.identity.v3.test_credential.TestCredentialCreate.test_credential_create_no_options [0.005192s] ... ok {25} openstackclient.tests.unit.identity.v3.test_credential.TestCredentialCreate.test_credential_create_with_options [0.005026s] ... ok {25} openstackclient.tests.unit.identity.v3.test_domain.TestDomainDelete.test_domain_delete [0.003561s] ... ok {39} openstackclient.tests.unit.compute.v2.test_keypair.TestKeypairDelete.test_delete_multiple_keypairs_with_exception [0.007017s] ... ok {39} openstackclient.tests.unit.compute.v2.test_keypair.TestKeypairDelete.test_keypair_delete [0.006148s] ... ok {39} openstackclient.tests.unit.compute.v2.test_server_group.TestServerGroupShow.test_server_group_show [0.011049s] ... ok {24} openstackclient.tests.unit.compute.v2.test_service.TestServiceSet.test_service_set_2_53_enable_up [0.008334s] ... ok {24} openstackclient.tests.unit.compute.v2.test_service.TestServiceSet.test_service_set_disable [0.006137s] ... ok {24} openstackclient.tests.unit.compute.v2.test_service.TestServiceSet.test_service_set_disable_with_reason [0.006289s] ... ok {24} openstackclient.tests.unit.compute.v2.test_service.TestServiceSet.test_service_set_enable [0.006190s] ... ok _shell: _shell: _shell: _shell: {25} openstackclient.tests.unit.identity.v3.test_region.TestRegionList.test_region_list_no_options [0.004894s] ... ok {25} openstackclient.tests.unit.identity.v3.test_region.TestRegionList.test_region_list_parent_region_id [0.004731s] ... ok {25} openstackclient.tests.unit.network.v2.test_network.TestCreateNetworkIdentityV3.test_create_all_options [0.009019s] ... ok {39} openstackclient.tests.unit.identity.v2_0.test_project.TestProjectUnset.test_project_unset_key [0.002434s] ... ok {39} openstackclient.tests.unit.identity.v2_0.test_project.TestProjectUnset.test_project_unset_no_options [0.002357s] ... ok {25} openstackclient.tests.unit.network.v2.test_network.TestCreateNetworkIdentityV3.test_create_default_options [0.008646s] ... ok {19} openstackclient.tests.unit.identity.v3.test_user.TestUserDelete.test_user_delete_no_options [0.003984s] ... ok {19} openstackclient.tests.unit.integ.cli.test_shell.TestIntegShellCliV3Prompt.test_shell_callback [0.082192s] ... ok {19} openstackclient.tests.unit.network.v2.test_floating_ip_compute.TestShowFloatingIPCompute.test_floating_ip_show [0.008331s] ... ok {26} openstackclient.tests.unit.network.v2.test_port.TestCreatePort.test_create_with_no_fixed_ips [0.008152s] ... ok {26} openstackclient.tests.unit.network.v2.test_port.TestCreatePort.test_create_with_no_security_groups [0.008557s] ... ok {26} openstackclient.tests.unit.network.v2.test_port.TestCreatePort.test_create_with_no_tag [0.008388s] ... ok {19} openstackclient.tests.unit.network.v2.test_network.TestDeleteNetwork.test_delete_multiple_networks [0.004676s] ... ok {25} openstackclient.tests.unit.network.v2.test_network.TestCreateNetworkIdentityV3.test_create_no_options [0.008892s] ... ok {25} openstackclient.tests.unit.network.v2.test_network.TestCreateNetworkIdentityV3.test_create_other_options [0.007010s] ... ok {16} openstackclient.tests.unit.api.test_compute_v2.TestHost.test_host_list_no_options [0.006117s] ... ok {16} openstackclient.tests.unit.api.test_compute_v2.TestHost.test_host_list_zone [0.002905s] ... ok {21} openstackclient.tests.unit.common.test_quota.TestQuotaSet.test_quota_set [0.016872s] ... ok {14} openstackclient.tests.unit.api.test_image_v2.TestImage.test_image_list_no_options [0.006454s] ... ok {14} openstackclient.tests.unit.api.test_image_v2.TestImage.test_image_list_private [0.002971s] ... ok {14} openstackclient.tests.unit.api.test_image_v2.TestImage.test_image_list_public [0.002410s] ... ok {14} openstackclient.tests.unit.identity.v2_0.test_service.TestServiceList.test_service_list_long [0.012315s] ... ok {14} openstackclient.tests.unit.identity.v2_0.test_service.TestServiceList.test_service_list_no_options [0.002343s] ... ok {19} openstackclient.tests.unit.network.v2.test_network.TestDeleteNetwork.test_delete_multiple_networks_exception [0.005318s] ... ok {21} openstackclient.tests.unit.common.test_quota.TestQuotaSet.test_quota_set_network [0.009699s] ... ok {31} openstackclient.tests.unit.common.test_logs.TestContext.test_log_level_from_config [0.000413s] ... ok {37} openstackclient.tests.unit.network.v2.test_address_scope.TestCreateAddressScope.test_create_default_options [0.004494s] ... ok {37} openstackclient.tests.unit.network.v2.test_address_scope.TestCreateAddressScope.test_create_no_options [0.006327s] ... ok {25} openstackclient.tests.unit.network.v2.test_network.TestCreateNetworkIdentityV3.test_create_with_no_tag [0.006842s] ... ok {20} openstackclient.tests.unit.compute.v2.test_server.TestServerList.test_server_list_name_lookup_one_by_one [0.014408s] ... ok {5} openstackclient.tests.unit.volume.v1.test_service.TestServiceSet.test_service_set_disable [0.003409s] ... ok {31} openstackclient.tests.unit.common.test_logs.TestContext.test_log_level_from_options [0.000317s] ... ok {31} openstackclient.tests.unit.common.test_logs.TestContext.test_set_warning_filter [0.001015s] ... ok {31} openstackclient.tests.unit.compute.v2.test_aggregate.TestAggregateSet.test_aggregate_set_no_option [0.012231s] ... ok {14} openstackclient.tests.unit.identity.v3.test_mappings.TestMappingShow.test_mapping_show [0.005072s] ... ok {19} openstackclient.tests.unit.network.v2.test_network.TestDeleteNetwork.test_delete_one_network [0.004479s] ... ok {19} openstackclient.tests.unit.network.v2.test_network_agent.TestSetNetworkAgent.test_set_all [0.003825s] ... ok {19} openstackclient.tests.unit.network.v2.test_network_agent.TestSetNetworkAgent.test_set_nothing [0.004106s] ... ok {19} openstackclient.tests.unit.network.v2.test_network_agent.TestSetNetworkAgent.test_set_with_disable [0.003795s] ... ok {19} openstackclient.tests.unit.network.v2.test_network_compute.TestDeleteNetworkCompute.test_network_delete_multi [0.006852s] ... ok {19} openstackclient.tests.unit.network.v2.test_network_compute.TestDeleteNetworkCompute.test_network_delete_multi_with_exception [0.007250s] ... ok {19} openstackclient.tests.unit.network.v2.test_network_compute.TestDeleteNetworkCompute.test_network_delete_one [0.006856s] ... ok {19} openstackclient.tests.unit.volume.v1.test_volume.TestColumns.test_attachments_column_with_server_cache [0.002449s] ... ok {19} openstackclient.tests.unit.volume.v1.test_volume.TestColumns.test_attachments_column_without_server_cache [0.002067s] ... ok {19} openstackclient.tests.unit.volume.v2.test_qos_specs.TestQosAssociate.test_qos_associate [0.006337s] ... ok {19} openstackclient.tests.unit.volume.v2.test_volume.TestVolumeCreate.test_volume_create_image_id [0.013942s] ... ok {19} openstackclient.tests.unit.volume.v2.test_volume.TestVolumeCreate.test_volume_create_image_name [0.170194s] ... ok {19} openstackclient.tests.unit.volume.v2.test_volume.TestVolumeCreate.test_volume_create_min_options [0.007189s] ... ok {19} openstackclient.tests.unit.volume.v2.test_volume.TestVolumeCreate.test_volume_create_options [0.007851s] ... ok {19} openstackclient.tests.unit.volume.v2.test_volume.TestVolumeCreate.test_volume_create_properties [0.007137s] ... ok {19} openstackclient.tests.unit.volume.v2.test_volume.TestVolumeCreate.test_volume_create_with_bootable_and_readonly [0.007622s] ... ok {19} openstackclient.tests.unit.volume.v2.test_volume.TestVolumeCreate.test_volume_create_with_bootable_and_readonly_fail [0.008453s] ... ok {12} openstackclient.tests.unit.common.test_configuration.TestConfiguration.test_show [0.012123s] ... ok {12} openstackclient.tests.unit.common.test_configuration.TestConfiguration.test_show_mask [0.002190s] ... ok {12} openstackclient.tests.unit.common.test_configuration.TestConfiguration.test_show_unmask [0.001889s] ... ok {12} openstackclient.tests.unit.compute.v2.test_flavor.TestFlavorDelete.test_delete_multiple_flavors [0.006461s] ... ok {22} openstackclient.tests.unit.api.test_compute_v2.TestFloatingIP.test_floating_ip_add_id [0.008933s] ... ok {22} openstackclient.tests.unit.api.test_compute_v2.TestFloatingIP.test_floating_ip_add_name [0.005082s] ... ok {22} openstackclient.tests.unit.api.test_compute_v2.TestFloatingIP.test_floating_ip_create [0.002850s] ... ok {26} openstackclient.tests.unit.network.v2.test_port.TestCreatePort.test_create_with_no_tag_using_put [0.007744s] ... ok {25} openstackclient.tests.unit.network.v2.test_network.TestCreateNetworkIdentityV3.test_create_with_tags [0.006951s] ... ok {25} openstackclient.tests.unit.network.v2.test_network_meter.TestCreateMeter.test_create_all_options [0.005425s] ... ok {25} openstackclient.tests.unit.network.v2.test_network_meter.TestCreateMeter.test_create_default_options [0.005011s] ... ok {37} openstackclient.tests.unit.network.v2.test_address_scope.TestCreateAddressScope.test_create_no_share [0.004601s] ... ok {37} openstackclient.tests.unit.network.v2.test_floating_ip_network.TestCreateFloatingIPNetwork.test_create_all_options [0.005393s] ... ok {37} openstackclient.tests.unit.network.v2.test_floating_ip_network.TestCreateFloatingIPNetwork.test_create_default_options [0.005073s] ... ok {37} openstackclient.tests.unit.network.v2.test_floating_ip_network.TestCreateFloatingIPNetwork.test_create_floating_ip_with_qos [0.005559s] ... ok {37} openstackclient.tests.unit.network.v2.test_floating_ip_network.TestCreateFloatingIPNetwork.test_create_no_options [0.005608s] ... ok {37} openstackclient.tests.unit.network.v2.test_floating_ip_network.TestCreateFloatingIPNetwork.test_create_with_no_tag [0.005273s] ... ok {37} openstackclient.tests.unit.network.v2.test_floating_ip_network.TestCreateFloatingIPNetwork.test_create_with_tags [0.005166s] ... ok {37} openstackclient.tests.unit.network.v2.test_floating_ip_network.TestCreateFloatingIPNetwork.test_floating_ip_create_project [0.005410s] ... ok {37} openstackclient.tests.unit.network.v2.test_floating_ip_network.TestCreateFloatingIPNetwork.test_floating_ip_create_project_domain [0.007456s] ... ok {37} openstackclient.tests.unit.network.v2.test_network_rbac.TestSetNetworkRBAC.test_network_rbac_set [0.003720s] ... ok {37} openstackclient.tests.unit.network.v2.test_network_rbac.TestSetNetworkRBAC.test_network_rbac_set_nothing [0.078264s] ... ok {31} openstackclient.tests.unit.compute.v2.test_aggregate.TestAggregateSet.test_aggregate_set_with_name [0.006664s] ... ok {17} openstackclient.tests.unit.volume.v2.test_qos_specs.TestQosCreate.test_qos_create_without_properties [0.006439s] ... ok {32} openstackclient.tests.unit.common.test_limits.TestVolumeLimits.test_volume_show_absolute [0.016608s] ... ok {32} openstackclient.tests.unit.common.test_limits.TestVolumeLimits.test_volume_show_rate [0.006351s] ... ok {32} openstackclient.tests.unit.compute.v2.test_service.TestServiceDelete.test_multi_services_delete [0.006579s] ... ok {32} openstackclient.tests.unit.compute.v2.test_service.TestServiceDelete.test_multi_services_delete_with_exception [0.006281s] ... ok {32} openstackclient.tests.unit.compute.v2.test_service.TestServiceDelete.test_service_delete [0.005740s] ... ok {32} openstackclient.tests.unit.identity.v3.test_credential.TestCredentialShow.test_credential_show [0.005243s] ... ok {32} openstackclient.tests.unit.identity.v3.test_service_provider.TestServiceProviderDelete.test_delete_service_provider [0.003907s] ... ok {32} openstackclient.tests.unit.image.v2.test_image.TestListImageProjects.test_image_member_list [0.005364s] ... ok {24} openstackclient.tests.unit.compute.v2.test_service.TestServiceSet.test_service_set_enable_and_state_down [0.006348s] ... ok {24} openstackclient.tests.unit.compute.v2.test_service.TestServiceSet.test_service_set_enable_and_state_down_with_exception [0.008308s] ... ok {24} openstackclient.tests.unit.compute.v2.test_service.TestServiceSet.test_service_set_enable_with_disable_reason [0.006070s] ... ok {24} openstackclient.tests.unit.compute.v2.test_service.TestServiceSet.test_service_set_find_service_by_host_and_binary_many_results [0.005459s] ... ok {24} openstackclient.tests.unit.compute.v2.test_service.TestServiceSet.test_service_set_find_service_by_host_and_binary_no_results [0.006888s] ... ok {24} openstackclient.tests.unit.compute.v2.test_service.TestServiceSet.test_service_set_only_with_disable_reason [0.088420s] ... ok {1} openstackclient.tests.unit.identity.v3.test_role.TestRoleCreate.test_role_create_with_no_immutable_option [0.006459s] ... ok {1} openstackclient.tests.unit.identity.v3.test_trust.TestTrustShow.test_trust_show [0.003956s] ... ok {1} openstackclient.tests.unit.image.v2.test_image.TestImageCreate.test_image_create_dead_options [0.009735s] ... ok {1} openstackclient.tests.unit.image.v2.test_image.TestImageCreate.test_image_create_file [0.012251s] ... ok {1} openstackclient.tests.unit.image.v2.test_image.TestImageCreate.test_image_create_import [0.011841s] ... ok {1} openstackclient.tests.unit.image.v2.test_image.TestImageCreate.test_image_create_with_unexist_project [0.009922s] ... ok {26} openstackclient.tests.unit.network.v2.test_port.TestCreatePort.test_create_with_numa_affinity_policy_legacy [0.007670s] ... ok {26} openstackclient.tests.unit.network.v2.test_port.TestCreatePort.test_create_with_numa_affinity_policy_null [0.007626s] ... ok {26} openstackclient.tests.unit.network.v2.test_port.TestCreatePort.test_create_with_numa_affinity_policy_preferred [0.009179s] ... ok {26} openstackclient.tests.unit.network.v2.test_port.TestCreatePort.test_create_with_numa_affinity_policy_required [0.122781s] ... ok {26} openstackclient.tests.unit.network.v2.test_port.TestCreatePort.test_create_with_security_group [0.007919s] ... ok {26} openstackclient.tests.unit.network.v2.test_port.TestCreatePort.test_create_with_security_groups [0.007810s] ... ok {26} openstackclient.tests.unit.network.v2.test_port.TestCreatePort.test_create_with_tags [0.007429s] ... ok {26} openstackclient.tests.unit.network.v2.test_port.TestCreatePort.test_create_with_tags_using_put [0.007824s] ... ok {26} openstackclient.tests.unit.network.v2.test_port.TestCreatePort.test_create_with_uplink_status_propagation_disabled [0.006569s] ... ok {8} openstackclient.tests.unit.identity.v2_0.test_catalog.TestFormatColumns.test_endpoints_column_human_readabale [0.000835s] ... ok {1} openstackclient.tests.unit.image.v2.test_image.TestImageCreate.test_image_reserve_no_options [0.011489s] ... ok {1} openstackclient.tests.unit.image.v2.test_image.TestImageCreate.test_image_reserve_options [0.012326s] ... ok {1} openstackclient.tests.unit.image.v2.test_image.TestImageList.test_image_list_community_option [0.005882s] ... ok {1} openstackclient.tests.unit.image.v2.test_image.TestImageList.test_image_list_limit_option [0.005731s] ... ok {1} openstackclient.tests.unit.image.v2.test_image.TestImageList.test_image_list_long_option [0.008095s] ... ok {1} openstackclient.tests.unit.image.v2.test_image.TestImageList.test_image_list_marker_option [0.006142s] ... ok {1} openstackclient.tests.unit.image.v2.test_image.TestImageList.test_image_list_name_option [0.005711s] ... ok {1} openstackclient.tests.unit.image.v2.test_image.TestImageList.test_image_list_no_options [0.005744s] ... ok {1} openstackclient.tests.unit.image.v2.test_image.TestImageList.test_image_list_private_option [0.005645s] ... ok {1} openstackclient.tests.unit.image.v2.test_image.TestImageList.test_image_list_property_option [0.008534s] ... ok {1} openstackclient.tests.unit.image.v2.test_image.TestImageList.test_image_list_public_option [0.005809s] ... ok {1} openstackclient.tests.unit.image.v2.test_image.TestImageList.test_image_list_shared_member_status_lower [0.005449s] ... ok {1} openstackclient.tests.unit.image.v2.test_image.TestImageList.test_image_list_shared_member_status_option [0.005566s] ... ok {1} openstackclient.tests.unit.image.v2.test_image.TestImageList.test_image_list_shared_option [0.005758s] ... ok {1} openstackclient.tests.unit.image.v2.test_image.TestImageList.test_image_list_sort_option [0.008120s] ... ok {1} openstackclient.tests.unit.image.v2.test_image.TestImageList.test_image_list_status_option [0.005660s] ... ok {1} openstackclient.tests.unit.image.v2.test_image.TestImageList.test_image_list_tag_option [0.005632s] ... ok {4} openstackclient.tests.unit.compute.v2.test_server.TestServerLockV273.test_server_lock_multi_servers [0.014926s] ... ok {19} openstackclient.tests.unit.volume.v2.test_volume.TestVolumeCreate.test_volume_create_with_multi_source [0.009229s] ... ok {25} openstackclient.tests.unit.network.v2.test_network_meter.TestCreateMeter.test_create_no_options [0.005499s] ... ok {25} openstackclient.tests.unit.network.v2.test_network_qos_rule.TestShowNetworkQosRuleMinimumBandwidth.test_show_all_options [0.005274s] ... ok {25} openstackclient.tests.unit.network.v2.test_network_qos_rule.TestShowNetworkQosRuleMinimumBandwidth.test_show_no_options [0.005657s] ... ok {25} openstackclient.tests.unit.network.v2.test_network_qos_rule_type.TestListNetworkQosRuleType.test_qos_rule_type_list [0.004460s] ... ok {25} openstackclient.tests.unit.network.v2.test_port.TestSetPort.test_create_with_numa_affinity_policy_legacy [0.005720s] ... ok {25} openstackclient.tests.unit.network.v2.test_port.TestSetPort.test_create_with_numa_affinity_policy_preferred [0.005999s] ... ok {25} openstackclient.tests.unit.network.v2.test_port.TestSetPort.test_create_with_numa_affinity_policy_required [0.005911s] ... ok {25} openstackclient.tests.unit.network.v2.test_port.TestSetPort.test_overwrite_mac_address [0.006366s] ... ok {25} openstackclient.tests.unit.network.v2.test_port.TestSetPort.test_set_port_allowed_address_pair [0.007629s] ... ok {3} openstackclient.tests.unit.common.test_logs.TestLogConfigurator.test_configure [0.004986s] ... ok {3} openstackclient.tests.unit.common.test_logs.TestLogConfigurator.test_init [0.004183s] ... ok {28} openstackclient.tests.unit.common.test_availability_zone.TestAvailabilityZoneList.test_availability_zone_list_compute [0.016184s] ... ok {28} openstackclient.tests.unit.common.test_availability_zone.TestAvailabilityZoneList.test_availability_zone_list_long [0.006466s] ... ok {28} openstackclient.tests.unit.common.test_availability_zone.TestAvailabilityZoneList.test_availability_zone_list_network [0.005891s] ... ok {28} openstackclient.tests.unit.common.test_availability_zone.TestAvailabilityZoneList.test_availability_zone_list_no_options [0.005966s] ... ok {28} openstackclient.tests.unit.common.test_availability_zone.TestAvailabilityZoneList.test_availability_zone_list_volume [0.005715s] ... ok {28} openstackclient.tests.unit.compute.v2.test_agent.TestAgentSet.test_agent_set_md5hash [0.006884s] ... ok {28} openstackclient.tests.unit.compute.v2.test_agent.TestAgentSet.test_agent_set_nothing [0.006019s] ... ok {28} openstackclient.tests.unit.compute.v2.test_agent.TestAgentSet.test_agent_set_url [0.005798s] ... ok {28} openstackclient.tests.unit.compute.v2.test_agent.TestAgentSet.test_agent_set_version [0.007440s] ... ok {28} openstackclient.tests.unit.compute.v2.test_server.TestServerMigrate.test_server_block_live_migrate [0.007507s] ... ok {28} openstackclient.tests.unit.compute.v2.test_server.TestServerMigrate.test_server_live_migrate [0.008020s] ... ok {28} openstackclient.tests.unit.compute.v2.test_server.TestServerMigrate.test_server_live_migrate_225 [0.007135s] ... ok {28} openstackclient.tests.unit.compute.v2.test_server.TestServerMigrate.test_server_live_migrate_host_pre_2_30 [0.007033s] ... ok {28} openstackclient.tests.unit.compute.v2.test_server.TestServerMigrate.test_server_live_migrate_live_and_host_mutex [0.008471s] ... ok {28} openstackclient.tests.unit.compute.v2.test_server.TestServerMigrate.test_server_live_migrate_no_host [0.007356s] ... ok {28} openstackclient.tests.unit.compute.v2.test_server.TestServerMigrate.test_server_live_migrate_with_disk_overcommit [0.006913s] ... ok {28} openstackclient.tests.unit.compute.v2.test_server.TestServerMigrate.test_server_live_migrate_with_false_value_options [0.008397s] ... ok {21} openstackclient.tests.unit.common.test_quota.TestQuotaSet.test_quota_set_volume [0.009483s] ... ok {21} openstackclient.tests.unit.common.test_quota.TestQuotaSet.test_quota_set_volume_with_volume_type [0.009362s] ... ok {21} openstackclient.tests.unit.common.test_quota.TestQuotaSet.test_quota_set_with_class [0.010049s] ... ok {21} openstackclient.tests.unit.common.test_quota.TestQuotaSet.test_quota_set_with_force [0.010876s] ... ok {21} openstackclient.tests.unit.compute.v2.test_server.TestServerRebuild.test_rebuild_with_current_image [0.014549s] ... ok {21} openstackclient.tests.unit.compute.v2.test_server.TestServerRebuild.test_rebuild_with_current_image_and_password [0.010775s] ... ok {21} openstackclient.tests.unit.compute.v2.test_server.TestServerRebuild.test_rebuild_with_description_api_newer [0.011581s] ... ok {21} openstackclient.tests.unit.compute.v2.test_server.TestServerRebuild.test_rebuild_with_description_api_older [0.011411s] ... ok {21} openstackclient.tests.unit.compute.v2.test_server.TestServerRebuild.test_rebuild_with_image_name [0.012489s] ... ok {21} openstackclient.tests.unit.compute.v2.test_server.TestServerRebuild.test_rebuild_with_key_name_and_unset [0.011082s] ... ok {21} openstackclient.tests.unit.compute.v2.test_server.TestServerRebuild.test_rebuild_with_keypair_name [0.011719s] ... ok {21} openstackclient.tests.unit.compute.v2.test_server.TestServerRebuild.test_rebuild_with_keypair_name_older_version [0.009879s] ... ok {21} openstackclient.tests.unit.compute.v2.test_server.TestServerRebuild.test_rebuild_with_keypair_unset [0.011019s] ... ok {21} openstackclient.tests.unit.compute.v2.test_server.TestServerRebuild.test_rebuild_with_property [0.011911s] ... ok {21} openstackclient.tests.unit.compute.v2.test_server.TestServerRebuild.test_rebuild_with_wait_fails [0.012009s] ... ok {21} openstackclient.tests.unit.compute.v2.test_server.TestServerRebuild.test_rebuild_with_wait_ok [0.010945s] ... ok {4} openstackclient.tests.unit.compute.v2.test_server.TestServerLockV273.test_server_lock_multi_servers_with_reason [0.007241s] ... ok {34} openstackclient.tests.unit.identity.v3.test_user.TestUserList.test_user_list_long [0.005150s] ... ok {7} openstackclient.tests.unit.api.test_compute_v2.TestNetwork.test_network_create_default [0.006592s] ... ok {7} openstackclient.tests.unit.api.test_compute_v2.TestNetwork.test_network_create_options [0.003037s] ... ok {7} openstackclient.tests.unit.api.test_compute_v2.TestNetwork.test_network_delete_id [0.004731s] ... ok {7} openstackclient.tests.unit.api.test_compute_v2.TestNetwork.test_network_delete_name [0.006659s] ... ok {7} openstackclient.tests.unit.api.test_compute_v2.TestNetwork.test_network_delete_not_found [0.005365s] ... ok {7} openstackclient.tests.unit.api.test_compute_v2.TestNetwork.test_network_find_id [0.002853s] ... ok {7} openstackclient.tests.unit.api.test_compute_v2.TestNetwork.test_network_find_name [0.005113s] ... ok {7} openstackclient.tests.unit.api.test_compute_v2.TestNetwork.test_network_find_not_found [0.005266s] ... ok {7} openstackclient.tests.unit.api.test_compute_v2.TestNetwork.test_network_list_no_options [0.002906s] ... ok {7} openstackclient.tests.unit.api.test_compute_v2.TestSecurityGroup.test_security_group_create_default [0.003208s] ... ok {7} openstackclient.tests.unit.api.test_compute_v2.TestSecurityGroup.test_security_group_create_options [0.002941s] ... ok {7} openstackclient.tests.unit.api.test_compute_v2.TestSecurityGroup.test_security_group_delete_id [0.004952s] ... ok {7} openstackclient.tests.unit.api.test_compute_v2.TestSecurityGroup.test_security_group_delete_name [0.007206s] ... ok {7} openstackclient.tests.unit.api.test_compute_v2.TestSecurityGroup.test_security_group_delete_not_found [0.005524s] ... ok {28} openstackclient.tests.unit.compute.v2.test_server.TestServerMigrate.test_server_live_migrate_with_host [0.006748s] ... ok {28} openstackclient.tests.unit.compute.v2.test_server.TestServerMigrate.test_server_live_migrate_without_host_override_live [0.007497s] ... ok {28} openstackclient.tests.unit.compute.v2.test_server.TestServerMigrate.test_server_migrate_no_options [0.006428s] ... ok {12} openstackclient.tests.unit.compute.v2.test_flavor.TestFlavorDelete.test_flavor_delete [0.005718s] ... ok {12} openstackclient.tests.unit.compute.v2.test_flavor.TestFlavorDelete.test_multi_flavors_delete_with_exception [0.006454s] ... ok {12} openstackclient.tests.unit.compute.v2.test_keypair.TestKeypairShow.test_keypair_show [0.006849s] ... ok {5} openstackclient.tests.unit.volume.v1.test_service.TestServiceSet.test_service_set_disable_with_reason [0.003459s] ... ok {5} openstackclient.tests.unit.volume.v1.test_service.TestServiceSet.test_service_set_enable [0.003087s] ... ok {5} openstackclient.tests.unit.volume.v1.test_service.TestServiceSet.test_service_set_enable_with_disable_reason [0.003132s] ... ok {5} openstackclient.tests.unit.volume.v1.test_service.TestServiceSet.test_service_set_nothing [0.002922s] ... ok {5} openstackclient.tests.unit.volume.v1.test_service.TestServiceSet.test_service_set_only_with_disable_reason [0.003099s] ... ok {5} openstackclient.tests.unit.volume.v1.test_type.TestTypeUnset.test_type_unset_encryption_type [0.003026s] ... ok {5} openstackclient.tests.unit.volume.v1.test_type.TestTypeUnset.test_type_unset_failed_with_missing_volume_type_argument [0.003101s] ... ok {5} openstackclient.tests.unit.volume.v1.test_type.TestTypeUnset.test_type_unset_nothing [0.002674s] ... ok {5} openstackclient.tests.unit.volume.v1.test_type.TestTypeUnset.test_type_unset_property [0.003025s] ... ok {5} openstackclient.tests.unit.volume.v1.test_volume_backup.TestBackupList.test_backup_list_with_options [0.005284s] ... ok {20} openstackclient.tests.unit.compute.v2.test_server.TestServerList.test_server_list_no_name_lookup_option [0.013902s] ... ok {20} openstackclient.tests.unit.compute.v2.test_server.TestServerList.test_server_list_no_option [0.013879s] ... ok {20} openstackclient.tests.unit.compute.v2.test_server.TestServerList.test_server_list_no_servers [0.013832s] ... ok {20} openstackclient.tests.unit.compute.v2.test_server.TestServerList.test_server_list_v266_with_changes_before [0.014278s] ... ok {20} openstackclient.tests.unit.compute.v2.test_server.TestServerList.test_server_list_v266_with_invalid_changes_before [0.015650s] ... ok {8} openstackclient.tests.unit.identity.v2_0.test_catalog.TestFormatColumns.test_endpoints_column_human_readable_with_partial_endpoint_urls [0.000686s] ... ok {3} openstackclient.tests.unit.common.test_logs.TestLogConfigurator.test_init_log_file [0.004684s] ... ok {22} openstackclient.tests.unit.api.test_compute_v2.TestFloatingIP.test_floating_ip_create_not_found [0.002963s] ... ok {22} openstackclient.tests.unit.api.test_compute_v2.TestFloatingIP.test_floating_ip_delete [0.002958s] ... ok {22} openstackclient.tests.unit.api.test_compute_v2.TestFloatingIP.test_floating_ip_delete_none [0.000523s] ... ok {34} openstackclient.tests.unit.identity.v3.test_user.TestUserList.test_user_list_no_options [0.004986s] ... ok {34} openstackclient.tests.unit.identity.v3.test_user.TestUserList.test_user_list_project [0.005424s] ... ok {34} openstackclient.tests.unit.image.v1.test_image.TestImageCreate.test_image_create_file [0.009938s] ... ok {34} openstackclient.tests.unit.image.v1.test_image.TestImageCreate.test_image_reserve_no_options [0.009769s] ... ok {21} openstackclient.tests.unit.compute.v2.test_server.TestServerRemoveFloatingIPCompute.test_server_remove_floating_ip [0.007116s] ... ok {21} openstackclient.tests.unit.compute.v2.test_server_event.TestShowServerEvent.test_server_event_show [0.006558s] ... ok {4} openstackclient.tests.unit.compute.v2.test_server.TestServerLockV273.test_server_lock_one_server [0.006927s] ... ok {29} openstackclient.tests.unit.common.test_quota.TestQuotaList.test_quota_list_compute [0.019754s] ... ok {5} openstackclient.tests.unit.volume.v1.test_volume_backup.TestBackupList.test_backup_list_without_options [0.004426s] ... ok {5} openstackclient.tests.unit.volume.v2.test_volume_host.TestVolumeHostSet.test_volume_host_set_disable [0.005551s] ... ok {5} openstackclient.tests.unit.volume.v2.test_volume_host.TestVolumeHostSet.test_volume_host_set_enable [0.005186s] ... ok {28} openstackclient.tests.unit.compute.v2.test_server.TestServerMigrate.test_server_migrate_with_block_migration [0.006508s] ... ok {28} openstackclient.tests.unit.compute.v2.test_server.TestServerMigrate.test_server_migrate_with_disk_overcommit [0.006309s] ... ok {28} openstackclient.tests.unit.compute.v2.test_server.TestServerMigrate.test_server_migrate_with_host_2_56 [0.006155s] ... ok {3} openstackclient.tests.unit.common.test_logs.TestLogConfigurator.test_init_no_debug [0.003149s] ... ok {3} openstackclient.tests.unit.compute.v2.test_flavor.TestFlavorSet.test_flavor_set_description_api_newer [0.013927s] ... ok {3} openstackclient.tests.unit.compute.v2.test_flavor.TestFlavorSet.test_flavor_set_description_api_older [0.007316s] ... ok {3} openstackclient.tests.unit.compute.v2.test_flavor.TestFlavorSet.test_flavor_set_description_using_name_api_newer [0.008287s] ... ok {3} openstackclient.tests.unit.compute.v2.test_flavor.TestFlavorSet.test_flavor_set_description_using_name_api_older [0.007064s] ... ok {29} openstackclient.tests.unit.common.test_quota.TestQuotaList.test_quota_list_compute_by_project [0.009557s] ... ok {29} openstackclient.tests.unit.common.test_quota.TestQuotaList.test_quota_list_compute_default [0.009503s] ... ok {29} openstackclient.tests.unit.common.test_quota.TestQuotaList.test_quota_list_compute_no_project_4xx [0.009878s] ... ok {29} openstackclient.tests.unit.common.test_quota.TestQuotaList.test_quota_list_compute_no_project_5xx [0.009861s] ... ok {29} openstackclient.tests.unit.common.test_quota.TestQuotaList.test_quota_list_compute_no_project_not_found [0.011123s] ... ok {29} openstackclient.tests.unit.common.test_quota.TestQuotaList.test_quota_list_details_compute [0.009667s] ... ok {29} openstackclient.tests.unit.common.test_quota.TestQuotaList.test_quota_list_details_network [0.009618s] ... ok {29} openstackclient.tests.unit.common.test_quota.TestQuotaList.test_quota_list_network [0.009428s] ... ok {4} openstackclient.tests.unit.compute.v2.test_server.TestServerLockV273.test_server_lock_with_reason [0.006556s] ... ok {4} openstackclient.tests.unit.compute.v2.test_server.TestServerResume.test_server_resume_multi_servers [0.006933s] ... ok {4} openstackclient.tests.unit.compute.v2.test_server.TestServerResume.test_server_resume_one_server [0.006418s] ... ok {4} openstackclient.tests.unit.compute.v2.test_server_group.TestServerGroupDelete.test_server_group_delete [0.006420s] ... ok {28} openstackclient.tests.unit.compute.v2.test_server.TestServerMigrate.test_server_migrate_with_host_pre_2_56 [0.006205s] ... ok {28} openstackclient.tests.unit.compute.v2.test_server.TestServerMigrate.test_server_migrate_with_wait [0.008005s] ... ok {16} openstackclient.tests.unit.api.test_compute_v2.TestHost.test_host_set [0.002632s] ... ok {16} openstackclient.tests.unit.api.test_compute_v2.TestHost.test_host_set_none [0.000461s] ... ok {16} openstackclient.tests.unit.api.test_compute_v2.TestHost.test_host_show [0.002645s] ... ok {16} openstackclient.tests.unit.compute.v2.test_aggregate.TestAggregateRemoveHost.test_aggregate_add_host [0.017475s] ... ok {16} openstackclient.tests.unit.compute.v2.test_server.TestServerUnlock.test_server_unlock_multi_servers [0.006910s] ... ok {16} openstackclient.tests.unit.compute.v2.test_server.TestServerUnlock.test_server_unlock_one_server [0.005903s] ... ok {16} openstackclient.tests.unit.identity.v3.test_consumer.TestConsumerList.test_consumer_list [0.004534s] ... ok {16} openstackclient.tests.unit.identity.v3.test_domain.TestDomainSet.test_domain_set_description [0.004052s] ... ok {16} openstackclient.tests.unit.identity.v3.test_domain.TestDomainSet.test_domain_set_disable [0.003479s] ... ok {16} openstackclient.tests.unit.identity.v3.test_domain.TestDomainSet.test_domain_set_enable [0.003539s] ... ok {12} openstackclient.tests.unit.compute.v2.test_keypair.TestKeypairShow.test_keypair_show_public [0.006059s] ... ok {5} openstackclient.tests.unit.volume.v2.test_volume_host.TestVolumeHostSet.test_volume_host_set_nothing [0.005110s] ... ok {32} openstackclient.tests.unit.network.v2.test_floating_ip_network.TestListFloatingIPNetwork.test_floating_ip_list [0.006211s] ... ok {32} openstackclient.tests.unit.network.v2.test_floating_ip_network.TestListFloatingIPNetwork.test_floating_ip_list_fixed_ip_address [0.005045s] ... ok {32} openstackclient.tests.unit.network.v2.test_floating_ip_network.TestListFloatingIPNetwork.test_floating_ip_list_floating_ip_address [0.004868s] ... ok {32} openstackclient.tests.unit.network.v2.test_floating_ip_network.TestListFloatingIPNetwork.test_floating_ip_list_long [0.004803s] ... ok {32} openstackclient.tests.unit.network.v2.test_floating_ip_network.TestListFloatingIPNetwork.test_floating_ip_list_network [0.006849s] ... ok {32} openstackclient.tests.unit.network.v2.test_floating_ip_network.TestListFloatingIPNetwork.test_floating_ip_list_port [0.004855s] ... ok {32} openstackclient.tests.unit.network.v2.test_floating_ip_network.TestListFloatingIPNetwork.test_floating_ip_list_project [0.005173s] ... ok {32} openstackclient.tests.unit.network.v2.test_floating_ip_network.TestListFloatingIPNetwork.test_floating_ip_list_project_domain [0.005483s] ... ok {32} openstackclient.tests.unit.network.v2.test_floating_ip_network.TestListFloatingIPNetwork.test_floating_ip_list_router [0.005148s] ... ok {29} openstackclient.tests.unit.common.test_quota.TestQuotaList.test_quota_list_network_by_project [0.009211s] ... ok {29} openstackclient.tests.unit.common.test_quota.TestQuotaList.test_quota_list_network_default [0.009519s] ... ok {29} openstackclient.tests.unit.common.test_quota.TestQuotaList.test_quota_list_network_no_project [0.009483s] ... ok {29} openstackclient.tests.unit.common.test_quota.TestQuotaList.test_quota_list_volume [0.010747s] ... ok {29} openstackclient.tests.unit.common.test_quota.TestQuotaList.test_quota_list_volume_by_project [0.009346s] ... ok {29} openstackclient.tests.unit.common.test_quota.TestQuotaList.test_quota_list_volume_default [0.009414s] ... ok {27} openstackclient.tests.unit.compute.v2.test_flavor.TestFlavorCreate.test_flavor_create_with_description_api_newer [0.010209s] ... ok {27} openstackclient.tests.unit.compute.v2.test_flavor.TestFlavorCreate.test_flavor_create_with_description_api_older [0.008513s] ... ok {27} openstackclient.tests.unit.compute.v2.test_flavor.TestFlavorCreate.test_public_flavor_create_with_project [0.007768s] ... ok {27} openstackclient.tests.unit.compute.v2.test_flavor.TestFlavorShow.test_private_flavor_show [0.007840s] ... ok {27} openstackclient.tests.unit.compute.v2.test_flavor.TestFlavorShow.test_public_flavor_show [0.007185s] ... ok {27} openstackclient.tests.unit.compute.v2.test_flavor.TestFlavorShow.test_show_no_options [0.007552s] ... ok {0} openstackclient.tests.unit.common.test_extension.TestExtensionShow.test_show_all_options [0.015284s] ... ok {0} openstackclient.tests.unit.common.test_extension.TestExtensionShow.test_show_no_options [0.006739s] ... ok {0} openstackclient.tests.unit.compute.v2.test_flavor.TestFlavorList.test_flavor_list_all_flavors [0.008409s] ... ok {0} openstackclient.tests.unit.compute.v2.test_flavor.TestFlavorList.test_flavor_list_long [0.007344s] ... ok {0} openstackclient.tests.unit.compute.v2.test_flavor.TestFlavorList.test_flavor_list_no_options [0.007303s] ... ok {0} openstackclient.tests.unit.compute.v2.test_flavor.TestFlavorList.test_flavor_list_private_flavors [0.007217s] ... ok {12} openstackclient.tests.unit.compute.v2.test_keypair.TestKeypairShow.test_show_no_options [0.008409s] ... ok {12} openstackclient.tests.unit.identity.v3.test_endpoint.TestEndpointShow.test_endpoint_show [0.004248s] ... ok {12} openstackclient.tests.unit.identity.v3.test_group.TestGroupAddUser.test_group_add_multi_users [0.005664s] ... ok {12} openstackclient.tests.unit.identity.v3.test_group.TestGroupAddUser.test_group_add_user [0.003457s] ... ok {0} openstackclient.tests.unit.compute.v2.test_flavor.TestFlavorList.test_flavor_list_public_flavors [0.007789s] ... ok {0} openstackclient.tests.unit.compute.v2.test_server.TestServerCreate.test_server_create_image_property [0.017898s] ... ok {0} openstackclient.tests.unit.compute.v2.test_server.TestServerCreate.test_server_create_image_property_missed [0.016169s] ... ok {0} openstackclient.tests.unit.compute.v2.test_server.TestServerCreate.test_server_create_image_property_multi [0.016607s] ... ok {0} openstackclient.tests.unit.compute.v2.test_server.TestServerCreate.test_server_create_image_property_with_image_list [0.019598s] ... ok {0} openstackclient.tests.unit.compute.v2.test_server.TestServerCreate.test_server_create_invalid_hint [0.014822s] ... ok {0} openstackclient.tests.unit.compute.v2.test_server.TestServerCreate.test_server_create_minimal [0.012719s] ... ok {0} openstackclient.tests.unit.compute.v2.test_server.TestServerCreate.test_server_create_no_options [0.014882s] ... ok {11} openstackclient.tests.unit.compute.v2.test_server.TestServerUnset.test_server_unset_with_property [0.006506s] ... ok {8} openstackclient.tests.unit.identity.v3.test_endpoint.TestEndpointList.test_endpoint_list_interface [0.008083s] ... ok {29} openstackclient.tests.unit.common.test_quota.TestQuotaList.test_quota_list_volume_no_project [0.009169s] ... ok {29} openstackclient.tests.unit.compute.v2.test_usage.TestUsageList.test_usage_list_no_options [0.008578s] ... ok {29} openstackclient.tests.unit.compute.v2.test_usage.TestUsageList.test_usage_list_with_options [0.011273s] ... ok {29} openstackclient.tests.unit.compute.v2.test_usage.TestUsageList.test_usage_list_with_pagination [0.007297s] ... ok {29} openstackclient.tests.unit.identity.v2_0.test_endpoint.TestEndpointShow.test_endpoint_show [0.003740s] ... ok {29} openstackclient.tests.unit.network.v2.test_floating_ip_port_forwarding.TestDeleteFloatingIPPortForwarding.test_multi_port_forwarding_delete_with_exception [0.005728s] ... ok {29} openstackclient.tests.unit.network.v2.test_floating_ip_port_forwarding.TestDeleteFloatingIPPortForwarding.test_multi_port_forwardings_delete [0.005063s] ... ok {29} openstackclient.tests.unit.network.v2.test_floating_ip_port_forwarding.TestDeleteFloatingIPPortForwarding.test_port_forwarding_delete [0.004840s] ... ok {29} openstackclient.tests.unit.network.v2.test_network_rbac.TestListNetworkRABC.test_network_rbac_list [0.004014s] ... ok {29} openstackclient.tests.unit.network.v2.test_network_rbac.TestListNetworkRABC.test_network_rbac_list_action_opt [0.005803s] ... ok {29} openstackclient.tests.unit.network.v2.test_network_rbac.TestListNetworkRABC.test_network_rbac_list_type_opt [0.117919s] ... ok {32} openstackclient.tests.unit.network.v2.test_floating_ip_network.TestListFloatingIPNetwork.test_floating_ip_list_status [0.004846s] ... ok {32} openstackclient.tests.unit.network.v2.test_floating_ip_network.TestListFloatingIPNetwork.test_list_with_tag_options [0.005298s] ... ok {32} openstackclient.tests.unit.network.v2.test_network.TestSetNetwork.test_set_nothing [0.004755s] ... ok {32} openstackclient.tests.unit.network.v2.test_network.TestSetNetwork.test_set_that [0.004825s] ... ok {32} openstackclient.tests.unit.network.v2.test_network.TestSetNetwork.test_set_this [0.005293s] ... ok {32} openstackclient.tests.unit.network.v2.test_network.TestSetNetwork.test_set_with_no_tag [0.004883s] ... ok {29} openstackclient.tests.unit.network.v2.test_network_rbac.TestListNetworkRABC.test_network_rbac_list_with_long [0.005721s] ... ok {29} openstackclient.tests.unit.network.v2.test_router.TestAddExtraRoutesToRouter.test_add_multiple_extra_routes [0.005308s] ... ok {29} openstackclient.tests.unit.network.v2.test_router.TestAddExtraRoutesToRouter.test_add_no_extra_route [0.004441s] ... ok {29} openstackclient.tests.unit.network.v2.test_router.TestAddExtraRoutesToRouter.test_add_one_extra_route [0.004740s] ... ok {29} openstackclient.tests.unit.network.v2.test_router.TestCreateRouter.test_create_default_options [0.006920s] ... ok {29} openstackclient.tests.unit.network.v2.test_router.TestCreateRouter.test_create_no_options [0.007804s] ... ok {0} openstackclient.tests.unit.compute.v2.test_server.TestServerCreate.test_server_create_userdata [0.014641s] ... ok {0} openstackclient.tests.unit.compute.v2.test_server.TestServerCreate.test_server_create_volume_boot_from_volume_conflict [0.012737s] ... ok {0} openstackclient.tests.unit.compute.v2.test_server.TestServerCreate.test_server_create_with_auto_network [0.012823s] ... ok {0} openstackclient.tests.unit.compute.v2.test_server.TestServerCreate.test_server_create_with_auto_network_default_v2_37 [0.012608s] ... ok {0} openstackclient.tests.unit.compute.v2.test_server.TestServerCreate.test_server_create_with_block_device_mapping [0.012913s] ... ok {14} openstackclient.tests.unit.identity.v3.test_project.TestProjectCreate.test_project_create_description [0.005100s] ... ok {24} openstackclient.tests.unit.compute.v2.test_service.TestServiceSet.test_service_set_state_down [0.006325s] ... ok {18} openstackclient.tests.unit.compute.v2.test_server_group.TestServerGroupListV264.test_server_group_list_with_all_projects_and_long [0.006987s] ... ok {26} openstackclient.tests.unit.network.v2.test_port.TestCreatePort.test_create_with_uplink_status_propagation_enabled [0.006496s] ... ok {32} openstackclient.tests.unit.network.v2.test_network.TestSetNetwork.test_set_with_tags [0.005100s] ... ok {31} openstackclient.tests.unit.compute.v2.test_aggregate.TestAggregateSet.test_aggregate_set_with_no_property [0.007889s] ... ok {31} openstackclient.tests.unit.compute.v2.test_aggregate.TestAggregateSet.test_aggregate_set_with_no_property_and_property [0.006497s] ... ok {31} openstackclient.tests.unit.compute.v2.test_aggregate.TestAggregateSet.test_aggregate_set_with_property [0.006369s] ... ok {15} openstackclient.tests.unit.compute.v2.test_server.TestServerResize.test_server_resize [0.013629s] ... ok {14} openstackclient.tests.unit.identity.v3.test_project.TestProjectCreate.test_project_create_disable [0.004755s] ... ok {14} openstackclient.tests.unit.identity.v3.test_project.TestProjectCreate.test_project_create_domain [0.004580s] ... ok {12} openstackclient.tests.unit.identity.v3.test_group.TestGroupAddUser.test_group_add_user_with_error [0.004537s] ... ok {7} openstackclient.tests.unit.api.test_compute_v2.TestSecurityGroup.test_security_group_find_id [0.002924s] ... ok {7} openstackclient.tests.unit.api.test_compute_v2.TestSecurityGroup.test_security_group_find_name [0.004950s] ... ok {20} openstackclient.tests.unit.compute.v2.test_server.TestServerList.test_server_list_v269_with_partial_constructs [0.013619s] ... ok {20} openstackclient.tests.unit.compute.v2.test_server.TestServerList.test_server_list_with_changes_since [0.014006s] ... ok {8} openstackclient.tests.unit.identity.v3.test_endpoint.TestEndpointList.test_endpoint_list_no_options [0.004718s] ... ok {19} openstackclient.tests.unit.volume.v2.test_volume.TestVolumeCreate.test_volume_create_with_nonbootable_and_readwrite [0.007594s] ... ok {19} openstackclient.tests.unit.volume.v2.test_volume.TestVolumeCreate.test_volume_create_with_snapshot [0.005613s] ... ok {25} openstackclient.tests.unit.network.v2.test_port.TestSetPort.test_set_port_append_allowed_address_pair [0.006401s] ... ok {26} openstackclient.tests.unit.network.v2.test_router.TestRemoveExtraRoutesFromRouter.test_remove_multiple_extra_routes [0.004077s] ... ok {11} openstackclient.tests.unit.identity.v2_0.test_token.TestTokenRevoke.test_token_revoke [0.001799s] ... ok {38} openstackclient.tests.unit.common.test_parseractions.TestNonNegativeAction.test_negative_values [0.001969s] ... ok {7} openstackclient.tests.unit.api.test_compute_v2.TestSecurityGroup.test_security_group_find_not_found [0.005138s] ... ok {4} openstackclient.tests.unit.compute.v2.test_server_group.TestServerGroupDelete.test_server_group_delete_no_input [0.008636s] ... ok {4} openstackclient.tests.unit.compute.v2.test_server_group.TestServerGroupDelete.test_server_group_multiple_delete [0.006565s] ... ok {21} openstackclient.tests.unit.identity.v3.test_consumer.TestConsumerSet.test_consumer_update [0.003528s] ... ok {21} openstackclient.tests.unit.identity.v3.test_domain.TestDomainShow.test_domain_show [0.006088s] ... ok {3} openstackclient.tests.unit.compute.v2.test_flavor.TestFlavorSet.test_flavor_set_no_flavor [0.010275s] ... ok {3} openstackclient.tests.unit.compute.v2.test_flavor.TestFlavorSet.test_flavor_set_no_project [0.006636s] ... ok {3} openstackclient.tests.unit.compute.v2.test_flavor.TestFlavorSet.test_flavor_set_no_property [0.006574s] ... ok {4} openstackclient.tests.unit.compute.v2.test_server_group.TestServerGroupDelete.test_server_group_multiple_delete_with_exception [0.006873s] ... ok {4} openstackclient.tests.unit.compute.v2.test_server_image.TestServerImageCreate.test_server_create_image_wait_fail [0.015767s] ... ok {4} openstackclient.tests.unit.compute.v2.test_server_image.TestServerImageCreate.test_server_create_image_wait_ok [0.012462s] ... ok {4} openstackclient.tests.unit.compute.v2.test_server_image.TestServerImageCreate.test_server_image_create_defaults [0.011054s] ... ok {4} openstackclient.tests.unit.compute.v2.test_server_image.TestServerImageCreate.test_server_image_create_options [0.010637s] ... ok {8} openstackclient.tests.unit.identity.v3.test_endpoint.TestEndpointList.test_endpoint_list_project_with_project_domain [0.005470s] ... ok {21} openstackclient.tests.unit.identity.v3.test_protocol.TestProtocolDelete.test_delete_identity_provider [0.003901s] ... ok {14} openstackclient.tests.unit.identity.v3.test_project.TestProjectCreate.test_project_create_domain_no_perms [0.004601s] ... ok {0} openstackclient.tests.unit.compute.v2.test_server.TestServerCreate.test_server_create_with_block_device_mapping_default_input [0.012879s] ... ok {0} openstackclient.tests.unit.compute.v2.test_server.TestServerCreate.test_server_create_with_block_device_mapping_full_input [0.138522s] ... ok {3} openstackclient.tests.unit.compute.v2.test_flavor.TestFlavorSet.test_flavor_set_nothing [0.006552s] ... ok {39} openstackclient.tests.unit.identity.v3.test_endpoint_group.TestEndpointGroupDelete.test_endpointgroup_delete [0.003627s] ... ok {39} openstackclient.tests.unit.identity.v3.test_role.TestRoleShow.test_role_show [0.004469s] ... ok {39} openstackclient.tests.unit.identity.v3.test_role.TestRoleShow.test_role_show_domain_role [0.005078s] ... ok {12} openstackclient.tests.unit.identity.v3.test_oauth.TestRequestTokenCreate.test_create_request_tokens [0.005227s] ... ok {27} openstackclient.tests.unit.compute.v2.test_server.TestServerGeneral.test_format_servers_list_networks [0.004617s] ... ok {27} openstackclient.tests.unit.compute.v2.test_server.TestServerGeneral.test_format_servers_list_power_state [0.004447s] ... ok {8} openstackclient.tests.unit.identity.v3.test_endpoint.TestEndpointList.test_endpoint_list_region [0.004640s] ... ok {21} openstackclient.tests.unit.image.v1.test_image.TestImageShow.test_image_show [0.004435s] ... ok {21} openstackclient.tests.unit.image.v1.test_image.TestImageShow.test_image_show_human_readable [0.003220s] ... ok {4} openstackclient.tests.unit.identity.v3.test_endpoint_group.TestRemoveProjectEndpointGroup.test_remove_project_endpoint_no_options [0.004487s] ... ok {11} openstackclient.tests.unit.identity.v2_0.test_user.TestUserCreate.test_user_create_disable [0.004228s] ... ok {15} openstackclient.tests.unit.compute.v2.test_server.TestServerResize.test_server_resize_confirm [0.007761s] ... ok {19} openstackclient.tests.unit.volume.v2.test_volume.TestVolumeCreate.test_volume_create_without_size [0.003764s] ... ok {25} openstackclient.tests.unit.network.v2.test_port.TestSetPort.test_set_port_data_plane_status [0.006284s] ... ok {14} openstackclient.tests.unit.identity.v3.test_project.TestProjectCreate.test_project_create_enable [0.004681s] ... ok {38} openstackclient.tests.unit.common.test_parseractions.TestNonNegativeAction.test_positive_values [0.000560s] ... ok {34} openstackclient.tests.unit.image.v1.test_image.TestImageCreate.test_image_reserve_options [0.007151s] ... ok {7} openstackclient.tests.unit.api.test_compute_v2.TestSecurityGroup.test_security_group_list_no_options [0.002778s] ... ok {3} openstackclient.tests.unit.compute.v2.test_flavor.TestFlavorSet.test_flavor_set_project [0.006567s] ... ok {2} openstackclient.tests.unit.identity.v3.test_limit.TestLimitList.test_limit_list [0.012830s] ... ok {39} openstackclient.tests.unit.image.v2.test_image.TestAddProjectToImage.test_add_project_to_image_no_option [0.005748s] ... ok {32} openstackclient.tests.unit.network.v2.test_network_compute.TestListNetworkCompute.test_network_list_no_options [0.007110s] ... ok {21} openstackclient.tests.unit.network.v2.test_network.TestUnsetNetwork.test_unset_nothing [0.003519s] ... ok {26} openstackclient.tests.unit.network.v2.test_router.TestRemoveExtraRoutesFromRouter.test_remove_no_extra_route [0.004030s] ... ok {12} openstackclient.tests.unit.identity.v3.test_trust.TestTrustCreate.test_trust_create_basic [0.005539s] ... ok {12} openstackclient.tests.unit.identity.v3.test_user.TestUserSet.test_user_set_disable [0.005485s] ... ok {12} openstackclient.tests.unit.identity.v3.test_user.TestUserSet.test_user_set_disable_lock_password [0.005179s] ... ok {25} openstackclient.tests.unit.network.v2.test_port.TestSetPort.test_set_port_defaults [0.005879s] ... ok {39} openstackclient.tests.unit.image.v2.test_image.TestAddProjectToImage.test_add_project_to_image_with_option [0.004137s] ... ok {32} openstackclient.tests.unit.network.v2.test_security_group_rule_compute.TestShowSecurityGroupRuleCompute.test_security_group_rule_show_all_options [0.007367s] ... ok {27} openstackclient.tests.unit.compute.v2.test_server.TestServerGeneral.test_get_ip_address [0.006539s] ... ok {27} openstackclient.tests.unit.compute.v2.test_server.TestServerGeneral.test_prep_server_detail [0.007875s] ... ok {27} openstackclient.tests.unit.compute.v2.test_server.TestServerRemoveFloatingIPNetwork.test_server_remove_floating_ip_default [0.003864s] ... ok {27} openstackclient.tests.unit.identity.v2_0.test_user.TestUserList.test_user_list_long [0.003693s] ... ok {26} openstackclient.tests.unit.network.v2.test_router.TestRemoveExtraRoutesFromRouter.test_remove_one_extra_route [0.004012s] ... ok {32} openstackclient.tests.unit.network.v2.test_security_group_rule_compute.TestShowSecurityGroupRuleCompute.test_security_group_rule_show_no_options [0.010242s] ... ok {32} openstackclient.tests.unit.object.v1.test_container_all.TestContainerDelete.test_object_delete_container_more [0.009244s] ... ok {32} openstackclient.tests.unit.object.v1.test_container_all.TestContainerDelete.test_object_delete_container_single [0.004140s] ... ok {33} openstackclient.tests.unit.compute.v2.test_console.TestConsoleUrlShow.test_console_url_show_by_default [0.017351s] ... ok {33} openstackclient.tests.unit.compute.v2.test_console.TestConsoleUrlShow.test_console_url_show_compatible [0.007759s] ... ok {33} openstackclient.tests.unit.compute.v2.test_console.TestConsoleUrlShow.test_console_url_show_with_mks [0.007327s] ... ok {33} openstackclient.tests.unit.compute.v2.test_console.TestConsoleUrlShow.test_console_url_show_with_novnc [0.007059s] ... ok {33} openstackclient.tests.unit.compute.v2.test_console.TestConsoleUrlShow.test_console_url_show_with_rdp [0.007307s] ... ok {8} openstackclient.tests.unit.identity.v3.test_endpoint.TestEndpointList.test_endpoint_list_service [0.004675s] ... ok {2} openstackclient.tests.unit.identity.v3.test_oauth.TestAccessTokenCreate.test_create_access_tokens [0.004925s] ... ok {7} openstackclient.tests.unit.api.test_compute_v2.TestSecurityGroup.test_security_group_set_options_id [0.005326s] ... ok {11} openstackclient.tests.unit.identity.v2_0.test_user.TestUserCreate.test_user_create_email [0.003475s] ... ok {11} openstackclient.tests.unit.identity.v2_0.test_user.TestUserCreate.test_user_create_enable [0.003204s] ... ok {33} openstackclient.tests.unit.compute.v2.test_console.TestConsoleUrlShow.test_console_url_show_with_serial [0.007122s] ... ok {33} openstackclient.tests.unit.compute.v2.test_console.TestConsoleUrlShow.test_console_url_show_with_spice [0.008481s] ... ok {29} openstackclient.tests.unit.network.v2.test_router.TestCreateRouter.test_create_with_AZ_hints [0.005672s] ... ok {29} openstackclient.tests.unit.network.v2.test_router.TestCreateRouter.test_create_with_centralized_option [0.005509s] ... ok {29} openstackclient.tests.unit.network.v2.test_router.TestCreateRouter.test_create_with_distributed_option [0.005481s] ... ok {29} openstackclient.tests.unit.network.v2.test_router.TestCreateRouter.test_create_with_ha_option [0.005476s] ... ok {29} openstackclient.tests.unit.network.v2.test_router.TestCreateRouter.test_create_with_no_ha_option [0.005124s] ... ok {29} openstackclient.tests.unit.network.v2.test_router.TestCreateRouter.test_create_with_no_tag [0.005430s] ... ok {29} openstackclient.tests.unit.network.v2.test_router.TestCreateRouter.test_create_with_tags [0.005513s] ... ok {7} openstackclient.tests.unit.api.test_compute_v2.TestSecurityGroup.test_security_group_set_options_name [0.007504s] ... ok {7} openstackclient.tests.unit.api.test_object_store_v1.TestContainer.test_container_create [0.003120s] ... ok {7} openstackclient.tests.unit.api.test_object_store_v1.TestContainer.test_container_delete [0.002783s] ... ok {39} openstackclient.tests.unit.network.v2.test_network_auto_allocated_topology.TestDeleteAutoAllocatedTopology.test_delete_no_project [0.002023s] ... ok {39} openstackclient.tests.unit.network.v2.test_network_auto_allocated_topology.TestDeleteAutoAllocatedTopology.test_delete_project_arg [0.003715s] ... ok {39} openstackclient.tests.unit.network.v2.test_network_auto_allocated_topology.TestDeleteAutoAllocatedTopology.test_delete_project_domain_arg [0.003362s] ... ok {39} openstackclient.tests.unit.network.v2.test_network_qos_rule.TestSetNetworkQosRuleMinimumBandwidth.test_set_min_kbps [0.004463s] ... ok {39} openstackclient.tests.unit.network.v2.test_network_qos_rule.TestSetNetworkQosRuleMinimumBandwidth.test_set_min_kbps_to_zero [0.007004s] ... ok {22} openstackclient.tests.unit.api.test_compute_v2.TestFloatingIP.test_floating_ip_find_id [0.002780s] ... ok {25} openstackclient.tests.unit.network.v2.test_port.TestSetPort.test_set_port_dns_name [0.005760s] ... ok {25} openstackclient.tests.unit.network.v2.test_port.TestSetPort.test_set_port_fixed_ip [0.006478s] ... ok {25} openstackclient.tests.unit.network.v2.test_port.TestSetPort.test_set_port_fixed_ip_clear [0.006476s] ... ok {25} openstackclient.tests.unit.network.v2.test_port.TestSetPort.test_set_port_invalid_data_plane_status_value [0.006706s] ... ok {32} openstackclient.tests.unit.volume.v1.test_type.TestTypeSet.test_type_set_new_encryption [0.003428s] ... ok {32} openstackclient.tests.unit.volume.v1.test_type.TestTypeSet.test_type_set_new_encryption_without_provider [0.004369s] ... ok {32} openstackclient.tests.unit.volume.v1.test_type.TestTypeSet.test_type_set_nothing [0.002868s] ... ok {32} openstackclient.tests.unit.volume.v1.test_type.TestTypeSet.test_type_set_property [0.003164s] ... ok {32} openstackclient.tests.unit.volume.v2.test_service.TestServiceList.test_service_list [0.006449s] ... ok {32} openstackclient.tests.unit.volume.v2.test_service.TestServiceList.test_service_list_with_long_option [0.006166s] ... ok {32} openstackclient.tests.unit.volume.v2.test_service.TestServiceSet.test_service_set_disable [0.005918s] ... ok {32} openstackclient.tests.unit.volume.v2.test_service.TestServiceSet.test_service_set_disable_with_reason [0.005558s] ... ok {32} openstackclient.tests.unit.volume.v2.test_service.TestServiceSet.test_service_set_enable [0.005520s] ... ok {32} openstackclient.tests.unit.volume.v2.test_service.TestServiceSet.test_service_set_enable_with_disable_reason [0.005467s] ... ok {32} openstackclient.tests.unit.volume.v2.test_service.TestServiceSet.test_service_set_nothing [0.005198s] ... ok {7} openstackclient.tests.unit.api.test_object_store_v1.TestContainer.test_container_list_full_listing [0.008011s] ... ok {27} openstackclient.tests.unit.identity.v2_0.test_user.TestUserList.test_user_list_no_options [0.002556s] ... ok {27} openstackclient.tests.unit.identity.v2_0.test_user.TestUserList.test_user_list_project [0.003049s] ... ok {27} openstackclient.tests.unit.identity.v3.test_limit.TestLimitSet.test_limit_set_description [0.004162s] ... ok {27} openstackclient.tests.unit.identity.v3.test_limit.TestLimitSet.test_limit_set_resource_limit [0.004273s] ... ok {32} openstackclient.tests.unit.volume.v2.test_service.TestServiceSet.test_service_set_only_with_disable_reason [0.005385s] ... ok {7} openstackclient.tests.unit.api.test_object_store_v1.TestContainer.test_container_list_marker_limit_end [0.003478s] ... ok {7} openstackclient.tests.unit.api.test_object_store_v1.TestContainer.test_container_list_no_options [0.003031s] ... ok {7} openstackclient.tests.unit.api.test_object_store_v1.TestContainer.test_container_list_prefix [0.004295s] ... ok {7} openstackclient.tests.unit.api.test_object_store_v1.TestContainer.test_container_show [0.002910s] ... ok {7} openstackclient.tests.unit.common.test_quota.TestQuotaShow.test_quota_show [0.020005s] ... ok {7} openstackclient.tests.unit.common.test_quota.TestQuotaShow.test_quota_show_no_project [0.010932s] ... ok {7} openstackclient.tests.unit.common.test_quota.TestQuotaShow.test_quota_show_with_class [0.009264s] ... ok {7} openstackclient.tests.unit.common.test_quota.TestQuotaShow.test_quota_show_with_default [0.009565s] ... ok {7} openstackclient.tests.unit.compute.v2.test_aggregate.TestAggregateList.test_aggregate_list [0.007600s] ... ok {39} openstackclient.tests.unit.network.v2.test_network_qos_rule.TestSetNetworkQosRuleMinimumBandwidth.test_set_nothing [0.004882s] ... ok {0} openstackclient.tests.unit.compute.v2.test_server.TestServerCreate.test_server_create_with_block_device_mapping_invalid_format [0.020449s] ... ok {0} openstackclient.tests.unit.compute.v2.test_server.TestServerCreate.test_server_create_with_block_device_mapping_min_input [0.012838s] ... ok {0} openstackclient.tests.unit.compute.v2.test_server.TestServerCreate.test_server_create_with_block_device_mapping_multiple [0.012712s] ... ok {0} openstackclient.tests.unit.compute.v2.test_server.TestServerCreate.test_server_create_with_block_device_mapping_no_uuid [0.012459s] ... ok {0} openstackclient.tests.unit.compute.v2.test_server.TestServerCreate.test_server_create_with_block_device_mapping_snapshot [0.012487s] ... ok {0} openstackclient.tests.unit.compute.v2.test_server.TestServerCreate.test_server_create_with_conflict_network_options [0.012813s] ... ok {0} openstackclient.tests.unit.compute.v2.test_server.TestServerCreate.test_server_create_with_description_api_newer [0.014840s] ... ok {0} openstackclient.tests.unit.compute.v2.test_server.TestServerCreate.test_server_create_with_description_api_older [0.012751s] ... ok {31} openstackclient.tests.unit.compute.v2.test_aggregate.TestAggregateSet.test_aggregate_set_with_zone [0.006483s] ... ok {14} openstackclient.tests.unit.identity.v3.test_project.TestProjectCreate.test_project_create_invalid_parent [0.005186s] ... ok {33} openstackclient.tests.unit.compute.v2.test_console.TestConsoleUrlShow.test_console_url_show_with_xvpvnc [0.007055s] ... ok {33} openstackclient.tests.unit.compute.v2.test_server_group.TestServerGroupCreate.test_server_group_create [0.007202s] ... ok {33} openstackclient.tests.unit.compute.v2.test_server_group.TestServerGroupCreate.test_server_group_create_v264 [0.006689s] ... ok {33} openstackclient.tests.unit.identity.v2_0.test_user.TestUserDelete.test_delete_multi_users_with_exception [0.002973s] ... ok {33} openstackclient.tests.unit.identity.v2_0.test_user.TestUserDelete.test_user_delete_no_options [0.001840s] ... ok {33} openstackclient.tests.unit.identity.v3.test_consumer.TestConsumerCreate.test_create_consumer [0.004611s] ... ok {2} openstackclient.tests.unit.identity.v3.test_project.TestProjectShow.test_project_show [0.004815s] ... ok {2} openstackclient.tests.unit.identity.v3.test_project.TestProjectShow.test_project_show_parents [0.004418s] ... ok {2} openstackclient.tests.unit.identity.v3.test_project.TestProjectShow.test_project_show_parents_and_children [0.003975s] ... ok {2} openstackclient.tests.unit.identity.v3.test_project.TestProjectShow.test_project_show_subtree [0.003225s] ... ok {39} openstackclient.tests.unit.network.v2.test_network_qos_rule.TestSetNetworkQosRuleMinimumBandwidth.test_set_wrong_options [0.004855s] ... ok {39} openstackclient.tests.unit.network.v2.test_security_group_rule_network.TestDeleteSecurityGroupRuleNetwork.test_multi_security_group_rules_delete [0.003735s] ... ok {39} openstackclient.tests.unit.network.v2.test_security_group_rule_network.TestDeleteSecurityGroupRuleNetwork.test_multi_security_group_rules_delete_with_exception [0.004045s] ... ok {39} openstackclient.tests.unit.network.v2.test_security_group_rule_network.TestDeleteSecurityGroupRuleNetwork.test_security_group_rule_delete [0.003427s] ... ok {39} openstackclient.tests.unit.volume.v1.test_transfer_request.TestTransferAccept.test_transfer_accept [0.004028s] ... ok {39} openstackclient.tests.unit.volume.v1.test_transfer_request.TestTransferAccept.test_transfer_accept_no_option [0.004264s] ... ok {28} openstackclient.tests.unit.compute.v2.test_server.TestServerMigrate.test_server_migrate_with_wait_fails [0.090878s] ... ok {28} openstackclient.tests.unit.compute.v2.test_server.TestServerUnshelveV277.test_specified_az_to_unshelve_with_v277 [0.003960s] ... ok {28} openstackclient.tests.unit.compute.v2.test_server.TestServerUnshelveV277.test_unshelve_multi_servers [0.003987s] ... ok {28} openstackclient.tests.unit.compute.v2.test_server.TestServerUnshelveV277.test_unshelve_one_server [0.004566s] ... ok {28} openstackclient.tests.unit.compute.v2.test_server.TestServerUnshelveV277.test_unshelve_server_with_specified_az [0.003535s] ... ok {33} openstackclient.tests.unit.identity.v3.test_credential.TestCredentialList.test_credential_list_no_options [0.005144s] ... ok {33} openstackclient.tests.unit.identity.v3.test_credential.TestCredentialList.test_credential_list_with_options [0.004491s] ... ok {33} openstackclient.tests.unit.identity.v3.test_endpoint.TestEndpointCreate.test_endpoint_create_disable [0.005401s] ... ok {33} openstackclient.tests.unit.identity.v3.test_endpoint.TestEndpointCreate.test_endpoint_create_enable [0.004924s] ... ok {33} openstackclient.tests.unit.identity.v3.test_endpoint.TestEndpointCreate.test_endpoint_create_no_options [0.004589s] ... ok {33} openstackclient.tests.unit.identity.v3.test_endpoint.TestEndpointCreate.test_endpoint_create_region [0.004286s] ... ok {33} openstackclient.tests.unit.identity.v3.test_mappings.TestMappingCreate.test_create_mapping [0.004269s] ... ok {4} openstackclient.tests.unit.identity.v3.test_endpoint_group.TestRemoveProjectEndpointGroup.test_remove_project_endpoint_with_options [0.004267s] ... ok {4} openstackclient.tests.unit.identity.v3.test_oauth.TestRequestTokenAuthorize.test_authorize_request_tokens [0.004990s] ... ok {4} openstackclient.tests.unit.identity.v3.test_role.TestRoleSet.test_role_set_description [0.003927s] ... ok {4} openstackclient.tests.unit.identity.v3.test_role.TestRoleSet.test_role_set_domain_role [0.006263s] ... ok {20} openstackclient.tests.unit.compute.v2.test_server.TestServerList.test_server_list_with_flavor [0.014194s] ... ok {20} openstackclient.tests.unit.compute.v2.test_server.TestServerList.test_server_list_with_image [0.012496s] ... ok {20} openstackclient.tests.unit.compute.v2.test_server.TestServerList.test_server_list_with_invalid_changes_since [0.012280s] ... ok {20} openstackclient.tests.unit.compute.v2.test_server.TestServerList.test_server_list_with_locked_and_unlocked_v273 [0.013837s] ... ok {20} openstackclient.tests.unit.compute.v2.test_server.TestServerList.test_server_list_with_locked_pre_v273 [0.106585s] ... ok {20} openstackclient.tests.unit.compute.v2.test_server.TestServerList.test_server_list_with_locked_v273 [0.013887s] ... ok {20} openstackclient.tests.unit.compute.v2.test_server.TestServerList.test_server_list_with_unlocked_v273 [0.013998s] ... ok {20} openstackclient.tests.unit.compute.v2.test_server.TestServerList.test_server_with_changes_before_older_version [0.013102s] ... ok {20} openstackclient.tests.unit.compute.v2.test_server.TestServerUnpause.test_server_unpause_multi_servers [0.006234s] ... ok {2} openstackclient.tests.unit.identity.v3.test_project.TestProjectShow.test_project_show_with_domain [0.003916s] ... ok {4} openstackclient.tests.unit.identity.v3.test_role.TestRoleSet.test_role_set_no_options [0.003866s] ... ok {26} openstackclient.tests.unit.network.v2.test_security_group_rule_network.TestShowSecurityGroupRuleNetwork.test_show_all_options [0.003754s] ... ok {26} openstackclient.tests.unit.network.v2.test_security_group_rule_network.TestShowSecurityGroupRuleNetwork.test_show_no_options [0.005558s] ... ok {26} openstackclient.tests.unit.network.v2.test_subnet_pool.TestDeleteSubnetPool.test_multi_subnet_pools_delete [0.003351s] ... ok {26} openstackclient.tests.unit.network.v2.test_subnet_pool.TestDeleteSubnetPool.test_multi_subnet_pools_delete_with_exception [0.003469s] ... ok {26} openstackclient.tests.unit.network.v2.test_subnet_pool.TestDeleteSubnetPool.test_subnet_pool_delete [0.005192s] ... ok {26} openstackclient.tests.unit.test_shell.TestShellTokenEndpointAuthEnv.test_empty_auth [0.054121s] ... ok {26} openstackclient.tests.unit.test_shell.TestShellTokenEndpointAuthEnv.test_env [0.007399s] ... ok {26} openstackclient.tests.unit.test_shell.TestShellTokenEndpointAuthEnv.test_only_token [0.007676s] ... ok {26} openstackclient.tests.unit.test_shell.TestShellTokenEndpointAuthEnv.test_only_url [0.007401s] ... ok {26} openstackclient.tests.unit.volume.v1.test_qos_specs.TestQosDelete.test_delete_multiple_qoses [0.003262s] ... ok {12} openstackclient.tests.unit.identity.v3.test_user.TestUserSet.test_user_set_disable_multi_factor_auth [0.005369s] ... ok {33} openstackclient.tests.unit.identity.v3.test_mappings.TestMappingDelete.test_delete_mapping [0.003484s] ... ok {33} openstackclient.tests.unit.identity.v3.test_user.TestUserShow.test_user_show [0.004147s] ... ok {33} openstackclient.tests.unit.identity.v3.test_user.TestUserShow.test_user_show_with_domain [0.005343s] ... ok {33} openstackclient.tests.unit.network.v2.test_network_flavor.TestDeleteNetworkFlavor.test_multi_network_flavors_delete [0.003166s] ... ok {33} openstackclient.tests.unit.network.v2.test_network_flavor.TestDeleteNetworkFlavor.test_multi_network_flavors_delete_with_exception [0.005662s] ... ok {33} openstackclient.tests.unit.network.v2.test_network_flavor.TestDeleteNetworkFlavor.test_network_flavor_delete [0.002911s] ... ok {33} openstackclient.tests.unit.network.v2.test_network_segment_range.TestDeleteNetworkSegmentRange.test_delete [0.003408s] ... ok {33} openstackclient.tests.unit.network.v2.test_network_segment_range.TestDeleteNetworkSegmentRange.test_delete_multiple [0.003765s] ... ok {33} openstackclient.tests.unit.network.v2.test_network_segment_range.TestDeleteNetworkSegmentRange.test_delete_multiple_with_exception [0.004561s] ... ok {33} openstackclient.tests.unit.network.v2.test_router.TestAddPortToRouter.test_add_port_no_option [0.005477s] ... ok {33} openstackclient.tests.unit.network.v2.test_router.TestAddPortToRouter.test_add_port_required_options [0.003650s] ... ok {33} openstackclient.tests.unit.network.v2.test_router.TestSetRouter.test_set_distributed_centralized [0.005920s] ... ok {33} openstackclient.tests.unit.network.v2.test_router.TestSetRouter.test_set_gateway_ip_qos [0.005282s] ... ok {34} openstackclient.tests.unit.network.test_common.TestNetworkAndCompute.test_take_action_compute [0.002065s] ... ok {27} openstackclient.tests.unit.identity.v3.test_registered_limit.TestRegisteredLimitCreate.test_registered_limit_create_with_options [0.005530s] ... ok {38} openstackclient.tests.unit.common.test_parseractions.TestNonNegativeAction.test_zero_values [0.000443s] ... ok {38} openstackclient.tests.unit.common.test_project_purge.TestProjectPurge.test_project_no_options [0.015863s] ... ok {29} openstackclient.tests.unit.network.v2.test_router.TestRemovePortFromRouter.test_remove_port_no_option [0.004205s] ... ok {29} openstackclient.tests.unit.network.v2.test_router.TestRemovePortFromRouter.test_remove_port_required_options [0.005572s] ... ok {29} openstackclient.tests.unit.network.v2.test_security_group_compute.TestShowSecurityGroupCompute.test_security_group_show_all_options [0.008952s] ... ok {29} openstackclient.tests.unit.network.v2.test_security_group_compute.TestShowSecurityGroupCompute.test_security_group_show_no_options [0.007519s] ... ok {29} openstackclient.tests.unit.test_shell.TestShellCli.test_default_env [0.056187s] ... ok {29} openstackclient.tests.unit.test_shell.TestShellCli.test_empty_env [0.010265s] ... ok {2} openstackclient.tests.unit.identity.v3.test_region.TestRegionCreate.test_region_create_description [0.003784s] ... ok {2} openstackclient.tests.unit.identity.v3.test_region.TestRegionCreate.test_region_create_no_options [0.002830s] ... ok {2} openstackclient.tests.unit.identity.v3.test_region.TestRegionCreate.test_region_create_parent_region_id [0.003411s] ... ok {2} openstackclient.tests.unit.identity.v3.test_service.TestServiceCreate.test_service_create_description [0.003440s] ... ok {20} openstackclient.tests.unit.compute.v2.test_server.TestServerUnpause.test_server_unpause_one_server [0.005348s] ... ok {28} openstackclient.tests.unit.identity.v2_0.test_project.TestProjectCreate.test_project_create_description [0.002222s] ... ok {28} openstackclient.tests.unit.identity.v2_0.test_project.TestProjectCreate.test_project_create_disable [0.001637s] ... ok {28} openstackclient.tests.unit.identity.v2_0.test_project.TestProjectCreate.test_project_create_enable [0.001848s] ... ok {0} openstackclient.tests.unit.compute.v2.test_server.TestServerCreate.test_server_create_with_empty_network_key_value [0.012476s] ... ok {0} openstackclient.tests.unit.compute.v2.test_server.TestServerCreate.test_server_create_with_host_and_hypervisor_hostname_v274 [0.013215s] ... ok {0} openstackclient.tests.unit.compute.v2.test_server.TestServerCreate.test_server_create_with_host_pre_v274 [0.012824s] ... ok {0} openstackclient.tests.unit.compute.v2.test_server.TestServerCreate.test_server_create_with_host_v274 [0.012863s] ... ok {12} openstackclient.tests.unit.identity.v3.test_user.TestUserSet.test_user_set_email [0.005184s] ... ok {12} openstackclient.tests.unit.identity.v3.test_user.TestUserSet.test_user_set_enable [0.004947s] ... ok {12} openstackclient.tests.unit.identity.v3.test_user.TestUserSet.test_user_set_enable_lock_password [0.005324s] ... ok {12} openstackclient.tests.unit.identity.v3.test_user.TestUserSet.test_user_set_enable_multi_factor_auth [0.005293s] ... ok {12} openstackclient.tests.unit.identity.v3.test_user.TestUserSet.test_user_set_ignore_change_password_upon_first_use [0.005212s] ... ok {12} openstackclient.tests.unit.identity.v3.test_user.TestUserSet.test_user_set_ignore_lockout_failure_attempts [0.005414s] ... ok {12} openstackclient.tests.unit.identity.v3.test_user.TestUserSet.test_user_set_ignore_password_expiry [0.005050s] ... ok {12} openstackclient.tests.unit.identity.v3.test_user.TestUserSet.test_user_set_name [0.005247s] ... ok {2} openstackclient.tests.unit.identity.v3.test_service.TestServiceCreate.test_service_create_disable [0.002980s] ... ok {26} openstackclient.tests.unit.volume.v1.test_qos_specs.TestQosDelete.test_delete_multiple_qoses_with_exception [0.005742s] ... ok {16} openstackclient.tests.unit.identity.v3.test_domain.TestDomainSet.test_domain_set_immutable_option [0.003508s] ... ok {16} openstackclient.tests.unit.identity.v3.test_domain.TestDomainSet.test_domain_set_name [0.003306s] ... ok {16} openstackclient.tests.unit.identity.v3.test_domain.TestDomainSet.test_domain_set_no_immutable_option [0.003442s] ... ok {12} openstackclient.tests.unit.identity.v3.test_user.TestUserSet.test_user_set_no_ignore_change_password_upon_first_use [0.007029s] ... ok {26} openstackclient.tests.unit.volume.v1.test_qos_specs.TestQosDelete.test_qos_delete_with_force [0.003055s] ... ok {26} openstackclient.tests.unit.volume.v1.test_qos_specs.TestQosDelete.test_qos_delete_with_id [0.003084s] ... ok {26} openstackclient.tests.unit.volume.v1.test_qos_specs.TestQosDelete.test_qos_delete_with_name [0.002706s] ... ok {26} openstackclient.tests.unit.volume.v2.test_consistency_group.TestConsistencyGroupDelete.test_consistency_group_delete [0.005230s] ... ok {26} openstackclient.tests.unit.volume.v2.test_consistency_group.TestConsistencyGroupDelete.test_consistency_group_delete_with_force [0.004995s] ... ok {2} openstackclient.tests.unit.identity.v3.test_service.TestServiceCreate.test_service_create_enable [0.004537s] ... ok {18} openstackclient.tests.unit.identity.v2_0.test_user.TestUserSet.test_user_set_disable [0.002987s] ... ok {18} openstackclient.tests.unit.identity.v2_0.test_user.TestUserSet.test_user_set_email [0.002696s] ... ok {18} openstackclient.tests.unit.identity.v2_0.test_user.TestUserSet.test_user_set_enable [0.002745s] ... ok {18} openstackclient.tests.unit.identity.v2_0.test_user.TestUserSet.test_user_set_name [0.002431s] ... ok {12} openstackclient.tests.unit.identity.v3.test_user.TestUserSet.test_user_set_no_ignore_lockout_failure_attempts [0.005170s] ... ok {12} openstackclient.tests.unit.identity.v3.test_user.TestUserSet.test_user_set_no_ignore_password_expiry [0.005360s] ... ok {12} openstackclient.tests.unit.identity.v3.test_user.TestUserSet.test_user_set_no_options [0.005178s] ... ok {12} openstackclient.tests.unit.identity.v3.test_user.TestUserSet.test_user_set_option_multi_factor_auth_rule [0.005195s] ... ok {12} openstackclient.tests.unit.identity.v3.test_user.TestUserSet.test_user_set_password [0.005334s] ... ok {12} openstackclient.tests.unit.identity.v3.test_user.TestUserSet.test_user_set_password_prompt [0.005406s] ... ok {12} openstackclient.tests.unit.identity.v3.test_user.TestUserSet.test_user_set_project [0.005444s] ... ok {12} openstackclient.tests.unit.identity.v3.test_user.TestUserSet.test_user_set_project_domain [0.005656s] ... ok {31} openstackclient.tests.unit.compute.v2.test_aggregate.TestAggregateSet.test_aggregate_set_with_zone_and_no_property [0.006678s] ... ok {31} openstackclient.tests.unit.compute.v2.test_server.TestServerRescue.test_rescue_with_current_image [0.010553s] ... ok {31} openstackclient.tests.unit.compute.v2.test_server.TestServerRescue.test_rescue_with_current_image_and_password [0.008274s] ... ok {31} openstackclient.tests.unit.compute.v2.test_server.TestServerRescue.test_rescue_with_new_image [0.012710s] ... ok {31} openstackclient.tests.unit.compute.v2.test_server.TestServerUnshelve.test_unshelve_multi_servers [0.007350s] ... ok {31} openstackclient.tests.unit.compute.v2.test_server.TestServerUnshelve.test_unshelve_one_server [0.006971s] ... ok {31} openstackclient.tests.unit.compute.v2.test_server.TestServerUnshelve.test_unshelve_server_with_specified_az [0.008012s] ... ok {31} openstackclient.tests.unit.compute.v2.test_server.TestServerVolume.test_server_add_volume [0.007981s] ... ok {3} openstackclient.tests.unit.compute.v2.test_flavor.TestFlavorSet.test_flavor_set_property [0.006457s] ... ok {15} openstackclient.tests.unit.compute.v2.test_server.TestServerResize.test_server_resize_no_options [0.007556s] ... ok {15} openstackclient.tests.unit.compute.v2.test_server.TestServerResize.test_server_resize_revert [0.009053s] ... ok {15} openstackclient.tests.unit.compute.v2.test_server.TestServerResize.test_server_resize_with_wait_fails [0.009041s] ... ok {15} openstackclient.tests.unit.compute.v2.test_server.TestServerResize.test_server_resize_with_wait_ok [0.008435s] ... ok {15} openstackclient.tests.unit.compute.v2.test_server_event.TestListServerEvent.test_server_event_list [0.010000s] ... ok {15} openstackclient.tests.unit.compute.v2.test_server_event.TestListServerEvent.test_server_event_list_long [0.006163s] ... ok {15} openstackclient.tests.unit.identity.v3.test_implied_role.TestImpliedRoleCreate.test_implied_role_create [0.004604s] ... ok {15} openstackclient.tests.unit.identity.v3.test_role.TestRoleAddInherited.test_role_add_domain_role_on_user_project [0.004525s] ... ok {15} openstackclient.tests.unit.identity.v3.test_role.TestRoleAddInherited.test_role_add_group_domain [0.004569s] ... ok {0} openstackclient.tests.unit.compute.v2.test_server.TestServerCreate.test_server_create_with_hypervisor_hostname_pre_v274 [0.013362s] ... ok {0} openstackclient.tests.unit.compute.v2.test_server.TestServerCreate.test_server_create_with_hypervisor_hostname_v274 [0.011811s] ... ok {0} openstackclient.tests.unit.compute.v2.test_server.TestServerCreate.test_server_create_with_invalid_network_key [0.009426s] ... ok {0} openstackclient.tests.unit.compute.v2.test_server.TestServerCreate.test_server_create_with_invalid_network_options [0.006779s] ... ok {0} openstackclient.tests.unit.compute.v2.test_server.TestServerCreate.test_server_create_with_network [0.007909s] ... ok {0} openstackclient.tests.unit.compute.v2.test_server.TestServerCreate.test_server_create_with_none_network [0.007191s] ... ok {11} openstackclient.tests.unit.identity.v2_0.test_user.TestUserCreate.test_user_create_no_options [0.003411s] ... ok {11} openstackclient.tests.unit.identity.v2_0.test_user.TestUserCreate.test_user_create_or_show_exists [0.003491s] ... ok {11} openstackclient.tests.unit.identity.v2_0.test_user.TestUserCreate.test_user_create_or_show_not_exists [0.003374s] ... ok {11} openstackclient.tests.unit.identity.v2_0.test_user.TestUserCreate.test_user_create_password [0.003025s] ... ok {11} openstackclient.tests.unit.identity.v2_0.test_user.TestUserCreate.test_user_create_password_prompt [0.003180s] ... ok {11} openstackclient.tests.unit.identity.v2_0.test_user.TestUserCreate.test_user_create_project [0.003607s] ... ok {11} openstackclient.tests.unit.identity.v3.test_application_credential.TestApplicationCredentialList.test_application_credential_list [0.004186s] ... ok {11} openstackclient.tests.unit.identity.v3.test_catalog.TestCatalogShow.test_catalog_show [0.003579s] ... ok {7} openstackclient.tests.unit.compute.v2.test_aggregate.TestAggregateList.test_aggregate_list_with_long [0.007251s] ... ok {39} openstackclient.tests.unit.volume.v2.test_transfer_request.TestTransferShow.test_transfer_show [0.006360s] ... ok {39} openstackclient.tests.unit.volume.v2.test_type.TestTypeCreate.test_public_type_create_with_project [0.006920s] ... ok {39} openstackclient.tests.unit.volume.v2.test_type.TestTypeCreate.test_type_create_private [0.008294s] ... ok {39} openstackclient.tests.unit.volume.v2.test_type.TestTypeCreate.test_type_create_public [0.006930s] ... ok {32} openstackclient.tests.unit.volume.v2.test_volume_backup.TestBackupDelete.test_backup_delete [0.007663s] ... ok {27} openstackclient.tests.unit.identity.v3.test_registered_limit.TestRegisteredLimitCreate.test_registered_limit_create_without_options [0.005867s] ... ok {27} openstackclient.tests.unit.identity.v3.test_registered_limit.TestRegisteredLimitDelete.test_registered_limit_delete [0.003031s] ... ok {29} openstackclient.tests.unit.volume.v1.test_type.TestTypeCreate.test_type_create [0.004094s] ... ok {29} openstackclient.tests.unit.volume.v1.test_type.TestTypeCreate.test_type_create_with_encryption [0.005080s] ... ok {29} openstackclient.tests.unit.volume.v1.test_volume.TestVolumeDelete.test_volume_delete_multi_volumes [0.003823s] ... ok {29} openstackclient.tests.unit.volume.v1.test_volume.TestVolumeDelete.test_volume_delete_multi_volumes_with_exception [0.003875s] ... ok {29} openstackclient.tests.unit.volume.v1.test_volume.TestVolumeDelete.test_volume_delete_one_volume [0.002814s] ... ok {29} openstackclient.tests.unit.volume.v1.test_volume.TestVolumeDelete.test_volume_delete_with_force [0.003229s] ... ok {36} openstackclient.tests.unit.api.test_compute_v2.TestSecurityGroupRule.test_security_group_create_no_options [0.007319s] ... ok {36} openstackclient.tests.unit.api.test_compute_v2.TestSecurityGroupRule.test_security_group_create_options [0.003575s] ... ok {36} openstackclient.tests.unit.api.test_compute_v2.TestSecurityGroupRule.test_security_group_create_port_errors [0.001031s] ... ok {2} openstackclient.tests.unit.identity.v3.test_service.TestServiceCreate.test_service_create_name [0.002858s] ... ok {2} openstackclient.tests.unit.identity.v3.test_service.TestServiceList.test_service_list_long [0.002931s] ... ok {2} openstackclient.tests.unit.identity.v3.test_service.TestServiceList.test_service_list_no_options [0.002450s] ... ok {2} openstackclient.tests.unit.identity.v3.test_service_provider.TestServiceProviderCreate.test_create_service_provider_description [0.003103s] ... ok {2} openstackclient.tests.unit.identity.v3.test_service_provider.TestServiceProviderCreate.test_create_service_provider_disabled [0.004274s] ... ok {2} openstackclient.tests.unit.identity.v3.test_service_provider.TestServiceProviderCreate.test_create_service_provider_required_options_only [0.003873s] ... ok {2} openstackclient.tests.unit.image.v1.test_image.TestImageDelete.test_image_delete_no_options [0.001932s] ... ok {39} openstackclient.tests.unit.volume.v2.test_type.TestTypeCreate.test_type_create_with_encryption [0.007574s] ... ok {18} openstackclient.tests.unit.identity.v2_0.test_user.TestUserSet.test_user_set_no_options [0.002349s] ... ok {18} openstackclient.tests.unit.identity.v2_0.test_user.TestUserSet.test_user_set_password [0.002823s] ... ok {18} openstackclient.tests.unit.identity.v2_0.test_user.TestUserSet.test_user_set_password_prompt [0.002662s] ... ok {18} openstackclient.tests.unit.identity.v2_0.test_user.TestUserSet.test_user_set_project [0.002404s] ... ok {18} openstackclient.tests.unit.identity.v2_0.test_user.TestUserSet.test_user_set_unexist_user [0.002371s] ... ok {18} openstackclient.tests.unit.identity.v3.test_endpoint_group.TestAddProjectToEndpointGroup.test_add_project_to_endpoint_no_option [0.003762s] ... ok {18} openstackclient.tests.unit.identity.v3.test_endpoint_group.TestAddProjectToEndpointGroup.test_add_project_to_endpoint_with_option [0.003625s] ... ok {18} openstackclient.tests.unit.identity.v3.test_project.TestProjectList.test_project_list_domain [0.004188s] ... ok {18} openstackclient.tests.unit.identity.v3.test_project.TestProjectList.test_project_list_domain_no_perms [0.004289s] ... ok {2} openstackclient.tests.unit.image.v2.test_image.TestImageSet.test_image_set_activate [0.004479s] ... ok {2} openstackclient.tests.unit.image.v2.test_image.TestImageSet.test_image_set_bools1 [0.003894s] ... ok {2} openstackclient.tests.unit.image.v2.test_image.TestImageSet.test_image_set_bools2 [0.005573s] ... ok {2} openstackclient.tests.unit.image.v2.test_image.TestImageSet.test_image_set_deactivate [0.005705s] ... ok {2} openstackclient.tests.unit.image.v2.test_image.TestImageSet.test_image_set_dead_options [0.004867s] ... ok {2} openstackclient.tests.unit.image.v2.test_image.TestImageSet.test_image_set_fake_properties [0.004944s] ... ok {2} openstackclient.tests.unit.image.v2.test_image.TestImageSet.test_image_set_membership_option_accept [0.004874s] ... ok {2} openstackclient.tests.unit.image.v2.test_image.TestImageSet.test_image_set_membership_option_pending [0.006953s] ... ok {2} openstackclient.tests.unit.image.v2.test_image.TestImageSet.test_image_set_membership_option_reject [0.005247s] ... ok {2} openstackclient.tests.unit.image.v2.test_image.TestImageSet.test_image_set_no_options [0.003734s] ... ok {2} openstackclient.tests.unit.image.v2.test_image.TestImageSet.test_image_set_numeric_options_to_zero [0.004534s] ... ok {32} openstackclient.tests.unit.volume.v2.test_volume_backup.TestBackupDelete.test_backup_delete_with_force [0.122084s] ... ok {32} openstackclient.tests.unit.volume.v2.test_volume_backup.TestBackupDelete.test_delete_multiple_backups [0.005549s] ... ok {32} openstackclient.tests.unit.volume.v2.test_volume_backup.TestBackupDelete.test_delete_multiple_backups_with_exception [0.006785s] ... ok {25} openstackclient.tests.unit.network.v2.test_port.TestSetPort.test_set_port_invalid_json_binding_profile [0.005857s] ... ok {25} openstackclient.tests.unit.network.v2.test_port.TestSetPort.test_set_port_invalid_key_value_binding_profile [0.005898s] ... ok {25} openstackclient.tests.unit.network.v2.test_port.TestSetPort.test_set_port_mixed_binding_profile [0.005999s] ... ok {25} openstackclient.tests.unit.network.v2.test_port.TestSetPort.test_set_port_no_allowed_address_pairs [0.005918s] ... ok {25} openstackclient.tests.unit.network.v2.test_port.TestSetPort.test_set_port_overwrite_allowed_address_pair [0.006435s] ... ok {25} openstackclient.tests.unit.network.v2.test_port.TestSetPort.test_set_port_overwrite_binding_profile [0.007821s] ... ok {25} openstackclient.tests.unit.network.v2.test_port.TestSetPort.test_set_port_security_disabled [0.005802s] ... ok {12} openstackclient.tests.unit.identity.v3.test_user.TestUserSet.test_user_set_specify_domain [0.005670s] ... ok {12} openstackclient.tests.unit.identity.v3.test_user.TestUserSet.test_user_set_with_multiple_options [0.005218s] ... ok {12} openstackclient.tests.unit.network.v2.test_address_scope.TestListAddressScope.test_address_scope_list [0.005173s] ... ok {12} openstackclient.tests.unit.network.v2.test_address_scope.TestListAddressScope.test_address_scope_list_ip_version [0.004357s] ... ok {33} openstackclient.tests.unit.network.v2.test_router.TestSetRouter.test_set_gateway_ip_qos_no_gateway [0.004862s] ... ok {33} openstackclient.tests.unit.network.v2.test_router.TestSetRouter.test_set_gateway_network_only [0.004484s] ... ok {33} openstackclient.tests.unit.network.v2.test_router.TestSetRouter.test_set_gateway_option_ipaddress_only [0.004607s] ... ok {15} openstackclient.tests.unit.identity.v3.test_role.TestRoleAddInherited.test_role_add_group_project [0.004289s] ... ok {0} openstackclient.tests.unit.compute.v2.test_server.TestServerCreate.test_server_create_with_not_exist_security_group [0.009597s] ... ok {29} openstackclient.tests.unit.volume.v2.test_volume_backend.TestShowVolumeCapability.test_capability_show [0.005520s] ... ok {29} openstackclient.tests.unit.volume.v2.test_volume_backup.TestBackupCreate.test_backup_create [0.006112s] ... ok {16} openstackclient.tests.unit.identity.v3.test_domain.TestDomainSet.test_domain_set_no_options [0.004703s] ... ok {16} openstackclient.tests.unit.identity.v3.test_registered_limit.TestRegisteredLimitList.test_limit_show [0.003702s] ... ok {15} openstackclient.tests.unit.identity.v3.test_role.TestRoleAddInherited.test_role_add_group_system [0.004413s] ... ok {15} openstackclient.tests.unit.identity.v3.test_role.TestRoleAddInherited.test_role_add_user_domain [0.004939s] ... ok {14} openstackclient.tests.unit.identity.v3.test_project.TestProjectCreate.test_project_create_is_domain_false_property [0.004738s] ... ok {14} openstackclient.tests.unit.identity.v3.test_project.TestProjectCreate.test_project_create_is_domain_none_property [0.004735s] ... ok {16} openstackclient.tests.unit.image.v2.test_image.TestImageGetData.test_get_data_file_2 [0.004107s] ... ok {16} openstackclient.tests.unit.image.v2.test_image.TestImageGetData.test_get_data_file_3 [0.004470s] ... ok {8} openstackclient.tests.unit.identity.v3.test_endpoint.TestEndpointListServiceWithoutName.test_endpoint_list_interface [0.004647s] ... ok {8} openstackclient.tests.unit.identity.v3.test_endpoint.TestEndpointListServiceWithoutName.test_endpoint_list_no_options [0.004527s] ... ok {14} openstackclient.tests.unit.identity.v3.test_project.TestProjectCreate.test_project_create_is_domain_true_property [0.005933s] ... ok {14} openstackclient.tests.unit.identity.v3.test_project.TestProjectCreate.test_project_create_no_options [0.004250s] ... ok {16} openstackclient.tests.unit.image.v2.test_image.TestImageGetData.test_get_data_file_file [0.003739s] ... ok {29} openstackclient.tests.unit.volume.v2.test_volume_backup.TestBackupCreate.test_backup_create_without_name [0.006257s] ... ok {25} openstackclient.tests.unit.network.v2.test_port.TestSetPort.test_set_port_security_enabled [0.141649s] ... ok {25} openstackclient.tests.unit.network.v2.test_port.TestSetPort.test_set_port_security_group [0.006051s] ... ok {25} openstackclient.tests.unit.network.v2.test_port.TestSetPort.test_set_port_security_group_append [0.006770s] ... ok {25} openstackclient.tests.unit.network.v2.test_port.TestSetPort.test_set_port_security_group_clear [0.005827s] ... ok {16} openstackclient.tests.unit.network.v2.test_network.TestCreateNetworkIdentityV2.test_create_with_domain_identityv2 [0.020007s] ... ok {26} openstackclient.tests.unit.volume.v2.test_consistency_group.TestConsistencyGroupDelete.test_delete_multiple_consistency_groups [0.004675s] ... ok {26} openstackclient.tests.unit.volume.v2.test_consistency_group.TestConsistencyGroupDelete.test_delete_multiple_consistency_groups_with_exception [0.005223s] ... ok {33} openstackclient.tests.unit.network.v2.test_router.TestSetRouter.test_set_gateway_options_subnet_ipaddress [0.004944s] ... ok {14} openstackclient.tests.unit.identity.v3.test_project.TestProjectCreate.test_project_create_parent [0.004886s] ... ok {28} openstackclient.tests.unit.identity.v2_0.test_project.TestProjectCreate.test_project_create_no_options [0.001625s] ... ok {28} openstackclient.tests.unit.identity.v2_0.test_project.TestProjectCreate.test_project_create_or_show_exists [0.001783s] ... ok {8} openstackclient.tests.unit.identity.v3.test_endpoint.TestEndpointListServiceWithoutName.test_endpoint_list_project_with_project_domain [0.005271s] ... ok {8} openstackclient.tests.unit.identity.v3.test_endpoint.TestEndpointListServiceWithoutName.test_endpoint_list_region [0.006162s] ... ok {8} openstackclient.tests.unit.identity.v3.test_endpoint.TestEndpointListServiceWithoutName.test_endpoint_list_service [0.004675s] ... ok {15} openstackclient.tests.unit.identity.v3.test_role.TestRoleAddInherited.test_role_add_user_project [0.006298s] ... ok {39} openstackclient.tests.unit.volume.v2.test_volume.TestVolumeMigrate.test_volume_migrate [0.005814s] ... ok {39} openstackclient.tests.unit.volume.v2.test_volume.TestVolumeMigrate.test_volume_migrate_with_option [0.007860s] ... ok {39} openstackclient.tests.unit.volume.v2.test_volume.TestVolumeMigrate.test_volume_migrate_without_host [0.007212s] ... ok {39} openstackclient.tests.unit.volume.v2.test_volume_backend.TestListVolumePool.test_pool_list [0.006448s] ... ok {39} openstackclient.tests.unit.volume.v2.test_volume_backend.TestListVolumePool.test_service_list_with_long_option [0.006048s] ... ok {1} openstackclient.tests.unit.integ.cli.test_shell.TestIntegShellCliV2.test_shell_args_cacert [0.197146s] ... ok {34} openstackclient.tests.unit.network.test_common.TestNetworkAndCompute.test_take_action_network [0.001429s] ... ok {34} openstackclient.tests.unit.network.v2.test_floating_ip_port_forwarding.TestShowFloatingIPPortForwarding.test_show_default_options [0.006017s] ... ok {34} openstackclient.tests.unit.network.v2.test_floating_ip_port_forwarding.TestShowFloatingIPPortForwarding.test_show_no_options [0.007375s] ... ok {34} openstackclient.tests.unit.network.v2.test_network.TestListNetwork.test_list_external [0.006229s] ... ok {34} openstackclient.tests.unit.network.v2.test_network.TestListNetwork.test_list_internal [0.005613s] ... ok {34} openstackclient.tests.unit.network.v2.test_network.TestListNetwork.test_list_name [0.005645s] ... ok {34} openstackclient.tests.unit.network.v2.test_network.TestListNetwork.test_list_with_tag_options [0.005707s] ... ok {34} openstackclient.tests.unit.network.v2.test_network.TestListNetwork.test_network_list_dhcp_agent [0.005677s] ... ok {34} openstackclient.tests.unit.network.v2.test_network.TestListNetwork.test_network_list_disable [0.005571s] ... ok {27} openstackclient.tests.unit.identity.v3.test_registered_limit.TestRegisteredLimitDelete.test_registered_limit_delete_with_exception [0.003650s] ... ok {27} openstackclient.tests.unit.network.v2.test_floating_ip_network.TestShowFloatingIPNetwork.test_floating_ip_show [0.004046s] ... ok {27} openstackclient.tests.unit.network.v2.test_network_agent.TestAddRouterAgent.test_add_no_options [0.003700s] ... ok {27} openstackclient.tests.unit.network.v2.test_network_agent.TestAddRouterAgent.test_add_router_required_options [0.003367s] ... ok {27} openstackclient.tests.unit.network.v2.test_security_group_rule_compute.TestListSecurityGroupRuleCompute.test_security_group_rule_list_all_projects [0.006857s] ... ok {27} openstackclient.tests.unit.network.v2.test_security_group_rule_compute.TestListSecurityGroupRuleCompute.test_security_group_rule_list_default [0.006955s] ... ok {18} openstackclient.tests.unit.identity.v3.test_project.TestProjectList.test_project_list_long [0.004005s] ... ok {18} openstackclient.tests.unit.identity.v3.test_project.TestProjectList.test_project_list_my_projects [0.004381s] ... ok {18} openstackclient.tests.unit.identity.v3.test_project.TestProjectList.test_project_list_no_options [0.004262s] ... ok {18} openstackclient.tests.unit.identity.v3.test_project.TestProjectList.test_project_list_parent [0.005066s] ... ok {18} openstackclient.tests.unit.identity.v3.test_project.TestProjectList.test_project_list_sort [0.005188s] ... ok {22} openstackclient.tests.unit.api.test_compute_v2.TestFloatingIP.test_floating_ip_find_ip [0.004893s] ... ok {22} openstackclient.tests.unit.api.test_compute_v2.TestFloatingIP.test_floating_ip_find_not_found [0.005182s] ... ok {22} openstackclient.tests.unit.api.test_compute_v2.TestFloatingIP.test_floating_ip_list [0.003168s] ... ok {22} openstackclient.tests.unit.api.test_compute_v2.TestFloatingIP.test_floating_ip_remove_id [0.004972s] ... ok {22} openstackclient.tests.unit.api.test_compute_v2.TestFloatingIP.test_floating_ip_remove_name [0.005141s] ... ok {22} openstackclient.tests.unit.common.test_command.TestCommand.test_command_has_logger [0.000451s] ... ok {16} openstackclient.tests.unit.network.v2.test_network.TestCreateNetworkIdentityV2.test_create_with_project_identityv2 [0.007886s] ... ok {16} openstackclient.tests.unit.network.v2.test_network_agent.TestDeleteNetworkAgent.test_multi_network_agents_delete [0.016913s] ... ok {16} openstackclient.tests.unit.network.v2.test_network_agent.TestDeleteNetworkAgent.test_multi_network_agents_delete_with_exception [0.003615s] ... ok {16} openstackclient.tests.unit.network.v2.test_network_agent.TestDeleteNetworkAgent.test_network_agent_delete [0.003454s] ... ok {4} openstackclient.tests.unit.identity.v3.test_role.TestRoleSet.test_role_set_with_immutable [0.003756s] ... ok {4} openstackclient.tests.unit.identity.v3.test_role.TestRoleSet.test_role_set_with_no_immutable [0.003902s] ... ok {4} openstackclient.tests.unit.identity.v3.test_token.TestTokenRevoke.test_token_revoke [0.003204s] ... ok {34} openstackclient.tests.unit.network.v2.test_network.TestListNetwork.test_network_list_enable [0.005514s] ... ok {34} openstackclient.tests.unit.network.v2.test_network.TestListNetwork.test_network_list_long [0.006008s] ... ok {34} openstackclient.tests.unit.network.v2.test_network.TestListNetwork.test_network_list_no_options [0.005828s] ... ok {34} openstackclient.tests.unit.network.v2.test_network.TestListNetwork.test_network_list_no_share [0.008957s] ... ok {34} openstackclient.tests.unit.network.v2.test_network.TestListNetwork.test_network_list_project [0.006046s] ... ok {34} openstackclient.tests.unit.network.v2.test_network.TestListNetwork.test_network_list_project_domain [0.007267s] ... ok {16} openstackclient.tests.unit.network.v2.test_network_flavor.TestAddNetworkFlavorToProfile.test_add_flavor_to_service_profile [0.008363s] ... ok {16} openstackclient.tests.unit.network.v2.test_network_flavor.TestAddNetworkFlavorToProfile.test_show_no_options [0.007852s] ... ok {16} openstackclient.tests.unit.network.v2.test_network_flavor.TestCreateNetworkFlavor.test_create_all_options [0.005183s] ... ok {16} openstackclient.tests.unit.network.v2.test_network_flavor.TestCreateNetworkFlavor.test_create_default_options [0.006070s] ... ok {16} openstackclient.tests.unit.network.v2.test_network_flavor.TestCreateNetworkFlavor.test_create_disable [0.026024s] ... ok {1} openstackclient.tests.unit.integ.cli.test_shell.TestIntegShellCliV2.test_shell_args_cacert_insecure [0.032146s] ... ok {3} openstackclient.tests.unit.compute.v2.test_flavor.TestFlavorSet.test_flavor_set_with_unexist_flavor [0.007996s] ... ok {20} openstackclient.tests.unit.identity.v3.test_endpoint.TestRemoveProjectEndpoint.test_remove_project_endpoint_no_options [0.003793s] ... ok {20} openstackclient.tests.unit.identity.v3.test_endpoint.TestRemoveProjectEndpoint.test_remove_project_endpoint_with_options [0.003704s] ... ok {20} openstackclient.tests.unit.identity.v3.test_protocol.TestProtocolList.test_list_protocols [0.004025s] ... ok {20} openstackclient.tests.unit.identity.v3.test_registered_limit.TestRegisteredLimitShow.test_registered_limit_show [0.004627s] ... ok {16} openstackclient.tests.unit.network.v2.test_network_flavor.TestCreateNetworkFlavor.test_create_no_options [0.026305s] ... ok {31} openstackclient.tests.unit.identity.v2_0.test_project.TestProjectDelete.test_delete_multi_projects_with_exception [0.002926s] ... ok {33} openstackclient.tests.unit.network.v2.test_router.TestSetRouter.test_set_gateway_options_subnet_only [0.005258s] ... ok {34} openstackclient.tests.unit.network.v2.test_network.TestListNetwork.test_network_list_provider_network_type [0.005590s] ... ok {36} openstackclient.tests.unit.api.test_compute_v2.TestSecurityGroupRule.test_security_group_rule_delete [0.003157s] ... ok {36} openstackclient.tests.unit.compute.v2.test_server.TestServerPause.test_server_pause_multi_servers [0.015456s] ... ok {36} openstackclient.tests.unit.compute.v2.test_server.TestServerPause.test_server_pause_one_server [0.006287s] ... ok {25} openstackclient.tests.unit.network.v2.test_port.TestSetPort.test_set_port_security_group_replace [0.006481s] ... ok {27} openstackclient.tests.unit.network.v2.test_security_group_rule_compute.TestListSecurityGroupRuleCompute.test_security_group_rule_list_with_group [0.007123s] ... ok {27} openstackclient.tests.unit.network.v2.test_security_group_rule_compute.TestListSecurityGroupRuleCompute.test_security_group_rule_list_with_ignored_options [0.009442s] ... ok {27} openstackclient.tests.unit.volume.v2.test_type.TestTypeDelete.test_delete_multiple_types [0.112228s] ... ok {27} openstackclient.tests.unit.volume.v2.test_type.TestTypeDelete.test_delete_multiple_types_with_exception [0.006809s] ... ok {27} openstackclient.tests.unit.volume.v2.test_type.TestTypeDelete.test_type_delete [0.005242s] ... ok {27} openstackclient.tests.unit.volume.v2.test_volume.TestVolumeDelete.test_volume_delete_multi_volumes [0.006471s] ... ok {27} openstackclient.tests.unit.volume.v2.test_volume.TestVolumeDelete.test_volume_delete_multi_volumes_with_exception [0.006536s] ... ok {27} openstackclient.tests.unit.volume.v2.test_volume.TestVolumeDelete.test_volume_delete_one_volume [0.005715s] ... ok {27} openstackclient.tests.unit.volume.v2.test_volume.TestVolumeDelete.test_volume_delete_with_force [0.006019s] ... ok {27} openstackclient.tests.unit.volume.v2.test_volume.TestVolumeDelete.test_volume_delete_with_purge [0.005878s] ... ok {18} openstackclient.tests.unit.integ.cli.test_shell.TestIntegShellCliNoAuth.test_shell_args_cacert [0.080571s] ... ok {18} openstackclient.tests.unit.integ.cli.test_shell.TestIntegShellCliNoAuth.test_shell_args_cacert_insecure [0.022147s] ... ok {33} openstackclient.tests.unit.network.v2.test_router.TestSetRouter.test_set_no_route [0.005146s] ... ok {20} openstackclient.tests.unit.network.test_sdk_utils.TestSDKUtils.test_get_osc_show_columns_for_sdk_resource_empty [0.000307s] ... ok {20} openstackclient.tests.unit.network.test_sdk_utils.TestSDKUtils.test_get_osc_show_columns_for_sdk_resource_empty_data [0.000158s] ... ok {20} openstackclient.tests.unit.network.test_sdk_utils.TestSDKUtils.test_get_osc_show_columns_for_sdk_resource_empty_map [0.000162s] ... ok {20} openstackclient.tests.unit.network.test_sdk_utils.TestSDKUtils.test_get_osc_show_columns_for_sdk_resource_map [0.000150s] ... ok {20} openstackclient.tests.unit.network.test_sdk_utils.TestSDKUtils.test_get_osc_show_columns_for_sdk_resource_map_dup [0.000151s] ... ok {20} openstackclient.tests.unit.network.test_sdk_utils.TestSDKUtils.test_get_osc_show_columns_for_sdk_resource_map_full [0.000151s] ... ok {20} openstackclient.tests.unit.network.v2.test_network_qos_rule.TestSetNetworkQosRuleDSCPMarking.test_set_dscp_mark [0.004179s] ... ok {20} openstackclient.tests.unit.network.v2.test_network_qos_rule.TestSetNetworkQosRuleDSCPMarking.test_set_dscp_mark_to_zero [0.004238s] ... ok {20} openstackclient.tests.unit.network.v2.test_network_qos_rule.TestSetNetworkQosRuleDSCPMarking.test_set_nothing [0.013481s] ... ok {20} openstackclient.tests.unit.network.v2.test_network_qos_rule.TestSetNetworkQosRuleDSCPMarking.test_set_wrong_options [0.005293s] ... ok {20} openstackclient.tests.unit.network.v2.test_router.TestUnsetRouter.test_unset_gateway_ip_qos_no_network [0.005599s] ... ok {16} openstackclient.tests.unit.object.v1.test_container.TestContainerList.test_object_list_containers_all [0.003200s] ... ok {16} openstackclient.tests.unit.object.v1.test_container.TestContainerList.test_object_list_containers_limit [0.005267s] ... ok {16} openstackclient.tests.unit.object.v1.test_container.TestContainerList.test_object_list_containers_long [0.002719s] ... ok {16} openstackclient.tests.unit.object.v1.test_container.TestContainerList.test_object_list_containers_marker [0.002873s] ... ok {16} openstackclient.tests.unit.object.v1.test_container.TestContainerList.test_object_list_containers_no_options [0.002715s] ... ok {28} openstackclient.tests.unit.identity.v2_0.test_project.TestProjectCreate.test_project_create_or_show_not_exists [0.001773s] ... ok {28} openstackclient.tests.unit.identity.v2_0.test_project.TestProjectCreate.test_project_create_property [0.001640s] ... ok {28} openstackclient.tests.unit.identity.v2_0.test_service.TestServiceDelete.test_service_delete_no_options [0.001166s] ... ok {28} openstackclient.tests.unit.identity.v3.test_credential.TestCredentialDelete.test_credential_delete [0.001940s] ... ok {28} openstackclient.tests.unit.identity.v3.test_credential.TestCredentialDelete.test_credential_multi_delete [0.001710s] ... ok {1} openstackclient.tests.unit.integ.cli.test_shell.TestIntegShellCliV2.test_shell_args_insecure [0.030070s] ... ok {1} openstackclient.tests.unit.integ.cli.test_shell.TestIntegShellCliV2.test_shell_args_no_options [0.031888s] ... ok {1} openstackclient.tests.unit.integ.cli.test_shell.TestIntegShellCliV2.test_shell_args_verify [0.033351s] ... ok {1} openstackclient.tests.unit.network.v2.test_network_flavor.TestShowNetworkFlavor.test_show_all_options [0.004457s] ... ok {1} openstackclient.tests.unit.network.v2.test_network_flavor.TestShowNetworkFlavor.test_show_no_options [0.006206s] ... ok {1} openstackclient.tests.unit.network.v2.test_network_segment_range.TestShowNetworkSegmentRange.test_show_all_options [0.004269s] ... ok {1} openstackclient.tests.unit.network.v2.test_network_segment_range.TestShowNetworkSegmentRange.test_show_no_options [0.004452s] ... ok {1} openstackclient.tests.unit.volume.test_find_resource.TestFindResourceVolumeSnapshots.test_find [0.001147s] ... ok {1} openstackclient.tests.unit.volume.test_find_resource.TestFindResourceVolumeSnapshots.test_not_find [0.000868s] ... ok {1} openstackclient.tests.unit.volume.v1.test_volume_backup.TestBackupRestore.test_backup_restore [0.003125s] ... ok {31} openstackclient.tests.unit.identity.v2_0.test_project.TestProjectDelete.test_project_delete_no_options [0.001751s] ... ok {31} openstackclient.tests.unit.identity.v3.test_credential.TestCredentialSet.test_credential_set_missing_data [0.005057s] ... ok {31} openstackclient.tests.unit.identity.v3.test_credential.TestCredentialSet.test_credential_set_missing_type [0.003395s] ... ok {31} openstackclient.tests.unit.identity.v3.test_credential.TestCredentialSet.test_credential_set_missing_user [0.003386s] ... ok {16} openstackclient.tests.unit.object.v1.test_container.TestContainerList.test_object_list_containers_prefix [0.002834s] ... ok {16} openstackclient.tests.unit.volume.v1.test_volume.TestVolumeSet.test_volume_set_bootable [0.004598s] ... ok {14} openstackclient.tests.unit.identity.v3.test_project.TestProjectCreate.test_project_create_property [0.005272s] ... ok {33} openstackclient.tests.unit.network.v2.test_router.TestSetRouter.test_set_nothing [0.004865s] ... ok {31} openstackclient.tests.unit.identity.v3.test_credential.TestCredentialSet.test_credential_set_no_options [0.003325s] ... ok {31} openstackclient.tests.unit.identity.v3.test_credential.TestCredentialSet.test_credential_set_valid [0.003419s] ... ok {38} openstackclient.tests.unit.common.test_project_purge.TestProjectPurge.test_project_purge_with_auth_project [0.010321s] ... ok {38} openstackclient.tests.unit.common.test_project_purge.TestProjectPurge.test_project_purge_with_dry_run [0.008922s] ... ok {38} openstackclient.tests.unit.common.test_project_purge.TestProjectPurge.test_project_purge_with_exception [0.009463s] ... ok {38} openstackclient.tests.unit.common.test_project_purge.TestProjectPurge.test_project_purge_with_force_delete_backup [0.011035s] ... ok {11} openstackclient.tests.unit.identity.v3.test_trust.TestTrustDelete.test_delete_multi_trusts_with_exception [0.004527s] ... ok {31} openstackclient.tests.unit.identity.v3.test_credential.TestCredentialSet.test_credential_set_valid_with_project [0.006221s] ... ok {31} openstackclient.tests.unit.identity.v3.test_endpoint.TestEndpointShowServiceWithoutName.test_endpoint_show [0.008900s] ... ok {31} openstackclient.tests.unit.identity.v3.test_identity_provider.TestIdentityProviderShow.test_identity_provider_show [0.007459s] ... ok {31} openstackclient.tests.unit.identity.v3.test_user.TestUserCreate.test_user_create_disable [0.005854s] ... ok {20} openstackclient.tests.unit.network.v2.test_router.TestUnsetRouter.test_unset_gateway_ip_qos_no_qos [0.005942s] ... ok {38} openstackclient.tests.unit.common.test_project_purge.TestProjectPurge.test_project_purge_with_keep_project [0.008847s] ... ok {3} openstackclient.tests.unit.compute.v2.test_server.TestServerVolumeV279.test_server_add_volume [0.007829s] ... ok {3} openstackclient.tests.unit.compute.v2.test_server.TestServerVolumeV279.test_server_add_volume_with_disable_and_enable_delete_on_termination [0.007244s] ... ok {14} openstackclient.tests.unit.identity.v3.test_project.TestProjectCreate.test_project_create_with_immutable_option [0.004262s] ... ok {14} openstackclient.tests.unit.identity.v3.test_project.TestProjectCreate.test_project_create_with_no_immutable_option [0.003130s] ... ok {14} openstackclient.tests.unit.identity.v3.test_project.TestProjectCreate.test_project_create_with_tags [0.002789s] ... ok {2} openstackclient.tests.unit.image.v2.test_image.TestImageSet.test_image_set_options [0.003751s] ... ok {2} openstackclient.tests.unit.image.v2.test_image.TestImageSet.test_image_set_properties [0.003871s] ... ok {2} openstackclient.tests.unit.image.v2.test_image.TestImageSet.test_image_set_tag [0.004106s] ... ok {2} openstackclient.tests.unit.image.v2.test_image.TestImageSet.test_image_set_tag_merge [0.003803s] ... ok {2} openstackclient.tests.unit.image.v2.test_image.TestImageSet.test_image_set_tag_merge_dupe [0.004783s] ... ok {2} openstackclient.tests.unit.image.v2.test_image.TestImageSet.test_image_set_with_unexist_project [0.003951s] ... ok {2} openstackclient.tests.unit.network.v2.test_floating_ip_network.TestSetFloatingIP.test_description_option [0.002538s] ... ok {24} openstackclient.tests.unit.compute.v2.test_service.TestServiceSet.test_service_set_state_up [0.006375s] ... ok {33} openstackclient.tests.unit.network.v2.test_router.TestSetRouter.test_set_route [0.004913s] ... ok {28} openstackclient.tests.unit.identity.v3.test_credential.TestCredentialDelete.test_credential_multi_delete_with_exception [0.002002s] ... ok {20} openstackclient.tests.unit.network.v2.test_router.TestUnsetRouter.test_unset_router_external_gateway [0.004561s] ... ok {20} openstackclient.tests.unit.network.v2.test_router.TestUnsetRouter.test_unset_router_params [0.004526s] ... ok {20} openstackclient.tests.unit.network.v2.test_router.TestUnsetRouter.test_unset_router_qos_policy [0.004217s] ... ok {20} openstackclient.tests.unit.network.v2.test_router.TestUnsetRouter.test_unset_router_wrong_routes [0.004562s] ... ok {18} openstackclient.tests.unit.integ.cli.test_shell.TestIntegShellCliNoAuth.test_shell_args_insecure [0.022201s] ... ok {14} openstackclient.tests.unit.identity.v3.test_region.TestRegionDelete.test_region_delete_no_options [0.003041s] ... ok {14} openstackclient.tests.unit.identity.v3.test_region.TestRegionSet.test_region_set_description [0.003830s] ... ok {14} openstackclient.tests.unit.identity.v3.test_region.TestRegionSet.test_region_set_no_options [0.003633s] ... ok {14} openstackclient.tests.unit.identity.v3.test_region.TestRegionSet.test_region_set_parent_region_id [0.003051s] ... ok {14} openstackclient.tests.unit.integ.cli.test_shell.TestIntegShellCliPrecedence.test_shell_args_options [0.084579s] ... ok {14} openstackclient.tests.unit.network.v2.test_floating_ip_port_forwarding.TestCreateFloatingIPPortForwarding.test_create_all_options [0.005876s] ... ok {14} openstackclient.tests.unit.network.v2.test_floating_ip_port_forwarding.TestCreateFloatingIPPortForwarding.test_create_no_options [0.007541s] ... ok {14} openstackclient.tests.unit.network.v2.test_floating_ip_port_forwarding.TestSetFloatingIPPortForwarding.test_set_all_thing [0.005616s] ... ok {14} openstackclient.tests.unit.network.v2.test_floating_ip_port_forwarding.TestSetFloatingIPPortForwarding.test_set_nothing [0.004758s] ... ok {14} openstackclient.tests.unit.network.v2.test_ip_availability.TestShowIPAvailability.test_show_all_options [0.005547s] ... ok {14} openstackclient.tests.unit.network.v2.test_ip_availability.TestShowIPAvailability.test_show_no_option [0.004824s] ... ok {14} openstackclient.tests.unit.network.v2.test_router.TestShowRouter.test_show_all_options [0.005009s] ... ok {14} openstackclient.tests.unit.network.v2.test_router.TestShowRouter.test_show_no_extra_route_extension [0.004822s] ... ok {14} openstackclient.tests.unit.network.v2.test_router.TestShowRouter.test_show_no_ha_no_distributed [0.004492s] ... ok {14} openstackclient.tests.unit.network.v2.test_router.TestShowRouter.test_show_no_options [0.004373s] ... ok {14} openstackclient.tests.unit.object.v1.test_object_all.TestObjectShow.test_object_show [0.005173s] ... ok {14} openstackclient.tests.unit.volume.v2.test_qos_specs.TestQosList.test_qos_list [0.007580s] ... ok {14} openstackclient.tests.unit.volume.v2.test_qos_specs.TestQosList.test_qos_list_no_association [0.114580s] ... ok {14} openstackclient.tests.unit.volume.v2.test_volume_backup.TestBackupShow.test_backup_show [0.005101s] ... ok {33} openstackclient.tests.unit.network.v2.test_router.TestSetRouter.test_set_route_overwrite_route [0.007590s] ... ok {33} openstackclient.tests.unit.network.v2.test_router.TestSetRouter.test_set_that [0.111086s] ... ok {33} openstackclient.tests.unit.network.v2.test_router.TestSetRouter.test_set_this [0.005096s] ... ok {33} openstackclient.tests.unit.network.v2.test_router.TestSetRouter.test_set_unset_gateway_ip_qos [0.006280s] ... ok {33} openstackclient.tests.unit.network.v2.test_router.TestSetRouter.test_set_with_no_tag [0.004946s] ... ok {33} openstackclient.tests.unit.network.v2.test_router.TestSetRouter.test_set_with_tags [0.004963s] ... ok {33} openstackclient.tests.unit.network.v2.test_router.TestSetRouter.test_unset_gateway_ip_qos [0.004722s] ... ok {33} openstackclient.tests.unit.network.v2.test_router.TestSetRouter.test_unset_gateway_ip_qos_no_gateway [0.005489s] ... ok {33} openstackclient.tests.unit.network.v2.test_router.TestSetRouter.test_wrong_gateway_params [0.005024s] ... ok {33} openstackclient.tests.unit.volume.v2.test_type.TestTypeList.test_type_list_with_default_option [0.007965s] ... ok {33} openstackclient.tests.unit.volume.v2.test_type.TestTypeList.test_type_list_with_encryption [0.006858s] ... ok {33} openstackclient.tests.unit.volume.v2.test_type.TestTypeList.test_type_list_with_options [0.006317s] ... ok {33} openstackclient.tests.unit.volume.v2.test_type.TestTypeList.test_type_list_with_private_option [0.006145s] ... ok {33} openstackclient.tests.unit.volume.v2.test_type.TestTypeList.test_type_list_without_options [0.006217s] ... ok {34} openstackclient.tests.unit.network.v2.test_network.TestListNetwork.test_network_list_provider_physical_network [0.005605s] ... ok {4} openstackclient.tests.unit.image.v1.test_image.TestImageList.test_image_list_long_option [0.005564s] ... ok {7} openstackclient.tests.unit.compute.v2.test_aggregate.TestAggregateShow.test_aggregate_show [0.007017s] ... ok {11} openstackclient.tests.unit.identity.v3.test_trust.TestTrustDelete.test_trust_delete [0.003586s] ... ok {11} openstackclient.tests.unit.network.v2.test_network_qos_rule.TestDeleteNetworkQosRuleBandwidthLimit.test_qos_policy_delete [0.004132s] ... ok {25} openstackclient.tests.unit.network.v2.test_port.TestSetPort.test_set_port_that [0.006297s] ... ok {25} openstackclient.tests.unit.network.v2.test_port.TestSetPort.test_set_port_this [0.005480s] ... ok {25} openstackclient.tests.unit.network.v2.test_port.TestSetPort.test_set_port_with_qos [0.006893s] ... ok {25} openstackclient.tests.unit.network.v2.test_port.TestSetPort.test_set_with_no_tag [0.005574s] ... ok {25} openstackclient.tests.unit.network.v2.test_port.TestSetPort.test_set_with_tags [0.005665s] ... ok {25} openstackclient.tests.unit.volume.v1.test_transfer_request.TestTransferList.test_transfer_list_with_argument [0.005461s] ... ok {25} openstackclient.tests.unit.volume.v1.test_transfer_request.TestTransferList.test_transfer_list_without_argument [0.003622s] ... ok {25} openstackclient.tests.unit.volume.v1.test_volume.TestVolumeMigrate.test_volume_migrate [0.003038s] ... ok {25} openstackclient.tests.unit.volume.v1.test_volume.TestVolumeMigrate.test_volume_migrate_with_option [0.002873s] ... ok {2} openstackclient.tests.unit.network.v2.test_floating_ip_network.TestSetFloatingIP.test_fixed_ip_option [0.002586s] ... ok {31} openstackclient.tests.unit.identity.v3.test_user.TestUserCreate.test_user_create_disable_multi_factor_auth [0.008075s] ... ok {31} openstackclient.tests.unit.identity.v3.test_user.TestUserCreate.test_user_create_disables_lock_password [0.006125s] ... ok {31} openstackclient.tests.unit.identity.v3.test_user.TestUserCreate.test_user_create_domain [0.005535s] ... ok {31} openstackclient.tests.unit.identity.v3.test_user.TestUserCreate.test_user_create_email [0.005942s] ... ok {34} openstackclient.tests.unit.network.v2.test_network.TestListNetwork.test_network_list_provider_segment [0.005610s] ... ok {34} openstackclient.tests.unit.network.v2.test_network.TestListNetwork.test_network_list_share [0.005655s] ... ok {34} openstackclient.tests.unit.network.v2.test_network.TestListNetwork.test_network_list_status [0.005716s] ... ok {34} openstackclient.tests.unit.network.v2.test_network.TestShowNetwork.test_show_all_options [0.005742s] ... ok {34} openstackclient.tests.unit.network.v2.test_network.TestShowNetwork.test_show_no_options [0.005196s] ... ok {38} openstackclient.tests.unit.common.test_project_purge.TestProjectPurge.test_project_purge_with_project [0.008933s] ... ok {22} openstackclient.tests.unit.common.test_command.TestCommand.test_validate_os_beta_command_enabled [0.000565s] ... ok {22} openstackclient.tests.unit.common.test_parseractions.TestMultiKeyValueAction.test_empty_required_optional [0.001977s] ... ok {22} openstackclient.tests.unit.common.test_parseractions.TestMultiKeyValueAction.test_error_values_with_comma [0.000691s] ... ok {22} openstackclient.tests.unit.common.test_parseractions.TestMultiKeyValueAction.test_error_values_without_comma [0.000629s] ... ok {22} openstackclient.tests.unit.common.test_parseractions.TestMultiKeyValueAction.test_good_values [0.000654s] ... ok {8} openstackclient.tests.unit.identity.v3.test_unscoped_saml.TestProjectList.test_accessible_projects_list [0.004376s] ... ok {8} openstackclient.tests.unit.integ.cli.test_project.TestIntegV2ProjectName.test_project_name_arg [0.086972s] ... ok {8} openstackclient.tests.unit.integ.cli.test_project.TestIntegV2ProjectName.test_project_name_env [0.031517s] ... ok {10} openstackclient.tests.unit.identity.v2_0.test_endpoint.TestEndpointDelete.test_endpoint_delete_no_options [0.008141s] ... ok {10} openstackclient.tests.unit.identity.v2_0.test_role_assignment.TestRoleAssignmentList.test_role_assignment_list_by_name_project_and_user [0.007311s] ... ok {10} openstackclient.tests.unit.identity.v2_0.test_role_assignment.TestRoleAssignmentList.test_role_assignment_list_def_creds [0.003874s] ... ok {10} openstackclient.tests.unit.identity.v2_0.test_role_assignment.TestRoleAssignmentList.test_role_assignment_list_no_filters [0.003404s] ... ok {20} openstackclient.tests.unit.network.v2.test_router.TestUnsetRouter.test_unset_with_all_tag [0.004542s] ... ok {34} openstackclient.tests.unit.object.v1.test_object.TestObjectList.test_object_list_objects_all [0.003571s] ... ok {34} openstackclient.tests.unit.object.v1.test_object.TestObjectList.test_object_list_objects_delimiter [0.003362s] ... ok {34} openstackclient.tests.unit.object.v1.test_object.TestObjectList.test_object_list_objects_end_marker [0.003421s] ... ok {34} openstackclient.tests.unit.object.v1.test_object.TestObjectList.test_object_list_objects_limit [0.003303s] ... ok {28} openstackclient.tests.unit.identity.v3.test_identity_provider.TestIdentityProviderList.test_identity_provider_list_no_options [0.003103s] ... ok {31} openstackclient.tests.unit.identity.v3.test_user.TestUserCreate.test_user_create_enable [0.006240s] ... ok {10} openstackclient.tests.unit.identity.v2_0.test_role_assignment.TestRoleAssignmentList.test_role_assignment_list_only_project_filter [0.003257s] ... ok {10} openstackclient.tests.unit.identity.v2_0.test_role_assignment.TestRoleAssignmentList.test_role_assignment_list_only_user_filter [0.003515s] ... ok {10} openstackclient.tests.unit.identity.v2_0.test_role_assignment.TestRoleAssignmentList.test_role_assignment_list_project_and_user [0.003401s] ... ok {10} openstackclient.tests.unit.identity.v3.test_catalog.TestCatalogList.test_catalog_list [0.003310s] ... ok {10} openstackclient.tests.unit.identity.v3.test_domain.TestDomainList.test_domain_list_no_options [0.004274s] ... ok {10} openstackclient.tests.unit.identity.v3.test_token.TestTokenIssue.test_token_issue_with_domain_id [0.005091s] ... ok {10} openstackclient.tests.unit.identity.v3.test_token.TestTokenIssue.test_token_issue_with_project_id [0.004659s] ... ok {10} openstackclient.tests.unit.identity.v3.test_token.TestTokenIssue.test_token_issue_with_unscoped [0.004277s] ... ok {10} openstackclient.tests.unit.network.v2.test_floating_ip_port_forwarding.TestListFloatingIPPortForwarding.test_port_forwarding_list [0.005951s] ... ok {10} openstackclient.tests.unit.network.v2.test_floating_ip_port_forwarding.TestListFloatingIPPortForwarding.test_port_forwarding_list_all_options [0.006056s] ... ok {34} openstackclient.tests.unit.object.v1.test_object.TestObjectList.test_object_list_objects_long [0.003006s] ... ok {34} openstackclient.tests.unit.object.v1.test_object.TestObjectList.test_object_list_objects_marker [0.003164s] ... ok {34} openstackclient.tests.unit.object.v1.test_object.TestObjectList.test_object_list_objects_no_options [0.002978s] ... ok {31} openstackclient.tests.unit.identity.v3.test_user.TestUserCreate.test_user_create_enable_multi_factor_auth [0.005852s] ... ok {10} openstackclient.tests.unit.network.v2.test_network_compute.TestShowNetworkCompute.test_show_all_options [0.007429s] ... ok {10} openstackclient.tests.unit.network.v2.test_network_compute.TestShowNetworkCompute.test_show_no_options [0.008877s] ... ok {10} openstackclient.tests.unit.network.v2.test_network_meter_rule.TestListMeterRule.test_rule_list [0.006470s] ... ok {31} openstackclient.tests.unit.identity.v3.test_user.TestUserCreate.test_user_create_enables_lock_password [0.005801s] ... ok {22} openstackclient.tests.unit.common.test_parseractions.TestMultiKeyValueAction.test_invalid_key [0.000657s] ... ok {22} openstackclient.tests.unit.common.test_parseractions.TestMultiKeyValueAction.test_missing_key [0.000654s] ... ok {22} openstackclient.tests.unit.common.test_parseractions.TestMultiKeyValueAction.test_optional_keys_not_list [0.000592s] ... ok {22} openstackclient.tests.unit.common.test_parseractions.TestMultiKeyValueAction.test_required_keys_not_list [0.000568s] ... ok {22} openstackclient.tests.unit.compute.v2.test_server.TestServerRemoveSecurityGroup.test_server_remove_security_group [0.013791s] ... ok {22} openstackclient.tests.unit.identity.v3.test_limit.TestLimitCreate.test_limit_create_with_options [0.009643s] ... ok {22} openstackclient.tests.unit.identity.v3.test_limit.TestLimitCreate.test_limit_create_without_options [0.005429s] ... ok {22} openstackclient.tests.unit.identity.v3.test_protocol.TestProtocolShow.test_show_protocol [0.004617s] ... ok {22} openstackclient.tests.unit.network.v2.test_network_flavor_profile.TestListFlavorProfile.test_network_flavor_profile_list [0.003915s] ... ok {22} openstackclient.tests.unit.network.v2.test_network_meter.TestShowMeter.test_meter_show_option [0.004696s] ... ok {22} openstackclient.tests.unit.network.v2.test_network_meter.TestShowMeter.test_show_no_options [0.006248s] ... ok {22} openstackclient.tests.unit.network.v2.test_network_segment.TestShowNetworkSegment.test_show_all_options [0.004463s] ... ok {22} openstackclient.tests.unit.network.v2.test_network_segment.TestShowNetworkSegment.test_show_no_options [0.006792s] ... ok {22} openstackclient.tests.unit.network.v2.test_security_group_rule_network.TestListSecurityGroupRuleNetwork.test_list_default [0.005318s] ... ok {22} openstackclient.tests.unit.network.v2.test_security_group_rule_network.TestListSecurityGroupRuleNetwork.test_list_with_group_and_long [0.005405s] ... ok {22} openstackclient.tests.unit.network.v2.test_security_group_rule_network.TestListSecurityGroupRuleNetwork.test_list_with_ignored_options [0.004918s] ... ok {22} openstackclient.tests.unit.network.v2.test_security_group_rule_network.TestListSecurityGroupRuleNetwork.test_list_with_ingress [0.004954s] ... ok {22} openstackclient.tests.unit.network.v2.test_security_group_rule_network.TestListSecurityGroupRuleNetwork.test_list_with_protocol [0.004814s] ... ok {22} openstackclient.tests.unit.network.v2.test_security_group_rule_network.TestListSecurityGroupRuleNetwork.test_list_with_wrong_egress [0.004997s] ... ok {22} openstackclient.tests.unit.volume.v1.test_volume.TestVolumeList.test_volume_list_all_projects [0.005106s] ... ok {22} openstackclient.tests.unit.volume.v1.test_volume.TestVolumeList.test_volume_list_backward_compatibility [0.004535s] ... ok {22} openstackclient.tests.unit.volume.v1.test_volume.TestVolumeList.test_volume_list_long [0.004023s] ... ok {22} openstackclient.tests.unit.volume.v1.test_volume.TestVolumeList.test_volume_list_name [0.003984s] ... ok {22} openstackclient.tests.unit.volume.v1.test_volume.TestVolumeList.test_volume_list_negative_limit [0.003873s] ... ok {15} openstackclient.tests.unit.identity.v3.test_role.TestRoleAddInherited.test_role_add_user_system [0.004077s] ... ok {15} openstackclient.tests.unit.identity.v3.test_role.TestRoleAddInherited.test_role_add_with_error [0.003889s] ... ok {15} openstackclient.tests.unit.network.v2.test_network_flavor_profile.TestSetFlavorProfile.test_set_disable [0.004171s] ... ok {15} openstackclient.tests.unit.network.v2.test_network_flavor_profile.TestSetFlavorProfile.test_set_enable [0.004278s] ... ok {15} openstackclient.tests.unit.network.v2.test_network_flavor_profile.TestSetFlavorProfile.test_set_nothing [0.004191s] ... ok {21} openstackclient.tests.unit.network.v2.test_network.TestUnsetNetwork.test_unset_with_all_tag [0.127567s] ... ok {10} openstackclient.tests.unit.network.v2.test_network_qos_rule.TestSetNetworkQosRuleBandwidthLimit.test_set_direction_egress [0.005175s] ... ok {10} openstackclient.tests.unit.network.v2.test_network_qos_rule.TestSetNetworkQosRuleBandwidthLimit.test_set_direction_ingress [0.004901s] ... ok {10} openstackclient.tests.unit.network.v2.test_network_qos_rule.TestSetNetworkQosRuleBandwidthLimit.test_set_max_burst_kbits [0.004855s] ... ok {10} openstackclient.tests.unit.network.v2.test_network_qos_rule.TestSetNetworkQosRuleBandwidthLimit.test_set_max_burst_kbits_to_zero [0.004713s] ... ok {10} openstackclient.tests.unit.network.v2.test_network_qos_rule.TestSetNetworkQosRuleBandwidthLimit.test_set_max_kbps [0.005010s] ... ok {10} openstackclient.tests.unit.network.v2.test_network_qos_rule.TestSetNetworkQosRuleBandwidthLimit.test_set_max_kbps_to_zero [0.004990s] ... ok {10} openstackclient.tests.unit.network.v2.test_network_qos_rule.TestSetNetworkQosRuleBandwidthLimit.test_set_nothing [0.004776s] ... ok {10} openstackclient.tests.unit.network.v2.test_network_qos_rule.TestSetNetworkQosRuleBandwidthLimit.test_set_wrong_options [0.004757s] ... ok {10} openstackclient.tests.unit.network.v2.test_network_rbac.TestCreateNetworkRBAC.test_network_rbac_create [0.005739s] ... ok {10} openstackclient.tests.unit.network.v2.test_network_rbac.TestCreateNetworkRBAC.test_network_rbac_create_all_options [0.006307s] ... ok {2} openstackclient.tests.unit.network.v2.test_floating_ip_network.TestSetFloatingIP.test_no_qos_policy_option [0.002486s] ... ok {20} openstackclient.tests.unit.network.v2.test_router.TestUnsetRouter.test_unset_with_tags [0.004535s] ... ok {20} openstackclient.tests.unit.network.v2.test_security_group_network.TestSetSecurityGroupNetwork.test_set_all_options [0.004444s] ... ok {20} openstackclient.tests.unit.network.v2.test_security_group_network.TestSetSecurityGroupNetwork.test_set_no_options [0.005541s] ... ok {20} openstackclient.tests.unit.network.v2.test_security_group_network.TestSetSecurityGroupNetwork.test_set_no_updates [0.003218s] ... ok {20} openstackclient.tests.unit.network.v2.test_security_group_network.TestSetSecurityGroupNetwork.test_set_with_no_tag [0.003098s] ... ok {20} openstackclient.tests.unit.network.v2.test_security_group_network.TestSetSecurityGroupNetwork.test_set_with_tags [0.004748s] ... ok {20} openstackclient.tests.unit.object.v1.test_object.TestObjectShow.test_object_show [0.003656s] ... ok {34} openstackclient.tests.unit.object.v1.test_object.TestObjectList.test_object_list_objects_prefix [0.005531s] ... ok {34} openstackclient.tests.unit.volume.v2.test_consistency_group.TestConsistencyGroupShow.test_consistency_group_show [0.141731s] ... ok {34} openstackclient.tests.unit.volume.v2.test_volume.TestVolumeSet.test_volume_set_attached [0.003903s] ... ok {34} openstackclient.tests.unit.volume.v2.test_volume.TestVolumeSet.test_volume_set_bootable [0.004397s] ... ok {34} openstackclient.tests.unit.volume.v2.test_volume.TestVolumeSet.test_volume_set_detached [0.003550s] ... ok {34} openstackclient.tests.unit.volume.v2.test_volume.TestVolumeSet.test_volume_set_image_property [0.003610s] ... ok {34} openstackclient.tests.unit.volume.v2.test_volume.TestVolumeSet.test_volume_set_property [0.003872s] ... ok {34} openstackclient.tests.unit.volume.v2.test_volume.TestVolumeSet.test_volume_set_read_write [0.003571s] ... ok {34} openstackclient.tests.unit.volume.v2.test_volume.TestVolumeSet.test_volume_set_readonly [0.003557s] ... ok {21} openstackclient.tests.unit.network.v2.test_network.TestUnsetNetwork.test_unset_with_tags [0.003617s] ... ok {28} openstackclient.tests.unit.network.v2.test_network_meter.TestListMeter.test_meter_list [0.002319s] ... ok {28} openstackclient.tests.unit.network.v2.test_network_qos_policy.TestShowNetworkQosPolicy.test_show_all_options [0.002561s] ... ok {28} openstackclient.tests.unit.network.v2.test_network_qos_policy.TestShowNetworkQosPolicy.test_show_no_options [0.002441s] ... ok {28} openstackclient.tests.unit.network.v2.test_network_segment.TestSetNetworkSegment.test_set_all_options [0.003164s] ... ok {28} openstackclient.tests.unit.network.v2.test_network_segment.TestSetNetworkSegment.test_set_no_options [0.004294s] ... ok {28} openstackclient.tests.unit.volume.v1.test_transfer_request.TestTransferShow.test_transfer_show [0.004126s] ... ok {28} openstackclient.tests.unit.volume.v2.test_consistency_group_snapshot.TestConsistencyGroupSnapshotDelete.test_consistency_group_snapshot_delete [0.005017s] ... ok {28} openstackclient.tests.unit.volume.v2.test_consistency_group_snapshot.TestConsistencyGroupSnapshotDelete.test_multiple_consistency_group_snapshots_delete [0.004718s] ... ok {28} openstackclient.tests.unit.volume.v2.test_type.TestColumns.test_encryption_info_column_with_info [0.004002s] ... ok {28} openstackclient.tests.unit.volume.v2.test_type.TestColumns.test_encryption_info_column_without_info [0.004831s] ... ok {0} openstackclient.tests.unit.compute.v2.test_server.TestServerCreate.test_server_create_with_only_network_key [0.006889s] ... ok {24} openstackclient.tests.unit.compute.v2.test_service.TestServiceSet.test_set_nothing [0.006079s] ... ok {24} openstackclient.tests.unit.identity.v2_0.test_role.TestRoleAdd.test_role_add [0.003502s] ... ok {24} openstackclient.tests.unit.identity.v3.test_mappings.TestMappingList.test_mapping_list [0.004315s] ... ok {24} openstackclient.tests.unit.identity.v3.test_project.TestProjectDelete.test_delete_multi_projects_with_exception [0.004181s] ... ok {24} openstackclient.tests.unit.identity.v3.test_project.TestProjectDelete.test_project_delete_no_options [0.003202s] ... ok {8} openstackclient.tests.unit.integ.cli.test_project.TestIntegV3ProjectName.test_project_name_arg [0.032511s] ... ok {8} openstackclient.tests.unit.integ.cli.test_project.TestIntegV3ProjectName.test_project_name_env [0.025609s] ... ok {8} openstackclient.tests.unit.network.v2.test_floating_ip_compute.TestCreateFloatingIPCompute.test_floating_ip_create_default [0.009441s] ... ok {8} openstackclient.tests.unit.network.v2.test_floating_ip_compute.TestCreateFloatingIPCompute.test_floating_ip_create_no_arg [0.009492s] ... ok {8} openstackclient.tests.unit.network.v2.test_floating_ip_compute.TestDeleteFloatingIPCompute.test_floating_ip_delete [0.006120s] ... ok {8} openstackclient.tests.unit.network.v2.test_floating_ip_compute.TestDeleteFloatingIPCompute.test_floating_ip_delete_multi [0.006340s] ... ok {8} openstackclient.tests.unit.network.v2.test_floating_ip_compute.TestDeleteFloatingIPCompute.test_floating_ip_delete_multi_exception [0.006516s] ... ok {8} openstackclient.tests.unit.network.v2.test_network_agent.TestAddNetworkToAgent.test_add_network_to_dhcp_agent [0.004029s] ... ok {8} openstackclient.tests.unit.network.v2.test_network_agent.TestAddNetworkToAgent.test_show_no_options [0.003962s] ... ok {8} openstackclient.tests.unit.network.v2.test_network_auto_allocated_topology.TestCreateAutoAllocatedTopology.test_create_no_options [0.004486s] ... ok {8} openstackclient.tests.unit.network.v2.test_network_auto_allocated_topology.TestCreateAutoAllocatedTopology.test_create_or_show_option [0.004240s] ... ok {8} openstackclient.tests.unit.network.v2.test_network_auto_allocated_topology.TestCreateAutoAllocatedTopology.test_create_project_domain_option [0.004452s] ... ok {8} openstackclient.tests.unit.network.v2.test_network_auto_allocated_topology.TestCreateAutoAllocatedTopology.test_create_project_option [0.006461s] ... ok {8} openstackclient.tests.unit.network.v2.test_network_meter_rule.TestShowMeterRule.test_label_rule_show_option [0.004222s] ... ok {8} openstackclient.tests.unit.network.v2.test_network_meter_rule.TestShowMeterRule.test_show_no_options [0.119013s] ... ok {8} openstackclient.tests.unit.network.v2.test_port.TestListPort.test_list_port_with_long [0.005679s] ... ok {8} openstackclient.tests.unit.network.v2.test_port.TestListPort.test_list_with_tag_options [0.005673s] ... ok {8} openstackclient.tests.unit.network.v2.test_port.TestListPort.test_port_list_all_opt [0.005695s] ... ok {8} openstackclient.tests.unit.network.v2.test_port.TestListPort.test_port_list_device_id_opt [0.005820s] ... ok {8} openstackclient.tests.unit.network.v2.test_port.TestListPort.test_port_list_device_owner_opt [0.005861s] ... ok {34} openstackclient.tests.unit.volume.v2.test_volume.TestVolumeSet.test_volume_set_state [0.004406s] ... ok {22} openstackclient.tests.unit.volume.v1.test_volume.TestVolumeList.test_volume_list_no_options [0.003937s] ... ok {22} openstackclient.tests.unit.volume.v1.test_volume.TestVolumeList.test_volume_list_status [0.004181s] ... ok {22} openstackclient.tests.unit.volume.v1.test_volume.TestVolumeList.test_volume_list_with_limit [0.004058s] ... ok {22} openstackclient.tests.unit.volume.v2.test_backup_record.TestBackupRecordImport.test_backup_import [0.005744s] ... ok {22} openstackclient.tests.unit.volume.v2.test_consistency_group.TestConsistencyGroupRemoveVolume.test_remove_multi_volumes_from_consistency_group [0.006507s] ... ok {22} openstackclient.tests.unit.volume.v2.test_consistency_group.TestConsistencyGroupRemoveVolume.test_remove_multiple_volumes_from_consistency_group_with_exception [0.008129s] ... ok {22} openstackclient.tests.unit.volume.v2.test_consistency_group.TestConsistencyGroupRemoveVolume.test_remove_one_volume_from_consistency_group [0.005248s] ... ok {22} openstackclient.tests.unit.volume.v2.test_type.TestTypeSet.test_type_set_description [0.005725s] ... ok {0} openstackclient.tests.unit.compute.v2.test_server.TestServerCreate.test_server_create_with_options [0.007649s] ... ok {20} openstackclient.tests.unit.object.v1.test_object_all.TestObjectList.test_object_list_objects_no_options [0.006538s] ... ok {20} openstackclient.tests.unit.object.v1.test_object_all.TestObjectList.test_object_list_objects_prefix [0.004984s] ... ok {20} openstackclient.tests.unit.volume.v2.test_consistency_group.TestConsistencyGroupSet.test_consistency_group_set_description [0.005409s] ... ok {7} openstackclient.tests.unit.compute.v2.test_server.TestServerStart.test_server_start_multi_servers [0.007236s] ... ok {7} openstackclient.tests.unit.compute.v2.test_server.TestServerStart.test_server_start_one_server [0.006109s] ... ok {10} openstackclient.tests.unit.network.v2.test_network_rbac.TestCreateNetworkRBAC.test_network_rbac_create_invalid_action [0.005964s] ... ok {10} openstackclient.tests.unit.network.v2.test_network_rbac.TestCreateNetworkRBAC.test_network_rbac_create_invalid_type [0.005726s] ... ok {10} openstackclient.tests.unit.network.v2.test_network_rbac.TestCreateNetworkRBAC.test_network_rbac_create_no_action [0.005811s] ... ok {10} openstackclient.tests.unit.network.v2.test_network_rbac.TestCreateNetworkRBAC.test_network_rbac_create_no_type [0.005843s] ... ok {10} openstackclient.tests.unit.network.v2.test_network_rbac.TestCreateNetworkRBAC.test_network_rbac_create_object_1___qos_policy____qos_object__ [0.006956s] ... ok {4} openstackclient.tests.unit.image.v1.test_image.TestImageList.test_image_list_no_options [0.003308s] ... ok {4} openstackclient.tests.unit.image.v1.test_image.TestImageList.test_image_list_private_option [0.003189s] ... ok {4} openstackclient.tests.unit.image.v1.test_image.TestImageList.test_image_list_property_option [0.003869s] ... ok {2} openstackclient.tests.unit.network.v2.test_floating_ip_network.TestSetFloatingIP.test_port_and_no_qos_policy_option [0.002286s] ... ok {2} openstackclient.tests.unit.network.v2.test_floating_ip_network.TestSetFloatingIP.test_port_and_qos_policy_option [0.002677s] ... ok {2} openstackclient.tests.unit.network.v2.test_floating_ip_network.TestSetFloatingIP.test_port_option [0.003487s] ... ok {2} openstackclient.tests.unit.network.v2.test_floating_ip_network.TestSetFloatingIP.test_qos_policy_option [0.002582s] ... ok {2} openstackclient.tests.unit.network.v2.test_floating_ip_network.TestSetFloatingIP.test_set_with_no_tag [0.093662s] ... ok {2} openstackclient.tests.unit.network.v2.test_floating_ip_network.TestSetFloatingIP.test_set_with_tags [0.004212s] ... ok {2} openstackclient.tests.unit.network.v2.test_network_segment_range.TestAuxiliaryFunctions.test__get_ranges [0.000466s] ... ok {2} openstackclient.tests.unit.network.v2.test_subnet.TestUnsetSubnet.test_unset_subnet_params [0.004191s] ... ok {2} openstackclient.tests.unit.network.v2.test_subnet.TestUnsetSubnet.test_unset_subnet_wrong_allocation_pool [0.004493s] ... ok {24} openstackclient.tests.unit.network.v2.test_network_agent.TestRemoveNetworkFromAgent.test_network_agents_list_routers_no_arg [0.003769s] ... ok {24} openstackclient.tests.unit.network.v2.test_network_agent.TestRemoveNetworkFromAgent.test_network_from_dhcp_agent [0.003670s] ... ok {36} openstackclient.tests.unit.identity.v3.test_endpoint_group.TestEndpointGroupList.test_endpoint_group_list_by_project [0.009190s] ... ok {25} openstackclient.tests.unit.volume.v1.test_volume.TestVolumeMigrate.test_volume_migrate_without_host [0.003797s] ... ok {25} openstackclient.tests.unit.volume.v1.test_volume_backup.TestBackupDelete.test_backup_delete [0.004795s] ... ok {10} openstackclient.tests.unit.network.v2.test_network_rbac.TestCreateNetworkRBAC.test_network_rbac_create_object_2___security_group____sg_object__ [0.005364s] ... ok {10} openstackclient.tests.unit.network.v2.test_network_rbac.TestCreateNetworkRBAC.test_network_rbac_create_object_3___subnetpool____snp_object__ [0.005470s] ... ok {3} openstackclient.tests.unit.compute.v2.test_server.TestServerVolumeV279.test_server_add_volume_with_disable_delete_on_termination [0.008684s] ... ok {3} openstackclient.tests.unit.compute.v2.test_server.TestServerVolumeV279.test_server_add_volume_with_disable_delete_on_termination_pre_v279 [0.007165s] ... ok {3} openstackclient.tests.unit.compute.v2.test_server.TestServerVolumeV279.test_server_add_volume_with_enable_delete_on_termination [0.009554s] ... ok {3} openstackclient.tests.unit.compute.v2.test_server.TestServerVolumeV279.test_server_add_volume_with_enable_delete_on_termination_pre_v279 [0.016564s] ... ok {3} openstackclient.tests.unit.identity.v2_0.test_project.TestProjectShow.test_project_show [0.013417s] ... ok {3} openstackclient.tests.unit.identity.v3.test_group.TestGroupRemoveUser.test_group_remove_multi_users [0.004304s] ... ok {3} openstackclient.tests.unit.identity.v3.test_group.TestGroupRemoveUser.test_group_remove_user [0.006017s] ... ok {3} openstackclient.tests.unit.identity.v3.test_group.TestGroupRemoveUser.test_group_remove_user_with_error [0.004737s] ... ok {3} openstackclient.tests.unit.identity.v3.test_user.TestUserSetPassword.test_user_create_password_prompt [0.003618s] ... ok {3} openstackclient.tests.unit.identity.v3.test_user.TestUserSetPassword.test_user_password_change [0.005419s] ... ok {3} openstackclient.tests.unit.identity.v3.test_user.TestUserSetPassword.test_user_password_change_no_prompt [0.003354s] ... ok {3} openstackclient.tests.unit.image.v2.test_image.TestImageDelete.test_image_delete_multi_images [0.113799s] ... ok {3} openstackclient.tests.unit.image.v2.test_image.TestImageDelete.test_image_delete_multi_images_exception [0.010898s] ... ok {3} openstackclient.tests.unit.image.v2.test_image.TestImageDelete.test_image_delete_no_options [0.006430s] ... ok {3} openstackclient.tests.unit.integ.cli.test_shell.TestIntegShellCliV2Ignore.test_shell_args_ignore_v3 [0.103399s] ... ok {3} openstackclient.tests.unit.network.v2.test_network_agent.TestListNetworkAgent.test_network_agents_list [0.007386s] ... ok {25} openstackclient.tests.unit.volume.v1.test_volume_backup.TestBackupDelete.test_delete_multiple_backups [0.002911s] ... ok {25} openstackclient.tests.unit.volume.v1.test_volume_backup.TestBackupDelete.test_delete_multiple_backups_with_exception [0.005155s] ... ok {20} openstackclient.tests.unit.volume.v2.test_consistency_group.TestConsistencyGroupSet.test_consistency_group_set_name [0.007214s] ... ok {22} openstackclient.tests.unit.volume.v2.test_type.TestTypeSet.test_type_set_existing_encryption [0.006092s] ... ok {22} openstackclient.tests.unit.volume.v2.test_type.TestTypeSet.test_type_set_failed_with_missing_volume_type_argument [0.006088s] ... ok {22} openstackclient.tests.unit.volume.v2.test_type.TestTypeSet.test_type_set_name [0.007260s] ... ok {22} openstackclient.tests.unit.volume.v2.test_type.TestTypeSet.test_type_set_new_encryption [0.007083s] ... ok {22} openstackclient.tests.unit.volume.v2.test_type.TestTypeSet.test_type_set_new_encryption_without_provider [0.007070s] ... ok {22} openstackclient.tests.unit.volume.v2.test_type.TestTypeSet.test_type_set_not_called_without_project_argument [0.005719s] ... ok {22} openstackclient.tests.unit.volume.v2.test_type.TestTypeSet.test_type_set_project_access [0.005830s] ... ok {22} openstackclient.tests.unit.volume.v2.test_type.TestTypeSet.test_type_set_property [0.007567s] ... ok {16} openstackclient.tests.unit.volume.v1.test_volume.TestVolumeSet.test_volume_set_description [0.003430s] ... ok {24} openstackclient.tests.unit.network.v2.test_network_agent.TestRemoveNetworkFromAgent.test_show_no_options [0.003626s] ... ok {8} openstackclient.tests.unit.network.v2.test_port.TestListPort.test_port_list_fixed_ip_opt_ip_address [0.005936s] ... ok {7} openstackclient.tests.unit.compute.v2.test_service.TestServiceList.test_service_list [0.007125s] ... ok {7} openstackclient.tests.unit.compute.v2.test_service.TestServiceList.test_service_list_with_long_option [0.008691s] ... ok {16} openstackclient.tests.unit.volume.v1.test_volume.TestVolumeSet.test_volume_set_name [0.003166s] ... ok {8} openstackclient.tests.unit.network.v2.test_port.TestListPort.test_port_list_fixed_ip_opt_ip_address_substr [0.005931s] ... ok {8} openstackclient.tests.unit.network.v2.test_port.TestListPort.test_port_list_fixed_ip_opt_subnet_id [0.006241s] ... ok {8} openstackclient.tests.unit.network.v2.test_port.TestListPort.test_port_list_fixed_ip_opts [0.006185s] ... ok {24} openstackclient.tests.unit.network.v2.test_network_qos_rule_type.TestShowNetworkQosRuleType.test_show_all_options [0.004138s] ... ok {4} openstackclient.tests.unit.image.v1.test_image.TestImageList.test_image_list_public_option [0.003481s] ... ok {4} openstackclient.tests.unit.image.v1.test_image.TestImageList.test_image_list_sort_option [0.003819s] ... ok {4} openstackclient.tests.unit.network.v2.test_address_scope.TestDeleteAddressScope.test_address_scope_delete [0.003611s] ... ok {4} openstackclient.tests.unit.network.v2.test_address_scope.TestDeleteAddressScope.test_multi_address_scopes_delete [0.003862s] ... ok {4} openstackclient.tests.unit.network.v2.test_address_scope.TestDeleteAddressScope.test_multi_address_scopes_delete_with_exception [0.004150s] ... ok {4} openstackclient.tests.unit.network.v2.test_subnet.TestListSubnet.test_list_with_tag_options [0.004919s] ... ok {21} openstackclient.tests.unit.network.v2.test_network_rbac.TestShowNetworkRBAC.test_network_rbac_show_all_options [0.004344s] ... ok {16} openstackclient.tests.unit.volume.v1.test_volume.TestVolumeSet.test_volume_set_no_options [0.003245s] ... ok {16} openstackclient.tests.unit.volume.v1.test_volume.TestVolumeSet.test_volume_set_property [0.003771s] ... ok {16} openstackclient.tests.unit.volume.v1.test_volume.TestVolumeSet.test_volume_set_read_write [0.003497s] ... ok {16} openstackclient.tests.unit.volume.v1.test_volume.TestVolumeSet.test_volume_set_readonly [0.003330s] ... ok {11} openstackclient.tests.unit.network.v2.test_network_qos_rule.TestDeleteNetworkQosRuleBandwidthLimit.test_qos_policy_delete_error [0.006114s] ... ok {24} openstackclient.tests.unit.network.v2.test_network_qos_rule_type.TestShowNetworkQosRuleType.test_show_no_options [0.004563s] ... ok {24} openstackclient.tests.unit.network.v2.test_port.TestShowPort.test_show_all_options [0.005777s] ... ok {0} openstackclient.tests.unit.compute.v2.test_server.TestServerCreate.test_server_create_with_security_group_in_nova_network [0.007691s] ... ok {0} openstackclient.tests.unit.compute.v2.test_server.TestServerCreate.test_server_create_with_wait_fails [0.010268s] ... ok {4} openstackclient.tests.unit.network.v2.test_subnet.TestListSubnet.test_subnet_list_dhcp [0.005055s] ... ok {4} openstackclient.tests.unit.network.v2.test_subnet.TestListSubnet.test_subnet_list_gateway [0.005231s] ... ok {4} openstackclient.tests.unit.network.v2.test_subnet.TestListSubnet.test_subnet_list_ip_version [0.005058s] ... ok {4} openstackclient.tests.unit.network.v2.test_subnet.TestListSubnet.test_subnet_list_long [0.005661s] ... ok {4} openstackclient.tests.unit.network.v2.test_subnet.TestListSubnet.test_subnet_list_name [0.007065s] ... ok {4} openstackclient.tests.unit.network.v2.test_subnet.TestListSubnet.test_subnet_list_network [0.164504s] ... ok {3} openstackclient.tests.unit.network.v2.test_network_agent.TestListNetworkAgent.test_network_agents_list_agent_type [0.007913s] ... ok {3} openstackclient.tests.unit.network.v2.test_network_agent.TestListNetworkAgent.test_network_agents_list_host [0.005600s] ... ok {3} openstackclient.tests.unit.network.v2.test_network_agent.TestListNetworkAgent.test_network_agents_list_networks [0.005589s] ... ok {3} openstackclient.tests.unit.network.v2.test_network_agent.TestListNetworkAgent.test_network_agents_list_routers [0.005571s] ... ok {3} openstackclient.tests.unit.network.v2.test_network_agent.TestListNetworkAgent.test_network_agents_list_routers_with_long_option [0.005721s] ... ok {3} openstackclient.tests.unit.network.v2.test_network_auto_allocated_topology.TestValidateAutoAllocatedTopology.test_show_dry_run_no_project [0.004315s] ... ok {3} openstackclient.tests.unit.network.v2.test_network_auto_allocated_topology.TestValidateAutoAllocatedTopology.test_show_dry_run_project_domain_option [0.004346s] ... ok {3} openstackclient.tests.unit.network.v2.test_network_auto_allocated_topology.TestValidateAutoAllocatedTopology.test_show_dry_run_project_option [0.004282s] ... ok {3} openstackclient.tests.unit.network.v2.test_network_meter.TestDeleteMeter.test_delete_multiple_meter_exception [0.004411s] ... ok {3} openstackclient.tests.unit.network.v2.test_network_meter.TestDeleteMeter.test_delete_multiple_meters [0.004933s] ... ok {3} openstackclient.tests.unit.network.v2.test_network_meter.TestDeleteMeter.test_delete_one_meter [0.004583s] ... ok {16} openstackclient.tests.unit.volume.v1.test_volume.TestVolumeSet.test_volume_set_size [0.003573s] ... ok {16} openstackclient.tests.unit.volume.v1.test_volume.TestVolumeSet.test_volume_set_size_not_available [0.004382s] ... ok {16} openstackclient.tests.unit.volume.v1.test_volume.TestVolumeSet.test_volume_set_size_smaller [0.003464s] ... ok {10} openstackclient.tests.unit.network.v2.test_network_rbac.TestCreateNetworkRBAC.test_network_rbac_create_object_4___address_scope____as_object__ [0.005366s] ... ok {10} openstackclient.tests.unit.network.v2.test_network_rbac.TestCreateNetworkRBAC.test_network_rbac_create_with_target_all_projects [0.005340s] ... ok {10} openstackclient.tests.unit.network.v2.test_router.TestListRouter.test_list_name [0.006219s] ... ok {10} openstackclient.tests.unit.network.v2.test_router.TestListRouter.test_list_with_tag_options [0.006088s] ... ok {16} openstackclient.tests.unit.volume.v2.test_transfer_request.TestTransferList.test_transfer_list_with_argument [0.005755s] ... ok {16} openstackclient.tests.unit.volume.v2.test_transfer_request.TestTransferList.test_transfer_list_without_argument [0.005679s] ... ok {24} openstackclient.tests.unit.network.v2.test_port.TestShowPort.test_show_no_options [0.004709s] ... ok {24} openstackclient.tests.unit.volume.v1.test_type.TestTypeList.test_type_list_with_encryption [0.004308s] ... ok {31} openstackclient.tests.unit.identity.v3.test_user.TestUserCreate.test_user_create_ignore_change_password_upon_first_use [0.005978s] ... ok {10} openstackclient.tests.unit.network.v2.test_router.TestListRouter.test_router_list_agents [0.005902s] ... ok {10} openstackclient.tests.unit.network.v2.test_router.TestListRouter.test_router_list_agents_no_args [0.006133s] ... ok {38} openstackclient.tests.unit.compute.v2.test_server.TestServerAddFloatingIPCompute.test_server_add_floating_ip_default [0.007007s] ... ok {30} openstackclient.tests.unit.compute.v2.test_agent.TestAgentDelete.test_agent_delete_no_input [0.014585s] ... ok {30} openstackclient.tests.unit.compute.v2.test_agent.TestAgentDelete.test_delete_multiple_agents [0.006467s] ... ok {30} openstackclient.tests.unit.compute.v2.test_agent.TestAgentDelete.test_delete_multiple_agents_exception [0.006080s] ... ok {31} openstackclient.tests.unit.identity.v3.test_user.TestUserCreate.test_user_create_ignore_lockout_failure_attempts [0.005995s] ... ok {31} openstackclient.tests.unit.identity.v3.test_user.TestUserCreate.test_user_create_ignore_password_expiry [0.006074s] ... ok {31} openstackclient.tests.unit.identity.v3.test_user.TestUserCreate.test_user_create_no_ignore_change_password_upon_first_use [0.007147s] ... ok {0} openstackclient.tests.unit.compute.v2.test_server.TestServerCreate.test_server_create_with_wait_ok [0.012787s] ... ok {0} openstackclient.tests.unit.identity.v2_0.test_project.TestProjectList.test_project_list_long [0.003190s] ... ok {0} openstackclient.tests.unit.identity.v2_0.test_project.TestProjectList.test_project_list_no_options [0.002529s] ... ok {0} openstackclient.tests.unit.identity.v2_0.test_project.TestProjectList.test_project_list_sort [0.002586s] ... ok {8} openstackclient.tests.unit.network.v2.test_port.TestListPort.test_port_list_fixed_ips [0.006358s] ... ok {8} openstackclient.tests.unit.network.v2.test_port.TestListPort.test_port_list_host [0.006021s] ... ok {15} openstackclient.tests.unit.network.v2.test_network_meter_rule.TestCreateMeterRule.test_create_all_options [0.005564s] ... ok {2} openstackclient.tests.unit.network.v2.test_subnet.TestUnsetSubnet.test_unset_subnet_wrong_dns_nameservers [0.004305s] ... ok {2} openstackclient.tests.unit.network.v2.test_subnet.TestUnsetSubnet.test_unset_subnet_wrong_host_routes [0.004766s] ... ok {24} openstackclient.tests.unit.volume.v1.test_type.TestTypeList.test_type_list_with_options [0.003981s] ... ok {24} openstackclient.tests.unit.volume.v1.test_type.TestTypeList.test_type_list_without_options [0.003470s] ... ok {24} openstackclient.tests.unit.volume.v1.test_type.TestTypeShow.test_type_show [0.005581s] ... ok {24} openstackclient.tests.unit.volume.v1.test_type.TestTypeShow.test_type_show_with_encryption [0.003928s] ... ok {10} openstackclient.tests.unit.network.v2.test_router.TestListRouter.test_router_list_disable [0.005926s] ... ok {10} openstackclient.tests.unit.network.v2.test_router.TestListRouter.test_router_list_enable [0.005854s] ... ok {10} openstackclient.tests.unit.network.v2.test_router.TestListRouter.test_router_list_long [0.006184s] ... ok {36} openstackclient.tests.unit.identity.v3.test_endpoint_group.TestEndpointGroupList.test_endpoint_group_list_no_options [0.004528s] ... ok {36} openstackclient.tests.unit.identity.v3.test_endpoint_group.TestEndpointGroupList.test_endpoint_group_list_projects_by_endpoint_group [0.004765s] ... ok {21} openstackclient.tests.unit.network.v2.test_network_rbac.TestShowNetworkRBAC.test_show_no_options [0.004439s] ... ok {11} openstackclient.tests.unit.network.v2.test_network_segment_range.TestSetNetworkSegmentRange.test_set_all_options [0.003911s] ... ok {11} openstackclient.tests.unit.network.v2.test_network_segment_range.TestSetNetworkSegmentRange.test_set_no_options [0.003941s] ... ok {11} openstackclient.tests.unit.network.v2.test_security_group_network.TestUnsetSecurityGroupNetwork.test_set_no_options [0.004662s] ... ok {36} openstackclient.tests.unit.identity.v3.test_role.TestRoleDelete.test_delete_multi_roles_with_exception [0.004761s] ... ok {2} openstackclient.tests.unit.network.v2.test_subnet.TestUnsetSubnet.test_unset_subnet_wrong_service_type [0.004534s] ... ok {2} openstackclient.tests.unit.network.v2.test_subnet.TestUnsetSubnet.test_unset_with_all_tag [0.008778s] ... ok {2} openstackclient.tests.unit.network.v2.test_subnet.TestUnsetSubnet.test_unset_with_tags [0.008456s] ... ok {2} openstackclient.tests.unit.network.v2.test_subnet_pool.TestCreateSubnetPool.test_create_address_scope_option [0.008612s] ... ok {24} openstackclient.tests.unit.volume.v1.test_volume.TestVolumeShow.test_volume_show [0.004686s] ... ok {24} openstackclient.tests.unit.volume.v1.test_volume.TestVolumeShow.test_volume_show_backward_compatibility [0.003593s] ... ok {30} openstackclient.tests.unit.compute.v2.test_agent.TestAgentDelete.test_delete_one_agent [0.005580s] ... ok {34} openstackclient.tests.unit.volume.v2.test_volume.TestVolumeSet.test_volume_set_state_failed [0.004385s] ... ok {34} openstackclient.tests.unit.volume.v2.test_volume.TestVolumeSet.test_volume_set_type [0.005069s] ... ok {34} openstackclient.tests.unit.volume.v2.test_volume.TestVolumeSet.test_volume_set_type_with_policy [0.003657s] ... ok {34} openstackclient.tests.unit.volume.v2.test_volume.TestVolumeSet.test_volume_set_with_only_retype_policy [0.005049s] ... ok {3} openstackclient.tests.unit.network.v2.test_network_qos_policy.TestDeleteNetworkQosPolicy.test_multi_qos_policies_delete [0.004310s] ... ok {3} openstackclient.tests.unit.network.v2.test_network_qos_policy.TestDeleteNetworkQosPolicy.test_multi_qos_policies_delete_with_exception [0.005117s] ... ok {3} openstackclient.tests.unit.network.v2.test_network_qos_policy.TestDeleteNetworkQosPolicy.test_qos_policy_delete [0.004200s] ... ok {15} openstackclient.tests.unit.network.v2.test_network_meter_rule.TestCreateMeterRule.test_create_default_options [0.007086s] ... ok {15} openstackclient.tests.unit.network.v2.test_network_meter_rule.TestCreateMeterRule.test_create_no_options [0.007628s] ... ok {15} openstackclient.tests.unit.network.v2.test_network_rbac.TestDeleteNetworkRBAC.test_multi_network_policies_delete_with_exception [0.004473s] ... ok {2} openstackclient.tests.unit.network.v2.test_subnet_pool.TestCreateSubnetPool.test_create_default_and_shared_options [0.005657s] ... ok {10} openstackclient.tests.unit.network.v2.test_router.TestListRouter.test_router_list_long_no_az [0.006328s] ... ok {10} openstackclient.tests.unit.network.v2.test_router.TestListRouter.test_router_list_no_ha_no_distributed [0.007882s] ... ok {10} openstackclient.tests.unit.network.v2.test_router.TestListRouter.test_router_list_no_options [0.147874s] ... ok {10} openstackclient.tests.unit.network.v2.test_router.TestListRouter.test_router_list_project [0.006622s] ... ok {8} openstackclient.tests.unit.network.v2.test_port.TestListPort.test_port_list_mac_address_opt [0.006006s] ... ok {3} openstackclient.tests.unit.network.v2.test_network_qos_policy.TestSetNetworkQosPolicy.test_set_name_share_description_default [0.004740s] ... ok {3} openstackclient.tests.unit.network.v2.test_network_qos_policy.TestSetNetworkQosPolicy.test_set_no_share_no_default [0.004473s] ... ok {3} openstackclient.tests.unit.network.v2.test_network_qos_policy.TestSetNetworkQosPolicy.test_set_nothing [0.007333s] ... ok {0} openstackclient.tests.unit.identity.v3.test_access_rule.TestAccessRuleDelete.test_access_rule_delete [0.004436s] ... ok {0} openstackclient.tests.unit.identity.v3.test_access_rule.TestAccessRuleDelete.test_delete_multi_access_rules_with_exception [0.005924s] ... ok {0} openstackclient.tests.unit.identity.v3.test_catalog.TestFormatColumns.test_endpoints_column_human_readabale [0.000837s] ... ok {4} openstackclient.tests.unit.network.v2.test_subnet.TestListSubnet.test_subnet_list_no_dhcp [0.004854s] ... ok {4} openstackclient.tests.unit.network.v2.test_subnet.TestListSubnet.test_subnet_list_no_options [0.004536s] ... ok {4} openstackclient.tests.unit.network.v2.test_subnet.TestListSubnet.test_subnet_list_project [0.005144s] ... ok {4} openstackclient.tests.unit.network.v2.test_subnet.TestListSubnet.test_subnet_list_project_domain [0.005854s] ... ok {21} openstackclient.tests.unit.network.v2.test_security_group_compute.TestSetSecurityGroupCompute.test_security_group_set_all_options [0.007358s] ... ok {8} openstackclient.tests.unit.network.v2.test_port.TestListPort.test_port_list_no_options [0.005650s] ... ok {36} openstackclient.tests.unit.identity.v3.test_role.TestRoleDelete.test_role_delete_no_options [0.004024s] ... ok {12} openstackclient.tests.unit.network.v2.test_address_scope.TestListAddressScope.test_address_scope_list_name [0.004504s] ... ok {8} openstackclient.tests.unit.network.v2.test_port.TestListPort.test_port_list_project [0.007932s] ... ok {8} openstackclient.tests.unit.network.v2.test_port.TestListPort.test_port_list_project_domain [0.006633s] ... ok {35} openstackclient.tests.unit.api.test_image_v1.TestImage.test_image_list_no_options [0.006631s] ... ok {35} openstackclient.tests.unit.api.test_image_v1.TestImage.test_image_list_private [0.002983s] ... ok {35} openstackclient.tests.unit.api.test_image_v1.TestImage.test_image_list_public [0.002623s] ... ok {35} openstackclient.tests.unit.compute.v2.test_aggregate.TestAggregateDelete.test_aggregate_delete [0.011722s] ... ok {35} openstackclient.tests.unit.compute.v2.test_aggregate.TestAggregateDelete.test_delete_multiple_agggregates_with_exception [0.006093s] ... ok {0} openstackclient.tests.unit.identity.v3.test_endpoint.TestAddProjectToEndpoint.test_add_project_to_endpoint_no_option [0.004083s] ... ok {0} openstackclient.tests.unit.identity.v3.test_endpoint.TestAddProjectToEndpoint.test_add_project_to_endpoint_with_option [0.003898s] ... ok {0} openstackclient.tests.unit.identity.v3.test_identity_provider.TestIdentityProviderSet.test_identity_provider_disable [0.004341s] ... ok {0} openstackclient.tests.unit.identity.v3.test_identity_provider.TestIdentityProviderSet.test_identity_provider_enable [0.004402s] ... ok {36} openstackclient.tests.unit.identity.v3.test_role.TestRoleDelete.test_role_delete_with_domain [0.004196s] ... ok {7} openstackclient.tests.unit.identity.v2_0.test_role.TestRoleCreate.test_role_create_no_options [0.003215s] ... ok {7} openstackclient.tests.unit.identity.v2_0.test_role.TestRoleCreate.test_role_create_or_show_exists [0.003292s] ... ok {7} openstackclient.tests.unit.identity.v2_0.test_role.TestRoleCreate.test_role_create_or_show_not_exists [0.003197s] ... ok {7} openstackclient.tests.unit.identity.v3.test_consumer.TestConsumerDelete.test_delete_consumer [0.003702s] ... ok {7} openstackclient.tests.unit.identity.v3.test_identity_provider.TestIdentityProviderDelete.test_delete_identity_provider [0.004127s] ... ok {7} openstackclient.tests.unit.identity.v3.test_service.TestServiceShow.test_service_show [0.004340s] ... ok {7} openstackclient.tests.unit.identity.v3.test_service.TestServiceShow.test_service_show_nounique [0.004654s] ... ok {7} openstackclient.tests.unit.volume.test_find_resource.TestFindResourceVolumes.test_find [0.001149s] ... ok {7} openstackclient.tests.unit.volume.test_find_resource.TestFindResourceVolumes.test_not_find [0.001004s] ... ok {7} openstackclient.tests.unit.volume.v1.test_volume_backup.TestBackupCreate.test_backup_create [0.005212s] ... ok {8} openstackclient.tests.unit.network.v2.test_port.TestListPort.test_port_list_router_opt [0.005968s] ... ok {8} openstackclient.tests.unit.network.v2.test_port.TestListPort.test_port_list_with_server_option [0.006696s] ... ok {8} openstackclient.tests.unit.volume.v1.test_qos_specs.TestQosShow.test_qos_show [0.003837s] ... ok {0} openstackclient.tests.unit.identity.v3.test_identity_provider.TestIdentityProviderSet.test_identity_provider_no_options [0.004219s] ... ok {0} openstackclient.tests.unit.identity.v3.test_identity_provider.TestIdentityProviderSet.test_identity_provider_replace_remote_ids [0.004055s] ... ok {0} openstackclient.tests.unit.identity.v3.test_identity_provider.TestIdentityProviderSet.test_identity_provider_replace_remote_ids_file [0.004395s] ... ok {0} openstackclient.tests.unit.identity.v3.test_identity_provider.TestIdentityProviderSet.test_identity_provider_set_description [0.003869s] ... ok {0} openstackclient.tests.unit.network.v2.test_ip_availability.TestListIPAvailability.test_list_ip_version [0.005805s] ... ok {0} openstackclient.tests.unit.network.v2.test_ip_availability.TestListIPAvailability.test_list_no_options [0.004701s] ... ok {36} openstackclient.tests.unit.identity.v3.test_role.TestRoleRemove.test_role_remove_domain_role_on_group_domain [0.005332s] ... ok {36} openstackclient.tests.unit.identity.v3.test_role.TestRoleRemove.test_role_remove_group_domain [0.005052s] ... ok {36} openstackclient.tests.unit.identity.v3.test_role.TestRoleRemove.test_role_remove_group_project [0.005029s] ... ok {36} openstackclient.tests.unit.identity.v3.test_role.TestRoleRemove.test_role_remove_group_system [0.007032s] ... ok {36} openstackclient.tests.unit.identity.v3.test_role.TestRoleRemove.test_role_remove_non_existent_group_domain [0.005493s] ... ok {36} openstackclient.tests.unit.identity.v3.test_role.TestRoleRemove.test_role_remove_non_existent_group_project [0.005632s] ... ok {36} openstackclient.tests.unit.identity.v3.test_role.TestRoleRemove.test_role_remove_non_existent_group_system [0.005498s] ... ok {36} openstackclient.tests.unit.identity.v3.test_role.TestRoleRemove.test_role_remove_non_existent_user_domain [0.005635s] ... ok {36} openstackclient.tests.unit.identity.v3.test_role.TestRoleRemove.test_role_remove_non_existent_user_project [0.005464s] ... ok {36} openstackclient.tests.unit.identity.v3.test_role.TestRoleRemove.test_role_remove_non_existent_user_system [0.005564s] ... ok {36} openstackclient.tests.unit.identity.v3.test_role.TestRoleRemove.test_role_remove_user_domain [0.005082s] ... ok {36} openstackclient.tests.unit.identity.v3.test_role.TestRoleRemove.test_role_remove_user_project [0.004997s] ... ok {36} openstackclient.tests.unit.identity.v3.test_role.TestRoleRemove.test_role_remove_user_system [0.005064s] ... ok {36} openstackclient.tests.unit.identity.v3.test_role.TestRoleRemove.test_role_remove_with_error [0.005208s] ... ok {36} openstackclient.tests.unit.integ.cli.test_project.TestIntegV3ProjectID.test_project_id_arg [0.081962s] ... ok {36} openstackclient.tests.unit.integ.cli.test_project.TestIntegV3ProjectID.test_project_id_env [0.025433s] ... ok {36} openstackclient.tests.unit.network.test_common.TestNetworkAndComputeCommand.test_take_action_compute [0.003264s] ... ok {36} openstackclient.tests.unit.network.test_common.TestNetworkAndComputeCommand.test_take_action_network [0.001704s] ... ok {36} openstackclient.tests.unit.network.v2.test_network_flavor.TestListNetworkFlavor.test_network_flavor_list [0.004259s] ... ok {36} openstackclient.tests.unit.network.v2.test_network_qos_rule.TestCreateNetworkQosRuleDSCPMarking.test_check_type_parameters [0.004104s] ... ok {36} openstackclient.tests.unit.network.v2.test_network_qos_rule.TestCreateNetworkQosRuleDSCPMarking.test_create_default_options [0.005159s] ... ok {36} openstackclient.tests.unit.network.v2.test_network_qos_rule.TestCreateNetworkQosRuleDSCPMarking.test_create_no_options [0.007064s] ... ok {36} openstackclient.tests.unit.network.v2.test_network_qos_rule.TestCreateNetworkQosRuleDSCPMarking.test_create_wrong_options [0.012237s] ... ok {36} openstackclient.tests.unit.network.v2.test_network_segment_range.TestCreateNetworkSegmentRange.test_create_all_options [0.009595s] ... ok {36} openstackclient.tests.unit.network.v2.test_network_segment_range.TestCreateNetworkSegmentRange.test_create_default_with_project_id [0.005163s] ... ok {36} openstackclient.tests.unit.network.v2.test_network_segment_range.TestCreateNetworkSegmentRange.test_create_invalid_network_type [0.005576s] ... ok {36} openstackclient.tests.unit.network.v2.test_network_segment_range.TestCreateNetworkSegmentRange.test_create_minimum_options [0.008271s] ... ok {36} openstackclient.tests.unit.network.v2.test_network_segment_range.TestCreateNetworkSegmentRange.test_create_no_options [0.101932s] ... ok {36} openstackclient.tests.unit.network.v2.test_network_segment_range.TestCreateNetworkSegmentRange.test_create_private_minimum_options [0.003125s] ... ok {36} openstackclient.tests.unit.network.v2.test_network_segment_range.TestCreateNetworkSegmentRange.test_create_shared_minimum_options [0.002923s] ... ok {36} openstackclient.tests.unit.network.v2.test_network_segment_range.TestCreateNetworkSegmentRange.test_create_shared_with_project_id [0.002900s] ... ok {36} openstackclient.tests.unit.network.v2.test_network_segment_range.TestCreateNetworkSegmentRange.test_create_tunnel_with_physical_network [0.002851s] ... ok {36} openstackclient.tests.unit.network.v2.test_network_segment_range.TestListNetworkSegmentRange.test_list_long [0.002727s] ... ok {36} openstackclient.tests.unit.network.v2.test_network_segment_range.TestListNetworkSegmentRange.test_list_no_option [0.002563s] ... ok {36} openstackclient.tests.unit.object.v1.test_object_all.TestObjectSave.test_save_to_stdout [0.004612s] ... ok {36} openstackclient.tests.unit.volume.v2.test_qos_specs.TestQosSet.test_qos_set_with_properties_with_id [0.002908s] ... ok {36} openstackclient.tests.unit.volume.v2.test_volume.TestVolumeShow.test_volume_show [0.004124s] ... ok {10} openstackclient.tests.unit.network.v2.test_router.TestListRouter.test_router_list_project_domain [0.006299s] ... ok private_key{31} openstackclient.tests.unit.identity.v3.test_user.TestUserCreate.test_user_create_no_ignore_lockout_failure_attempts [0.008730s] ... ok {31} openstackclient.tests.unit.identity.v3.test_user.TestUserCreate.test_user_create_no_ignore_password_expiry [0.155329s] ... ok {38} openstackclient.tests.unit.compute.v2.test_server.TestServerAddFloatingIPCompute.test_server_add_floating_ip_fixed [0.006546s] ... ok {38} openstackclient.tests.unit.compute.v2.test_server.TestServerShow.test_show [0.013562s] ... ok {38} openstackclient.tests.unit.compute.v2.test_server.TestServerShow.test_show_diagnostics [0.009377s] ... ok {38} openstackclient.tests.unit.compute.v2.test_server.TestServerShow.test_show_embedded_flavor [0.009809s] ... ok {38} openstackclient.tests.unit.compute.v2.test_server.TestServerShow.test_show_no_options [0.011129s] ... ok {38} openstackclient.tests.unit.identity.v2_0.test_role.TestRoleList.test_role_list [0.003193s] ... ok {38} openstackclient.tests.unit.identity.v3.test_group.TestGroupShow.test_group_show [0.003506s] ... ok {38} openstackclient.tests.unit.identity.v3.test_group.TestGroupShow.test_group_show_with_domain [0.002818s] ... ok {38} openstackclient.tests.unit.identity.v3.test_role_assignment.TestRoleAssignmentList.test_role_assignment_list_def_creds [0.003445s] ... ok {38} openstackclient.tests.unit.identity.v3.test_role_assignment.TestRoleAssignmentList.test_role_assignment_list_domain [0.003262s] ... ok {38} openstackclient.tests.unit.identity.v3.test_role_assignment.TestRoleAssignmentList.test_role_assignment_list_domain_role [0.003294s] ... ok {38} openstackclient.tests.unit.identity.v3.test_role_assignment.TestRoleAssignmentList.test_role_assignment_list_effective [0.003014s] ... ok {38} openstackclient.tests.unit.identity.v3.test_role_assignment.TestRoleAssignmentList.test_role_assignment_list_group [0.004226s] ... ok {38} openstackclient.tests.unit.identity.v3.test_role_assignment.TestRoleAssignmentList.test_role_assignment_list_include_names [0.003079s] ... ok {38} openstackclient.tests.unit.identity.v3.test_role_assignment.TestRoleAssignmentList.test_role_assignment_list_inherited [0.003010s] ... ok {0} openstackclient.tests.unit.network.v2.test_ip_availability.TestListIPAvailability.test_list_project [0.004043s] ... ok {0} openstackclient.tests.unit.network.v2.test_security_group_compute.TestCreateSecurityGroupCompute.test_security_group_create_all_options [0.004441s] ... ok {0} openstackclient.tests.unit.network.v2.test_security_group_compute.TestCreateSecurityGroupCompute.test_security_group_create_min_options [0.004206s] ... ok {0} openstackclient.tests.unit.network.v2.test_security_group_compute.TestCreateSecurityGroupCompute.test_security_group_create_no_options [0.004435s] ... ok {0} openstackclient.tests.unit.object.v1.test_container_all.TestContainerShow.test_object_show_container [0.007719s] ... ok {0} openstackclient.tests.unit.volume.v2.test_backup_record.TestBackupRecordExport.test_backup_export_json [0.005237s] ... ok {0} openstackclient.tests.unit.volume.v2.test_backup_record.TestBackupRecordExport.test_backup_export_table [0.003378s] ... ok {7} openstackclient.tests.unit.volume.v1.test_volume_backup.TestBackupCreate.test_backup_create_without_name [0.004797s] ... ok {3} openstackclient.tests.unit.network.v2.test_subnet.TestDeleteSubnet.test_multi_subnets_delete [0.004363s] ... ok {3} openstackclient.tests.unit.network.v2.test_subnet.TestDeleteSubnet.test_multi_subnets_delete_with_exception [0.004782s] ... ok {3} openstackclient.tests.unit.network.v2.test_subnet.TestDeleteSubnet.test_subnet_delete [0.003882s] ... ok {10} openstackclient.tests.unit.network.v2.test_subnet.TestCreateSubnet.test_create_default_options [0.008479s] ... ok {10} openstackclient.tests.unit.network.v2.test_subnet.TestCreateSubnet.test_create_from_subnet_pool_options [0.007948s] ... ok {10} openstackclient.tests.unit.network.v2.test_subnet.TestCreateSubnet.test_create_no_options [0.008434s] ... ok {2} openstackclient.tests.unit.network.v2.test_subnet_pool.TestCreateSubnetPool.test_create_default_options [0.005621s] ... ok {31} openstackclient.tests.unit.identity.v3.test_user.TestUserCreate.test_user_create_no_options [0.003823s] ... ok {38} openstackclient.tests.unit.identity.v3.test_role_assignment.TestRoleAssignmentList.test_role_assignment_list_no_filters [0.002774s] ... ok {38} openstackclient.tests.unit.identity.v3.test_role_assignment.TestRoleAssignmentList.test_role_assignment_list_project [0.003545s] ... ok {10} openstackclient.tests.unit.network.v2.test_subnet.TestCreateSubnet.test_create_options_subnet_range_ipv6 [0.008776s] ... ok {4} openstackclient.tests.unit.network.v2.test_subnet.TestListSubnet.test_subnet_list_service_type [0.004758s] ... ok {4} openstackclient.tests.unit.network.v2.test_subnet.TestListSubnet.test_subnet_list_service_type_multiple [0.004723s] ... ok {4} openstackclient.tests.unit.network.v2.test_subnet.TestListSubnet.test_subnet_list_subnet_range [0.004965s] ... ok {21} openstackclient.tests.unit.network.v2.test_security_group_compute.TestSetSecurityGroupCompute.test_security_group_set_no_options [0.006195s] ... ok {35} openstackclient.tests.unit.compute.v2.test_aggregate.TestAggregateDelete.test_delete_multiple_aggregates [0.005561s] ... ok {4} openstackclient.tests.unit.object.v1.test_container_all.TestContainerList.test_object_list_containers_no_options [0.007732s] ... ok {4} openstackclient.tests.unit.object.v1.test_container_all.TestContainerList.test_object_list_containers_prefix [0.004950s] ... ok {4} openstackclient.tests.unit.volume.v1.test_service.TestServiceList.test_service_list [0.003459s] ... ok {4} openstackclient.tests.unit.volume.v1.test_service.TestServiceList.test_service_list_with_long_option [0.003622s] ... ok {4} openstackclient.tests.unit.volume.v1.test_type.TestColumns.test_encryption_info_column_with_info [0.001850s] ... ok {4} openstackclient.tests.unit.volume.v1.test_type.TestColumns.test_encryption_info_column_without_info [0.001703s] ... ok {35} openstackclient.tests.unit.identity.v3.test_application_credential.TestApplicationCredentialCreate.test_application_credential_create_basic [0.009295s] ... ok {35} openstackclient.tests.unit.identity.v3.test_application_credential.TestApplicationCredentialCreate.test_application_credential_create_with_access_rules_file [0.008212s] ... ok {35} openstackclient.tests.unit.identity.v3.test_application_credential.TestApplicationCredentialCreate.test_application_credential_create_with_access_rules_string [0.004715s] ... ok {0} openstackclient.tests.unit.volume.v2.test_qos_specs.TestQosDelete.test_delete_multiple_qoses [0.003034s] ... ok {0} openstackclient.tests.unit.volume.v2.test_qos_specs.TestQosDelete.test_delete_multiple_qoses_with_exception [0.003395s] ... ok {21} openstackclient.tests.unit.network.v2.test_security_group_compute.TestSetSecurityGroupCompute.test_security_group_set_no_updates [0.007218s] ... ok {21} openstackclient.tests.unit.volume.v1.test_qos_specs.TestQosCreate.test_qos_create_with_consumer [0.004230s] ... ok {21} openstackclient.tests.unit.volume.v1.test_qos_specs.TestQosCreate.test_qos_create_with_properties [0.003850s] ... ok {21} openstackclient.tests.unit.volume.v1.test_qos_specs.TestQosCreate.test_qos_create_without_properties [0.003068s] ... ok {21} openstackclient.tests.unit.volume.v2.test_qos_specs.TestQosUnset.test_qos_unset_with_properties [0.004949s] ... ok {21} openstackclient.tests.unit.volume.v2.test_volume.TestColumns.test_attachments_column_with_server_cache [0.002887s] ... ok {21} openstackclient.tests.unit.volume.v2.test_volume.TestColumns.test_attachments_column_without_server_cache [0.002308s] ... ok {10} openstackclient.tests.unit.network.v2.test_subnet.TestCreateSubnet.test_create_with_description [0.007918s] ... ok {10} openstackclient.tests.unit.network.v2.test_subnet.TestCreateSubnet.test_create_with_dns [0.007994s] ... ok {10} openstackclient.tests.unit.network.v2.test_subnet.TestCreateSubnet.test_create_with_network_segment [0.007845s] ... ok {15} openstackclient.tests.unit.network.v2.test_network_rbac.TestDeleteNetworkRBAC.test_multi_network_rbacs_delete [0.004111s] ... ok {15} openstackclient.tests.unit.network.v2.test_network_rbac.TestDeleteNetworkRBAC.test_network_rbac_delete [0.003560s] ... ok {35} openstackclient.tests.unit.identity.v3.test_application_credential.TestApplicationCredentialCreate.test_application_credential_create_with_options [0.011241s] ... ok {35} openstackclient.tests.unit.identity.v3.test_endpoint_group.TestEndpointGroupCreate.test_endpointgroup_create_no_options [0.004691s] ... ok {31} openstackclient.tests.unit.identity.v3.test_user.TestUserCreate.test_user_create_option_with_multi_factor_auth_rule [0.004029s] ... ok {2} openstackclient.tests.unit.network.v2.test_subnet_pool.TestCreateSubnetPool.test_create_len_negative [0.005613s] ... ok {10} openstackclient.tests.unit.network.v2.test_subnet.TestCreateSubnet.test_create_with_no_dns [0.007815s] ... ok {10} openstackclient.tests.unit.network.v2.test_subnet.TestCreateSubnet.test_create_with_no_tag [0.009645s] ... ok {10} openstackclient.tests.unit.network.v2.test_subnet.TestCreateSubnet.test_create_with_tags [0.007728s] ... ok {10} openstackclient.tests.unit.volume.v1.test_qos_specs.TestQosUnset.test_qos_unset_nothing [0.002648s] ... ok {10} openstackclient.tests.unit.volume.v1.test_qos_specs.TestQosUnset.test_qos_unset_with_properties [0.003065s] ... ok {2} openstackclient.tests.unit.network.v2.test_subnet_pool.TestCreateSubnetPool.test_create_no_options [0.008579s] ... ok {2} openstackclient.tests.unit.network.v2.test_subnet_pool.TestCreateSubnetPool.test_create_no_pool_prefix [0.008928s] ... ok {2} openstackclient.tests.unit.network.v2.test_subnet_pool.TestCreateSubnetPool.test_create_prefixlen_options [0.005966s] ... ok {2} openstackclient.tests.unit.network.v2.test_subnet_pool.TestCreateSubnetPool.test_create_project_domain [0.005425s] ... ok {2} openstackclient.tests.unit.network.v2.test_subnet_pool.TestCreateSubnetPool.test_create_with_default_quota [0.005364s] ... ok {2} openstackclient.tests.unit.network.v2.test_subnet_pool.TestCreateSubnetPool.test_create_with_description [0.007247s] ... ok {2} openstackclient.tests.unit.network.v2.test_subnet_pool.TestCreateSubnetPool.test_create_with_no_tag [0.005974s] ... ok {2} openstackclient.tests.unit.network.v2.test_subnet_pool.TestCreateSubnetPool.test_create_with_tags [0.005981s] ... ok {2} openstackclient.tests.unit.volume.v2.test_volume_backup.TestBackupSet.test_backup_set_description [0.005819s] ... ok {38} openstackclient.tests.unit.identity.v3.test_role_assignment.TestRoleAssignmentList.test_role_assignment_list_user [0.003220s] ... ok {38} openstackclient.tests.unit.identity.v3.test_service_provider.TestServiceProviderSet.test_service_provider_disable [0.002398s] ... ok {38} openstackclient.tests.unit.identity.v3.test_service_provider.TestServiceProviderSet.test_service_provider_enable [0.002411s] ... ok {38} openstackclient.tests.unit.identity.v3.test_service_provider.TestServiceProviderSet.test_service_provider_no_options [0.002274s] ... ok {38} openstackclient.tests.unit.network.v2.test_network_agent.TestRemoveRouterAgent.test_remove_no_options [0.002353s] ... ok {38} openstackclient.tests.unit.network.v2.test_network_agent.TestRemoveRouterAgent.test_remove_router_required_options [0.004107s] ... ok {11} openstackclient.tests.unit.network.v2.test_security_group_network.TestUnsetSecurityGroupNetwork.test_set_no_updates [0.003749s] ... ok {35} openstackclient.tests.unit.identity.v3.test_group.TestGroupList.test_group_list_domain [0.004948s] ... ok {11} openstackclient.tests.unit.network.v2.test_security_group_network.TestUnsetSecurityGroupNetwork.test_unset_with_all_tag [0.003727s] ... ok {35} openstackclient.tests.unit.identity.v3.test_group.TestGroupList.test_group_list_long [0.004371s] ... ok {35} openstackclient.tests.unit.identity.v3.test_group.TestGroupList.test_group_list_no_options [0.004026s] ... ok {35} openstackclient.tests.unit.identity.v3.test_group.TestGroupList.test_group_list_user [0.005799s] ... ok {35} openstackclient.tests.unit.identity.v3.test_group.TestGroupSet.test_group_set_name_and_description [0.003268s] ... ok {35} openstackclient.tests.unit.identity.v3.test_group.TestGroupSet.test_group_set_nothing [0.002866s] ... ok {35} openstackclient.tests.unit.identity.v3.test_group.TestGroupSet.test_group_set_with_domain [0.004517s] ... ok {35} openstackclient.tests.unit.image.v2.test_image.TestImageUnset.test_image_unset_mixed_option [0.004685s] ... ok {35} openstackclient.tests.unit.image.v2.test_image.TestImageUnset.test_image_unset_no_options [0.004204s] ... ok {35} openstackclient.tests.unit.image.v2.test_image.TestImageUnset.test_image_unset_property_option [0.003995s] ... ok {35} openstackclient.tests.unit.image.v2.test_image.TestImageUnset.test_image_unset_tag_option [0.003868s] ... ok {35} openstackclient.tests.unit.network.test_common.TestNetworkAndComputeShowOne.test_take_action_compute [0.002452s] ... ok {35} openstackclient.tests.unit.network.test_common.TestNetworkAndComputeShowOne.test_take_action_network [0.002494s] ... ok {35} openstackclient.tests.unit.network.test_common.TestNetworkAndComputeShowOne.test_take_action_with_http_exception [0.002142s] ... ok {35} openstackclient.tests.unit.network.v2.test_network_segment.TestDeleteNetworkSegment.test_delete [0.003415s] ... ok {35} openstackclient.tests.unit.network.v2.test_network_segment.TestDeleteNetworkSegment.test_delete_multiple [0.003543s] ... ok {35} openstackclient.tests.unit.network.v2.test_network_segment.TestDeleteNetworkSegment.test_delete_multiple_with_exception [0.003435s] ... ok {35} openstackclient.tests.unit.network.v2.test_security_group_compute.TestDeleteSecurityGroupCompute.test_security_group_delete [0.006123s] ... ok {35} openstackclient.tests.unit.network.v2.test_security_group_compute.TestDeleteSecurityGroupCompute.test_security_group_multi_delete [0.005950s] ... ok {35} openstackclient.tests.unit.network.v2.test_security_group_compute.TestDeleteSecurityGroupCompute.test_security_group_multi_delete_with_exception [0.008371s] ... ok {35} openstackclient.tests.unit.network.v2.test_security_group_network.TestDeleteSecurityGroupNetwork.test_multi_security_groups_delete [0.003226s] ... ok {35} openstackclient.tests.unit.network.v2.test_security_group_network.TestDeleteSecurityGroupNetwork.test_multi_security_groups_delete_with_exception [0.003429s] ... ok {35} openstackclient.tests.unit.network.v2.test_security_group_network.TestDeleteSecurityGroupNetwork.test_security_group_delete [0.003081s] ... ok {35} openstackclient.tests.unit.network.v2.test_security_group_rule_network.TestCreateSecurityGroupRuleNetwork.test_create_all_port_range_options [0.005010s] ... ok {35} openstackclient.tests.unit.network.v2.test_security_group_rule_network.TestCreateSecurityGroupRuleNetwork.test_create_all_protocol_options [0.007412s] ... ok {35} openstackclient.tests.unit.network.v2.test_security_group_rule_network.TestCreateSecurityGroupRuleNetwork.test_create_all_remote_options [0.005877s] ... ok {35} openstackclient.tests.unit.network.v2.test_security_group_rule_network.TestCreateSecurityGroupRuleNetwork.test_create_bad_ethertype [0.005483s] ... ok {35} openstackclient.tests.unit.network.v2.test_security_group_rule_network.TestCreateSecurityGroupRuleNetwork.test_create_default_rule [0.005050s] ... ok {35} openstackclient.tests.unit.network.v2.test_security_group_rule_network.TestCreateSecurityGroupRuleNetwork.test_create_icmp_code [0.004637s] ... ok {35} openstackclient.tests.unit.network.v2.test_security_group_rule_network.TestCreateSecurityGroupRuleNetwork.test_create_icmp_code_greater_than_zero [0.004944s] ... ok {35} openstackclient.tests.unit.network.v2.test_security_group_rule_network.TestCreateSecurityGroupRuleNetwork.test_create_icmp_code_negative_value [0.005988s] ... ok {35} openstackclient.tests.unit.network.v2.test_security_group_rule_network.TestCreateSecurityGroupRuleNetwork.test_create_icmp_code_zero [0.005335s] ... ok {35} openstackclient.tests.unit.network.v2.test_security_group_rule_network.TestCreateSecurityGroupRuleNetwork.test_create_icmp_type [0.007560s] ... ok {35} openstackclient.tests.unit.network.v2.test_security_group_rule_network.TestCreateSecurityGroupRuleNetwork.test_create_icmp_type_greater_than_zero [0.149185s] ... ok {35} openstackclient.tests.unit.network.v2.test_security_group_rule_network.TestCreateSecurityGroupRuleNetwork.test_create_icmp_type_negative_value [0.005598s] ... ok {35} openstackclient.tests.unit.network.v2.test_security_group_rule_network.TestCreateSecurityGroupRuleNetwork.test_create_icmp_type_zero [0.004673s] ... ok {35} openstackclient.tests.unit.network.v2.test_security_group_rule_network.TestCreateSecurityGroupRuleNetwork.test_create_icmpv6_type [0.004761s] ... ok {35} openstackclient.tests.unit.network.v2.test_security_group_rule_network.TestCreateSecurityGroupRuleNetwork.test_create_ipv6_icmp_type_code [0.003683s] ... ok {35} openstackclient.tests.unit.network.v2.test_security_group_rule_network.TestCreateSecurityGroupRuleNetwork.test_create_network_options [0.003273s] ... ok {35} openstackclient.tests.unit.network.v2.test_security_group_rule_network.TestCreateSecurityGroupRuleNetwork.test_create_no_options [0.003496s] ... ok {35} openstackclient.tests.unit.network.v2.test_security_group_rule_network.TestCreateSecurityGroupRuleNetwork.test_create_proto_option [0.003193s] ... ok {35} openstackclient.tests.unit.network.v2.test_security_group_rule_network.TestCreateSecurityGroupRuleNetwork.test_create_protocol_any [0.003156s] ... ok {35} openstackclient.tests.unit.network.v2.test_security_group_rule_network.TestCreateSecurityGroupRuleNetwork.test_create_remote_group [0.003170s] ... ok {35} openstackclient.tests.unit.network.v2.test_security_group_rule_network.TestCreateSecurityGroupRuleNetwork.test_create_remote_ip [0.003102s] ... ok {35} openstackclient.tests.unit.network.v2.test_security_group_rule_network.TestCreateSecurityGroupRuleNetwork.test_create_source_group [0.003197s] ... ok {35} openstackclient.tests.unit.network.v2.test_security_group_rule_network.TestCreateSecurityGroupRuleNetwork.test_create_source_ip [0.003184s] ... ok {35} openstackclient.tests.unit.network.v2.test_security_group_rule_network.TestCreateSecurityGroupRuleNetwork.test_create_tcp_with_icmp_type [0.002949s] ... ok {35} openstackclient.tests.unit.network.v2.test_security_group_rule_network.TestCreateSecurityGroupRuleNetwork.test_create_with_description [0.004556s] ... ok {35} openstackclient.tests.unit.network.v2.test_security_group_rule_network.TestCreateSecurityGroupRuleNetwork.test_lowercase_ethertype [0.002828s] ... ok {35} openstackclient.tests.unit.network.v2.test_security_group_rule_network.TestCreateSecurityGroupRuleNetwork.test_lowercase_v6_ethertype [0.002786s] ... ok {0} openstackclient.tests.unit.volume.v2.test_qos_specs.TestQosDelete.test_qos_delete [0.002822s] ... ok {0} openstackclient.tests.unit.volume.v2.test_qos_specs.TestQosDelete.test_qos_delete_with_force [0.002847s] ... ok {0} openstackclient.tests.unit.volume.v2.test_transfer_request.TestTransferCreate.test_transfer_create_with_name [0.003369s] ... ok {0} openstackclient.tests.unit.volume.v2.test_transfer_request.TestTransferCreate.test_transfer_create_without_name [0.003300s] ... ok {0} openstackclient.tests.unit.volume.v2.test_volume.TestVolumeList.test_volume_list_all_projects [0.004047s] ... ok {0} openstackclient.tests.unit.volume.v2.test_volume.TestVolumeList.test_volume_list_backward_compatibility [0.004104s] ... ok {0} openstackclient.tests.unit.volume.v2.test_volume.TestVolumeList.test_volume_list_long [0.004167s] ... ok {0} openstackclient.tests.unit.volume.v2.test_volume.TestVolumeList.test_volume_list_name [0.005288s] ... ok {0} openstackclient.tests.unit.volume.v2.test_volume.TestVolumeList.test_volume_list_negative_limit [0.003790s] ... ok {0} openstackclient.tests.unit.volume.v2.test_volume.TestVolumeList.test_volume_list_no_options [0.004034s] ... ok {0} openstackclient.tests.unit.volume.v2.test_volume.TestVolumeList.test_volume_list_project [0.003849s] ... ok {0} openstackclient.tests.unit.volume.v2.test_volume.TestVolumeList.test_volume_list_project_domain [0.003986s] ... ok {0} openstackclient.tests.unit.volume.v2.test_volume.TestVolumeList.test_volume_list_status [0.003819s] ... ok {0} openstackclient.tests.unit.volume.v2.test_volume.TestVolumeList.test_volume_list_user [0.003904s] ... ok {0} openstackclient.tests.unit.volume.v2.test_volume.TestVolumeList.test_volume_list_user_domain [0.004021s] ... ok {0} openstackclient.tests.unit.volume.v2.test_volume.TestVolumeList.test_volume_list_with_marker_and_limit [0.003841s] ... ok {10} openstackclient.tests.unit.volume.v1.test_transfer_request.TestTransferCreate.test_transfer_create_with_name [0.003494s] ... ok {10} openstackclient.tests.unit.volume.v1.test_transfer_request.TestTransferCreate.test_transfer_create_without_name [0.003566s] ... ok {31} openstackclient.tests.unit.identity.v3.test_user.TestUserCreate.test_user_create_password [0.005429s] ... ok {11} openstackclient.tests.unit.network.v2.test_security_group_network.TestUnsetSecurityGroupNetwork.test_unset_with_tags [0.003597s] ... ok {35} openstackclient.tests.unit.network.v2.test_security_group_rule_network.TestCreateSecurityGroupRuleNetwork.test_proper_case_ethertype [0.002743s] ... ok {35} openstackclient.tests.unit.volume.v2.test_consistency_group_snapshot.TestConsistencyGroupSnapshotCreate.test_consistency_group_snapshot_create [0.003948s] ... ok {15} openstackclient.tests.unit.network.v2.test_network_segment.TestListNetworkSegment.test_list_long [0.004654s] ... ok {35} openstackclient.tests.unit.volume.v2.test_consistency_group_snapshot.TestConsistencyGroupSnapshotCreate.test_consistency_group_snapshot_create_no_consistency_group [0.003322s] ... ok {35} openstackclient.tests.unit.volume.v2.test_volume_backup.TestBackupRestore.test_backup_restore [0.004262s] ... ok {12} openstackclient.tests.unit.network.v2.test_address_scope.TestListAddressScope.test_address_scope_list_no_share [0.004454s] ... ok {12} openstackclient.tests.unit.network.v2.test_address_scope.TestListAddressScope.test_address_scope_list_project [0.006614s] ... ok {12} openstackclient.tests.unit.network.v2.test_address_scope.TestListAddressScope.test_address_scope_list_share [0.004353s] ... ok {12} openstackclient.tests.unit.network.v2.test_address_scope.TestListAddressScope.test_address_scope_project_domain [0.096429s] ... ok {2} openstackclient.tests.unit.volume.v2.test_volume_backup.TestBackupSet.test_backup_set_name [0.005497s] ... ok {15} openstackclient.tests.unit.network.v2.test_network_segment.TestListNetworkSegment.test_list_network [0.004999s] ... ok {15} openstackclient.tests.unit.network.v2.test_network_segment.TestListNetworkSegment.test_list_no_option [0.004721s] ... ok {15} openstackclient.tests.unit.network.v2.test_port.TestUnsetPort.test_unset_numa_affinity_policy [0.005648s] ... ok {15} openstackclient.tests.unit.network.v2.test_port.TestUnsetPort.test_unset_port_allowed_address_pair [0.004452s] ... ok {15} openstackclient.tests.unit.network.v2.test_port.TestUnsetPort.test_unset_port_allowed_address_pair_not_existent [0.003918s] ... ok {15} openstackclient.tests.unit.network.v2.test_port.TestUnsetPort.test_unset_port_binding_profile_not_existent [0.005758s] ... ok {15} openstackclient.tests.unit.network.v2.test_port.TestUnsetPort.test_unset_port_data_plane_status [0.006324s] ... ok {15} openstackclient.tests.unit.network.v2.test_port.TestUnsetPort.test_unset_port_fixed_ip_not_existent [0.005376s] ... ok {15} openstackclient.tests.unit.network.v2.test_port.TestUnsetPort.test_unset_port_parameters [0.004764s] ... ok {15} openstackclient.tests.unit.network.v2.test_port.TestUnsetPort.test_unset_port_security_group_not_existent [0.005815s] ... ok {15} openstackclient.tests.unit.network.v2.test_port.TestUnsetPort.test_unset_security_group [0.006945s] ... ok {15} openstackclient.tests.unit.network.v2.test_port.TestUnsetPort.test_unset_with_all_tag [0.108369s] ... ok {15} openstackclient.tests.unit.network.v2.test_port.TestUnsetPort.test_unset_with_tags [0.004401s] ... ok {15} openstackclient.tests.unit.network.v2.test_router.TestAddSubnetToRouter.test_add_subnet_no_option [0.004316s] ... ok {15} openstackclient.tests.unit.network.v2.test_router.TestAddSubnetToRouter.test_add_subnet_required_options [0.002502s] ... ok {15} openstackclient.tests.unit.network.v2.test_subnet_pool.TestShowSubnetPool.test_show_all_options [0.003363s] ... ok {2} openstackclient.tests.unit.volume.v2.test_volume_backup.TestBackupSet.test_backup_set_state [0.005387s] ... ok {2} openstackclient.tests.unit.volume.v2.test_volume_backup.TestBackupSet.test_backup_set_state_failed [0.008555s] ... ok {30} openstackclient.tests.unit.compute.v2.test_server.TestServerAddFixedIP.test_server_add_fixed_ip [0.007150s] ... ok {30} openstackclient.tests.unit.compute.v2.test_server.TestServerAddFixedIP.test_server_add_specific_fixed_ip [0.006939s] ... ok {30} openstackclient.tests.unit.identity.v3.test_limit.TestLimitDelete.test_limit_delete [0.003233s] ... ok {30} openstackclient.tests.unit.identity.v3.test_limit.TestLimitDelete.test_limit_delete_with_exception [0.003506s] ... ok {30} openstackclient.tests.unit.identity.v3.test_service.TestServiceDelete.test_service_delete_no_options [0.003596s] ... ok {30} openstackclient.tests.unit.network.v2.test_network_flavor_profile.TestShowFlavorProfile.test_show_all_options [0.011425s] ... ok {38} openstackclient.tests.unit.network.v2.test_network_qos_rule.TestCreateNetworkQosRuleMinimumBandwidth.test_check_type_parameters [0.002111s] ... ok {12} openstackclient.tests.unit.network.v2.test_network_flavor.TestSetNetworkFlavor.test_set_disable [0.003222s] ... ok {15} openstackclient.tests.unit.network.v2.test_subnet_pool.TestShowSubnetPool.test_show_no_options [0.003195s] ... ok {31} openstackclient.tests.unit.identity.v3.test_user.TestUserCreate.test_user_create_password_prompt [0.005838s] ... ok {31} openstackclient.tests.unit.identity.v3.test_user.TestUserCreate.test_user_create_project [0.005597s] ... ok {31} openstackclient.tests.unit.identity.v3.test_user.TestUserCreate.test_user_create_project_domain [0.005354s] ... ok {31} openstackclient.tests.unit.identity.v3.test_user.TestUserCreate.test_user_create_with_multiple_options [0.005339s] ... ok {15} openstackclient.tests.unit.object.v1.test_object_all.TestObjectCreate.test_multiple_object_create_with_object_name [0.001909s] ... ok {15} openstackclient.tests.unit.volume.v2.test_consistency_group.TestConsistencyGroupCreate.test_consistency_group_create [0.006085s] ... ok {15} openstackclient.tests.unit.volume.v2.test_consistency_group.TestConsistencyGroupCreate.test_consistency_group_create_from_snapshot [0.005222s] ... ok {38} openstackclient.tests.unit.network.v2.test_network_qos_rule.TestCreateNetworkQosRuleMinimumBandwidth.test_create_default_options [0.089097s] ... ok {38} openstackclient.tests.unit.network.v2.test_network_qos_rule.TestCreateNetworkQosRuleMinimumBandwidth.test_create_no_options [0.003403s] ... ok {38} openstackclient.tests.unit.network.v2.test_network_qos_rule.TestCreateNetworkQosRuleMinimumBandwidth.test_create_wrong_options [0.003193s] ... ok {38} openstackclient.tests.unit.network.v2.test_security_group_compute.TestListSecurityGroupCompute.test_security_group_list_all_projects [0.004725s] ... ok {15} openstackclient.tests.unit.volume.v2.test_consistency_group.TestConsistencyGroupCreate.test_consistency_group_create_from_source [0.006867s] ... ok {30} openstackclient.tests.unit.network.v2.test_network_qos_rule.TestShowNetworkQosDSCPMarking.test_show_all_options [0.004916s] ... ok {30} openstackclient.tests.unit.network.v2.test_network_qos_rule.TestShowNetworkQosDSCPMarking.test_show_no_options [0.006418s] ... ok {38} openstackclient.tests.unit.network.v2.test_security_group_compute.TestListSecurityGroupCompute.test_security_group_list_no_options [0.004187s] ... ok {38} openstackclient.tests.unit.volume.v1.test_qos_specs.TestQosAssociate.test_qos_associate [0.001968s] ... ok {15} openstackclient.tests.unit.volume.v2.test_consistency_group.TestConsistencyGroupCreate.test_consistency_group_create_without_name [0.007038s] ... ok {15} openstackclient.tests.unit.volume.v2.test_consistency_group_snapshot.TestConsistencyGroupSnapshotList.test_consistency_group_snapshot_list_with_long [0.006348s] ... ok {15} openstackclient.tests.unit.volume.v2.test_consistency_group_snapshot.TestConsistencyGroupSnapshotList.test_consistency_group_snapshot_list_with_options [0.006418s] ... ok {11} openstackclient.tests.unit.object.v1.test_container_all.TestContainerCreate.test_object_create_container_more [0.009884s] ... ok {11} openstackclient.tests.unit.object.v1.test_container_all.TestContainerCreate.test_object_create_container_public [0.004023s] ... ok {30} openstackclient.tests.unit.network.v2.test_network_service_provider.TestListNetworkServiceProvider.test_network_service_provider_list [0.004764s] ... ok {30} openstackclient.tests.unit.network.v2.test_port.TestDeletePort.test_multi_ports_delete [0.003325s] ... ok {11} openstackclient.tests.unit.object.v1.test_container_all.TestContainerCreate.test_object_create_container_single [0.003902s] ... ok {11} openstackclient.tests.unit.object.v1.test_container_all.TestContainerCreate.test_object_create_container_storage_policy [0.004307s] ... ok {31} openstackclient.tests.unit.image.v1.test_image.TestImageSet.test_image_set_bools1 [0.003385s] ... ok {11} openstackclient.tests.unit.volume.v2.test_volume_backup.TestBackupList.test_backup_list_with_options [0.007052s] ... ok {11} openstackclient.tests.unit.volume.v2.test_volume_backup.TestBackupList.test_backup_list_without_options [0.005680s] ... ok {15} openstackclient.tests.unit.volume.v2.test_consistency_group_snapshot.TestConsistencyGroupSnapshotList.test_consistency_group_snapshot_list_without_options [0.006259s] ... ok {11} openstackclient.tests.unit.volume.v2.test_volume_host.TestVolumeHostFailover.test_volume_host_failover [0.004281s] ... ok {30} openstackclient.tests.unit.network.v2.test_port.TestDeletePort.test_multi_ports_delete_with_exception [0.004119s] ... ok {30} openstackclient.tests.unit.network.v2.test_port.TestDeletePort.test_port_delete [0.003436s] ... ok {30} openstackclient.tests.unit.network.v2.test_security_group_rule_compute.TestDeleteSecurityGroupRuleCompute.test_security_group_rule_delete [0.006494s] ... ok {31} openstackclient.tests.unit.image.v1.test_image.TestImageSet.test_image_set_bools2 [0.003258s] ... ok {30} openstackclient.tests.unit.network.v2.test_security_group_rule_compute.TestDeleteSecurityGroupRuleCompute.test_security_group_rule_delete_multi [0.006931s] ... ok {30} openstackclient.tests.unit.network.v2.test_security_group_rule_compute.TestDeleteSecurityGroupRuleCompute.test_security_group_rule_delete_multi_with_exception [0.006698s] ... ok {38} openstackclient.tests.unit.volume.v1.test_volume_backup.TestBackupShow.test_backup_show [0.002759s] ... ok {31} openstackclient.tests.unit.image.v1.test_image.TestImageSet.test_image_set_no_options [0.002952s] ... ok {31} openstackclient.tests.unit.image.v1.test_image.TestImageSet.test_image_set_numeric_options_to_zero [0.003230s] ... ok {31} openstackclient.tests.unit.image.v1.test_image.TestImageSet.test_image_set_options [0.003198s] ... ok {31} openstackclient.tests.unit.image.v1.test_image.TestImageSet.test_image_set_properties [0.003271s] ... ok {31} openstackclient.tests.unit.image.v1.test_image.TestImageSet.test_image_update_volume [0.003308s] ... ok {31} openstackclient.tests.unit.volume.v1.test_qos_specs.TestQosSet.test_qos_set_with_properties_with_id [0.003493s] ... ok {30} openstackclient.tests.unit.network.v2.test_subnet.TestSetSubnet.test_append_options [0.005422s] ... ok {30} openstackclient.tests.unit.network.v2.test_subnet.TestSetSubnet.test_clear_options [0.005296s] ... ok {30} openstackclient.tests.unit.network.v2.test_subnet.TestSetSubnet.test_overwrite_options [0.004953s] ... ok {12} openstackclient.tests.unit.network.v2.test_network_flavor.TestSetNetworkFlavor.test_set_name_and_enable [0.003430s] ... ok {38} openstackclient.tests.unit.volume.v2.test_transfer_request.TestTransferDelete.test_delete_multiple_transfers [0.004946s] ... ok {38} openstackclient.tests.unit.volume.v2.test_transfer_request.TestTransferDelete.test_delete_multiple_transfers_with_exception [0.003893s] ... ok {12} openstackclient.tests.unit.network.v2.test_network_flavor.TestSetNetworkFlavor.test_set_nothing [0.003170s] ... ok {38} openstackclient.tests.unit.volume.v2.test_transfer_request.TestTransferDelete.test_transfer_delete [0.008017s] ... ok {30} openstackclient.tests.unit.network.v2.test_subnet.TestSetSubnet.test_set_non_append_options [0.004774s] ... ok {31} openstackclient.tests.unit.volume.v1.test_volume.TestVolumeUnset.test_volume_unset_no_options [0.003222s] ... ok {31} openstackclient.tests.unit.volume.v1.test_volume.TestVolumeUnset.test_volume_unset_property [0.003142s] ... ok {31} openstackclient.tests.unit.volume.v2.test_transfer_request.TestTransferAccept.test_transfer_accept [0.005756s] ... ok {12} openstackclient.tests.unit.network.v2.test_subnet_pool.TestUnsetSubnetPool.test_unset_with_all_tag [0.006082s] ... ok {30} openstackclient.tests.unit.network.v2.test_subnet.TestSetSubnet.test_set_nothing [0.006395s] ... ok {31} openstackclient.tests.unit.volume.v2.test_transfer_request.TestTransferAccept.test_transfer_accept_no_option [0.008355s] ... ok {12} openstackclient.tests.unit.network.v2.test_subnet_pool.TestUnsetSubnetPool.test_unset_with_tags [0.004100s] ... ok {12} openstackclient.tests.unit.volume.v2.test_qos_specs.TestQosShow.test_qos_show [0.007248s] ... ok {12} openstackclient.tests.unit.volume.v2.test_type.TestTypeShow.test_type_show [0.006742s] ... ok {12} openstackclient.tests.unit.volume.v2.test_type.TestTypeShow.test_type_show_with_access [0.007460s] ... ok {12} openstackclient.tests.unit.volume.v2.test_type.TestTypeShow.test_type_show_with_encryption [0.006726s] ... ok {12} openstackclient.tests.unit.volume.v2.test_type.TestTypeShow.test_type_show_with_list_access_exec [0.007913s] ... ok {12} openstackclient.tests.unit.volume.v2.test_volume.TestVolumeUnset.test_volume_unset_image_property [0.007855s] ... ok {12} openstackclient.tests.unit.volume.v2.test_volume.TestVolumeUnset.test_volume_unset_image_property_fail [0.007927s] ... ok {30} openstackclient.tests.unit.network.v2.test_subnet.TestSetSubnet.test_set_segment [0.005076s] ... ok {30} openstackclient.tests.unit.network.v2.test_subnet.TestSetSubnet.test_set_that [0.004204s] ... ok {30} openstackclient.tests.unit.network.v2.test_subnet.TestSetSubnet.test_set_this [0.004457s] ... ok {30} openstackclient.tests.unit.network.v2.test_subnet.TestSetSubnet.test_set_with_no_tag [0.004344s] ... ok {30} openstackclient.tests.unit.network.v2.test_subnet.TestSetSubnet.test_set_with_tags [0.004378s] ... ok {30} openstackclient.tests.unit.network.v2.test_subnet_pool.TestListSubnetPool.test_list_with_tag_options [0.005362s] ... ok {30} openstackclient.tests.unit.network.v2.test_subnet_pool.TestListSubnetPool.test_subnet_pool_list_address_scope [0.005171s] ... ok {30} openstackclient.tests.unit.network.v2.test_subnet_pool.TestListSubnetPool.test_subnet_pool_list_default [0.004819s] ... ok {30} openstackclient.tests.unit.network.v2.test_subnet_pool.TestListSubnetPool.test_subnet_pool_list_long [0.005672s] ... ok {30} openstackclient.tests.unit.network.v2.test_subnet_pool.TestListSubnetPool.test_subnet_pool_list_name [0.006141s] ... ok {30} openstackclient.tests.unit.network.v2.test_subnet_pool.TestListSubnetPool.test_subnet_pool_list_no_default [0.005739s] ... ok {30} openstackclient.tests.unit.network.v2.test_subnet_pool.TestListSubnetPool.test_subnet_pool_list_no_option [0.005105s] ... ok {30} openstackclient.tests.unit.network.v2.test_subnet_pool.TestListSubnetPool.test_subnet_pool_list_no_share [0.005134s] ... ok {30} openstackclient.tests.unit.network.v2.test_subnet_pool.TestListSubnetPool.test_subnet_pool_list_project [0.005179s] ... ok {30} openstackclient.tests.unit.network.v2.test_subnet_pool.TestListSubnetPool.test_subnet_pool_list_project_domain [0.007135s] ... ok {30} openstackclient.tests.unit.network.v2.test_subnet_pool.TestListSubnetPool.test_subnet_pool_list_share [0.172612s] ... ok {30} openstackclient.tests.unit.network.v2.test_subnet_pool.TestSetSubnetPool.test_set_address_scope [0.004165s] ... ok {30} openstackclient.tests.unit.network.v2.test_subnet_pool.TestSetSubnetPool.test_set_default [0.002333s] ... ok {30} openstackclient.tests.unit.network.v2.test_subnet_pool.TestSetSubnetPool.test_set_description [0.002419s] ... ok {30} openstackclient.tests.unit.network.v2.test_subnet_pool.TestSetSubnetPool.test_set_len_negative [0.002639s] ... ok {30} openstackclient.tests.unit.network.v2.test_subnet_pool.TestSetSubnetPool.test_set_no_address_scope [0.002453s] ... ok {30} openstackclient.tests.unit.network.v2.test_subnet_pool.TestSetSubnetPool.test_set_no_address_scope_conflict [0.003041s] ... ok {30} openstackclient.tests.unit.network.v2.test_subnet_pool.TestSetSubnetPool.test_set_no_default [0.002311s] ... ok {30} openstackclient.tests.unit.network.v2.test_subnet_pool.TestSetSubnetPool.test_set_no_default_conflict [0.002741s] ... ok {30} openstackclient.tests.unit.network.v2.test_subnet_pool.TestSetSubnetPool.test_set_nothing [0.002345s] ... ok {30} openstackclient.tests.unit.network.v2.test_subnet_pool.TestSetSubnetPool.test_set_that [0.002632s] ... ok {30} openstackclient.tests.unit.network.v2.test_subnet_pool.TestSetSubnetPool.test_set_this [0.002933s] ... ok {30} openstackclient.tests.unit.network.v2.test_subnet_pool.TestSetSubnetPool.test_set_with_default_quota [0.002232s] ... ok {30} openstackclient.tests.unit.network.v2.test_subnet_pool.TestSetSubnetPool.test_set_with_no_tag [0.002374s] ... ok {30} openstackclient.tests.unit.network.v2.test_subnet_pool.TestSetSubnetPool.test_set_with_tags [0.002390s] ... ok {30} openstackclient.tests.unit.object.v1.test_container.TestContainerShow.test_container_show [0.002813s] ... ok {30} openstackclient.tests.unit.volume.v1.test_qos_specs.TestQosList.test_qos_list [0.002284s] ... ok {30} openstackclient.tests.unit.volume.v1.test_qos_specs.TestQosList.test_qos_list_no_association [0.003708s] ... ok dummy_shell: _shell: _shell: _shell: auth_req: {'identity': {'methods': ['password'], 'password': {'user': {'password': 'qaz', 'name': 'username', 'domain': {'id': 'aaaa-bbbb-cccc'}}}}, 'scope': {'project': {'name': 'heart-o-gold', 'domain': {'id': 'aaaa-bbbb-cccc'}}}} auth_req: {'identity': {'methods': ['password'], 'password': {'user': {'password': 'qaz', 'name': 'zarquon', 'domain': {'id': 'aaaa-bbbb-cccc'}}}}, 'scope': {'project': {'name': 'heart-o-gold', 'domain': {'id': '5678'}}}} +---------------------------------------------+------------------------+ | Field | Value | +---------------------------------------------+------------------------+ | additional_user_agent | [('osc-lib', '2.2.1')] | | api_timeout | None | | auth_type | password | | baremetal_introspection_status_code_retries | 5 | | baremetal_status_code_retries | 5 | | beta_command | False | | cacert | xyzpdq | | cert | None | | default_domain | default | | deferred_help | False | | disable_vendor_agent | {} | | floating_ip_source | neutron | | image_api_use_tasks | False | | image_format | qcow2 | | image_status_code_retries | 5 | | interface | public | | key | None | | message | | | network_api_version | 2 | | networks | [] | | object_store_api_version | 1 | | region_name | | | secgroup_source | neutron | | status | active | | timing | False | | verbose_level | 1 | | verify | True | +---------------------------------------------+------------------------+ +---------------------------------------------+------------------------+ | Field | Value | +---------------------------------------------+------------------------+ | additional_user_agent | [('osc-lib', '2.2.1')] | | api_timeout | None | | auth_type | password | | baremetal_introspection_status_code_retries | 5 | | baremetal_status_code_retries | 5 | | beta_command | False | | cacert | xyzpdq | | cert | None | | default_domain | default | | deferred_help | False | | disable_vendor_agent | {} | | floating_ip_source | neutron | | image_api_use_tasks | False | | image_format | qcow2 | | image_status_code_retries | 5 | | insecure | True | | interface | public | | key | None | | message | | | network_api_version | 2 | | networks | [] | | object_store_api_version | 1 | | region_name | | | secgroup_source | neutron | | status | active | | timing | False | | verbose_level | 1 | | verify | True | +---------------------------------------------+------------------------+ +---------------------------------------------+------------------------+ | Field | Value | +---------------------------------------------+------------------------+ | additional_user_agent | [('osc-lib', '2.2.1')] | | api_timeout | None | | auth_type | password | | baremetal_introspection_status_code_retries | 5 | | baremetal_status_code_retries | 5 | | beta_command | False | | cacert | None | | cert | None | | default_domain | default | | deferred_help | False | | disable_vendor_agent | {} | | floating_ip_source | neutron | | image_api_use_tasks | False | | image_format | qcow2 | | image_status_code_retries | 5 | | insecure | True | | interface | public | | key | None | | message | | | network_api_version | 2 | | networks | [] | | object_store_api_version | 1 | | region_name | | | secgroup_source | neutron | | status | active | | timing | False | | verbose_level | 1 | | verify | True | +---------------------------------------------+------------------------+ +---------------------------------------------+------------------------+ | Field | Value | +---------------------------------------------+------------------------+ | additional_user_agent | [('osc-lib', '2.2.1')] | | api_timeout | None | | auth_type | password | | baremetal_introspection_status_code_retries | 5 | | baremetal_status_code_retries | 5 | | beta_command | False | | cacert | None | | cert | None | | default_domain | default | | deferred_help | False | | disable_vendor_agent | {} | | floating_ip_source | neutron | | image_api_use_tasks | False | | image_format | qcow2 | | image_status_code_retries | 5 | | interface | public | | key | None | | message | | | network_api_version | 2 | | networks | [] | | object_store_api_version | 1 | | region_name | | | secgroup_source | neutron | | status | active | | timing | False | | verbose_level | 1 | | verify | True | +---------------------------------------------+------------------------+{18} openstackclient.tests.unit.integ.cli.test_shell.TestIntegShellCliNoAuth.test_shell_args_no_options [0.022011s] ... ok {18} openstackclient.tests.unit.integ.cli.test_shell.TestIntegShellCliNoAuth.test_shell_args_verify [0.021931s] ... ok {18} openstackclient.tests.unit.network.v2.test_network_qos_policy.TestCreateNetworkQosPolicy.test_create_all_options [0.005289s] ... ok {18} openstackclient.tests.unit.network.v2.test_network_qos_policy.TestCreateNetworkQosPolicy.test_create_default_options [0.005151s] ... ok {18} openstackclient.tests.unit.network.v2.test_network_qos_policy.TestCreateNetworkQosPolicy.test_create_no_default [0.004963s] ... ok {18} openstackclient.tests.unit.network.v2.test_network_qos_policy.TestCreateNetworkQosPolicy.test_create_no_options [0.008202s] ... ok {18} openstackclient.tests.unit.network.v2.test_router.TestRemoveSubnetFromRouter.test_remove_subnet_no_option [0.004014s] ... ok {18} openstackclient.tests.unit.network.v2.test_router.TestRemoveSubnetFromRouter.test_remove_subnet_required_options [0.100503s] ... ok {18} openstackclient.tests.unit.network.v2.test_security_group_network.TestCreateSecurityGroupNetwork.test_create_all_options [0.006708s] ... ok {18} openstackclient.tests.unit.network.v2.test_security_group_network.TestCreateSecurityGroupNetwork.test_create_min_options [0.005393s] ... ok {18} openstackclient.tests.unit.network.v2.test_security_group_network.TestCreateSecurityGroupNetwork.test_create_no_options [0.005984s] ... ok {18} openstackclient.tests.unit.network.v2.test_security_group_network.TestCreateSecurityGroupNetwork.test_create_with_no_tag [0.005607s] ... ok {18} openstackclient.tests.unit.network.v2.test_security_group_network.TestCreateSecurityGroupNetwork.test_create_with_tags [0.005648s] ... ok {18} openstackclient.tests.unit.network.v2.test_security_group_network.TestListSecurityGroupNetwork.test_list_with_tag_options [0.005475s] ... ok {18} openstackclient.tests.unit.network.v2.test_security_group_network.TestListSecurityGroupNetwork.test_security_group_list_all_projects [0.005444s] ... ok {18} openstackclient.tests.unit.network.v2.test_security_group_network.TestListSecurityGroupNetwork.test_security_group_list_no_options [0.005203s] ... ok {18} openstackclient.tests.unit.network.v2.test_security_group_network.TestListSecurityGroupNetwork.test_security_group_list_project [0.005554s] ... ok {18} openstackclient.tests.unit.network.v2.test_security_group_network.TestListSecurityGroupNetwork.test_security_group_list_project_domain [0.005947s] ... ok {18} openstackclient.tests.unit.volume.v1.test_type.TestTypeDelete.test_delete_multiple_types [0.003563s] ... ok {18} openstackclient.tests.unit.volume.v1.test_type.TestTypeDelete.test_delete_multiple_types_with_exception [0.003788s] ... ok {18} openstackclient.tests.unit.volume.v1.test_type.TestTypeDelete.test_type_delete [0.002852s] ... ok {18} openstackclient.tests.unit.volume.v2.test_qos_specs.TestQosDisassociate.test_qos_disassociate_with_all_volume_types [0.005858s] ... ok {18} openstackclient.tests.unit.volume.v2.test_qos_specs.TestQosDisassociate.test_qos_disassociate_with_volume_type [0.007421s] ... ok +---------------------------------------------+------------------------+ | Field | Value | +---------------------------------------------+------------------------+ | additional_user_agent | [('osc-lib', '2.2.1')] | | api_timeout | None | | auth_type | password | | baremetal_introspection_status_code_retries | 5 | | baremetal_status_code_retries | 5 | | beta_command | False | | cacert | None | | cert | None | | default_domain | default | | deferred_help | False | | disable_vendor_agent | {} | | floating_ip_source | neutron | | image_api_use_tasks | False | | image_format | qcow2 | | image_status_code_retries | 5 | | interface | public | | key | None | | message | | | network_api_version | 2 | | networks | [] | | object_store_api_version | 1 | | region_name | | | secgroup_source | neutron | | status | active | | timing | False | | verbose_level | 1 | | verify | True | +---------------------------------------------+------------------------+ ====== Totals ====== Ran: 2049 tests in 1.3209 sec. - Passed: 2049 - Skipped: 0 - Expected Fail: 0 - Unexpected Success: 0 - Failed: 0 Sum of execute time for each test: 16.8430 sec. ============== Worker Balance ============== - Worker 0 (86 tests) => 0:00:00.872993 - Worker 1 (54 tests) => 0:00:00.636119 - Worker 2 (70 tests) => 0:00:00.458544 - Worker 3 (53 tests) => 0:00:00.583601 - Worker 4 (52 tests) => 0:00:00.491427 - Worker 5 (42 tests) => 0:00:00.266939 - Worker 6 (41 tests) => 0:00:00.243620 - Worker 7 (49 tests) => 0:00:00.299806 - Worker 8 (50 tests) => 0:00:00.585183 - Worker 9 (44 tests) => 0:00:00.399718 - Worker 10 (62 tests) => 0:00:00.541389 - Worker 11 (39 tests) => 0:00:00.245226 - Worker 12 (56 tests) => 0:00:00.444126 - Worker 13 (44 tests) => 0:00:00.413483 - Worker 14 (40 tests) => 0:00:00.419424 - Worker 15 (52 tests) => 0:00:00.426069 - Worker 16 (49 tests) => 0:00:00.340245 - Worker 17 (48 tests) => 0:00:00.535688 - Worker 18 (56 tests) => 0:00:00.560802 - Worker 19 (37 tests) => 0:00:00.519654 - Worker 20 (57 tests) => 0:00:00.570123 - Worker 21 (39 tests) => 0:00:00.459586 - Worker 22 (58 tests) => 0:00:00.303979 - Worker 23 (37 tests) => 0:00:00.503387 - Worker 24 (44 tests) => 0:00:00.388355 - Worker 25 (73 tests) => 0:00:00.608976 - Worker 26 (62 tests) => 0:00:00.612631 - Worker 27 (41 tests) => 0:00:00.406401 - Worker 28 (52 tests) => 0:00:00.384946 - Worker 29 (54 tests) => 0:00:00.588992 - Worker 30 (57 tests) => 0:00:00.476134 - Worker 31 (60 tests) => 0:00:00.528210 - Worker 32 (45 tests) => 0:00:00.417938 - Worker 33 (55 tests) => 0:00:00.448253 - Worker 34 (61 tests) => 0:00:00.495103 - Worker 35 (65 tests) => 0:00:00.487426 - Worker 36 (49 tests) => 0:00:00.488382 - Worker 37 (38 tests) => 0:00:00.313140 - Worker 38 (45 tests) => 0:00:00.345349 - Worker 39 (33 tests) => 0:00:00.216626 + exit 0 Processing files: python3-openstackclient-5.4.0-2.el8.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.D5m3eN + umask 022 + cd /builddir/build/BUILD + cd python-openstackclient-5.4.0 + DOCDIR=/builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/share/doc/python3-openstackclient + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/share/doc/python3-openstackclient + cp -pr README.rst /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/share/doc/python3-openstackclient + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.9YqdVw + umask 022 + cd /builddir/build/BUILD + cd python-openstackclient-5.4.0 + LICENSEDIR=/builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/share/licenses/python3-openstackclient + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/share/licenses/python3-openstackclient + cp -pr LICENSE /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/share/licenses/python3-openstackclient + exit 0 Provides: python3-openstackclient = 5.4.0-2.el8 python3.6dist(python-openstackclient) = 5.4.0 python3dist(python-openstackclient) = 5.4.0 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: /usr/bin/python3 python(abi) = 3.6 Obsoletes: python2-openstackclient < 5.4.0-2.el8 Processing files: python-openstackclient-doc-5.4.0-2.el8.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.wDHhRn + umask 022 + cd /builddir/build/BUILD + cd python-openstackclient-5.4.0 + DOCDIR=/builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/share/doc/python-openstackclient-doc + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/share/doc/python-openstackclient-doc + cp -pr doc/build/html /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/share/doc/python-openstackclient-doc + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.99kcTe + umask 022 + cd /builddir/build/BUILD + cd python-openstackclient-5.4.0 + LICENSEDIR=/builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/share/licenses/python-openstackclient-doc + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/share/licenses/python-openstackclient-doc + cp -pr LICENSE /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/share/licenses/python-openstackclient-doc + exit 0 Provides: python-openstackclient-doc = 5.4.0-2.el8 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: python-openstackclient-lang-5.4.0-2.el8.noarch Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.xydx18 + umask 022 + cd /builddir/build/BUILD + cd python-openstackclient-5.4.0 + LICENSEDIR=/builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/share/licenses/python-openstackclient-lang + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/share/licenses/python-openstackclient-lang + cp -pr LICENSE /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch/usr/share/licenses/python-openstackclient-lang + exit 0 Provides: python-openstackclient-lang = 5.4.0-2.el8 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/python-openstackclient-5.4.0-2.el8.noarch Wrote: /builddir/build/RPMS/python3-openstackclient-5.4.0-2.el8.noarch.rpm Wrote: /builddir/build/RPMS/python-openstackclient-doc-5.4.0-2.el8.noarch.rpm Wrote: /builddir/build/RPMS/python-openstackclient-lang-5.4.0-2.el8.noarch.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.aJkqz5 + umask 022 + cd /builddir/build/BUILD + cd python-openstackclient-5.4.0 + /usr/bin/rm -rf /builddir/build/BUILDROOT/python-openstackclient-5.4.0-2.el8.noarch + exit 0 Child return code was: 0