Mock Version: 2.8 Mock Version: 2.8 Mock Version: 2.8 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target noarch --nodeps /builddir/build/SPECS/python-castellan.spec'], chrootPath='/var/lib/mock/cloud9s-openstack-yoga-el9s-build-135797-912155/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8', 'http_proxy': 'http://cache.rdu2.centos.org:8080', 'https_proxy': 'http://cache.rdu2.centos.org:8080'}shell=Falselogger=timeout=86400uid=989gid=135user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target noarch --nodeps /builddir/build/SPECS/python-castellan.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8', 'http_proxy': 'http://cache.rdu2.centos.org:8080', 'https_proxy': 'http://cache.rdu2.centos.org:8080'} and shell False Building target platforms: noarch Building for target noarch setting SOURCE_DATE_EPOCH=1652140800 Wrote: /builddir/build/SRPMS/python-castellan-3.10.2-1.el9s.src.rpm Child return code was: 0 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target noarch --nodeps /builddir/build/SPECS/python-castellan.spec'], chrootPath='/var/lib/mock/cloud9s-openstack-yoga-el9s-build-135797-912155/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8', 'http_proxy': 'http://cache.rdu2.centos.org:8080', 'https_proxy': 'http://cache.rdu2.centos.org:8080'}shell=Falselogger=timeout=86400uid=989gid=135user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target noarch --nodeps /builddir/build/SPECS/python-castellan.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8', 'http_proxy': 'http://cache.rdu2.centos.org:8080', 'https_proxy': 'http://cache.rdu2.centos.org:8080'} and shell False Building target platforms: noarch Building for target noarch setting SOURCE_DATE_EPOCH=1652140800 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.kfL9Oj + umask 022 + cd /builddir/build/BUILD + /usr/lib/rpm/redhat/gpgverify --keyring=/builddir/build/SOURCES/0xa63ea142678138d1bb15f2e303bdfd64dd164087.txt --signature=/builddir/build/SOURCES/castellan-3.10.2.tar.gz.asc --data=/builddir/build/SOURCES/castellan-3.10.2.tar.gz gpgv: Signature made Thu Apr 28 13:51:08 2022 UTC gpgv: using EDDSA key 04B7B1663EC233DA80A22948B23A243F4ADCB493 gpgv: Good signature from "OpenStack Infra (Zed Cycle) " + cd /builddir/build/BUILD + rm -rf castellan-3.10.2 + /usr/bin/gzip -dc /builddir/build/SOURCES/castellan-3.10.2.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd castellan-3.10.2 + /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 config gc.auto 0 + /usr/bin/git add --force . + /usr/bin/git commit -q --allow-empty -a --author 'rpm-build ' -m 'python-castellan-3.10.2 base' + sed -i 's/^warning-is-error.*/warning-is-error = 0/g' setup.cfg + rm -rf requirements.txt test-requirements.txt + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.YRNZvD + umask 022 + cd /builddir/build/BUILD + cd castellan-3.10.2 + python3 setup.py build /usr/lib/python3.9/site-packages/pbr/core.py:131: UserWarning: Unknown distribution option: 'requires_python' warnings.warn(msg) running build running build_py creating build creating build/lib creating build/lib/castellan creating build/lib/castellan/tests copying castellan/tests/utils.py -> build/lib/castellan/tests copying castellan/tests/__init__.py -> build/lib/castellan/tests copying castellan/tests/base.py -> build/lib/castellan/tests creating build/lib/castellan/tests/unit creating build/lib/castellan/tests/unit/key_manager copying castellan/tests/unit/key_manager/__init__.py -> build/lib/castellan/tests/unit/key_manager copying castellan/tests/unit/key_manager/test_vault_key_manager.py -> build/lib/castellan/tests/unit/key_manager copying castellan/tests/unit/key_manager/test_barbican_key_manager.py -> build/lib/castellan/tests/unit/key_manager copying castellan/tests/unit/key_manager/test_key_manager.py -> build/lib/castellan/tests/unit/key_manager copying castellan/tests/unit/key_manager/fake.py -> build/lib/castellan/tests/unit/key_manager copying castellan/tests/unit/key_manager/test_mock_key_manager.py -> build/lib/castellan/tests/unit/key_manager copying castellan/tests/unit/key_manager/test_not_implemented_key_manager.py -> build/lib/castellan/tests/unit/key_manager copying castellan/tests/unit/key_manager/test_migration_key_manager.py -> build/lib/castellan/tests/unit/key_manager copying castellan/tests/unit/key_manager/mock_key_manager.py -> build/lib/castellan/tests/unit/key_manager creating build/lib/castellan/common creating build/lib/castellan/common/credentials copying castellan/common/credentials/token.py -> build/lib/castellan/common/credentials copying castellan/common/credentials/keystone_token.py -> build/lib/castellan/common/credentials copying castellan/common/credentials/__init__.py -> build/lib/castellan/common/credentials copying castellan/common/credentials/credential.py -> build/lib/castellan/common/credentials copying castellan/common/credentials/password.py -> build/lib/castellan/common/credentials copying castellan/common/credentials/keystone_password.py -> build/lib/castellan/common/credentials copying castellan/common/utils.py -> build/lib/castellan/common copying castellan/common/exception.py -> build/lib/castellan/common copying castellan/common/__init__.py -> build/lib/castellan/common copying castellan/__init__.py -> build/lib/castellan copying castellan/_config_driver.py -> build/lib/castellan copying castellan/i18n.py -> build/lib/castellan copying castellan/options.py -> build/lib/castellan creating build/lib/castellan/tests/functional copying castellan/tests/functional/__init__.py -> build/lib/castellan/tests/functional copying castellan/tests/functional/config.py -> build/lib/castellan/tests/functional creating build/lib/castellan/tests/functional/key_manager copying castellan/tests/functional/key_manager/__init__.py -> build/lib/castellan/tests/functional/key_manager copying castellan/tests/functional/key_manager/test_vault_key_manager.py -> build/lib/castellan/tests/functional/key_manager copying castellan/tests/functional/key_manager/test_barbican_key_manager.py -> build/lib/castellan/tests/functional/key_manager copying castellan/tests/functional/key_manager/test_key_manager.py -> build/lib/castellan/tests/functional/key_manager creating build/lib/castellan/key_manager copying castellan/key_manager/__init__.py -> build/lib/castellan/key_manager copying castellan/key_manager/barbican_key_manager.py -> build/lib/castellan/key_manager copying castellan/key_manager/not_implemented_key_manager.py -> build/lib/castellan/key_manager copying castellan/key_manager/key_manager.py -> build/lib/castellan/key_manager copying castellan/key_manager/vault_key_manager.py -> build/lib/castellan/key_manager copying castellan/key_manager/migration.py -> build/lib/castellan/key_manager copying castellan/tests/unit/__init__.py -> build/lib/castellan/tests/unit copying castellan/tests/unit/test_config_driver.py -> build/lib/castellan/tests/unit copying castellan/tests/unit/test_options.py -> build/lib/castellan/tests/unit copying castellan/tests/unit/test_utils.py -> build/lib/castellan/tests/unit creating build/lib/castellan/common/objects copying castellan/common/objects/__init__.py -> build/lib/castellan/common/objects copying castellan/common/objects/key.py -> build/lib/castellan/common/objects copying castellan/common/objects/passphrase.py -> build/lib/castellan/common/objects copying castellan/common/objects/symmetric_key.py -> build/lib/castellan/common/objects copying castellan/common/objects/certificate.py -> build/lib/castellan/common/objects copying castellan/common/objects/opaque_data.py -> build/lib/castellan/common/objects copying castellan/common/objects/managed_object.py -> build/lib/castellan/common/objects copying castellan/common/objects/public_key.py -> build/lib/castellan/common/objects copying castellan/common/objects/private_key.py -> build/lib/castellan/common/objects copying castellan/common/objects/x_509.py -> build/lib/castellan/common/objects creating build/lib/castellan/tests/unit/objects copying castellan/tests/unit/objects/test_symmetric_key.py -> build/lib/castellan/tests/unit/objects copying castellan/tests/unit/objects/test_opaque.py -> build/lib/castellan/tests/unit/objects copying castellan/tests/unit/objects/__init__.py -> build/lib/castellan/tests/unit/objects copying castellan/tests/unit/objects/test_private_key.py -> build/lib/castellan/tests/unit/objects copying castellan/tests/unit/objects/test_x_509.py -> build/lib/castellan/tests/unit/objects copying castellan/tests/unit/objects/test_public_key.py -> build/lib/castellan/tests/unit/objects copying castellan/tests/unit/objects/test_passphrase.py -> build/lib/castellan/tests/unit/objects creating build/lib/castellan/tests/unit/credentials copying castellan/tests/unit/credentials/test_keystone_password.py -> build/lib/castellan/tests/unit/credentials copying castellan/tests/unit/credentials/__init__.py -> build/lib/castellan/tests/unit/credentials copying castellan/tests/unit/credentials/test_keystone_token.py -> build/lib/castellan/tests/unit/credentials copying castellan/tests/unit/credentials/test_token.py -> build/lib/castellan/tests/unit/credentials copying castellan/tests/unit/credentials/test_password.py -> build/lib/castellan/tests/unit/credentials running egg_info writing castellan.egg-info/PKG-INFO writing dependency_links to castellan.egg-info/dependency_links.txt writing entry points to castellan.egg-info/entry_points.txt deleting castellan.egg-info/requires.txt writing top-level names to castellan.egg-info/top_level.txt writing pbr to castellan.egg-info/pbr.json [pbr] Processing SOURCES.txt [pbr] In git context, generating filelist from git warning: no previously-included files found matching '.gitignore' warning: no previously-included files found matching '.gitreview' warning: no previously-included files matching '*.pyc' found anywhere in distribution adding license file 'LICENSE' adding license file 'AUTHORS' writing manifest file 'castellan.egg-info/SOURCES.txt' creating build/lib/castellan/tests/contrib copying castellan/tests/contrib/gate_hook.sh -> build/lib/castellan/tests/contrib copying castellan/tests/contrib/post_test_hook.sh -> build/lib/castellan/tests/contrib + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.ibtEdp + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/python-castellan-3.10.2-1.el9s.noarch '!=' / ']' + rm -rf /builddir/build/BUILDROOT/python-castellan-3.10.2-1.el9s.noarch ++ dirname /builddir/build/BUILDROOT/python-castellan-3.10.2-1.el9s.noarch + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/python-castellan-3.10.2-1.el9s.noarch + cd castellan-3.10.2 + python3 setup.py install --skip-build --root /builddir/build/BUILDROOT/python-castellan-3.10.2-1.el9s.noarch /usr/lib/python3.9/site-packages/pbr/core.py:131: UserWarning: Unknown distribution option: 'requires_python' warnings.warn(msg) 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-castellan-3.10.2-1.el9s.noarch/usr creating /builddir/build/BUILDROOT/python-castellan-3.10.2-1.el9s.noarch/usr/lib creating /builddir/build/BUILDROOT/python-castellan-3.10.2-1.el9s.noarch/usr/lib/python3.9 creating /builddir/build/BUILDROOT/python-castellan-3.10.2-1.el9s.noarch/usr/lib/python3.9/site-packages creating /builddir/build/BUILDROOT/python-castellan-3.10.2-1.el9s.noarch/usr/lib/python3.9/site-packages/castellan copying build/lib/castellan/__init__.py -> /builddir/build/BUILDROOT/python-castellan-3.10.2-1.el9s.noarch/usr/lib/python3.9/site-packages/castellan copying build/lib/castellan/_config_driver.py -> /builddir/build/BUILDROOT/python-castellan-3.10.2-1.el9s.noarch/usr/lib/python3.9/site-packages/castellan creating /builddir/build/BUILDROOT/python-castellan-3.10.2-1.el9s.noarch/usr/lib/python3.9/site-packages/castellan/tests copying build/lib/castellan/tests/utils.py -> /builddir/build/BUILDROOT/python-castellan-3.10.2-1.el9s.noarch/usr/lib/python3.9/site-packages/castellan/tests creating /builddir/build/BUILDROOT/python-castellan-3.10.2-1.el9s.noarch/usr/lib/python3.9/site-packages/castellan/tests/contrib copying build/lib/castellan/tests/contrib/gate_hook.sh -> /builddir/build/BUILDROOT/python-castellan-3.10.2-1.el9s.noarch/usr/lib/python3.9/site-packages/castellan/tests/contrib copying build/lib/castellan/tests/contrib/post_test_hook.sh -> /builddir/build/BUILDROOT/python-castellan-3.10.2-1.el9s.noarch/usr/lib/python3.9/site-packages/castellan/tests/contrib copying build/lib/castellan/tests/__init__.py -> /builddir/build/BUILDROOT/python-castellan-3.10.2-1.el9s.noarch/usr/lib/python3.9/site-packages/castellan/tests creating /builddir/build/BUILDROOT/python-castellan-3.10.2-1.el9s.noarch/usr/lib/python3.9/site-packages/castellan/tests/unit creating /builddir/build/BUILDROOT/python-castellan-3.10.2-1.el9s.noarch/usr/lib/python3.9/site-packages/castellan/tests/unit/credentials copying build/lib/castellan/tests/unit/credentials/test_keystone_password.py -> /builddir/build/BUILDROOT/python-castellan-3.10.2-1.el9s.noarch/usr/lib/python3.9/site-packages/castellan/tests/unit/credentials copying build/lib/castellan/tests/unit/credentials/__init__.py -> /builddir/build/BUILDROOT/python-castellan-3.10.2-1.el9s.noarch/usr/lib/python3.9/site-packages/castellan/tests/unit/credentials copying build/lib/castellan/tests/unit/credentials/test_keystone_token.py -> /builddir/build/BUILDROOT/python-castellan-3.10.2-1.el9s.noarch/usr/lib/python3.9/site-packages/castellan/tests/unit/credentials copying build/lib/castellan/tests/unit/credentials/test_token.py -> /builddir/build/BUILDROOT/python-castellan-3.10.2-1.el9s.noarch/usr/lib/python3.9/site-packages/castellan/tests/unit/credentials copying build/lib/castellan/tests/unit/credentials/test_password.py -> /builddir/build/BUILDROOT/python-castellan-3.10.2-1.el9s.noarch/usr/lib/python3.9/site-packages/castellan/tests/unit/credentials creating /builddir/build/BUILDROOT/python-castellan-3.10.2-1.el9s.noarch/usr/lib/python3.9/site-packages/castellan/tests/unit/objects copying build/lib/castellan/tests/unit/objects/test_symmetric_key.py -> /builddir/build/BUILDROOT/python-castellan-3.10.2-1.el9s.noarch/usr/lib/python3.9/site-packages/castellan/tests/unit/objects copying build/lib/castellan/tests/unit/objects/test_opaque.py -> /builddir/build/BUILDROOT/python-castellan-3.10.2-1.el9s.noarch/usr/lib/python3.9/site-packages/castellan/tests/unit/objects copying build/lib/castellan/tests/unit/objects/__init__.py -> /builddir/build/BUILDROOT/python-castellan-3.10.2-1.el9s.noarch/usr/lib/python3.9/site-packages/castellan/tests/unit/objects copying build/lib/castellan/tests/unit/objects/test_private_key.py -> /builddir/build/BUILDROOT/python-castellan-3.10.2-1.el9s.noarch/usr/lib/python3.9/site-packages/castellan/tests/unit/objects copying build/lib/castellan/tests/unit/objects/test_x_509.py -> /builddir/build/BUILDROOT/python-castellan-3.10.2-1.el9s.noarch/usr/lib/python3.9/site-packages/castellan/tests/unit/objects copying build/lib/castellan/tests/unit/objects/test_public_key.py -> /builddir/build/BUILDROOT/python-castellan-3.10.2-1.el9s.noarch/usr/lib/python3.9/site-packages/castellan/tests/unit/objects copying build/lib/castellan/tests/unit/objects/test_passphrase.py -> /builddir/build/BUILDROOT/python-castellan-3.10.2-1.el9s.noarch/usr/lib/python3.9/site-packages/castellan/tests/unit/objects copying build/lib/castellan/tests/unit/__init__.py -> /builddir/build/BUILDROOT/python-castellan-3.10.2-1.el9s.noarch/usr/lib/python3.9/site-packages/castellan/tests/unit creating /builddir/build/BUILDROOT/python-castellan-3.10.2-1.el9s.noarch/usr/lib/python3.9/site-packages/castellan/tests/unit/key_manager copying build/lib/castellan/tests/unit/key_manager/__init__.py -> /builddir/build/BUILDROOT/python-castellan-3.10.2-1.el9s.noarch/usr/lib/python3.9/site-packages/castellan/tests/unit/key_manager copying build/lib/castellan/tests/unit/key_manager/test_vault_key_manager.py -> /builddir/build/BUILDROOT/python-castellan-3.10.2-1.el9s.noarch/usr/lib/python3.9/site-packages/castellan/tests/unit/key_manager copying build/lib/castellan/tests/unit/key_manager/test_barbican_key_manager.py -> /builddir/build/BUILDROOT/python-castellan-3.10.2-1.el9s.noarch/usr/lib/python3.9/site-packages/castellan/tests/unit/key_manager copying build/lib/castellan/tests/unit/key_manager/test_key_manager.py -> /builddir/build/BUILDROOT/python-castellan-3.10.2-1.el9s.noarch/usr/lib/python3.9/site-packages/castellan/tests/unit/key_manager copying build/lib/castellan/tests/unit/key_manager/fake.py -> /builddir/build/BUILDROOT/python-castellan-3.10.2-1.el9s.noarch/usr/lib/python3.9/site-packages/castellan/tests/unit/key_manager copying build/lib/castellan/tests/unit/key_manager/test_mock_key_manager.py -> /builddir/build/BUILDROOT/python-castellan-3.10.2-1.el9s.noarch/usr/lib/python3.9/site-packages/castellan/tests/unit/key_manager copying build/lib/castellan/tests/unit/key_manager/test_not_implemented_key_manager.py -> /builddir/build/BUILDROOT/python-castellan-3.10.2-1.el9s.noarch/usr/lib/python3.9/site-packages/castellan/tests/unit/key_manager copying build/lib/castellan/tests/unit/key_manager/test_migration_key_manager.py -> /builddir/build/BUILDROOT/python-castellan-3.10.2-1.el9s.noarch/usr/lib/python3.9/site-packages/castellan/tests/unit/key_manager copying build/lib/castellan/tests/unit/key_manager/mock_key_manager.py -> /builddir/build/BUILDROOT/python-castellan-3.10.2-1.el9s.noarch/usr/lib/python3.9/site-packages/castellan/tests/unit/key_manager copying build/lib/castellan/tests/unit/test_config_driver.py -> /builddir/build/BUILDROOT/python-castellan-3.10.2-1.el9s.noarch/usr/lib/python3.9/site-packages/castellan/tests/unit copying build/lib/castellan/tests/unit/test_options.py -> /builddir/build/BUILDROOT/python-castellan-3.10.2-1.el9s.noarch/usr/lib/python3.9/site-packages/castellan/tests/unit copying build/lib/castellan/tests/unit/test_utils.py -> /builddir/build/BUILDROOT/python-castellan-3.10.2-1.el9s.noarch/usr/lib/python3.9/site-packages/castellan/tests/unit creating /builddir/build/BUILDROOT/python-castellan-3.10.2-1.el9s.noarch/usr/lib/python3.9/site-packages/castellan/tests/functional copying build/lib/castellan/tests/functional/__init__.py -> /builddir/build/BUILDROOT/python-castellan-3.10.2-1.el9s.noarch/usr/lib/python3.9/site-packages/castellan/tests/functional creating /builddir/build/BUILDROOT/python-castellan-3.10.2-1.el9s.noarch/usr/lib/python3.9/site-packages/castellan/tests/functional/key_manager copying build/lib/castellan/tests/functional/key_manager/__init__.py -> /builddir/build/BUILDROOT/python-castellan-3.10.2-1.el9s.noarch/usr/lib/python3.9/site-packages/castellan/tests/functional/key_manager copying build/lib/castellan/tests/functional/key_manager/test_vault_key_manager.py -> /builddir/build/BUILDROOT/python-castellan-3.10.2-1.el9s.noarch/usr/lib/python3.9/site-packages/castellan/tests/functional/key_manager copying build/lib/castellan/tests/functional/key_manager/test_barbican_key_manager.py -> /builddir/build/BUILDROOT/python-castellan-3.10.2-1.el9s.noarch/usr/lib/python3.9/site-packages/castellan/tests/functional/key_manager copying build/lib/castellan/tests/functional/key_manager/test_key_manager.py -> /builddir/build/BUILDROOT/python-castellan-3.10.2-1.el9s.noarch/usr/lib/python3.9/site-packages/castellan/tests/functional/key_manager copying build/lib/castellan/tests/functional/config.py -> /builddir/build/BUILDROOT/python-castellan-3.10.2-1.el9s.noarch/usr/lib/python3.9/site-packages/castellan/tests/functional copying build/lib/castellan/tests/base.py -> /builddir/build/BUILDROOT/python-castellan-3.10.2-1.el9s.noarch/usr/lib/python3.9/site-packages/castellan/tests creating /builddir/build/BUILDROOT/python-castellan-3.10.2-1.el9s.noarch/usr/lib/python3.9/site-packages/castellan/common copying build/lib/castellan/common/utils.py -> /builddir/build/BUILDROOT/python-castellan-3.10.2-1.el9s.noarch/usr/lib/python3.9/site-packages/castellan/common creating /builddir/build/BUILDROOT/python-castellan-3.10.2-1.el9s.noarch/usr/lib/python3.9/site-packages/castellan/common/credentials copying build/lib/castellan/common/credentials/token.py -> /builddir/build/BUILDROOT/python-castellan-3.10.2-1.el9s.noarch/usr/lib/python3.9/site-packages/castellan/common/credentials copying build/lib/castellan/common/credentials/keystone_token.py -> /builddir/build/BUILDROOT/python-castellan-3.10.2-1.el9s.noarch/usr/lib/python3.9/site-packages/castellan/common/credentials copying build/lib/castellan/common/credentials/__init__.py -> /builddir/build/BUILDROOT/python-castellan-3.10.2-1.el9s.noarch/usr/lib/python3.9/site-packages/castellan/common/credentials copying build/lib/castellan/common/credentials/credential.py -> /builddir/build/BUILDROOT/python-castellan-3.10.2-1.el9s.noarch/usr/lib/python3.9/site-packages/castellan/common/credentials copying build/lib/castellan/common/credentials/password.py -> /builddir/build/BUILDROOT/python-castellan-3.10.2-1.el9s.noarch/usr/lib/python3.9/site-packages/castellan/common/credentials copying build/lib/castellan/common/credentials/keystone_password.py -> /builddir/build/BUILDROOT/python-castellan-3.10.2-1.el9s.noarch/usr/lib/python3.9/site-packages/castellan/common/credentials copying build/lib/castellan/common/exception.py -> /builddir/build/BUILDROOT/python-castellan-3.10.2-1.el9s.noarch/usr/lib/python3.9/site-packages/castellan/common creating /builddir/build/BUILDROOT/python-castellan-3.10.2-1.el9s.noarch/usr/lib/python3.9/site-packages/castellan/common/objects copying build/lib/castellan/common/objects/__init__.py -> /builddir/build/BUILDROOT/python-castellan-3.10.2-1.el9s.noarch/usr/lib/python3.9/site-packages/castellan/common/objects copying build/lib/castellan/common/objects/key.py -> /builddir/build/BUILDROOT/python-castellan-3.10.2-1.el9s.noarch/usr/lib/python3.9/site-packages/castellan/common/objects copying build/lib/castellan/common/objects/passphrase.py -> /builddir/build/BUILDROOT/python-castellan-3.10.2-1.el9s.noarch/usr/lib/python3.9/site-packages/castellan/common/objects copying build/lib/castellan/common/objects/symmetric_key.py -> /builddir/build/BUILDROOT/python-castellan-3.10.2-1.el9s.noarch/usr/lib/python3.9/site-packages/castellan/common/objects copying build/lib/castellan/common/objects/certificate.py -> /builddir/build/BUILDROOT/python-castellan-3.10.2-1.el9s.noarch/usr/lib/python3.9/site-packages/castellan/common/objects copying build/lib/castellan/common/objects/opaque_data.py -> /builddir/build/BUILDROOT/python-castellan-3.10.2-1.el9s.noarch/usr/lib/python3.9/site-packages/castellan/common/objects copying build/lib/castellan/common/objects/managed_object.py -> /builddir/build/BUILDROOT/python-castellan-3.10.2-1.el9s.noarch/usr/lib/python3.9/site-packages/castellan/common/objects copying build/lib/castellan/common/objects/public_key.py -> /builddir/build/BUILDROOT/python-castellan-3.10.2-1.el9s.noarch/usr/lib/python3.9/site-packages/castellan/common/objects copying build/lib/castellan/common/objects/private_key.py -> /builddir/build/BUILDROOT/python-castellan-3.10.2-1.el9s.noarch/usr/lib/python3.9/site-packages/castellan/common/objects copying build/lib/castellan/common/objects/x_509.py -> /builddir/build/BUILDROOT/python-castellan-3.10.2-1.el9s.noarch/usr/lib/python3.9/site-packages/castellan/common/objects copying build/lib/castellan/common/__init__.py -> /builddir/build/BUILDROOT/python-castellan-3.10.2-1.el9s.noarch/usr/lib/python3.9/site-packages/castellan/common creating /builddir/build/BUILDROOT/python-castellan-3.10.2-1.el9s.noarch/usr/lib/python3.9/site-packages/castellan/key_manager copying build/lib/castellan/key_manager/__init__.py -> /builddir/build/BUILDROOT/python-castellan-3.10.2-1.el9s.noarch/usr/lib/python3.9/site-packages/castellan/key_manager copying build/lib/castellan/key_manager/barbican_key_manager.py -> /builddir/build/BUILDROOT/python-castellan-3.10.2-1.el9s.noarch/usr/lib/python3.9/site-packages/castellan/key_manager copying build/lib/castellan/key_manager/not_implemented_key_manager.py -> /builddir/build/BUILDROOT/python-castellan-3.10.2-1.el9s.noarch/usr/lib/python3.9/site-packages/castellan/key_manager copying build/lib/castellan/key_manager/key_manager.py -> /builddir/build/BUILDROOT/python-castellan-3.10.2-1.el9s.noarch/usr/lib/python3.9/site-packages/castellan/key_manager copying build/lib/castellan/key_manager/vault_key_manager.py -> /builddir/build/BUILDROOT/python-castellan-3.10.2-1.el9s.noarch/usr/lib/python3.9/site-packages/castellan/key_manager copying build/lib/castellan/key_manager/migration.py -> /builddir/build/BUILDROOT/python-castellan-3.10.2-1.el9s.noarch/usr/lib/python3.9/site-packages/castellan/key_manager copying build/lib/castellan/i18n.py -> /builddir/build/BUILDROOT/python-castellan-3.10.2-1.el9s.noarch/usr/lib/python3.9/site-packages/castellan copying build/lib/castellan/options.py -> /builddir/build/BUILDROOT/python-castellan-3.10.2-1.el9s.noarch/usr/lib/python3.9/site-packages/castellan byte-compiling /builddir/build/BUILDROOT/python-castellan-3.10.2-1.el9s.noarch/usr/lib/python3.9/site-packages/castellan/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-castellan-3.10.2-1.el9s.noarch/usr/lib/python3.9/site-packages/castellan/_config_driver.py to _config_driver.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-castellan-3.10.2-1.el9s.noarch/usr/lib/python3.9/site-packages/castellan/tests/utils.py to utils.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-castellan-3.10.2-1.el9s.noarch/usr/lib/python3.9/site-packages/castellan/tests/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-castellan-3.10.2-1.el9s.noarch/usr/lib/python3.9/site-packages/castellan/tests/unit/credentials/test_keystone_password.py to test_keystone_password.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-castellan-3.10.2-1.el9s.noarch/usr/lib/python3.9/site-packages/castellan/tests/unit/credentials/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-castellan-3.10.2-1.el9s.noarch/usr/lib/python3.9/site-packages/castellan/tests/unit/credentials/test_keystone_token.py to test_keystone_token.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-castellan-3.10.2-1.el9s.noarch/usr/lib/python3.9/site-packages/castellan/tests/unit/credentials/test_token.py to test_token.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-castellan-3.10.2-1.el9s.noarch/usr/lib/python3.9/site-packages/castellan/tests/unit/credentials/test_password.py to test_password.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-castellan-3.10.2-1.el9s.noarch/usr/lib/python3.9/site-packages/castellan/tests/unit/objects/test_symmetric_key.py to test_symmetric_key.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-castellan-3.10.2-1.el9s.noarch/usr/lib/python3.9/site-packages/castellan/tests/unit/objects/test_opaque.py to test_opaque.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-castellan-3.10.2-1.el9s.noarch/usr/lib/python3.9/site-packages/castellan/tests/unit/objects/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-castellan-3.10.2-1.el9s.noarch/usr/lib/python3.9/site-packages/castellan/tests/unit/objects/test_private_key.py to test_private_key.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-castellan-3.10.2-1.el9s.noarch/usr/lib/python3.9/site-packages/castellan/tests/unit/objects/test_x_509.py to test_x_509.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-castellan-3.10.2-1.el9s.noarch/usr/lib/python3.9/site-packages/castellan/tests/unit/objects/test_public_key.py to test_public_key.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-castellan-3.10.2-1.el9s.noarch/usr/lib/python3.9/site-packages/castellan/tests/unit/objects/test_passphrase.py to test_passphrase.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-castellan-3.10.2-1.el9s.noarch/usr/lib/python3.9/site-packages/castellan/tests/unit/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-castellan-3.10.2-1.el9s.noarch/usr/lib/python3.9/site-packages/castellan/tests/unit/key_manager/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-castellan-3.10.2-1.el9s.noarch/usr/lib/python3.9/site-packages/castellan/tests/unit/key_manager/test_vault_key_manager.py to test_vault_key_manager.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-castellan-3.10.2-1.el9s.noarch/usr/lib/python3.9/site-packages/castellan/tests/unit/key_manager/test_barbican_key_manager.py to test_barbican_key_manager.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-castellan-3.10.2-1.el9s.noarch/usr/lib/python3.9/site-packages/castellan/tests/unit/key_manager/test_key_manager.py to test_key_manager.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-castellan-3.10.2-1.el9s.noarch/usr/lib/python3.9/site-packages/castellan/tests/unit/key_manager/fake.py to fake.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-castellan-3.10.2-1.el9s.noarch/usr/lib/python3.9/site-packages/castellan/tests/unit/key_manager/test_mock_key_manager.py to test_mock_key_manager.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-castellan-3.10.2-1.el9s.noarch/usr/lib/python3.9/site-packages/castellan/tests/unit/key_manager/test_not_implemented_key_manager.py to test_not_implemented_key_manager.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-castellan-3.10.2-1.el9s.noarch/usr/lib/python3.9/site-packages/castellan/tests/unit/key_manager/test_migration_key_manager.py to test_migration_key_manager.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-castellan-3.10.2-1.el9s.noarch/usr/lib/python3.9/site-packages/castellan/tests/unit/key_manager/mock_key_manager.py to mock_key_manager.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-castellan-3.10.2-1.el9s.noarch/usr/lib/python3.9/site-packages/castellan/tests/unit/test_config_driver.py to test_config_driver.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-castellan-3.10.2-1.el9s.noarch/usr/lib/python3.9/site-packages/castellan/tests/unit/test_options.py to test_options.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-castellan-3.10.2-1.el9s.noarch/usr/lib/python3.9/site-packages/castellan/tests/unit/test_utils.py to test_utils.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-castellan-3.10.2-1.el9s.noarch/usr/lib/python3.9/site-packages/castellan/tests/functional/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-castellan-3.10.2-1.el9s.noarch/usr/lib/python3.9/site-packages/castellan/tests/functional/key_manager/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-castellan-3.10.2-1.el9s.noarch/usr/lib/python3.9/site-packages/castellan/tests/functional/key_manager/test_vault_key_manager.py to test_vault_key_manager.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-castellan-3.10.2-1.el9s.noarch/usr/lib/python3.9/site-packages/castellan/tests/functional/key_manager/test_barbican_key_manager.py to test_barbican_key_manager.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-castellan-3.10.2-1.el9s.noarch/usr/lib/python3.9/site-packages/castellan/tests/functional/key_manager/test_key_manager.py to test_key_manager.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-castellan-3.10.2-1.el9s.noarch/usr/lib/python3.9/site-packages/castellan/tests/functional/config.py to config.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-castellan-3.10.2-1.el9s.noarch/usr/lib/python3.9/site-packages/castellan/tests/base.py to base.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-castellan-3.10.2-1.el9s.noarch/usr/lib/python3.9/site-packages/castellan/common/utils.py to utils.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-castellan-3.10.2-1.el9s.noarch/usr/lib/python3.9/site-packages/castellan/common/credentials/token.py to token.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-castellan-3.10.2-1.el9s.noarch/usr/lib/python3.9/site-packages/castellan/common/credentials/keystone_token.py to keystone_token.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-castellan-3.10.2-1.el9s.noarch/usr/lib/python3.9/site-packages/castellan/common/credentials/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-castellan-3.10.2-1.el9s.noarch/usr/lib/python3.9/site-packages/castellan/common/credentials/credential.py to credential.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-castellan-3.10.2-1.el9s.noarch/usr/lib/python3.9/site-packages/castellan/common/credentials/password.py to password.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-castellan-3.10.2-1.el9s.noarch/usr/lib/python3.9/site-packages/castellan/common/credentials/keystone_password.py to keystone_password.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-castellan-3.10.2-1.el9s.noarch/usr/lib/python3.9/site-packages/castellan/common/exception.py to exception.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-castellan-3.10.2-1.el9s.noarch/usr/lib/python3.9/site-packages/castellan/common/objects/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-castellan-3.10.2-1.el9s.noarch/usr/lib/python3.9/site-packages/castellan/common/objects/key.py to key.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-castellan-3.10.2-1.el9s.noarch/usr/lib/python3.9/site-packages/castellan/common/objects/passphrase.py to passphrase.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-castellan-3.10.2-1.el9s.noarch/usr/lib/python3.9/site-packages/castellan/common/objects/symmetric_key.py to symmetric_key.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-castellan-3.10.2-1.el9s.noarch/usr/lib/python3.9/site-packages/castellan/common/objects/certificate.py to certificate.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-castellan-3.10.2-1.el9s.noarch/usr/lib/python3.9/site-packages/castellan/common/objects/opaque_data.py to opaque_data.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-castellan-3.10.2-1.el9s.noarch/usr/lib/python3.9/site-packages/castellan/common/objects/managed_object.py to managed_object.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-castellan-3.10.2-1.el9s.noarch/usr/lib/python3.9/site-packages/castellan/common/objects/public_key.py to public_key.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-castellan-3.10.2-1.el9s.noarch/usr/lib/python3.9/site-packages/castellan/common/objects/private_key.py to private_key.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-castellan-3.10.2-1.el9s.noarch/usr/lib/python3.9/site-packages/castellan/common/objects/x_509.py to x_509.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-castellan-3.10.2-1.el9s.noarch/usr/lib/python3.9/site-packages/castellan/common/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-castellan-3.10.2-1.el9s.noarch/usr/lib/python3.9/site-packages/castellan/key_manager/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-castellan-3.10.2-1.el9s.noarch/usr/lib/python3.9/site-packages/castellan/key_manager/barbican_key_manager.py to barbican_key_manager.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-castellan-3.10.2-1.el9s.noarch/usr/lib/python3.9/site-packages/castellan/key_manager/not_implemented_key_manager.py to not_implemented_key_manager.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-castellan-3.10.2-1.el9s.noarch/usr/lib/python3.9/site-packages/castellan/key_manager/key_manager.py to key_manager.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-castellan-3.10.2-1.el9s.noarch/usr/lib/python3.9/site-packages/castellan/key_manager/vault_key_manager.py to vault_key_manager.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-castellan-3.10.2-1.el9s.noarch/usr/lib/python3.9/site-packages/castellan/key_manager/migration.py to migration.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-castellan-3.10.2-1.el9s.noarch/usr/lib/python3.9/site-packages/castellan/i18n.py to i18n.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-castellan-3.10.2-1.el9s.noarch/usr/lib/python3.9/site-packages/castellan/options.py to options.cpython-39.pyc running install_egg_info running egg_info writing castellan.egg-info/PKG-INFO writing dependency_links to castellan.egg-info/dependency_links.txt writing entry points to castellan.egg-info/entry_points.txt writing top-level names to castellan.egg-info/top_level.txt writing pbr to castellan.egg-info/pbr.json [pbr] Processing SOURCES.txt [pbr] In git context, generating filelist from git warning: no previously-included files found matching '.gitignore' warning: no previously-included files found matching '.gitreview' warning: no previously-included files matching '*.pyc' found anywhere in distribution adding license file 'LICENSE' adding license file 'AUTHORS' writing manifest file 'castellan.egg-info/SOURCES.txt' Copying castellan.egg-info to /builddir/build/BUILDROOT/python-castellan-3.10.2-1.el9s.noarch/usr/lib/python3.9/site-packages/castellan-3.10.2-py3.9.egg-info running install_scripts + /usr/lib/rpm/find-debuginfo.sh -j40 --strict-build-id -m -i --build-id-seed 3.10.2-1.el9s --unique-debug-suffix -3.10.2-1.el9s.noarch --unique-debug-src-base python-castellan-3.10.2-1.el9s.noarch --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /builddir/build/BUILD/castellan-3.10.2 find: 'debug': No such file or directory + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-ldconfig + /usr/lib/rpm/brp-compress + /usr/lib/rpm/redhat/brp-strip-lto /usr/bin/strip + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0 Bytecompiling .py files below /builddir/build/BUILDROOT/python-castellan-3.10.2-1.el9s.noarch/usr/lib/python3.9 using python3.9 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs mangling shebang in /usr/lib/python3.9/site-packages/castellan/tests/contrib/gate_hook.sh from /bin/bash to #!/usr/bin/bash mangling shebang in /usr/lib/python3.9/site-packages/castellan/tests/contrib/post_test_hook.sh from /bin/bash to #!/usr/bin/bash Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.9BWveD + umask 022 + cd /builddir/build/BUILD + cd castellan-3.10.2 + PYTHON=python3 + OS_TEST_PATH=./castellan/tests/unit + python3 setup.py test /usr/lib/python3.9/site-packages/pbr/core.py:131: UserWarning: Unknown distribution option: 'requires_python' warnings.warn(msg) running test WARNING: Testing via this command is deprecated and will be removed in a future version. Users looking for a generic test entry point independent of test runner are encouraged to use tox. running egg_info writing castellan.egg-info/PKG-INFO writing dependency_links to castellan.egg-info/dependency_links.txt writing entry points to castellan.egg-info/entry_points.txt writing top-level names to castellan.egg-info/top_level.txt writing pbr to castellan.egg-info/pbr.json [pbr] Processing SOURCES.txt [pbr] In git context, generating filelist from git warning: no previously-included files found matching '.gitignore' warning: no previously-included files found matching '.gitreview' warning: no previously-included files matching '*.pyc' found anywhere in distribution adding license file 'LICENSE' adding license file 'AUTHORS' writing manifest file 'castellan.egg-info/SOURCES.txt' running build_ext test___eq__ (castellan.tests.unit.credentials.test_keystone_password.KeystonePasswordTestCase) castellan.tests.unit.credentials.test_keystone_password.KeystonePasswordTestCase.test___eq__ ... ok test___ne___domain_id (castellan.tests.unit.credentials.test_keystone_password.KeystonePasswordTestCase) castellan.tests.unit.credentials.test_keystone_password.KeystonePasswordTestCase.test___ne___domain_id ... ok test___ne___domain_name (castellan.tests.unit.credentials.test_keystone_password.KeystonePasswordTestCase) castellan.tests.unit.credentials.test_keystone_password.KeystonePasswordTestCase.test___ne___domain_name ... ok test___ne___none (castellan.tests.unit.credentials.test_keystone_password.KeystonePasswordTestCase) castellan.tests.unit.credentials.test_keystone_password.KeystonePasswordTestCase.test___ne___none ... ok test___ne___password (castellan.tests.unit.credentials.test_keystone_password.KeystonePasswordTestCase) castellan.tests.unit.credentials.test_keystone_password.KeystonePasswordTestCase.test___ne___password ... ok test___ne___project_domain_id (castellan.tests.unit.credentials.test_keystone_password.KeystonePasswordTestCase) castellan.tests.unit.credentials.test_keystone_password.KeystonePasswordTestCase.test___ne___project_domain_id ... ok test___ne___project_domain_name (castellan.tests.unit.credentials.test_keystone_password.KeystonePasswordTestCase) castellan.tests.unit.credentials.test_keystone_password.KeystonePasswordTestCase.test___ne___project_domain_name ... ok test___ne___project_id (castellan.tests.unit.credentials.test_keystone_password.KeystonePasswordTestCase) castellan.tests.unit.credentials.test_keystone_password.KeystonePasswordTestCase.test___ne___project_id ... ok test___ne___project_name (castellan.tests.unit.credentials.test_keystone_password.KeystonePasswordTestCase) castellan.tests.unit.credentials.test_keystone_password.KeystonePasswordTestCase.test___ne___project_name ... ok test___ne___reauthenticate (castellan.tests.unit.credentials.test_keystone_password.KeystonePasswordTestCase) castellan.tests.unit.credentials.test_keystone_password.KeystonePasswordTestCase.test___ne___reauthenticate ... ok test___ne___trust_id (castellan.tests.unit.credentials.test_keystone_password.KeystonePasswordTestCase) castellan.tests.unit.credentials.test_keystone_password.KeystonePasswordTestCase.test___ne___trust_id ... ok test___ne___user_domain_id (castellan.tests.unit.credentials.test_keystone_password.KeystonePasswordTestCase) castellan.tests.unit.credentials.test_keystone_password.KeystonePasswordTestCase.test___ne___user_domain_id ... ok test___ne___user_domain_name (castellan.tests.unit.credentials.test_keystone_password.KeystonePasswordTestCase) castellan.tests.unit.credentials.test_keystone_password.KeystonePasswordTestCase.test___ne___user_domain_name ... ok test___ne___user_id (castellan.tests.unit.credentials.test_keystone_password.KeystonePasswordTestCase) castellan.tests.unit.credentials.test_keystone_password.KeystonePasswordTestCase.test___ne___user_id ... ok test___ne___username (castellan.tests.unit.credentials.test_keystone_password.KeystonePasswordTestCase) castellan.tests.unit.credentials.test_keystone_password.KeystonePasswordTestCase.test___ne___username ... ok test_get_domain_id (castellan.tests.unit.credentials.test_keystone_password.KeystonePasswordTestCase) castellan.tests.unit.credentials.test_keystone_password.KeystonePasswordTestCase.test_get_domain_id ... ok test_get_domain_name (castellan.tests.unit.credentials.test_keystone_password.KeystonePasswordTestCase) castellan.tests.unit.credentials.test_keystone_password.KeystonePasswordTestCase.test_get_domain_name ... ok test_get_password (castellan.tests.unit.credentials.test_keystone_password.KeystonePasswordTestCase) castellan.tests.unit.credentials.test_keystone_password.KeystonePasswordTestCase.test_get_password ... ok test_get_project_domain_id (castellan.tests.unit.credentials.test_keystone_password.KeystonePasswordTestCase) castellan.tests.unit.credentials.test_keystone_password.KeystonePasswordTestCase.test_get_project_domain_id ... ok test_get_project_domain_name (castellan.tests.unit.credentials.test_keystone_password.KeystonePasswordTestCase) castellan.tests.unit.credentials.test_keystone_password.KeystonePasswordTestCase.test_get_project_domain_name ... ok test_get_project_id (castellan.tests.unit.credentials.test_keystone_password.KeystonePasswordTestCase) castellan.tests.unit.credentials.test_keystone_password.KeystonePasswordTestCase.test_get_project_id ... ok test_get_project_name (castellan.tests.unit.credentials.test_keystone_password.KeystonePasswordTestCase) castellan.tests.unit.credentials.test_keystone_password.KeystonePasswordTestCase.test_get_project_name ... ok test_get_reauthenticate (castellan.tests.unit.credentials.test_keystone_password.KeystonePasswordTestCase) castellan.tests.unit.credentials.test_keystone_password.KeystonePasswordTestCase.test_get_reauthenticate ... ok test_get_trust_id (castellan.tests.unit.credentials.test_keystone_password.KeystonePasswordTestCase) castellan.tests.unit.credentials.test_keystone_password.KeystonePasswordTestCase.test_get_trust_id ... ok test_get_user_domain_id (castellan.tests.unit.credentials.test_keystone_password.KeystonePasswordTestCase) castellan.tests.unit.credentials.test_keystone_password.KeystonePasswordTestCase.test_get_user_domain_id ... ok test_get_user_domain_name (castellan.tests.unit.credentials.test_keystone_password.KeystonePasswordTestCase) castellan.tests.unit.credentials.test_keystone_password.KeystonePasswordTestCase.test_get_user_domain_name ... ok test_get_user_id (castellan.tests.unit.credentials.test_keystone_password.KeystonePasswordTestCase) castellan.tests.unit.credentials.test_keystone_password.KeystonePasswordTestCase.test_get_user_id ... ok test_get_username (castellan.tests.unit.credentials.test_keystone_password.KeystonePasswordTestCase) castellan.tests.unit.credentials.test_keystone_password.KeystonePasswordTestCase.test_get_username ... ok test___eq__ (castellan.tests.unit.credentials.test_keystone_token.KeystoneTokenTestCase) castellan.tests.unit.credentials.test_keystone_token.KeystoneTokenTestCase.test___eq__ ... ok test___ne___domain_id (castellan.tests.unit.credentials.test_keystone_token.KeystoneTokenTestCase) castellan.tests.unit.credentials.test_keystone_token.KeystoneTokenTestCase.test___ne___domain_id ... ok test___ne___domain_name (castellan.tests.unit.credentials.test_keystone_token.KeystoneTokenTestCase) castellan.tests.unit.credentials.test_keystone_token.KeystoneTokenTestCase.test___ne___domain_name ... ok test___ne___none (castellan.tests.unit.credentials.test_keystone_token.KeystoneTokenTestCase) castellan.tests.unit.credentials.test_keystone_token.KeystoneTokenTestCase.test___ne___none ... ok test___ne___project_domain_id (castellan.tests.unit.credentials.test_keystone_token.KeystoneTokenTestCase) castellan.tests.unit.credentials.test_keystone_token.KeystoneTokenTestCase.test___ne___project_domain_id ... ok test___ne___project_domain_name (castellan.tests.unit.credentials.test_keystone_token.KeystoneTokenTestCase) castellan.tests.unit.credentials.test_keystone_token.KeystoneTokenTestCase.test___ne___project_domain_name ... ok test___ne___project_id (castellan.tests.unit.credentials.test_keystone_token.KeystoneTokenTestCase) castellan.tests.unit.credentials.test_keystone_token.KeystoneTokenTestCase.test___ne___project_id ... ok test___ne___project_name (castellan.tests.unit.credentials.test_keystone_token.KeystoneTokenTestCase) castellan.tests.unit.credentials.test_keystone_token.KeystoneTokenTestCase.test___ne___project_name ... ok test___ne___reauthenticate (castellan.tests.unit.credentials.test_keystone_token.KeystoneTokenTestCase) castellan.tests.unit.credentials.test_keystone_token.KeystoneTokenTestCase.test___ne___reauthenticate ... ok test___ne___token (castellan.tests.unit.credentials.test_keystone_token.KeystoneTokenTestCase) castellan.tests.unit.credentials.test_keystone_token.KeystoneTokenTestCase.test___ne___token ... ok test___ne___trust_id (castellan.tests.unit.credentials.test_keystone_token.KeystoneTokenTestCase) castellan.tests.unit.credentials.test_keystone_token.KeystoneTokenTestCase.test___ne___trust_id ... ok test_get_domain_id (castellan.tests.unit.credentials.test_keystone_token.KeystoneTokenTestCase) castellan.tests.unit.credentials.test_keystone_token.KeystoneTokenTestCase.test_get_domain_id ... ok test_get_domain_name (castellan.tests.unit.credentials.test_keystone_token.KeystoneTokenTestCase) castellan.tests.unit.credentials.test_keystone_token.KeystoneTokenTestCase.test_get_domain_name ... ok test_get_project_domain_id (castellan.tests.unit.credentials.test_keystone_token.KeystoneTokenTestCase) castellan.tests.unit.credentials.test_keystone_token.KeystoneTokenTestCase.test_get_project_domain_id ... ok test_get_project_domain_name (castellan.tests.unit.credentials.test_keystone_token.KeystoneTokenTestCase) castellan.tests.unit.credentials.test_keystone_token.KeystoneTokenTestCase.test_get_project_domain_name ... ok test_get_project_id (castellan.tests.unit.credentials.test_keystone_token.KeystoneTokenTestCase) castellan.tests.unit.credentials.test_keystone_token.KeystoneTokenTestCase.test_get_project_id ... ok test_get_project_name (castellan.tests.unit.credentials.test_keystone_token.KeystoneTokenTestCase) castellan.tests.unit.credentials.test_keystone_token.KeystoneTokenTestCase.test_get_project_name ... ok test_get_reauthenticate (castellan.tests.unit.credentials.test_keystone_token.KeystoneTokenTestCase) castellan.tests.unit.credentials.test_keystone_token.KeystoneTokenTestCase.test_get_reauthenticate ... ok test_get_token (castellan.tests.unit.credentials.test_keystone_token.KeystoneTokenTestCase) castellan.tests.unit.credentials.test_keystone_token.KeystoneTokenTestCase.test_get_token ... ok test_get_trust_id (castellan.tests.unit.credentials.test_keystone_token.KeystoneTokenTestCase) castellan.tests.unit.credentials.test_keystone_token.KeystoneTokenTestCase.test_get_trust_id ... ok test___eq__ (castellan.tests.unit.credentials.test_token.TokenTestCase) castellan.tests.unit.credentials.test_token.TokenTestCase.test___eq__ ... ok test___ne___none (castellan.tests.unit.credentials.test_token.TokenTestCase) castellan.tests.unit.credentials.test_token.TokenTestCase.test___ne___none ... ok test___ne___token (castellan.tests.unit.credentials.test_token.TokenTestCase) castellan.tests.unit.credentials.test_token.TokenTestCase.test___ne___token ... ok test_get_token (castellan.tests.unit.credentials.test_token.TokenTestCase) castellan.tests.unit.credentials.test_token.TokenTestCase.test_get_token ... ok test___eq__ (castellan.tests.unit.credentials.test_password.PasswordTestCase) castellan.tests.unit.credentials.test_password.PasswordTestCase.test___eq__ ... ok test___ne___none (castellan.tests.unit.credentials.test_password.PasswordTestCase) castellan.tests.unit.credentials.test_password.PasswordTestCase.test___ne___none ... ok test___ne___password (castellan.tests.unit.credentials.test_password.PasswordTestCase) castellan.tests.unit.credentials.test_password.PasswordTestCase.test___ne___password ... ok test___ne___username (castellan.tests.unit.credentials.test_password.PasswordTestCase) castellan.tests.unit.credentials.test_password.PasswordTestCase.test___ne___username ... ok test_get_password (castellan.tests.unit.credentials.test_password.PasswordTestCase) castellan.tests.unit.credentials.test_password.PasswordTestCase.test_get_password ... ok test_get_username (castellan.tests.unit.credentials.test_password.PasswordTestCase) castellan.tests.unit.credentials.test_password.PasswordTestCase.test_get_username ... ok test_invalid_dict (castellan.tests.unit.objects.ManagedObjectFromDictTestCase) castellan.tests.unit.objects.ManagedObjectFromDictTestCase.test_invalid_dict ... ok test_unknown_type (castellan.tests.unit.objects.ManagedObjectFromDictTestCase) castellan.tests.unit.objects.ManagedObjectFromDictTestCase.test_unknown_type ... ok test___eq__ (castellan.tests.unit.objects.test_symmetric_key.SymmetricKeyTestCase) castellan.tests.unit.objects.test_symmetric_key.SymmetricKeyTestCase.test___eq__ ... ok test___ne___algorithm (castellan.tests.unit.objects.test_symmetric_key.SymmetricKeyTestCase) castellan.tests.unit.objects.test_symmetric_key.SymmetricKeyTestCase.test___ne___algorithm ... ok test___ne___bit_length (castellan.tests.unit.objects.test_symmetric_key.SymmetricKeyTestCase) castellan.tests.unit.objects.test_symmetric_key.SymmetricKeyTestCase.test___ne___bit_length ... ok test___ne___encoded (castellan.tests.unit.objects.test_symmetric_key.SymmetricKeyTestCase) castellan.tests.unit.objects.test_symmetric_key.SymmetricKeyTestCase.test___ne___encoded ... ok test___ne___none (castellan.tests.unit.objects.test_symmetric_key.SymmetricKeyTestCase) castellan.tests.unit.objects.test_symmetric_key.SymmetricKeyTestCase.test___ne___none ... ok test_get_algorithm (castellan.tests.unit.objects.test_symmetric_key.SymmetricKeyTestCase) castellan.tests.unit.objects.test_symmetric_key.SymmetricKeyTestCase.test_get_algorithm ... ok test_get_bit_length (castellan.tests.unit.objects.test_symmetric_key.SymmetricKeyTestCase) castellan.tests.unit.objects.test_symmetric_key.SymmetricKeyTestCase.test_get_bit_length ... ok test_get_created (castellan.tests.unit.objects.test_symmetric_key.SymmetricKeyTestCase) castellan.tests.unit.objects.test_symmetric_key.SymmetricKeyTestCase.test_get_created ... ok test_get_created_none (castellan.tests.unit.objects.test_symmetric_key.SymmetricKeyTestCase) castellan.tests.unit.objects.test_symmetric_key.SymmetricKeyTestCase.test_get_created_none ... ok test_get_encoded (castellan.tests.unit.objects.test_symmetric_key.SymmetricKeyTestCase) castellan.tests.unit.objects.test_symmetric_key.SymmetricKeyTestCase.test_get_encoded ... ok test_get_format (castellan.tests.unit.objects.test_symmetric_key.SymmetricKeyTestCase) castellan.tests.unit.objects.test_symmetric_key.SymmetricKeyTestCase.test_get_format ... ok test_get_name (castellan.tests.unit.objects.test_symmetric_key.SymmetricKeyTestCase) castellan.tests.unit.objects.test_symmetric_key.SymmetricKeyTestCase.test_get_name ... ok test_is_not_only_metadata (castellan.tests.unit.objects.test_symmetric_key.SymmetricKeyTestCase) castellan.tests.unit.objects.test_symmetric_key.SymmetricKeyTestCase.test_is_not_only_metadata ... ok test_is_only_metadata (castellan.tests.unit.objects.test_symmetric_key.SymmetricKeyTestCase) castellan.tests.unit.objects.test_symmetric_key.SymmetricKeyTestCase.test_is_only_metadata ... ok test_to_and_from_dict (castellan.tests.unit.objects.test_symmetric_key.SymmetricKeyTestCase) castellan.tests.unit.objects.test_symmetric_key.SymmetricKeyTestCase.test_to_and_from_dict ... ok test___eq__ (castellan.tests.unit.objects.test_opaque.OpaqueDataTestCase) castellan.tests.unit.objects.test_opaque.OpaqueDataTestCase.test___eq__ ... ok test___ne___data (castellan.tests.unit.objects.test_opaque.OpaqueDataTestCase) castellan.tests.unit.objects.test_opaque.OpaqueDataTestCase.test___ne___data ... ok test___ne___none (castellan.tests.unit.objects.test_opaque.OpaqueDataTestCase) castellan.tests.unit.objects.test_opaque.OpaqueDataTestCase.test___ne___none ... ok test_get_created (castellan.tests.unit.objects.test_opaque.OpaqueDataTestCase) castellan.tests.unit.objects.test_opaque.OpaqueDataTestCase.test_get_created ... ok test_get_created_none (castellan.tests.unit.objects.test_opaque.OpaqueDataTestCase) castellan.tests.unit.objects.test_opaque.OpaqueDataTestCase.test_get_created_none ... ok test_get_encoded (castellan.tests.unit.objects.test_opaque.OpaqueDataTestCase) castellan.tests.unit.objects.test_opaque.OpaqueDataTestCase.test_get_encoded ... ok test_get_format (castellan.tests.unit.objects.test_opaque.OpaqueDataTestCase) castellan.tests.unit.objects.test_opaque.OpaqueDataTestCase.test_get_format ... ok test_get_name (castellan.tests.unit.objects.test_opaque.OpaqueDataTestCase) castellan.tests.unit.objects.test_opaque.OpaqueDataTestCase.test_get_name ... ok test_is_not_only_metadata (castellan.tests.unit.objects.test_opaque.OpaqueDataTestCase) castellan.tests.unit.objects.test_opaque.OpaqueDataTestCase.test_is_not_only_metadata ... ok test_is_only_metadata (castellan.tests.unit.objects.test_opaque.OpaqueDataTestCase) castellan.tests.unit.objects.test_opaque.OpaqueDataTestCase.test_is_only_metadata ... ok test_to_and_from_dict (castellan.tests.unit.objects.test_opaque.OpaqueDataTestCase) castellan.tests.unit.objects.test_opaque.OpaqueDataTestCase.test_to_and_from_dict ... ok test___eq__ (castellan.tests.unit.objects.test_private_key.PrivateKeyTestCase) castellan.tests.unit.objects.test_private_key.PrivateKeyTestCase.test___eq__ ... ok test___ne___algorithm (castellan.tests.unit.objects.test_private_key.PrivateKeyTestCase) castellan.tests.unit.objects.test_private_key.PrivateKeyTestCase.test___ne___algorithm ... ok test___ne___bit_length (castellan.tests.unit.objects.test_private_key.PrivateKeyTestCase) castellan.tests.unit.objects.test_private_key.PrivateKeyTestCase.test___ne___bit_length ... ok test___ne___encoded (castellan.tests.unit.objects.test_private_key.PrivateKeyTestCase) castellan.tests.unit.objects.test_private_key.PrivateKeyTestCase.test___ne___encoded ... ok test___ne___none (castellan.tests.unit.objects.test_private_key.PrivateKeyTestCase) castellan.tests.unit.objects.test_private_key.PrivateKeyTestCase.test___ne___none ... ok test_get_algorithm (castellan.tests.unit.objects.test_private_key.PrivateKeyTestCase) castellan.tests.unit.objects.test_private_key.PrivateKeyTestCase.test_get_algorithm ... ok test_get_bit_length (castellan.tests.unit.objects.test_private_key.PrivateKeyTestCase) castellan.tests.unit.objects.test_private_key.PrivateKeyTestCase.test_get_bit_length ... ok test_get_created (castellan.tests.unit.objects.test_private_key.PrivateKeyTestCase) castellan.tests.unit.objects.test_private_key.PrivateKeyTestCase.test_get_created ... ok test_get_created_none (castellan.tests.unit.objects.test_private_key.PrivateKeyTestCase) castellan.tests.unit.objects.test_private_key.PrivateKeyTestCase.test_get_created_none ... ok test_get_encoded (castellan.tests.unit.objects.test_private_key.PrivateKeyTestCase) castellan.tests.unit.objects.test_private_key.PrivateKeyTestCase.test_get_encoded ... ok test_get_format (castellan.tests.unit.objects.test_private_key.PrivateKeyTestCase) castellan.tests.unit.objects.test_private_key.PrivateKeyTestCase.test_get_format ... ok test_get_name (castellan.tests.unit.objects.test_private_key.PrivateKeyTestCase) castellan.tests.unit.objects.test_private_key.PrivateKeyTestCase.test_get_name ... ok test_is_not_only_metadata (castellan.tests.unit.objects.test_private_key.PrivateKeyTestCase) castellan.tests.unit.objects.test_private_key.PrivateKeyTestCase.test_is_not_only_metadata ... ok test_is_only_metadata (castellan.tests.unit.objects.test_private_key.PrivateKeyTestCase) castellan.tests.unit.objects.test_private_key.PrivateKeyTestCase.test_is_only_metadata ... ok test_to_and_from_dict (castellan.tests.unit.objects.test_private_key.PrivateKeyTestCase) castellan.tests.unit.objects.test_private_key.PrivateKeyTestCase.test_to_and_from_dict ... ok test___eq__ (castellan.tests.unit.objects.test_x_509.X509TestCase) castellan.tests.unit.objects.test_x_509.X509TestCase.test___eq__ ... ok test___ne___data (castellan.tests.unit.objects.test_x_509.X509TestCase) castellan.tests.unit.objects.test_x_509.X509TestCase.test___ne___data ... ok test___ne___none (castellan.tests.unit.objects.test_x_509.X509TestCase) castellan.tests.unit.objects.test_x_509.X509TestCase.test___ne___none ... ok test_get_created (castellan.tests.unit.objects.test_x_509.X509TestCase) castellan.tests.unit.objects.test_x_509.X509TestCase.test_get_created ... ok test_get_created_none (castellan.tests.unit.objects.test_x_509.X509TestCase) castellan.tests.unit.objects.test_x_509.X509TestCase.test_get_created_none ... ok test_get_encoded (castellan.tests.unit.objects.test_x_509.X509TestCase) castellan.tests.unit.objects.test_x_509.X509TestCase.test_get_encoded ... ok test_get_format (castellan.tests.unit.objects.test_x_509.X509TestCase) castellan.tests.unit.objects.test_x_509.X509TestCase.test_get_format ... ok test_get_name (castellan.tests.unit.objects.test_x_509.X509TestCase) castellan.tests.unit.objects.test_x_509.X509TestCase.test_get_name ... ok test_is_not_only_metadata (castellan.tests.unit.objects.test_x_509.X509TestCase) castellan.tests.unit.objects.test_x_509.X509TestCase.test_is_not_only_metadata ... ok test_is_only_metadata (castellan.tests.unit.objects.test_x_509.X509TestCase) castellan.tests.unit.objects.test_x_509.X509TestCase.test_is_only_metadata ... ok test_to_and_from_dict (castellan.tests.unit.objects.test_x_509.X509TestCase) castellan.tests.unit.objects.test_x_509.X509TestCase.test_to_and_from_dict ... ok test___eq__ (castellan.tests.unit.objects.test_public_key.PublicKeyTestCase) castellan.tests.unit.objects.test_public_key.PublicKeyTestCase.test___eq__ ... ok test___ne___algorithm (castellan.tests.unit.objects.test_public_key.PublicKeyTestCase) castellan.tests.unit.objects.test_public_key.PublicKeyTestCase.test___ne___algorithm ... ok test___ne___bit_length (castellan.tests.unit.objects.test_public_key.PublicKeyTestCase) castellan.tests.unit.objects.test_public_key.PublicKeyTestCase.test___ne___bit_length ... ok test___ne___encoded (castellan.tests.unit.objects.test_public_key.PublicKeyTestCase) castellan.tests.unit.objects.test_public_key.PublicKeyTestCase.test___ne___encoded ... ok test___ne___none (castellan.tests.unit.objects.test_public_key.PublicKeyTestCase) castellan.tests.unit.objects.test_public_key.PublicKeyTestCase.test___ne___none ... ok test_get_algorithm (castellan.tests.unit.objects.test_public_key.PublicKeyTestCase) castellan.tests.unit.objects.test_public_key.PublicKeyTestCase.test_get_algorithm ... ok test_get_bit_length (castellan.tests.unit.objects.test_public_key.PublicKeyTestCase) castellan.tests.unit.objects.test_public_key.PublicKeyTestCase.test_get_bit_length ... ok test_get_created (castellan.tests.unit.objects.test_public_key.PublicKeyTestCase) castellan.tests.unit.objects.test_public_key.PublicKeyTestCase.test_get_created ... ok test_get_created_none (castellan.tests.unit.objects.test_public_key.PublicKeyTestCase) castellan.tests.unit.objects.test_public_key.PublicKeyTestCase.test_get_created_none ... ok test_get_encoded (castellan.tests.unit.objects.test_public_key.PublicKeyTestCase) castellan.tests.unit.objects.test_public_key.PublicKeyTestCase.test_get_encoded ... ok test_get_format (castellan.tests.unit.objects.test_public_key.PublicKeyTestCase) castellan.tests.unit.objects.test_public_key.PublicKeyTestCase.test_get_format ... ok test_get_name (castellan.tests.unit.objects.test_public_key.PublicKeyTestCase) castellan.tests.unit.objects.test_public_key.PublicKeyTestCase.test_get_name ... ok test_is_not_only_metadata (castellan.tests.unit.objects.test_public_key.PublicKeyTestCase) castellan.tests.unit.objects.test_public_key.PublicKeyTestCase.test_is_not_only_metadata ... ok test_is_only_metadata (castellan.tests.unit.objects.test_public_key.PublicKeyTestCase) castellan.tests.unit.objects.test_public_key.PublicKeyTestCase.test_is_only_metadata ... ok test_to_and_from_dict (castellan.tests.unit.objects.test_public_key.PublicKeyTestCase) castellan.tests.unit.objects.test_public_key.PublicKeyTestCase.test_to_and_from_dict ... ok test___eq__ (castellan.tests.unit.objects.test_passphrase.PassphraseTestCase) castellan.tests.unit.objects.test_passphrase.PassphraseTestCase.test___eq__ ... ok test___ne___data (castellan.tests.unit.objects.test_passphrase.PassphraseTestCase) castellan.tests.unit.objects.test_passphrase.PassphraseTestCase.test___ne___data ... ok test___ne___none (castellan.tests.unit.objects.test_passphrase.PassphraseTestCase) castellan.tests.unit.objects.test_passphrase.PassphraseTestCase.test___ne___none ... ok test_get_created (castellan.tests.unit.objects.test_passphrase.PassphraseTestCase) castellan.tests.unit.objects.test_passphrase.PassphraseTestCase.test_get_created ... ok test_get_created_none (castellan.tests.unit.objects.test_passphrase.PassphraseTestCase) castellan.tests.unit.objects.test_passphrase.PassphraseTestCase.test_get_created_none ... ok test_get_encoded (castellan.tests.unit.objects.test_passphrase.PassphraseTestCase) castellan.tests.unit.objects.test_passphrase.PassphraseTestCase.test_get_encoded ... ok test_get_format (castellan.tests.unit.objects.test_passphrase.PassphraseTestCase) castellan.tests.unit.objects.test_passphrase.PassphraseTestCase.test_get_format ... ok test_get_name (castellan.tests.unit.objects.test_passphrase.PassphraseTestCase) castellan.tests.unit.objects.test_passphrase.PassphraseTestCase.test_get_name ... ok test_is_not_only_metadata (castellan.tests.unit.objects.test_passphrase.PassphraseTestCase) castellan.tests.unit.objects.test_passphrase.PassphraseTestCase.test_is_not_only_metadata ... ok test_is_only_metadata (castellan.tests.unit.objects.test_passphrase.PassphraseTestCase) castellan.tests.unit.objects.test_passphrase.PassphraseTestCase.test_is_only_metadata ... ok test_to_and_from_dict (castellan.tests.unit.objects.test_passphrase.PassphraseTestCase) castellan.tests.unit.objects.test_passphrase.PassphraseTestCase.test_to_and_from_dict ... ok test_auth_headers_app_role (castellan.tests.unit.key_manager.test_vault_key_manager.VaultKeyManagerTestCase) castellan.tests.unit.key_manager.test_vault_key_manager.VaultKeyManagerTestCase.test_auth_headers_app_role ... ok test_auth_headers_app_role_with_namespace (castellan.tests.unit.key_manager.test_vault_key_manager.VaultKeyManagerTestCase) castellan.tests.unit.key_manager.test_vault_key_manager.VaultKeyManagerTestCase.test_auth_headers_app_role_with_namespace ... ok test_auth_headers_root_token (castellan.tests.unit.key_manager.test_vault_key_manager.VaultKeyManagerTestCase) castellan.tests.unit.key_manager.test_vault_key_manager.VaultKeyManagerTestCase.test_auth_headers_root_token ... ok test_auth_headers_root_token_with_namespace (castellan.tests.unit.key_manager.test_vault_key_manager.VaultKeyManagerTestCase) castellan.tests.unit.key_manager.test_vault_key_manager.VaultKeyManagerTestCase.test_auth_headers_root_token_with_namespace ... ok test__get_keystone_auth (castellan.tests.unit.key_manager.test_barbican_key_manager.BarbicanKeyManagerTestCase) castellan.tests.unit.key_manager.test_barbican_key_manager.BarbicanKeyManagerTestCase.test__get_keystone_auth ... ok test__get_keystone_auth_service_user (castellan.tests.unit.key_manager.test_barbican_key_manager.BarbicanKeyManagerTestCase) castellan.tests.unit.key_manager.test_barbican_key_manager.BarbicanKeyManagerTestCase.test__get_keystone_auth_service_user ... ok test_barbican_endpoint (castellan.tests.unit.key_manager.test_barbican_key_manager.BarbicanKeyManagerTestCase) castellan.tests.unit.key_manager.test_barbican_key_manager.BarbicanKeyManagerTestCase.test_barbican_endpoint ... ok test_barbican_endpoint_by_get_endpoint (castellan.tests.unit.key_manager.test_barbican_key_manager.BarbicanKeyManagerTestCase) castellan.tests.unit.key_manager.test_barbican_key_manager.BarbicanKeyManagerTestCase.test_barbican_endpoint_by_get_endpoint ... ok test_barbican_endpoint_by_get_endpoint_with_endpoint_type (castellan.tests.unit.key_manager.test_barbican_key_manager.BarbicanKeyManagerTestCase) castellan.tests.unit.key_manager.test_barbican_key_manager.BarbicanKeyManagerTestCase.test_barbican_endpoint_by_get_endpoint_with_endpoint_type ... ok test_barbican_endpoint_by_get_endpoint_with_region_name (castellan.tests.unit.key_manager.test_barbican_key_manager.BarbicanKeyManagerTestCase) castellan.tests.unit.key_manager.test_barbican_key_manager.BarbicanKeyManagerTestCase.test_barbican_endpoint_by_get_endpoint_with_region_name ... ok test_barbican_endpoint_from_config (castellan.tests.unit.key_manager.test_barbican_key_manager.BarbicanKeyManagerTestCase) castellan.tests.unit.key_manager.test_barbican_key_manager.BarbicanKeyManagerTestCase.test_barbican_endpoint_from_config ... ok test_barbican_endpoint_with_endpoint_type (castellan.tests.unit.key_manager.test_barbican_key_manager.BarbicanKeyManagerTestCase) castellan.tests.unit.key_manager.test_barbican_key_manager.BarbicanKeyManagerTestCase.test_barbican_endpoint_with_endpoint_type ... ok test_barbican_endpoint_with_region_name (castellan.tests.unit.key_manager.test_barbican_key_manager.BarbicanKeyManagerTestCase) castellan.tests.unit.key_manager.test_barbican_key_manager.BarbicanKeyManagerTestCase.test_barbican_endpoint_with_region_name ... ok test_base_url_get_discovery (castellan.tests.unit.key_manager.test_barbican_key_manager.BarbicanKeyManagerTestCase) castellan.tests.unit.key_manager.test_barbican_key_manager.BarbicanKeyManagerTestCase.test_base_url_get_discovery ... ok test_base_url_new_version (castellan.tests.unit.key_manager.test_barbican_key_manager.BarbicanKeyManagerTestCase) castellan.tests.unit.key_manager.test_barbican_key_manager.BarbicanKeyManagerTestCase.test_base_url_new_version ... ok test_base_url_old_version (castellan.tests.unit.key_manager.test_barbican_key_manager.BarbicanKeyManagerTestCase) castellan.tests.unit.key_manager.test_barbican_key_manager.BarbicanKeyManagerTestCase.test_base_url_old_version ... ok test_base_url_raise_exception (castellan.tests.unit.key_manager.test_barbican_key_manager.BarbicanKeyManagerTestCase) castellan.tests.unit.key_manager.test_barbican_key_manager.BarbicanKeyManagerTestCase.test_base_url_raise_exception ... ERROR [castellan.key_manager.barbican_key_manager] Could not find discovery information for http://localhost/key_manager ok test_base_url_service_catalog (castellan.tests.unit.key_manager.test_barbican_key_manager.BarbicanKeyManagerTestCase) castellan.tests.unit.key_manager.test_barbican_key_manager.BarbicanKeyManagerTestCase.test_base_url_service_catalog ... ok test_base_url_service_catalog_with_endpoint_type (castellan.tests.unit.key_manager.test_barbican_key_manager.BarbicanKeyManagerTestCase) castellan.tests.unit.key_manager.test_barbican_key_manager.BarbicanKeyManagerTestCase.test_base_url_service_catalog_with_endpoint_type ... ok test_base_url_service_catalog_with_region_name (castellan.tests.unit.key_manager.test_barbican_key_manager.BarbicanKeyManagerTestCase) castellan.tests.unit.key_manager.test_barbican_key_manager.BarbicanKeyManagerTestCase.test_base_url_service_catalog_with_region_name ... ok test_create_key (castellan.tests.unit.key_manager.test_barbican_key_manager.BarbicanKeyManagerTestCase) castellan.tests.unit.key_manager.test_barbican_key_manager.BarbicanKeyManagerTestCase.test_create_key ... ok test_create_key_null_context (castellan.tests.unit.key_manager.test_barbican_key_manager.BarbicanKeyManagerTestCase) castellan.tests.unit.key_manager.test_barbican_key_manager.BarbicanKeyManagerTestCase.test_create_key_null_context ... ERROR [castellan.key_manager.barbican_key_manager] User is not authorized to use key manager. ok test_create_key_pair (castellan.tests.unit.key_manager.test_barbican_key_manager.BarbicanKeyManagerTestCase) castellan.tests.unit.key_manager.test_barbican_key_manager.BarbicanKeyManagerTestCase.test_create_key_pair ... ok test_create_key_pair_null_context (castellan.tests.unit.key_manager.test_barbican_key_manager.BarbicanKeyManagerTestCase) castellan.tests.unit.key_manager.test_barbican_key_manager.BarbicanKeyManagerTestCase.test_create_key_pair_null_context ... ERROR [castellan.key_manager.barbican_key_manager] User is not authorized to use key manager. ok test_create_key_pair_with_error (castellan.tests.unit.key_manager.test_barbican_key_manager.BarbicanKeyManagerTestCase) castellan.tests.unit.key_manager.test_barbican_key_manager.BarbicanKeyManagerTestCase.test_create_key_pair_with_error ... ERROR [castellan.key_manager.barbican_key_manager] Error creating key pair: test error ok test_create_key_with_error (castellan.tests.unit.key_manager.test_barbican_key_manager.BarbicanKeyManagerTestCase) castellan.tests.unit.key_manager.test_barbican_key_manager.BarbicanKeyManagerTestCase.test_create_key_with_error ... ERROR [castellan.key_manager.barbican_key_manager] Error creating key: test error ok test_delete_key (castellan.tests.unit.key_manager.test_barbican_key_manager.BarbicanKeyManagerTestCase) castellan.tests.unit.key_manager.test_barbican_key_manager.BarbicanKeyManagerTestCase.test_delete_key ... ok test_delete_null_context (castellan.tests.unit.key_manager.test_barbican_key_manager.BarbicanKeyManagerTestCase) castellan.tests.unit.key_manager.test_barbican_key_manager.BarbicanKeyManagerTestCase.test_delete_null_context ... ERROR [castellan.key_manager.barbican_key_manager] User is not authorized to use key manager. ok test_delete_unknown_key (castellan.tests.unit.key_manager.test_barbican_key_manager.BarbicanKeyManagerTestCase) castellan.tests.unit.key_manager.test_barbican_key_manager.BarbicanKeyManagerTestCase.test_delete_unknown_key ... ok test_delete_with_error (castellan.tests.unit.key_manager.test_barbican_key_manager.BarbicanKeyManagerTestCase) castellan.tests.unit.key_manager.test_barbican_key_manager.BarbicanKeyManagerTestCase.test_delete_with_error ... ERROR [castellan.key_manager.barbican_key_manager] Error deleting object: test error ok test_get_active_order (castellan.tests.unit.key_manager.test_barbican_key_manager.BarbicanKeyManagerTestCase) castellan.tests.unit.key_manager.test_barbican_key_manager.BarbicanKeyManagerTestCase.test_get_active_order ... ok test_get_active_order_error (castellan.tests.unit.key_manager.test_barbican_key_manager.BarbicanKeyManagerTestCase) castellan.tests.unit.key_manager.test_barbican_key_manager.BarbicanKeyManagerTestCase.test_get_active_order_error ... ERROR [castellan.key_manager.barbican_key_manager] Order is in ERROR status - status code: 500, status reason: Test Error ok test_get_active_order_timeout (castellan.tests.unit.key_manager.test_barbican_key_manager.BarbicanKeyManagerTestCase) castellan.tests.unit.key_manager.test_barbican_key_manager.BarbicanKeyManagerTestCase.test_get_active_order_timeout ... ERROR [castellan.key_manager.barbican_key_manager] Exceeded retries: Failed to find 'ACTIVE' status within 3 retries ok test_get_key (castellan.tests.unit.key_manager.test_barbican_key_manager.BarbicanKeyManagerTestCase) castellan.tests.unit.key_manager.test_barbican_key_manager.BarbicanKeyManagerTestCase.test_get_key ... ok test_get_null_context (castellan.tests.unit.key_manager.test_barbican_key_manager.BarbicanKeyManagerTestCase) castellan.tests.unit.key_manager.test_barbican_key_manager.BarbicanKeyManagerTestCase.test_get_null_context ... ERROR [castellan.key_manager.barbican_key_manager] User is not authorized to use key manager. ok test_get_unknown_key (castellan.tests.unit.key_manager.test_barbican_key_manager.BarbicanKeyManagerTestCase) castellan.tests.unit.key_manager.test_barbican_key_manager.BarbicanKeyManagerTestCase.test_get_unknown_key ... ok test_get_with_error (castellan.tests.unit.key_manager.test_barbican_key_manager.BarbicanKeyManagerTestCase) castellan.tests.unit.key_manager.test_barbican_key_manager.BarbicanKeyManagerTestCase.test_get_with_error ... ERROR [castellan.key_manager.barbican_key_manager] Error getting secret metadata: test error ERROR [castellan.key_manager.barbican_key_manager] Error retrieving object: test error ok test_list (castellan.tests.unit.key_manager.test_barbican_key_manager.BarbicanKeyManagerTestCase) castellan.tests.unit.key_manager.test_barbican_key_manager.BarbicanKeyManagerTestCase.test_list ... ok test_list_null_context (castellan.tests.unit.key_manager.test_barbican_key_manager.BarbicanKeyManagerTestCase) castellan.tests.unit.key_manager.test_barbican_key_manager.BarbicanKeyManagerTestCase.test_list_null_context ... ERROR [castellan.key_manager.barbican_key_manager] User is not authorized to use key manager. ok test_list_options_for_discovery (castellan.tests.unit.key_manager.test_barbican_key_manager.BarbicanKeyManagerTestCase) castellan.tests.unit.key_manager.test_barbican_key_manager.BarbicanKeyManagerTestCase.test_list_options_for_discovery ... ok test_list_with_error (castellan.tests.unit.key_manager.test_barbican_key_manager.BarbicanKeyManagerTestCase) castellan.tests.unit.key_manager.test_barbican_key_manager.BarbicanKeyManagerTestCase.test_list_with_error ... ERROR [castellan.key_manager.barbican_key_manager] Error listing objects: test error ok test_list_with_invalid_object_type (castellan.tests.unit.key_manager.test_barbican_key_manager.BarbicanKeyManagerTestCase) castellan.tests.unit.key_manager.test_barbican_key_manager.BarbicanKeyManagerTestCase.test_list_with_invalid_object_type ... ERROR [castellan.key_manager.barbican_key_manager] Invalid secret type: invalid_type ok test_store_key (castellan.tests.unit.key_manager.test_barbican_key_manager.BarbicanKeyManagerTestCase) castellan.tests.unit.key_manager.test_barbican_key_manager.BarbicanKeyManagerTestCase.test_store_key ... ok test_store_key_with_name (castellan.tests.unit.key_manager.test_barbican_key_manager.BarbicanKeyManagerTestCase) castellan.tests.unit.key_manager.test_barbican_key_manager.BarbicanKeyManagerTestCase.test_store_key_with_name ... ok test_store_null_context (castellan.tests.unit.key_manager.test_barbican_key_manager.BarbicanKeyManagerTestCase) castellan.tests.unit.key_manager.test_barbican_key_manager.BarbicanKeyManagerTestCase.test_store_null_context ... ERROR [castellan.key_manager.barbican_key_manager] User is not authorized to use key manager. ok test_store_with_error (castellan.tests.unit.key_manager.test_barbican_key_manager.BarbicanKeyManagerTestCase) castellan.tests.unit.key_manager.test_barbican_key_manager.BarbicanKeyManagerTestCase.test_store_with_error ... ERROR [castellan.key_manager.barbican_key_manager] Error storing object: test error ok test_default_key_manager (castellan.tests.unit.key_manager.test_key_manager.DefaultKeyManagerImplTestCase) castellan.tests.unit.key_manager.test_key_manager.DefaultKeyManagerImplTestCase.test_default_key_manager ... ok test_create_key (castellan.tests.unit.key_manager.test_mock_key_manager.MockKeyManagerTestCase) castellan.tests.unit.key_manager.test_mock_key_manager.MockKeyManagerTestCase.test_create_key ... ok test_create_key_null_context (castellan.tests.unit.key_manager.test_mock_key_manager.MockKeyManagerTestCase) castellan.tests.unit.key_manager.test_mock_key_manager.MockKeyManagerTestCase.test_create_key_null_context ... ok test_create_key_pair (castellan.tests.unit.key_manager.test_mock_key_manager.MockKeyManagerTestCase) castellan.tests.unit.key_manager.test_mock_key_manager.MockKeyManagerTestCase.test_create_key_pair ... ok test_create_key_pair_encryption (castellan.tests.unit.key_manager.test_mock_key_manager.MockKeyManagerTestCase) castellan.tests.unit.key_manager.test_mock_key_manager.MockKeyManagerTestCase.test_create_key_pair_encryption ... ok test_create_key_pair_invalid_algorithm (castellan.tests.unit.key_manager.test_mock_key_manager.MockKeyManagerTestCase) castellan.tests.unit.key_manager.test_mock_key_manager.MockKeyManagerTestCase.test_create_key_pair_invalid_algorithm ... ok test_create_key_pair_invalid_length (castellan.tests.unit.key_manager.test_mock_key_manager.MockKeyManagerTestCase) castellan.tests.unit.key_manager.test_mock_key_manager.MockKeyManagerTestCase.test_create_key_pair_invalid_length ... ok test_create_key_pair_null_context (castellan.tests.unit.key_manager.test_mock_key_manager.MockKeyManagerTestCase) castellan.tests.unit.key_manager.test_mock_key_manager.MockKeyManagerTestCase.test_create_key_pair_null_context ... ok test_create_key_with_algorithm (castellan.tests.unit.key_manager.test_mock_key_manager.MockKeyManagerTestCase) castellan.tests.unit.key_manager.test_mock_key_manager.MockKeyManagerTestCase.test_create_key_with_algorithm ... ok test_create_key_with_length (castellan.tests.unit.key_manager.test_mock_key_manager.MockKeyManagerTestCase) castellan.tests.unit.key_manager.test_mock_key_manager.MockKeyManagerTestCase.test_create_key_with_length ... ok test_create_key_with_name (castellan.tests.unit.key_manager.test_mock_key_manager.MockKeyManagerTestCase) castellan.tests.unit.key_manager.test_mock_key_manager.MockKeyManagerTestCase.test_create_key_with_name ... ok test_delete_key (castellan.tests.unit.key_manager.test_mock_key_manager.MockKeyManagerTestCase) castellan.tests.unit.key_manager.test_mock_key_manager.MockKeyManagerTestCase.test_delete_key ... ok test_delete_null_context (castellan.tests.unit.key_manager.test_mock_key_manager.MockKeyManagerTestCase) castellan.tests.unit.key_manager.test_mock_key_manager.MockKeyManagerTestCase.test_delete_null_context ... ok test_delete_unknown_key (castellan.tests.unit.key_manager.test_mock_key_manager.MockKeyManagerTestCase) castellan.tests.unit.key_manager.test_mock_key_manager.MockKeyManagerTestCase.test_delete_unknown_key ... ok test_get_null_context (castellan.tests.unit.key_manager.test_mock_key_manager.MockKeyManagerTestCase) castellan.tests.unit.key_manager.test_mock_key_manager.MockKeyManagerTestCase.test_get_null_context ... ok test_get_unknown_key (castellan.tests.unit.key_manager.test_mock_key_manager.MockKeyManagerTestCase) castellan.tests.unit.key_manager.test_mock_key_manager.MockKeyManagerTestCase.test_get_unknown_key ... ok test_list_keys (castellan.tests.unit.key_manager.test_mock_key_manager.MockKeyManagerTestCase) castellan.tests.unit.key_manager.test_mock_key_manager.MockKeyManagerTestCase.test_list_keys ... ok test_list_keys_metadata_only (castellan.tests.unit.key_manager.test_mock_key_manager.MockKeyManagerTestCase) castellan.tests.unit.key_manager.test_mock_key_manager.MockKeyManagerTestCase.test_list_keys_metadata_only ... ok test_list_null_context (castellan.tests.unit.key_manager.test_mock_key_manager.MockKeyManagerTestCase) castellan.tests.unit.key_manager.test_mock_key_manager.MockKeyManagerTestCase.test_list_null_context ... ok test_store_and_get_key (castellan.tests.unit.key_manager.test_mock_key_manager.MockKeyManagerTestCase) castellan.tests.unit.key_manager.test_mock_key_manager.MockKeyManagerTestCase.test_store_and_get_key ... ok test_store_key_and_get_metadata (castellan.tests.unit.key_manager.test_mock_key_manager.MockKeyManagerTestCase) castellan.tests.unit.key_manager.test_mock_key_manager.MockKeyManagerTestCase.test_store_key_and_get_metadata ... ok test_store_key_and_get_metadata_and_get_key (castellan.tests.unit.key_manager.test_mock_key_manager.MockKeyManagerTestCase) castellan.tests.unit.key_manager.test_mock_key_manager.MockKeyManagerTestCase.test_store_key_and_get_metadata_and_get_key ... ok test_store_null_context (castellan.tests.unit.key_manager.test_mock_key_manager.MockKeyManagerTestCase) castellan.tests.unit.key_manager.test_mock_key_manager.MockKeyManagerTestCase.test_store_null_context ... ok test_copy (castellan.tests.unit.key_manager.test_not_implemented_key_manager.NotImplementedKeyManagerTestCase) castellan.tests.unit.key_manager.test_not_implemented_key_manager.NotImplementedKeyManagerTestCase.test_copy ... ok test_create_key (castellan.tests.unit.key_manager.test_not_implemented_key_manager.NotImplementedKeyManagerTestCase) castellan.tests.unit.key_manager.test_not_implemented_key_manager.NotImplementedKeyManagerTestCase.test_create_key ... ok test_create_key_pair (castellan.tests.unit.key_manager.test_not_implemented_key_manager.NotImplementedKeyManagerTestCase) castellan.tests.unit.key_manager.test_not_implemented_key_manager.NotImplementedKeyManagerTestCase.test_create_key_pair ... ok test_delete (castellan.tests.unit.key_manager.test_not_implemented_key_manager.NotImplementedKeyManagerTestCase) castellan.tests.unit.key_manager.test_not_implemented_key_manager.NotImplementedKeyManagerTestCase.test_delete ... ok test_get (castellan.tests.unit.key_manager.test_not_implemented_key_manager.NotImplementedKeyManagerTestCase) castellan.tests.unit.key_manager.test_not_implemented_key_manager.NotImplementedKeyManagerTestCase.test_get ... ok test_list (castellan.tests.unit.key_manager.test_not_implemented_key_manager.NotImplementedKeyManagerTestCase) castellan.tests.unit.key_manager.test_not_implemented_key_manager.NotImplementedKeyManagerTestCase.test_list ... ok test_store (castellan.tests.unit.key_manager.test_not_implemented_key_manager.NotImplementedKeyManagerTestCase) castellan.tests.unit.key_manager.test_not_implemented_key_manager.NotImplementedKeyManagerTestCase.test_store ... ok test_delete_fixed_key (castellan.tests.unit.key_manager.test_migration_key_manager.MigrationKeyManagerTestCase) castellan.tests.unit.key_manager.test_migration_key_manager.MigrationKeyManagerTestCase.test_delete_fixed_key ... WARNING [castellan.key_manager.migration] Using MigrationKeyManager to provide support for legacy fixed_key encryption ok test_delete_fixed_key_fail_bad_context (castellan.tests.unit.key_manager.test_migration_key_manager.MigrationKeyManagerTestCase) castellan.tests.unit.key_manager.test_migration_key_manager.MigrationKeyManagerTestCase.test_delete_fixed_key_fail_bad_context ... WARNING [castellan.key_manager.migration] Using MigrationKeyManager to provide support for legacy fixed_key encryption ok test_delete_other_key (castellan.tests.unit.key_manager.test_migration_key_manager.MigrationKeyManagerTestCase) castellan.tests.unit.key_manager.test_migration_key_manager.MigrationKeyManagerTestCase.test_delete_other_key ... WARNING [castellan.key_manager.migration] Using MigrationKeyManager to provide support for legacy fixed_key encryption ERROR [castellan.key_manager.barbican_key_manager] context must be of type KeystonePassword, KeystoneToken, or RequestContext. ERROR [castellan.key_manager.barbican_key_manager] Error creating Barbican client: You are not authorized to complete this action. ok test_get_fixed_key (castellan.tests.unit.key_manager.test_migration_key_manager.MigrationKeyManagerTestCase) castellan.tests.unit.key_manager.test_migration_key_manager.MigrationKeyManagerTestCase.test_get_fixed_key ... WARNING [castellan.key_manager.migration] Using MigrationKeyManager to provide support for legacy fixed_key encryption ok test_get_fixed_key_fail_bad_context (castellan.tests.unit.key_manager.test_migration_key_manager.MigrationKeyManagerTestCase) castellan.tests.unit.key_manager.test_migration_key_manager.MigrationKeyManagerTestCase.test_get_fixed_key_fail_bad_context ... WARNING [castellan.key_manager.migration] Using MigrationKeyManager to provide support for legacy fixed_key encryption ok test_get_other_key (castellan.tests.unit.key_manager.test_migration_key_manager.MigrationKeyManagerTestCase) castellan.tests.unit.key_manager.test_migration_key_manager.MigrationKeyManagerTestCase.test_get_other_key ... WARNING [castellan.key_manager.migration] Using MigrationKeyManager to provide support for legacy fixed_key encryption ERROR [castellan.key_manager.barbican_key_manager] context must be of type KeystonePassword, KeystoneToken, or RequestContext. ERROR [castellan.key_manager.barbican_key_manager] Error creating Barbican client: You are not authorized to complete this action. ok test_no_fixed_key (castellan.tests.unit.key_manager.test_migration_key_manager.MigrationKeyManagerTestCase) castellan.tests.unit.key_manager.test_migration_key_manager.MigrationKeyManagerTestCase.test_no_fixed_key ... WARNING [castellan.key_manager.migration] Using MigrationKeyManager to provide support for legacy fixed_key encryption ERROR [castellan.key_manager.barbican_key_manager] context must be of type KeystonePassword, KeystoneToken, or RequestContext. ERROR [castellan.key_manager.barbican_key_manager] Error creating Barbican client: You are not authorized to complete this action. ok test_using_conf_key_manager (castellan.tests.unit.key_manager.test_migration_key_manager.MigrationKeyManagerTestCase) castellan.tests.unit.key_manager.test_migration_key_manager.MigrationKeyManagerTestCase.test_using_conf_key_manager ... WARNING [castellan.key_manager.migration] Using MigrationKeyManager to provide support for legacy fixed_key encryption WARNING [stevedore.named] Could not load castellan.tests.unit.key_manager.test_migration_key_manager.ConfKeyManager WARNING [castellan.key_manager] Deprecation Warning : castellan.tests.unit.key_manager.test_migration_key_manager.ConfKeyManager is not a stevedore based driver, trying to load it as a class ok test_complete_driver (castellan.tests.unit.test_config_driver.CastellanSourceTestCase) castellan.tests.unit.test_config_driver.CastellanSourceTestCase.test_complete_driver ... ok test_fetch_secret (castellan.tests.unit.test_config_driver.CastellanSourceTestCase) castellan.tests.unit.test_config_driver.CastellanSourceTestCase.test_fetch_secret ... ok test_incomplete_driver (castellan.tests.unit.test_config_driver.CastellanSourceTestCase) castellan.tests.unit.test_config_driver.CastellanSourceTestCase.test_incomplete_driver ... ERROR [oslo_config.cfg] could not load configuration from 'incomplete_driver' using castellan driver: expected str, bytes or os.PathLike object, not NoneType ok test_set_defaults (castellan.tests.unit.test_options.TestOptions) castellan.tests.unit.test_options.TestOptions.test_set_defaults ... WARNING [stevedore.named] Could not load castellan.tests.unit.key_manager.mock_key_manager.MockKeyManager WARNING [castellan.key_manager] Deprecation Warning : castellan.tests.unit.key_manager.mock_key_manager.MockKeyManager is not a stevedore based driver, trying to load it as a class ok test_invalid_auth_type (castellan.tests.unit.test_utils.TestUtils) castellan.tests.unit.test_utils.TestUtils.test_invalid_auth_type ... ERROR [castellan.common.utils] Invalid auth_type specified. ok test_keystone_password_credential (castellan.tests.unit.test_utils.TestUtils) castellan.tests.unit.test_utils.TestUtils.test_keystone_password_credential ... ok test_keystone_token_credential (castellan.tests.unit.test_utils.TestUtils) castellan.tests.unit.test_utils.TestUtils.test_keystone_token_credential ... ok test_keystone_token_credential_config_override_context (castellan.tests.unit.test_utils.TestUtils) castellan.tests.unit.test_utils.TestUtils.test_keystone_token_credential_config_override_context ... ok test_keystone_token_credential_exception (castellan.tests.unit.test_utils.TestUtils) castellan.tests.unit.test_utils.TestUtils.test_keystone_token_credential_exception ... ok test_keystone_token_credential_with_context (castellan.tests.unit.test_utils.TestUtils) castellan.tests.unit.test_utils.TestUtils.test_keystone_token_credential_with_context ... ok test_oslo_context_to_keystone_token (castellan.tests.unit.test_utils.TestUtils) castellan.tests.unit.test_utils.TestUtils.test_oslo_context_to_keystone_token ... ok test_password_credential (castellan.tests.unit.test_utils.TestUtils) castellan.tests.unit.test_utils.TestUtils.test_password_credential ... ok test_token_credential (castellan.tests.unit.test_utils.TestUtils) castellan.tests.unit.test_utils.TestUtils.test_token_credential ... ok test_token_credential_config_override_context (castellan.tests.unit.test_utils.TestUtils) castellan.tests.unit.test_utils.TestUtils.test_token_credential_config_override_context ... ok test_token_credential_exception (castellan.tests.unit.test_utils.TestUtils) castellan.tests.unit.test_utils.TestUtils.test_token_credential_exception ... ok test_token_credential_with_context (castellan.tests.unit.test_utils.TestUtils) castellan.tests.unit.test_utils.TestUtils.test_token_credential_with_context ... ok test_create_key (castellan.tests.functional.key_manager.test_vault_key_manager.VaultKeyManagerAltMountpointTestCase) castellan.tests.functional.key_manager.test_vault_key_manager.VaultKeyManagerAltMountpointTestCase.test_create_key ... skipped 'Missing Vault setup information' test_create_key_pair (castellan.tests.functional.key_manager.test_vault_key_manager.VaultKeyManagerAltMountpointTestCase) castellan.tests.functional.key_manager.test_vault_key_manager.VaultKeyManagerAltMountpointTestCase.test_create_key_pair ... skipped 'Missing Vault setup information' test_create_key_pair_bad_algorithm (castellan.tests.functional.key_manager.test_vault_key_manager.VaultKeyManagerAltMountpointTestCase) castellan.tests.functional.key_manager.test_vault_key_manager.VaultKeyManagerAltMountpointTestCase.test_create_key_pair_bad_algorithm ... skipped 'Missing Vault setup information' test_delete_certificate (castellan.tests.functional.key_manager.test_vault_key_manager.VaultKeyManagerAltMountpointTestCase) castellan.tests.functional.key_manager.test_vault_key_manager.VaultKeyManagerAltMountpointTestCase.test_delete_certificate ... skipped 'Missing Vault setup information' test_delete_null_object (castellan.tests.functional.key_manager.test_vault_key_manager.VaultKeyManagerAltMountpointTestCase) castellan.tests.functional.key_manager.test_vault_key_manager.VaultKeyManagerAltMountpointTestCase.test_delete_null_object ... skipped 'Missing Vault setup information' test_delete_opaque_data (castellan.tests.functional.key_manager.test_vault_key_manager.VaultKeyManagerAltMountpointTestCase) castellan.tests.functional.key_manager.test_vault_key_manager.VaultKeyManagerAltMountpointTestCase.test_delete_opaque_data ... skipped 'Missing Vault setup information' test_delete_passphrase (castellan.tests.functional.key_manager.test_vault_key_manager.VaultKeyManagerAltMountpointTestCase) castellan.tests.functional.key_manager.test_vault_key_manager.VaultKeyManagerAltMountpointTestCase.test_delete_passphrase ... skipped 'Missing Vault setup information' test_delete_private_key (castellan.tests.functional.key_manager.test_vault_key_manager.VaultKeyManagerAltMountpointTestCase) castellan.tests.functional.key_manager.test_vault_key_manager.VaultKeyManagerAltMountpointTestCase.test_delete_private_key ... skipped 'Missing Vault setup information' test_delete_public_key (castellan.tests.functional.key_manager.test_vault_key_manager.VaultKeyManagerAltMountpointTestCase) castellan.tests.functional.key_manager.test_vault_key_manager.VaultKeyManagerAltMountpointTestCase.test_delete_public_key ... skipped 'Missing Vault setup information' test_delete_symmetric_key (castellan.tests.functional.key_manager.test_vault_key_manager.VaultKeyManagerAltMountpointTestCase) castellan.tests.functional.key_manager.test_vault_key_manager.VaultKeyManagerAltMountpointTestCase.test_delete_symmetric_key ... skipped 'Missing Vault setup information' test_get_certificate (castellan.tests.functional.key_manager.test_vault_key_manager.VaultKeyManagerAltMountpointTestCase) castellan.tests.functional.key_manager.test_vault_key_manager.VaultKeyManagerAltMountpointTestCase.test_get_certificate ... skipped 'Missing Vault setup information' test_get_metadata_certificate (castellan.tests.functional.key_manager.test_vault_key_manager.VaultKeyManagerAltMountpointTestCase) castellan.tests.functional.key_manager.test_vault_key_manager.VaultKeyManagerAltMountpointTestCase.test_get_metadata_certificate ... skipped 'Missing Vault setup information' test_get_metadata_opaque_data (castellan.tests.functional.key_manager.test_vault_key_manager.VaultKeyManagerAltMountpointTestCase) castellan.tests.functional.key_manager.test_vault_key_manager.VaultKeyManagerAltMountpointTestCase.test_get_metadata_opaque_data ... skipped 'Missing Vault setup information' test_get_metadata_passphrase (castellan.tests.functional.key_manager.test_vault_key_manager.VaultKeyManagerAltMountpointTestCase) castellan.tests.functional.key_manager.test_vault_key_manager.VaultKeyManagerAltMountpointTestCase.test_get_metadata_passphrase ... skipped 'Missing Vault setup information' test_get_metadata_private_key (castellan.tests.functional.key_manager.test_vault_key_manager.VaultKeyManagerAltMountpointTestCase) castellan.tests.functional.key_manager.test_vault_key_manager.VaultKeyManagerAltMountpointTestCase.test_get_metadata_private_key ... skipped 'Missing Vault setup information' test_get_metadata_public_key (castellan.tests.functional.key_manager.test_vault_key_manager.VaultKeyManagerAltMountpointTestCase) castellan.tests.functional.key_manager.test_vault_key_manager.VaultKeyManagerAltMountpointTestCase.test_get_metadata_public_key ... skipped 'Missing Vault setup information' test_get_metadata_symmetric_key (castellan.tests.functional.key_manager.test_vault_key_manager.VaultKeyManagerAltMountpointTestCase) castellan.tests.functional.key_manager.test_vault_key_manager.VaultKeyManagerAltMountpointTestCase.test_get_metadata_symmetric_key ... skipped 'Missing Vault setup information' test_get_null_object (castellan.tests.functional.key_manager.test_vault_key_manager.VaultKeyManagerAltMountpointTestCase) castellan.tests.functional.key_manager.test_vault_key_manager.VaultKeyManagerAltMountpointTestCase.test_get_null_object ... skipped 'Missing Vault setup information' test_get_opaque_data (castellan.tests.functional.key_manager.test_vault_key_manager.VaultKeyManagerAltMountpointTestCase) castellan.tests.functional.key_manager.test_vault_key_manager.VaultKeyManagerAltMountpointTestCase.test_get_opaque_data ... skipped 'Missing Vault setup information' test_get_passphrase (castellan.tests.functional.key_manager.test_vault_key_manager.VaultKeyManagerAltMountpointTestCase) castellan.tests.functional.key_manager.test_vault_key_manager.VaultKeyManagerAltMountpointTestCase.test_get_passphrase ... skipped 'Missing Vault setup information' test_get_private_key (castellan.tests.functional.key_manager.test_vault_key_manager.VaultKeyManagerAltMountpointTestCase) castellan.tests.functional.key_manager.test_vault_key_manager.VaultKeyManagerAltMountpointTestCase.test_get_private_key ... skipped 'Missing Vault setup information' test_get_public_key (castellan.tests.functional.key_manager.test_vault_key_manager.VaultKeyManagerAltMountpointTestCase) castellan.tests.functional.key_manager.test_vault_key_manager.VaultKeyManagerAltMountpointTestCase.test_get_public_key ... skipped 'Missing Vault setup information' test_get_symmetric_key (castellan.tests.functional.key_manager.test_vault_key_manager.VaultKeyManagerAltMountpointTestCase) castellan.tests.functional.key_manager.test_vault_key_manager.VaultKeyManagerAltMountpointTestCase.test_get_symmetric_key ... skipped 'Missing Vault setup information' test_get_unknown_key (castellan.tests.functional.key_manager.test_vault_key_manager.VaultKeyManagerAltMountpointTestCase) castellan.tests.functional.key_manager.test_vault_key_manager.VaultKeyManagerAltMountpointTestCase.test_get_unknown_key ... skipped 'Missing Vault setup information' test_list_certificate (castellan.tests.functional.key_manager.test_vault_key_manager.VaultKeyManagerAltMountpointTestCase) castellan.tests.functional.key_manager.test_vault_key_manager.VaultKeyManagerAltMountpointTestCase.test_list_certificate ... skipped 'Missing Vault setup information' test_list_metadata_only_certificate (castellan.tests.functional.key_manager.test_vault_key_manager.VaultKeyManagerAltMountpointTestCase) castellan.tests.functional.key_manager.test_vault_key_manager.VaultKeyManagerAltMountpointTestCase.test_list_metadata_only_certificate ... skipped 'Missing Vault setup information' test_list_metadata_only_opaque_data (castellan.tests.functional.key_manager.test_vault_key_manager.VaultKeyManagerAltMountpointTestCase) castellan.tests.functional.key_manager.test_vault_key_manager.VaultKeyManagerAltMountpointTestCase.test_list_metadata_only_opaque_data ... skipped 'Missing Vault setup information' test_list_metadata_only_passphrase (castellan.tests.functional.key_manager.test_vault_key_manager.VaultKeyManagerAltMountpointTestCase) castellan.tests.functional.key_manager.test_vault_key_manager.VaultKeyManagerAltMountpointTestCase.test_list_metadata_only_passphrase ... skipped 'Missing Vault setup information' test_list_metadata_only_private_key (castellan.tests.functional.key_manager.test_vault_key_manager.VaultKeyManagerAltMountpointTestCase) castellan.tests.functional.key_manager.test_vault_key_manager.VaultKeyManagerAltMountpointTestCase.test_list_metadata_only_private_key ... skipped 'Missing Vault setup information' test_list_metadata_only_public_key (castellan.tests.functional.key_manager.test_vault_key_manager.VaultKeyManagerAltMountpointTestCase) castellan.tests.functional.key_manager.test_vault_key_manager.VaultKeyManagerAltMountpointTestCase.test_list_metadata_only_public_key ... skipped 'Missing Vault setup information' test_list_metadata_only_symmetric_key (castellan.tests.functional.key_manager.test_vault_key_manager.VaultKeyManagerAltMountpointTestCase) castellan.tests.functional.key_manager.test_vault_key_manager.VaultKeyManagerAltMountpointTestCase.test_list_metadata_only_symmetric_key ... skipped 'Missing Vault setup information' test_list_opaque_data (castellan.tests.functional.key_manager.test_vault_key_manager.VaultKeyManagerAltMountpointTestCase) castellan.tests.functional.key_manager.test_vault_key_manager.VaultKeyManagerAltMountpointTestCase.test_list_opaque_data ... skipped 'Missing Vault setup information' test_list_passphrase (castellan.tests.functional.key_manager.test_vault_key_manager.VaultKeyManagerAltMountpointTestCase) castellan.tests.functional.key_manager.test_vault_key_manager.VaultKeyManagerAltMountpointTestCase.test_list_passphrase ... skipped 'Missing Vault setup information' test_list_private_key (castellan.tests.functional.key_manager.test_vault_key_manager.VaultKeyManagerAltMountpointTestCase) castellan.tests.functional.key_manager.test_vault_key_manager.VaultKeyManagerAltMountpointTestCase.test_list_private_key ... skipped 'Missing Vault setup information' test_list_public_key (castellan.tests.functional.key_manager.test_vault_key_manager.VaultKeyManagerAltMountpointTestCase) castellan.tests.functional.key_manager.test_vault_key_manager.VaultKeyManagerAltMountpointTestCase.test_list_public_key ... skipped 'Missing Vault setup information' test_list_symmetric_key (castellan.tests.functional.key_manager.test_vault_key_manager.VaultKeyManagerAltMountpointTestCase) castellan.tests.functional.key_manager.test_vault_key_manager.VaultKeyManagerAltMountpointTestCase.test_list_symmetric_key ... skipped 'Missing Vault setup information' test_list_with_filter_query_by_object_type (castellan.tests.functional.key_manager.test_vault_key_manager.VaultKeyManagerAltMountpointTestCase) castellan.tests.functional.key_manager.test_vault_key_manager.VaultKeyManagerAltMountpointTestCase.test_list_with_filter_query_by_object_type ... skipped 'Missing Vault setup information' test_store_certificate (castellan.tests.functional.key_manager.test_vault_key_manager.VaultKeyManagerAltMountpointTestCase) castellan.tests.functional.key_manager.test_vault_key_manager.VaultKeyManagerAltMountpointTestCase.test_store_certificate ... skipped 'Missing Vault setup information' test_store_opaque_data (castellan.tests.functional.key_manager.test_vault_key_manager.VaultKeyManagerAltMountpointTestCase) castellan.tests.functional.key_manager.test_vault_key_manager.VaultKeyManagerAltMountpointTestCase.test_store_opaque_data ... skipped 'Missing Vault setup information' test_store_passphrase (castellan.tests.functional.key_manager.test_vault_key_manager.VaultKeyManagerAltMountpointTestCase) castellan.tests.functional.key_manager.test_vault_key_manager.VaultKeyManagerAltMountpointTestCase.test_store_passphrase ... skipped 'Missing Vault setup information' test_store_private_key (castellan.tests.functional.key_manager.test_vault_key_manager.VaultKeyManagerAltMountpointTestCase) castellan.tests.functional.key_manager.test_vault_key_manager.VaultKeyManagerAltMountpointTestCase.test_store_private_key ... skipped 'Missing Vault setup information' test_store_public_key (castellan.tests.functional.key_manager.test_vault_key_manager.VaultKeyManagerAltMountpointTestCase) castellan.tests.functional.key_manager.test_vault_key_manager.VaultKeyManagerAltMountpointTestCase.test_store_public_key ... skipped 'Missing Vault setup information' test_store_symmetric_key (castellan.tests.functional.key_manager.test_vault_key_manager.VaultKeyManagerAltMountpointTestCase) castellan.tests.functional.key_manager.test_vault_key_manager.VaultKeyManagerAltMountpointTestCase.test_store_symmetric_key ... skipped 'Missing Vault setup information' test_create_key (castellan.tests.functional.key_manager.test_vault_key_manager.VaultKeyManagerAppRoleTestCase) castellan.tests.functional.key_manager.test_vault_key_manager.VaultKeyManagerAppRoleTestCase.test_create_key ... skipped 'Missing Vault setup information' test_create_key_pair (castellan.tests.functional.key_manager.test_vault_key_manager.VaultKeyManagerAppRoleTestCase) castellan.tests.functional.key_manager.test_vault_key_manager.VaultKeyManagerAppRoleTestCase.test_create_key_pair ... skipped 'Missing Vault setup information' test_create_key_pair_bad_algorithm (castellan.tests.functional.key_manager.test_vault_key_manager.VaultKeyManagerAppRoleTestCase) castellan.tests.functional.key_manager.test_vault_key_manager.VaultKeyManagerAppRoleTestCase.test_create_key_pair_bad_algorithm ... skipped 'Missing Vault setup information' test_delete_certificate (castellan.tests.functional.key_manager.test_vault_key_manager.VaultKeyManagerAppRoleTestCase) castellan.tests.functional.key_manager.test_vault_key_manager.VaultKeyManagerAppRoleTestCase.test_delete_certificate ... skipped 'Missing Vault setup information' test_delete_null_object (castellan.tests.functional.key_manager.test_vault_key_manager.VaultKeyManagerAppRoleTestCase) castellan.tests.functional.key_manager.test_vault_key_manager.VaultKeyManagerAppRoleTestCase.test_delete_null_object ... skipped 'Missing Vault setup information' test_delete_opaque_data (castellan.tests.functional.key_manager.test_vault_key_manager.VaultKeyManagerAppRoleTestCase) castellan.tests.functional.key_manager.test_vault_key_manager.VaultKeyManagerAppRoleTestCase.test_delete_opaque_data ... skipped 'Missing Vault setup information' test_delete_passphrase (castellan.tests.functional.key_manager.test_vault_key_manager.VaultKeyManagerAppRoleTestCase) castellan.tests.functional.key_manager.test_vault_key_manager.VaultKeyManagerAppRoleTestCase.test_delete_passphrase ... skipped 'Missing Vault setup information' test_delete_private_key (castellan.tests.functional.key_manager.test_vault_key_manager.VaultKeyManagerAppRoleTestCase) castellan.tests.functional.key_manager.test_vault_key_manager.VaultKeyManagerAppRoleTestCase.test_delete_private_key ... skipped 'Missing Vault setup information' test_delete_public_key (castellan.tests.functional.key_manager.test_vault_key_manager.VaultKeyManagerAppRoleTestCase) castellan.tests.functional.key_manager.test_vault_key_manager.VaultKeyManagerAppRoleTestCase.test_delete_public_key ... skipped 'Missing Vault setup information' test_delete_symmetric_key (castellan.tests.functional.key_manager.test_vault_key_manager.VaultKeyManagerAppRoleTestCase) castellan.tests.functional.key_manager.test_vault_key_manager.VaultKeyManagerAppRoleTestCase.test_delete_symmetric_key ... skipped 'Missing Vault setup information' test_get_certificate (castellan.tests.functional.key_manager.test_vault_key_manager.VaultKeyManagerAppRoleTestCase) castellan.tests.functional.key_manager.test_vault_key_manager.VaultKeyManagerAppRoleTestCase.test_get_certificate ... skipped 'Missing Vault setup information' test_get_metadata_certificate (castellan.tests.functional.key_manager.test_vault_key_manager.VaultKeyManagerAppRoleTestCase) castellan.tests.functional.key_manager.test_vault_key_manager.VaultKeyManagerAppRoleTestCase.test_get_metadata_certificate ... skipped 'Missing Vault setup information' test_get_metadata_opaque_data (castellan.tests.functional.key_manager.test_vault_key_manager.VaultKeyManagerAppRoleTestCase) castellan.tests.functional.key_manager.test_vault_key_manager.VaultKeyManagerAppRoleTestCase.test_get_metadata_opaque_data ... skipped 'Missing Vault setup information' test_get_metadata_passphrase (castellan.tests.functional.key_manager.test_vault_key_manager.VaultKeyManagerAppRoleTestCase) castellan.tests.functional.key_manager.test_vault_key_manager.VaultKeyManagerAppRoleTestCase.test_get_metadata_passphrase ... skipped 'Missing Vault setup information' test_get_metadata_private_key (castellan.tests.functional.key_manager.test_vault_key_manager.VaultKeyManagerAppRoleTestCase) castellan.tests.functional.key_manager.test_vault_key_manager.VaultKeyManagerAppRoleTestCase.test_get_metadata_private_key ... skipped 'Missing Vault setup information' test_get_metadata_public_key (castellan.tests.functional.key_manager.test_vault_key_manager.VaultKeyManagerAppRoleTestCase) castellan.tests.functional.key_manager.test_vault_key_manager.VaultKeyManagerAppRoleTestCase.test_get_metadata_public_key ... skipped 'Missing Vault setup information' test_get_metadata_symmetric_key (castellan.tests.functional.key_manager.test_vault_key_manager.VaultKeyManagerAppRoleTestCase) castellan.tests.functional.key_manager.test_vault_key_manager.VaultKeyManagerAppRoleTestCase.test_get_metadata_symmetric_key ... skipped 'Missing Vault setup information' test_get_null_object (castellan.tests.functional.key_manager.test_vault_key_manager.VaultKeyManagerAppRoleTestCase) castellan.tests.functional.key_manager.test_vault_key_manager.VaultKeyManagerAppRoleTestCase.test_get_null_object ... skipped 'Missing Vault setup information' test_get_opaque_data (castellan.tests.functional.key_manager.test_vault_key_manager.VaultKeyManagerAppRoleTestCase) castellan.tests.functional.key_manager.test_vault_key_manager.VaultKeyManagerAppRoleTestCase.test_get_opaque_data ... skipped 'Missing Vault setup information' test_get_passphrase (castellan.tests.functional.key_manager.test_vault_key_manager.VaultKeyManagerAppRoleTestCase) castellan.tests.functional.key_manager.test_vault_key_manager.VaultKeyManagerAppRoleTestCase.test_get_passphrase ... skipped 'Missing Vault setup information' test_get_private_key (castellan.tests.functional.key_manager.test_vault_key_manager.VaultKeyManagerAppRoleTestCase) castellan.tests.functional.key_manager.test_vault_key_manager.VaultKeyManagerAppRoleTestCase.test_get_private_key ... skipped 'Missing Vault setup information' test_get_public_key (castellan.tests.functional.key_manager.test_vault_key_manager.VaultKeyManagerAppRoleTestCase) castellan.tests.functional.key_manager.test_vault_key_manager.VaultKeyManagerAppRoleTestCase.test_get_public_key ... skipped 'Missing Vault setup information' test_get_symmetric_key (castellan.tests.functional.key_manager.test_vault_key_manager.VaultKeyManagerAppRoleTestCase) castellan.tests.functional.key_manager.test_vault_key_manager.VaultKeyManagerAppRoleTestCase.test_get_symmetric_key ... skipped 'Missing Vault setup information' test_get_unknown_key (castellan.tests.functional.key_manager.test_vault_key_manager.VaultKeyManagerAppRoleTestCase) castellan.tests.functional.key_manager.test_vault_key_manager.VaultKeyManagerAppRoleTestCase.test_get_unknown_key ... skipped 'Missing Vault setup information' test_list_certificate (castellan.tests.functional.key_manager.test_vault_key_manager.VaultKeyManagerAppRoleTestCase) castellan.tests.functional.key_manager.test_vault_key_manager.VaultKeyManagerAppRoleTestCase.test_list_certificate ... skipped 'Missing Vault setup information' test_list_metadata_only_certificate (castellan.tests.functional.key_manager.test_vault_key_manager.VaultKeyManagerAppRoleTestCase) castellan.tests.functional.key_manager.test_vault_key_manager.VaultKeyManagerAppRoleTestCase.test_list_metadata_only_certificate ... skipped 'Missing Vault setup information' test_list_metadata_only_opaque_data (castellan.tests.functional.key_manager.test_vault_key_manager.VaultKeyManagerAppRoleTestCase) castellan.tests.functional.key_manager.test_vault_key_manager.VaultKeyManagerAppRoleTestCase.test_list_metadata_only_opaque_data ... skipped 'Missing Vault setup information' test_list_metadata_only_passphrase (castellan.tests.functional.key_manager.test_vault_key_manager.VaultKeyManagerAppRoleTestCase) castellan.tests.functional.key_manager.test_vault_key_manager.VaultKeyManagerAppRoleTestCase.test_list_metadata_only_passphrase ... skipped 'Missing Vault setup information' test_list_metadata_only_private_key (castellan.tests.functional.key_manager.test_vault_key_manager.VaultKeyManagerAppRoleTestCase) castellan.tests.functional.key_manager.test_vault_key_manager.VaultKeyManagerAppRoleTestCase.test_list_metadata_only_private_key ... skipped 'Missing Vault setup information' test_list_metadata_only_public_key (castellan.tests.functional.key_manager.test_vault_key_manager.VaultKeyManagerAppRoleTestCase) castellan.tests.functional.key_manager.test_vault_key_manager.VaultKeyManagerAppRoleTestCase.test_list_metadata_only_public_key ... skipped 'Missing Vault setup information' test_list_metadata_only_symmetric_key (castellan.tests.functional.key_manager.test_vault_key_manager.VaultKeyManagerAppRoleTestCase) castellan.tests.functional.key_manager.test_vault_key_manager.VaultKeyManagerAppRoleTestCase.test_list_metadata_only_symmetric_key ... skipped 'Missing Vault setup information' test_list_opaque_data (castellan.tests.functional.key_manager.test_vault_key_manager.VaultKeyManagerAppRoleTestCase) castellan.tests.functional.key_manager.test_vault_key_manager.VaultKeyManagerAppRoleTestCase.test_list_opaque_data ... skipped 'Missing Vault setup information' test_list_passphrase (castellan.tests.functional.key_manager.test_vault_key_manager.VaultKeyManagerAppRoleTestCase) castellan.tests.functional.key_manager.test_vault_key_manager.VaultKeyManagerAppRoleTestCase.test_list_passphrase ... skipped 'Missing Vault setup information' test_list_private_key (castellan.tests.functional.key_manager.test_vault_key_manager.VaultKeyManagerAppRoleTestCase) castellan.tests.functional.key_manager.test_vault_key_manager.VaultKeyManagerAppRoleTestCase.test_list_private_key ... skipped 'Missing Vault setup information' test_list_public_key (castellan.tests.functional.key_manager.test_vault_key_manager.VaultKeyManagerAppRoleTestCase) castellan.tests.functional.key_manager.test_vault_key_manager.VaultKeyManagerAppRoleTestCase.test_list_public_key ... skipped 'Missing Vault setup information' test_list_symmetric_key (castellan.tests.functional.key_manager.test_vault_key_manager.VaultKeyManagerAppRoleTestCase) castellan.tests.functional.key_manager.test_vault_key_manager.VaultKeyManagerAppRoleTestCase.test_list_symmetric_key ... skipped 'Missing Vault setup information' test_list_with_filter_query_by_object_type (castellan.tests.functional.key_manager.test_vault_key_manager.VaultKeyManagerAppRoleTestCase) castellan.tests.functional.key_manager.test_vault_key_manager.VaultKeyManagerAppRoleTestCase.test_list_with_filter_query_by_object_type ... skipped 'Missing Vault setup information' test_store_certificate (castellan.tests.functional.key_manager.test_vault_key_manager.VaultKeyManagerAppRoleTestCase) castellan.tests.functional.key_manager.test_vault_key_manager.VaultKeyManagerAppRoleTestCase.test_store_certificate ... skipped 'Missing Vault setup information' test_store_opaque_data (castellan.tests.functional.key_manager.test_vault_key_manager.VaultKeyManagerAppRoleTestCase) castellan.tests.functional.key_manager.test_vault_key_manager.VaultKeyManagerAppRoleTestCase.test_store_opaque_data ... skipped 'Missing Vault setup information' test_store_passphrase (castellan.tests.functional.key_manager.test_vault_key_manager.VaultKeyManagerAppRoleTestCase) castellan.tests.functional.key_manager.test_vault_key_manager.VaultKeyManagerAppRoleTestCase.test_store_passphrase ... skipped 'Missing Vault setup information' test_store_private_key (castellan.tests.functional.key_manager.test_vault_key_manager.VaultKeyManagerAppRoleTestCase) castellan.tests.functional.key_manager.test_vault_key_manager.VaultKeyManagerAppRoleTestCase.test_store_private_key ... skipped 'Missing Vault setup information' test_store_public_key (castellan.tests.functional.key_manager.test_vault_key_manager.VaultKeyManagerAppRoleTestCase) castellan.tests.functional.key_manager.test_vault_key_manager.VaultKeyManagerAppRoleTestCase.test_store_public_key ... skipped 'Missing Vault setup information' test_store_symmetric_key (castellan.tests.functional.key_manager.test_vault_key_manager.VaultKeyManagerAppRoleTestCase) castellan.tests.functional.key_manager.test_vault_key_manager.VaultKeyManagerAppRoleTestCase.test_store_symmetric_key ... skipped 'Missing Vault setup information' test_create_key (castellan.tests.functional.key_manager.test_vault_key_manager.VaultKeyManagerTestCase) castellan.tests.functional.key_manager.test_vault_key_manager.VaultKeyManagerTestCase.test_create_key ... skipped 'Missing Vault setup information' test_create_key_pair (castellan.tests.functional.key_manager.test_vault_key_manager.VaultKeyManagerTestCase) castellan.tests.functional.key_manager.test_vault_key_manager.VaultKeyManagerTestCase.test_create_key_pair ... skipped 'Missing Vault setup information' test_create_key_pair_bad_algorithm (castellan.tests.functional.key_manager.test_vault_key_manager.VaultKeyManagerTestCase) castellan.tests.functional.key_manager.test_vault_key_manager.VaultKeyManagerTestCase.test_create_key_pair_bad_algorithm ... skipped 'Missing Vault setup information' test_delete_certificate (castellan.tests.functional.key_manager.test_vault_key_manager.VaultKeyManagerTestCase) castellan.tests.functional.key_manager.test_vault_key_manager.VaultKeyManagerTestCase.test_delete_certificate ... skipped 'Missing Vault setup information' test_delete_null_object (castellan.tests.functional.key_manager.test_vault_key_manager.VaultKeyManagerTestCase) castellan.tests.functional.key_manager.test_vault_key_manager.VaultKeyManagerTestCase.test_delete_null_object ... skipped 'Missing Vault setup information' test_delete_opaque_data (castellan.tests.functional.key_manager.test_vault_key_manager.VaultKeyManagerTestCase) castellan.tests.functional.key_manager.test_vault_key_manager.VaultKeyManagerTestCase.test_delete_opaque_data ... skipped 'Missing Vault setup information' test_delete_passphrase (castellan.tests.functional.key_manager.test_vault_key_manager.VaultKeyManagerTestCase) castellan.tests.functional.key_manager.test_vault_key_manager.VaultKeyManagerTestCase.test_delete_passphrase ... skipped 'Missing Vault setup information' test_delete_private_key (castellan.tests.functional.key_manager.test_vault_key_manager.VaultKeyManagerTestCase) castellan.tests.functional.key_manager.test_vault_key_manager.VaultKeyManagerTestCase.test_delete_private_key ... skipped 'Missing Vault setup information' test_delete_public_key (castellan.tests.functional.key_manager.test_vault_key_manager.VaultKeyManagerTestCase) castellan.tests.functional.key_manager.test_vault_key_manager.VaultKeyManagerTestCase.test_delete_public_key ... skipped 'Missing Vault setup information' test_delete_symmetric_key (castellan.tests.functional.key_manager.test_vault_key_manager.VaultKeyManagerTestCase) castellan.tests.functional.key_manager.test_vault_key_manager.VaultKeyManagerTestCase.test_delete_symmetric_key ... skipped 'Missing Vault setup information' test_get_certificate (castellan.tests.functional.key_manager.test_vault_key_manager.VaultKeyManagerTestCase) castellan.tests.functional.key_manager.test_vault_key_manager.VaultKeyManagerTestCase.test_get_certificate ... skipped 'Missing Vault setup information' test_get_metadata_certificate (castellan.tests.functional.key_manager.test_vault_key_manager.VaultKeyManagerTestCase) castellan.tests.functional.key_manager.test_vault_key_manager.VaultKeyManagerTestCase.test_get_metadata_certificate ... skipped 'Missing Vault setup information' test_get_metadata_opaque_data (castellan.tests.functional.key_manager.test_vault_key_manager.VaultKeyManagerTestCase) castellan.tests.functional.key_manager.test_vault_key_manager.VaultKeyManagerTestCase.test_get_metadata_opaque_data ... skipped 'Missing Vault setup information' test_get_metadata_passphrase (castellan.tests.functional.key_manager.test_vault_key_manager.VaultKeyManagerTestCase) castellan.tests.functional.key_manager.test_vault_key_manager.VaultKeyManagerTestCase.test_get_metadata_passphrase ... skipped 'Missing Vault setup information' test_get_metadata_private_key (castellan.tests.functional.key_manager.test_vault_key_manager.VaultKeyManagerTestCase) castellan.tests.functional.key_manager.test_vault_key_manager.VaultKeyManagerTestCase.test_get_metadata_private_key ... skipped 'Missing Vault setup information' test_get_metadata_public_key (castellan.tests.functional.key_manager.test_vault_key_manager.VaultKeyManagerTestCase) castellan.tests.functional.key_manager.test_vault_key_manager.VaultKeyManagerTestCase.test_get_metadata_public_key ... skipped 'Missing Vault setup information' test_get_metadata_symmetric_key (castellan.tests.functional.key_manager.test_vault_key_manager.VaultKeyManagerTestCase) castellan.tests.functional.key_manager.test_vault_key_manager.VaultKeyManagerTestCase.test_get_metadata_symmetric_key ... skipped 'Missing Vault setup information' test_get_null_object (castellan.tests.functional.key_manager.test_vault_key_manager.VaultKeyManagerTestCase) castellan.tests.functional.key_manager.test_vault_key_manager.VaultKeyManagerTestCase.test_get_null_object ... skipped 'Missing Vault setup information' test_get_opaque_data (castellan.tests.functional.key_manager.test_vault_key_manager.VaultKeyManagerTestCase) castellan.tests.functional.key_manager.test_vault_key_manager.VaultKeyManagerTestCase.test_get_opaque_data ... skipped 'Missing Vault setup information' test_get_passphrase (castellan.tests.functional.key_manager.test_vault_key_manager.VaultKeyManagerTestCase) castellan.tests.functional.key_manager.test_vault_key_manager.VaultKeyManagerTestCase.test_get_passphrase ... skipped 'Missing Vault setup information' test_get_private_key (castellan.tests.functional.key_manager.test_vault_key_manager.VaultKeyManagerTestCase) castellan.tests.functional.key_manager.test_vault_key_manager.VaultKeyManagerTestCase.test_get_private_key ... skipped 'Missing Vault setup information' test_get_public_key (castellan.tests.functional.key_manager.test_vault_key_manager.VaultKeyManagerTestCase) castellan.tests.functional.key_manager.test_vault_key_manager.VaultKeyManagerTestCase.test_get_public_key ... skipped 'Missing Vault setup information' test_get_symmetric_key (castellan.tests.functional.key_manager.test_vault_key_manager.VaultKeyManagerTestCase) castellan.tests.functional.key_manager.test_vault_key_manager.VaultKeyManagerTestCase.test_get_symmetric_key ... skipped 'Missing Vault setup information' test_get_unknown_key (castellan.tests.functional.key_manager.test_vault_key_manager.VaultKeyManagerTestCase) castellan.tests.functional.key_manager.test_vault_key_manager.VaultKeyManagerTestCase.test_get_unknown_key ... skipped 'Missing Vault setup information' test_list_certificate (castellan.tests.functional.key_manager.test_vault_key_manager.VaultKeyManagerTestCase) castellan.tests.functional.key_manager.test_vault_key_manager.VaultKeyManagerTestCase.test_list_certificate ... skipped 'Missing Vault setup information' test_list_metadata_only_certificate (castellan.tests.functional.key_manager.test_vault_key_manager.VaultKeyManagerTestCase) castellan.tests.functional.key_manager.test_vault_key_manager.VaultKeyManagerTestCase.test_list_metadata_only_certificate ... skipped 'Missing Vault setup information' test_list_metadata_only_opaque_data (castellan.tests.functional.key_manager.test_vault_key_manager.VaultKeyManagerTestCase) castellan.tests.functional.key_manager.test_vault_key_manager.VaultKeyManagerTestCase.test_list_metadata_only_opaque_data ... skipped 'Missing Vault setup information' test_list_metadata_only_passphrase (castellan.tests.functional.key_manager.test_vault_key_manager.VaultKeyManagerTestCase) castellan.tests.functional.key_manager.test_vault_key_manager.VaultKeyManagerTestCase.test_list_metadata_only_passphrase ... skipped 'Missing Vault setup information' test_list_metadata_only_private_key (castellan.tests.functional.key_manager.test_vault_key_manager.VaultKeyManagerTestCase) castellan.tests.functional.key_manager.test_vault_key_manager.VaultKeyManagerTestCase.test_list_metadata_only_private_key ... skipped 'Missing Vault setup information' test_list_metadata_only_public_key (castellan.tests.functional.key_manager.test_vault_key_manager.VaultKeyManagerTestCase) castellan.tests.functional.key_manager.test_vault_key_manager.VaultKeyManagerTestCase.test_list_metadata_only_public_key ... skipped 'Missing Vault setup information' test_list_metadata_only_symmetric_key (castellan.tests.functional.key_manager.test_vault_key_manager.VaultKeyManagerTestCase) castellan.tests.functional.key_manager.test_vault_key_manager.VaultKeyManagerTestCase.test_list_metadata_only_symmetric_key ... skipped 'Missing Vault setup information' test_list_opaque_data (castellan.tests.functional.key_manager.test_vault_key_manager.VaultKeyManagerTestCase) castellan.tests.functional.key_manager.test_vault_key_manager.VaultKeyManagerTestCase.test_list_opaque_data ... skipped 'Missing Vault setup information' test_list_passphrase (castellan.tests.functional.key_manager.test_vault_key_manager.VaultKeyManagerTestCase) castellan.tests.functional.key_manager.test_vault_key_manager.VaultKeyManagerTestCase.test_list_passphrase ... skipped 'Missing Vault setup information' test_list_private_key (castellan.tests.functional.key_manager.test_vault_key_manager.VaultKeyManagerTestCase) castellan.tests.functional.key_manager.test_vault_key_manager.VaultKeyManagerTestCase.test_list_private_key ... skipped 'Missing Vault setup information' test_list_public_key (castellan.tests.functional.key_manager.test_vault_key_manager.VaultKeyManagerTestCase) castellan.tests.functional.key_manager.test_vault_key_manager.VaultKeyManagerTestCase.test_list_public_key ... skipped 'Missing Vault setup information' test_list_symmetric_key (castellan.tests.functional.key_manager.test_vault_key_manager.VaultKeyManagerTestCase) castellan.tests.functional.key_manager.test_vault_key_manager.VaultKeyManagerTestCase.test_list_symmetric_key ... skipped 'Missing Vault setup information' test_list_with_filter_query_by_object_type (castellan.tests.functional.key_manager.test_vault_key_manager.VaultKeyManagerTestCase) castellan.tests.functional.key_manager.test_vault_key_manager.VaultKeyManagerTestCase.test_list_with_filter_query_by_object_type ... skipped 'Missing Vault setup information' test_store_certificate (castellan.tests.functional.key_manager.test_vault_key_manager.VaultKeyManagerTestCase) castellan.tests.functional.key_manager.test_vault_key_manager.VaultKeyManagerTestCase.test_store_certificate ... skipped 'Missing Vault setup information' test_store_opaque_data (castellan.tests.functional.key_manager.test_vault_key_manager.VaultKeyManagerTestCase) castellan.tests.functional.key_manager.test_vault_key_manager.VaultKeyManagerTestCase.test_store_opaque_data ... skipped 'Missing Vault setup information' test_store_passphrase (castellan.tests.functional.key_manager.test_vault_key_manager.VaultKeyManagerTestCase) castellan.tests.functional.key_manager.test_vault_key_manager.VaultKeyManagerTestCase.test_store_passphrase ... skipped 'Missing Vault setup information' test_store_private_key (castellan.tests.functional.key_manager.test_vault_key_manager.VaultKeyManagerTestCase) castellan.tests.functional.key_manager.test_vault_key_manager.VaultKeyManagerTestCase.test_store_private_key ... skipped 'Missing Vault setup information' test_store_public_key (castellan.tests.functional.key_manager.test_vault_key_manager.VaultKeyManagerTestCase) castellan.tests.functional.key_manager.test_vault_key_manager.VaultKeyManagerTestCase.test_store_public_key ... skipped 'Missing Vault setup information' test_store_symmetric_key (castellan.tests.functional.key_manager.test_vault_key_manager.VaultKeyManagerTestCase) castellan.tests.functional.key_manager.test_vault_key_manager.VaultKeyManagerTestCase.test_store_symmetric_key ... skipped 'Missing Vault setup information' test_create_key (castellan.tests.functional.key_manager.test_barbican_key_manager.BarbicanKeyManagerKSPasswordTestCase) castellan.tests.functional.key_manager.test_barbican_key_manager.BarbicanKeyManagerKSPasswordTestCase.test_create_key ... WARNING [keystoneauth.identity.generic.base] Failed to discover available identity versions when contacting http://localhost/identity/v3. Attempting to parse version from URL. ERROR [castellan.key_manager.barbican_key_manager] Error creating Barbican client: Could not find versioned identity endpoints when attempting to authenticate. Please check that your auth_url is correct. Unable to establish connection to http://localhost/identity/v3: HTTPConnectionPool(host='cache.rdu2.centos.org', port=8080): Max retries exceeded with url: http://localhost/identity/v3 (Caused by ProxyError('Cannot connect to proxy.', NewConnectionError(': Failed to establish a new connection: [Errno -2] Name or service not known'))) skipped "Key manager error: Could not find versioned identity endpoints when attempting to authenticate. Please check that your auth_url is correct. Unable to establish connection to http://localhost/identity/v3: HTTPConnectionPool(host='cache.rdu2.centos.org', port=8080): Max retries exceeded with url: http://localhost/identity/v3 (Caused by ProxyError('Cannot connect to proxy.', NewConnectionError(': Failed to establish a new connection: [Errno -2] Name or service not known')))" test_create_key_pair (castellan.tests.functional.key_manager.test_barbican_key_manager.BarbicanKeyManagerKSPasswordTestCase) castellan.tests.functional.key_manager.test_barbican_key_manager.BarbicanKeyManagerKSPasswordTestCase.test_create_key_pair ... WARNING [keystoneauth.identity.generic.base] Failed to discover available identity versions when contacting http://localhost/identity/v3. Attempting to parse version from URL. ERROR [castellan.key_manager.barbican_key_manager] Error creating Barbican client: Could not find versioned identity endpoints when attempting to authenticate. Please check that your auth_url is correct. Unable to establish connection to http://localhost/identity/v3: HTTPConnectionPool(host='cache.rdu2.centos.org', port=8080): Max retries exceeded with url: http://localhost/identity/v3 (Caused by ProxyError('Cannot connect to proxy.', NewConnectionError(': Failed to establish a new connection: [Errno -2] Name or service not known'))) skipped "Key manager error: Could not find versioned identity endpoints when attempting to authenticate. Please check that your auth_url is correct. Unable to establish connection to http://localhost/identity/v3: HTTPConnectionPool(host='cache.rdu2.centos.org', port=8080): Max retries exceeded with url: http://localhost/identity/v3 (Caused by ProxyError('Cannot connect to proxy.', NewConnectionError(': Failed to establish a new connection: [Errno -2] Name or service not known')))" test_create_key_pair_null_context (castellan.tests.functional.key_manager.test_barbican_key_manager.BarbicanKeyManagerKSPasswordTestCase) castellan.tests.functional.key_manager.test_barbican_key_manager.BarbicanKeyManagerKSPasswordTestCase.test_create_key_pair_null_context ... WARNING [keystoneauth.identity.generic.base] Failed to discover available identity versions when contacting http://localhost/identity/v3. Attempting to parse version from URL. ERROR [castellan.key_manager.barbican_key_manager] Error creating Barbican client: Could not find versioned identity endpoints when attempting to authenticate. Please check that your auth_url is correct. Unable to establish connection to http://localhost/identity/v3: HTTPConnectionPool(host='cache.rdu2.centos.org', port=8080): Max retries exceeded with url: http://localhost/identity/v3 (Caused by ProxyError('Cannot connect to proxy.', NewConnectionError(': Failed to establish a new connection: [Errno -2] Name or service not known'))) skipped "Key manager error: Could not find versioned identity endpoints when attempting to authenticate. Please check that your auth_url is correct. Unable to establish connection to http://localhost/identity/v3: HTTPConnectionPool(host='cache.rdu2.centos.org', port=8080): Max retries exceeded with url: http://localhost/identity/v3 (Caused by ProxyError('Cannot connect to proxy.', NewConnectionError(': Failed to establish a new connection: [Errno -2] Name or service not known')))" test_create_null_context (castellan.tests.functional.key_manager.test_barbican_key_manager.BarbicanKeyManagerKSPasswordTestCase) castellan.tests.functional.key_manager.test_barbican_key_manager.BarbicanKeyManagerKSPasswordTestCase.test_create_null_context ... WARNING [keystoneauth.identity.generic.base] Failed to discover available identity versions when contacting http://localhost/identity/v3. Attempting to parse version from URL. ERROR [castellan.key_manager.barbican_key_manager] Error creating Barbican client: Could not find versioned identity endpoints when attempting to authenticate. Please check that your auth_url is correct. Unable to establish connection to http://localhost/identity/v3: HTTPConnectionPool(host='cache.rdu2.centos.org', port=8080): Max retries exceeded with url: http://localhost/identity/v3 (Caused by ProxyError('Cannot connect to proxy.', NewConnectionError(': Failed to establish a new connection: [Errno -2] Name or service not known'))) skipped "Key manager error: Could not find versioned identity endpoints when attempting to authenticate. Please check that your auth_url is correct. Unable to establish connection to http://localhost/identity/v3: HTTPConnectionPool(host='cache.rdu2.centos.org', port=8080): Max retries exceeded with url: http://localhost/identity/v3 (Caused by ProxyError('Cannot connect to proxy.', NewConnectionError(': Failed to establish a new connection: [Errno -2] Name or service not known')))" test_delete_certificate (castellan.tests.functional.key_manager.test_barbican_key_manager.BarbicanKeyManagerKSPasswordTestCase) castellan.tests.functional.key_manager.test_barbican_key_manager.BarbicanKeyManagerKSPasswordTestCase.test_delete_certificate ... WARNING [keystoneauth.identity.generic.base] Failed to discover available identity versions when contacting http://localhost/identity/v3. Attempting to parse version from URL. ERROR [castellan.key_manager.barbican_key_manager] Error creating Barbican client: Could not find versioned identity endpoints when attempting to authenticate. Please check that your auth_url is correct. Unable to establish connection to http://localhost/identity/v3: HTTPConnectionPool(host='cache.rdu2.centos.org', port=8080): Max retries exceeded with url: http://localhost/identity/v3 (Caused by ProxyError('Cannot connect to proxy.', NewConnectionError(': Failed to establish a new connection: [Errno -2] Name or service not known'))) skipped "Key manager error: Could not find versioned identity endpoints when attempting to authenticate. Please check that your auth_url is correct. Unable to establish connection to http://localhost/identity/v3: HTTPConnectionPool(host='cache.rdu2.centos.org', port=8080): Max retries exceeded with url: http://localhost/identity/v3 (Caused by ProxyError('Cannot connect to proxy.', NewConnectionError(': Failed to establish a new connection: [Errno -2] Name or service not known')))" test_delete_null_context (castellan.tests.functional.key_manager.test_barbican_key_manager.BarbicanKeyManagerKSPasswordTestCase) castellan.tests.functional.key_manager.test_barbican_key_manager.BarbicanKeyManagerKSPasswordTestCase.test_delete_null_context ... WARNING [keystoneauth.identity.generic.base] Failed to discover available identity versions when contacting http://localhost/identity/v3. Attempting to parse version from URL. ERROR [castellan.key_manager.barbican_key_manager] Error creating Barbican client: Could not find versioned identity endpoints when attempting to authenticate. Please check that your auth_url is correct. Unable to establish connection to http://localhost/identity/v3: HTTPConnectionPool(host='cache.rdu2.centos.org', port=8080): Max retries exceeded with url: http://localhost/identity/v3 (Caused by ProxyError('Cannot connect to proxy.', NewConnectionError(': Failed to establish a new connection: [Errno -2] Name or service not known'))) skipped "Key manager error: Could not find versioned identity endpoints when attempting to authenticate. Please check that your auth_url is correct. Unable to establish connection to http://localhost/identity/v3: HTTPConnectionPool(host='cache.rdu2.centos.org', port=8080): Max retries exceeded with url: http://localhost/identity/v3 (Caused by ProxyError('Cannot connect to proxy.', NewConnectionError(': Failed to establish a new connection: [Errno -2] Name or service not known')))" test_delete_null_object (castellan.tests.functional.key_manager.test_barbican_key_manager.BarbicanKeyManagerKSPasswordTestCase) castellan.tests.functional.key_manager.test_barbican_key_manager.BarbicanKeyManagerKSPasswordTestCase.test_delete_null_object ... WARNING [keystoneauth.identity.generic.base] Failed to discover available identity versions when contacting http://localhost/identity/v3. Attempting to parse version from URL. ERROR [castellan.key_manager.barbican_key_manager] Error creating Barbican client: Could not find versioned identity endpoints when attempting to authenticate. Please check that your auth_url is correct. Unable to establish connection to http://localhost/identity/v3: HTTPConnectionPool(host='cache.rdu2.centos.org', port=8080): Max retries exceeded with url: http://localhost/identity/v3 (Caused by ProxyError('Cannot connect to proxy.', NewConnectionError(': Failed to establish a new connection: [Errno -2] Name or service not known'))) skipped "Key manager error: Could not find versioned identity endpoints when attempting to authenticate. Please check that your auth_url is correct. Unable to establish connection to http://localhost/identity/v3: HTTPConnectionPool(host='cache.rdu2.centos.org', port=8080): Max retries exceeded with url: http://localhost/identity/v3 (Caused by ProxyError('Cannot connect to proxy.', NewConnectionError(': Failed to establish a new connection: [Errno -2] Name or service not known')))" test_delete_opaque_data (castellan.tests.functional.key_manager.test_barbican_key_manager.BarbicanKeyManagerKSPasswordTestCase) castellan.tests.functional.key_manager.test_barbican_key_manager.BarbicanKeyManagerKSPasswordTestCase.test_delete_opaque_data ... WARNING [keystoneauth.identity.generic.base] Failed to discover available identity versions when contacting http://localhost/identity/v3. Attempting to parse version from URL. ERROR [castellan.key_manager.barbican_key_manager] Error creating Barbican client: Could not find versioned identity endpoints when attempting to authenticate. Please check that your auth_url is correct. Unable to establish connection to http://localhost/identity/v3: HTTPConnectionPool(host='cache.rdu2.centos.org', port=8080): Max retries exceeded with url: http://localhost/identity/v3 (Caused by ProxyError('Cannot connect to proxy.', NewConnectionError(': Failed to establish a new connection: [Errno -2] Name or service not known'))) skipped "Key manager error: Could not find versioned identity endpoints when attempting to authenticate. Please check that your auth_url is correct. Unable to establish connection to http://localhost/identity/v3: HTTPConnectionPool(host='cache.rdu2.centos.org', port=8080): Max retries exceeded with url: http://localhost/identity/v3 (Caused by ProxyError('Cannot connect to proxy.', NewConnectionError(': Failed to establish a new connection: [Errno -2] Name or service not known')))" test_delete_passphrase (castellan.tests.functional.key_manager.test_barbican_key_manager.BarbicanKeyManagerKSPasswordTestCase) castellan.tests.functional.key_manager.test_barbican_key_manager.BarbicanKeyManagerKSPasswordTestCase.test_delete_passphrase ... WARNING [keystoneauth.identity.generic.base] Failed to discover available identity versions when contacting http://localhost/identity/v3. Attempting to parse version from URL. ERROR [castellan.key_manager.barbican_key_manager] Error creating Barbican client: Could not find versioned identity endpoints when attempting to authenticate. Please check that your auth_url is correct. Unable to establish connection to http://localhost/identity/v3: HTTPConnectionPool(host='cache.rdu2.centos.org', port=8080): Max retries exceeded with url: http://localhost/identity/v3 (Caused by ProxyError('Cannot connect to proxy.', NewConnectionError(': Failed to establish a new connection: [Errno -2] Name or service not known'))) skipped "Key manager error: Could not find versioned identity endpoints when attempting to authenticate. Please check that your auth_url is correct. Unable to establish connection to http://localhost/identity/v3: HTTPConnectionPool(host='cache.rdu2.centos.org', port=8080): Max retries exceeded with url: http://localhost/identity/v3 (Caused by ProxyError('Cannot connect to proxy.', NewConnectionError(': Failed to establish a new connection: [Errno -2] Name or service not known')))" test_delete_private_key (castellan.tests.functional.key_manager.test_barbican_key_manager.BarbicanKeyManagerKSPasswordTestCase) castellan.tests.functional.key_manager.test_barbican_key_manager.BarbicanKeyManagerKSPasswordTestCase.test_delete_private_key ... WARNING [keystoneauth.identity.generic.base] Failed to discover available identity versions when contacting http://localhost/identity/v3. Attempting to parse version from URL. ERROR [castellan.key_manager.barbican_key_manager] Error creating Barbican client: Could not find versioned identity endpoints when attempting to authenticate. Please check that your auth_url is correct. Unable to establish connection to http://localhost/identity/v3: HTTPConnectionPool(host='cache.rdu2.centos.org', port=8080): Max retries exceeded with url: http://localhost/identity/v3 (Caused by ProxyError('Cannot connect to proxy.', NewConnectionError(': Failed to establish a new connection: [Errno -2] Name or service not known'))) skipped "Key manager error: Could not find versioned identity endpoints when attempting to authenticate. Please check that your auth_url is correct. Unable to establish connection to http://localhost/identity/v3: HTTPConnectionPool(host='cache.rdu2.centos.org', port=8080): Max retries exceeded with url: http://localhost/identity/v3 (Caused by ProxyError('Cannot connect to proxy.', NewConnectionError(': Failed to establish a new connection: [Errno -2] Name or service not known')))" test_delete_public_key (castellan.tests.functional.key_manager.test_barbican_key_manager.BarbicanKeyManagerKSPasswordTestCase) castellan.tests.functional.key_manager.test_barbican_key_manager.BarbicanKeyManagerKSPasswordTestCase.test_delete_public_key ... WARNING [keystoneauth.identity.generic.base] Failed to discover available identity versions when contacting http://localhost/identity/v3. Attempting to parse version from URL. ERROR [castellan.key_manager.barbican_key_manager] Error creating Barbican client: Could not find versioned identity endpoints when attempting to authenticate. Please check that your auth_url is correct. Unable to establish connection to http://localhost/identity/v3: HTTPConnectionPool(host='cache.rdu2.centos.org', port=8080): Max retries exceeded with url: http://localhost/identity/v3 (Caused by ProxyError('Cannot connect to proxy.', NewConnectionError(': Failed to establish a new connection: [Errno -2] Name or service not known'))) skipped "Key manager error: Could not find versioned identity endpoints when attempting to authenticate. Please check that your auth_url is correct. Unable to establish connection to http://localhost/identity/v3: HTTPConnectionPool(host='cache.rdu2.centos.org', port=8080): Max retries exceeded with url: http://localhost/identity/v3 (Caused by ProxyError('Cannot connect to proxy.', NewConnectionError(': Failed to establish a new connection: [Errno -2] Name or service not known')))" test_delete_symmetric_key (castellan.tests.functional.key_manager.test_barbican_key_manager.BarbicanKeyManagerKSPasswordTestCase) castellan.tests.functional.key_manager.test_barbican_key_manager.BarbicanKeyManagerKSPasswordTestCase.test_delete_symmetric_key ... WARNING [keystoneauth.identity.generic.base] Failed to discover available identity versions when contacting http://localhost/identity/v3. Attempting to parse version from URL. ERROR [castellan.key_manager.barbican_key_manager] Error creating Barbican client: Could not find versioned identity endpoints when attempting to authenticate. Please check that your auth_url is correct. Unable to establish connection to http://localhost/identity/v3: HTTPConnectionPool(host='cache.rdu2.centos.org', port=8080): Max retries exceeded with url: http://localhost/identity/v3 (Caused by ProxyError('Cannot connect to proxy.', NewConnectionError(': Failed to establish a new connection: [Errno -2] Name or service not known'))) skipped "Key manager error: Could not find versioned identity endpoints when attempting to authenticate. Please check that your auth_url is correct. Unable to establish connection to http://localhost/identity/v3: HTTPConnectionPool(host='cache.rdu2.centos.org', port=8080): Max retries exceeded with url: http://localhost/identity/v3 (Caused by ProxyError('Cannot connect to proxy.', NewConnectionError(': Failed to establish a new connection: [Errno -2] Name or service not known')))" test_delete_unknown_object (castellan.tests.functional.key_manager.test_barbican_key_manager.BarbicanKeyManagerKSPasswordTestCase) castellan.tests.functional.key_manager.test_barbican_key_manager.BarbicanKeyManagerKSPasswordTestCase.test_delete_unknown_object ... WARNING [keystoneauth.identity.generic.base] Failed to discover available identity versions when contacting http://localhost/identity/v3. Attempting to parse version from URL. ERROR [castellan.key_manager.barbican_key_manager] Error creating Barbican client: Could not find versioned identity endpoints when attempting to authenticate. Please check that your auth_url is correct. Unable to establish connection to http://localhost/identity/v3: HTTPConnectionPool(host='cache.rdu2.centos.org', port=8080): Max retries exceeded with url: http://localhost/identity/v3 (Caused by ProxyError('Cannot connect to proxy.', NewConnectionError(': Failed to establish a new connection: [Errno -2] Name or service not known'))) skipped "Key manager error: Could not find versioned identity endpoints when attempting to authenticate. Please check that your auth_url is correct. Unable to establish connection to http://localhost/identity/v3: HTTPConnectionPool(host='cache.rdu2.centos.org', port=8080): Max retries exceeded with url: http://localhost/identity/v3 (Caused by ProxyError('Cannot connect to proxy.', NewConnectionError(': Failed to establish a new connection: [Errno -2] Name or service not known')))" test_get_certificate (castellan.tests.functional.key_manager.test_barbican_key_manager.BarbicanKeyManagerKSPasswordTestCase) castellan.tests.functional.key_manager.test_barbican_key_manager.BarbicanKeyManagerKSPasswordTestCase.test_get_certificate ... WARNING [keystoneauth.identity.generic.base] Failed to discover available identity versions when contacting http://localhost/identity/v3. Attempting to parse version from URL. ERROR [castellan.key_manager.barbican_key_manager] Error creating Barbican client: Could not find versioned identity endpoints when attempting to authenticate. Please check that your auth_url is correct. Unable to establish connection to http://localhost/identity/v3: HTTPConnectionPool(host='cache.rdu2.centos.org', port=8080): Max retries exceeded with url: http://localhost/identity/v3 (Caused by ProxyError('Cannot connect to proxy.', NewConnectionError(': Failed to establish a new connection: [Errno -2] Name or service not known'))) skipped "Key manager error: Could not find versioned identity endpoints when attempting to authenticate. Please check that your auth_url is correct. Unable to establish connection to http://localhost/identity/v3: HTTPConnectionPool(host='cache.rdu2.centos.org', port=8080): Max retries exceeded with url: http://localhost/identity/v3 (Caused by ProxyError('Cannot connect to proxy.', NewConnectionError(': Failed to establish a new connection: [Errno -2] Name or service not known')))" test_get_metadata_certificate (castellan.tests.functional.key_manager.test_barbican_key_manager.BarbicanKeyManagerKSPasswordTestCase) castellan.tests.functional.key_manager.test_barbican_key_manager.BarbicanKeyManagerKSPasswordTestCase.test_get_metadata_certificate ... WARNING [keystoneauth.identity.generic.base] Failed to discover available identity versions when contacting http://localhost/identity/v3. Attempting to parse version from URL. ERROR [castellan.key_manager.barbican_key_manager] Error creating Barbican client: Could not find versioned identity endpoints when attempting to authenticate. Please check that your auth_url is correct. Unable to establish connection to http://localhost/identity/v3: HTTPConnectionPool(host='cache.rdu2.centos.org', port=8080): Max retries exceeded with url: http://localhost/identity/v3 (Caused by ProxyError('Cannot connect to proxy.', NewConnectionError(': Failed to establish a new connection: [Errno -2] Name or service not known'))) skipped "Key manager error: Could not find versioned identity endpoints when attempting to authenticate. Please check that your auth_url is correct. Unable to establish connection to http://localhost/identity/v3: HTTPConnectionPool(host='cache.rdu2.centos.org', port=8080): Max retries exceeded with url: http://localhost/identity/v3 (Caused by ProxyError('Cannot connect to proxy.', NewConnectionError(': Failed to establish a new connection: [Errno -2] Name or service not known')))" test_get_metadata_opaque_data (castellan.tests.functional.key_manager.test_barbican_key_manager.BarbicanKeyManagerKSPasswordTestCase) castellan.tests.functional.key_manager.test_barbican_key_manager.BarbicanKeyManagerKSPasswordTestCase.test_get_metadata_opaque_data ... WARNING [keystoneauth.identity.generic.base] Failed to discover available identity versions when contacting http://localhost/identity/v3. Attempting to parse version from URL. ERROR [castellan.key_manager.barbican_key_manager] Error creating Barbican client: Could not find versioned identity endpoints when attempting to authenticate. Please check that your auth_url is correct. Unable to establish connection to http://localhost/identity/v3: HTTPConnectionPool(host='cache.rdu2.centos.org', port=8080): Max retries exceeded with url: http://localhost/identity/v3 (Caused by ProxyError('Cannot connect to proxy.', NewConnectionError(': Failed to establish a new connection: [Errno -2] Name or service not known'))) skipped "Key manager error: Could not find versioned identity endpoints when attempting to authenticate. Please check that your auth_url is correct. Unable to establish connection to http://localhost/identity/v3: HTTPConnectionPool(host='cache.rdu2.centos.org', port=8080): Max retries exceeded with url: http://localhost/identity/v3 (Caused by ProxyError('Cannot connect to proxy.', NewConnectionError(': Failed to establish a new connection: [Errno -2] Name or service not known')))" test_get_metadata_passphrase (castellan.tests.functional.key_manager.test_barbican_key_manager.BarbicanKeyManagerKSPasswordTestCase) castellan.tests.functional.key_manager.test_barbican_key_manager.BarbicanKeyManagerKSPasswordTestCase.test_get_metadata_passphrase ... WARNING [keystoneauth.identity.generic.base] Failed to discover available identity versions when contacting http://localhost/identity/v3. Attempting to parse version from URL. ERROR [castellan.key_manager.barbican_key_manager] Error creating Barbican client: Could not find versioned identity endpoints when attempting to authenticate. Please check that your auth_url is correct. Unable to establish connection to http://localhost/identity/v3: HTTPConnectionPool(host='cache.rdu2.centos.org', port=8080): Max retries exceeded with url: http://localhost/identity/v3 (Caused by ProxyError('Cannot connect to proxy.', NewConnectionError(': Failed to establish a new connection: [Errno -2] Name or service not known'))) skipped "Key manager error: Could not find versioned identity endpoints when attempting to authenticate. Please check that your auth_url is correct. Unable to establish connection to http://localhost/identity/v3: HTTPConnectionPool(host='cache.rdu2.centos.org', port=8080): Max retries exceeded with url: http://localhost/identity/v3 (Caused by ProxyError('Cannot connect to proxy.', NewConnectionError(': Failed to establish a new connection: [Errno -2] Name or service not known')))" test_get_metadata_private_key (castellan.tests.functional.key_manager.test_barbican_key_manager.BarbicanKeyManagerKSPasswordTestCase) castellan.tests.functional.key_manager.test_barbican_key_manager.BarbicanKeyManagerKSPasswordTestCase.test_get_metadata_private_key ... WARNING [keystoneauth.identity.generic.base] Failed to discover available identity versions when contacting http://localhost/identity/v3. Attempting to parse version from URL. ERROR [castellan.key_manager.barbican_key_manager] Error creating Barbican client: Could not find versioned identity endpoints when attempting to authenticate. Please check that your auth_url is correct. Unable to establish connection to http://localhost/identity/v3: HTTPConnectionPool(host='cache.rdu2.centos.org', port=8080): Max retries exceeded with url: http://localhost/identity/v3 (Caused by ProxyError('Cannot connect to proxy.', NewConnectionError(': Failed to establish a new connection: [Errno -2] Name or service not known'))) skipped "Key manager error: Could not find versioned identity endpoints when attempting to authenticate. Please check that your auth_url is correct. Unable to establish connection to http://localhost/identity/v3: HTTPConnectionPool(host='cache.rdu2.centos.org', port=8080): Max retries exceeded with url: http://localhost/identity/v3 (Caused by ProxyError('Cannot connect to proxy.', NewConnectionError(': Failed to establish a new connection: [Errno -2] Name or service not known')))" test_get_metadata_public_key (castellan.tests.functional.key_manager.test_barbican_key_manager.BarbicanKeyManagerKSPasswordTestCase) castellan.tests.functional.key_manager.test_barbican_key_manager.BarbicanKeyManagerKSPasswordTestCase.test_get_metadata_public_key ... WARNING [keystoneauth.identity.generic.base] Failed to discover available identity versions when contacting http://localhost/identity/v3. Attempting to parse version from URL. ERROR [castellan.key_manager.barbican_key_manager] Error creating Barbican client: Could not find versioned identity endpoints when attempting to authenticate. Please check that your auth_url is correct. Unable to establish connection to http://localhost/identity/v3: HTTPConnectionPool(host='cache.rdu2.centos.org', port=8080): Max retries exceeded with url: http://localhost/identity/v3 (Caused by ProxyError('Cannot connect to proxy.', NewConnectionError(': Failed to establish a new connection: [Errno -2] Name or service not known'))) skipped "Key manager error: Could not find versioned identity endpoints when attempting to authenticate. Please check that your auth_url is correct. Unable to establish connection to http://localhost/identity/v3: HTTPConnectionPool(host='cache.rdu2.centos.org', port=8080): Max retries exceeded with url: http://localhost/identity/v3 (Caused by ProxyError('Cannot connect to proxy.', NewConnectionError(': Failed to establish a new connection: [Errno -2] Name or service not known')))" test_get_metadata_symmetric_key (castellan.tests.functional.key_manager.test_barbican_key_manager.BarbicanKeyManagerKSPasswordTestCase) castellan.tests.functional.key_manager.test_barbican_key_manager.BarbicanKeyManagerKSPasswordTestCase.test_get_metadata_symmetric_key ... WARNING [keystoneauth.identity.generic.base] Failed to discover available identity versions when contacting http://localhost/identity/v3. Attempting to parse version from URL. ERROR [castellan.key_manager.barbican_key_manager] Error creating Barbican client: Could not find versioned identity endpoints when attempting to authenticate. Please check that your auth_url is correct. Unable to establish connection to http://localhost/identity/v3: HTTPConnectionPool(host='cache.rdu2.centos.org', port=8080): Max retries exceeded with url: http://localhost/identity/v3 (Caused by ProxyError('Cannot connect to proxy.', NewConnectionError(': Failed to establish a new connection: [Errno -2] Name or service not known'))) skipped "Key manager error: Could not find versioned identity endpoints when attempting to authenticate. Please check that your auth_url is correct. Unable to establish connection to http://localhost/identity/v3: HTTPConnectionPool(host='cache.rdu2.centos.org', port=8080): Max retries exceeded with url: http://localhost/identity/v3 (Caused by ProxyError('Cannot connect to proxy.', NewConnectionError(': Failed to establish a new connection: [Errno -2] Name or service not known')))" test_get_null_context (castellan.tests.functional.key_manager.test_barbican_key_manager.BarbicanKeyManagerKSPasswordTestCase) castellan.tests.functional.key_manager.test_barbican_key_manager.BarbicanKeyManagerKSPasswordTestCase.test_get_null_context ... WARNING [keystoneauth.identity.generic.base] Failed to discover available identity versions when contacting http://localhost/identity/v3. Attempting to parse version from URL. ERROR [castellan.key_manager.barbican_key_manager] Error creating Barbican client: Could not find versioned identity endpoints when attempting to authenticate. Please check that your auth_url is correct. Unable to establish connection to http://localhost/identity/v3: HTTPConnectionPool(host='cache.rdu2.centos.org', port=8080): Max retries exceeded with url: http://localhost/identity/v3 (Caused by ProxyError('Cannot connect to proxy.', NewConnectionError(': Failed to establish a new connection: [Errno -2] Name or service not known'))) skipped "Key manager error: Could not find versioned identity endpoints when attempting to authenticate. Please check that your auth_url is correct. Unable to establish connection to http://localhost/identity/v3: HTTPConnectionPool(host='cache.rdu2.centos.org', port=8080): Max retries exceeded with url: http://localhost/identity/v3 (Caused by ProxyError('Cannot connect to proxy.', NewConnectionError(': Failed to establish a new connection: [Errno -2] Name or service not known')))" test_get_null_object (castellan.tests.functional.key_manager.test_barbican_key_manager.BarbicanKeyManagerKSPasswordTestCase) castellan.tests.functional.key_manager.test_barbican_key_manager.BarbicanKeyManagerKSPasswordTestCase.test_get_null_object ... WARNING [keystoneauth.identity.generic.base] Failed to discover available identity versions when contacting http://localhost/identity/v3. Attempting to parse version from URL. ERROR [castellan.key_manager.barbican_key_manager] Error creating Barbican client: Could not find versioned identity endpoints when attempting to authenticate. Please check that your auth_url is correct. Unable to establish connection to http://localhost/identity/v3: HTTPConnectionPool(host='cache.rdu2.centos.org', port=8080): Max retries exceeded with url: http://localhost/identity/v3 (Caused by ProxyError('Cannot connect to proxy.', NewConnectionError(': Failed to establish a new connection: [Errno -2] Name or service not known'))) skipped "Key manager error: Could not find versioned identity endpoints when attempting to authenticate. Please check that your auth_url is correct. Unable to establish connection to http://localhost/identity/v3: HTTPConnectionPool(host='cache.rdu2.centos.org', port=8080): Max retries exceeded with url: http://localhost/identity/v3 (Caused by ProxyError('Cannot connect to proxy.', NewConnectionError(': Failed to establish a new connection: [Errno -2] Name or service not known')))" test_get_opaque_data (castellan.tests.functional.key_manager.test_barbican_key_manager.BarbicanKeyManagerKSPasswordTestCase) castellan.tests.functional.key_manager.test_barbican_key_manager.BarbicanKeyManagerKSPasswordTestCase.test_get_opaque_data ... WARNING [keystoneauth.identity.generic.base] Failed to discover available identity versions when contacting http://localhost/identity/v3. Attempting to parse version from URL. ERROR [castellan.key_manager.barbican_key_manager] Error creating Barbican client: Could not find versioned identity endpoints when attempting to authenticate. Please check that your auth_url is correct. Unable to establish connection to http://localhost/identity/v3: HTTPConnectionPool(host='cache.rdu2.centos.org', port=8080): Max retries exceeded with url: http://localhost/identity/v3 (Caused by ProxyError('Cannot connect to proxy.', NewConnectionError(': Failed to establish a new connection: [Errno -2] Name or service not known'))) skipped "Key manager error: Could not find versioned identity endpoints when attempting to authenticate. Please check that your auth_url is correct. Unable to establish connection to http://localhost/identity/v3: HTTPConnectionPool(host='cache.rdu2.centos.org', port=8080): Max retries exceeded with url: http://localhost/identity/v3 (Caused by ProxyError('Cannot connect to proxy.', NewConnectionError(': Failed to establish a new connection: [Errno -2] Name or service not known')))" test_get_passphrase (castellan.tests.functional.key_manager.test_barbican_key_manager.BarbicanKeyManagerKSPasswordTestCase) castellan.tests.functional.key_manager.test_barbican_key_manager.BarbicanKeyManagerKSPasswordTestCase.test_get_passphrase ... WARNING [keystoneauth.identity.generic.base] Failed to discover available identity versions when contacting http://localhost/identity/v3. Attempting to parse version from URL. ERROR [castellan.key_manager.barbican_key_manager] Error creating Barbican client: Could not find versioned identity endpoints when attempting to authenticate. Please check that your auth_url is correct. Unable to establish connection to http://localhost/identity/v3: HTTPConnectionPool(host='cache.rdu2.centos.org', port=8080): Max retries exceeded with url: http://localhost/identity/v3 (Caused by ProxyError('Cannot connect to proxy.', NewConnectionError(': Failed to establish a new connection: [Errno -2] Name or service not known'))) skipped "Key manager error: Could not find versioned identity endpoints when attempting to authenticate. Please check that your auth_url is correct. Unable to establish connection to http://localhost/identity/v3: HTTPConnectionPool(host='cache.rdu2.centos.org', port=8080): Max retries exceeded with url: http://localhost/identity/v3 (Caused by ProxyError('Cannot connect to proxy.', NewConnectionError(': Failed to establish a new connection: [Errno -2] Name or service not known')))" test_get_private_key (castellan.tests.functional.key_manager.test_barbican_key_manager.BarbicanKeyManagerKSPasswordTestCase) castellan.tests.functional.key_manager.test_barbican_key_manager.BarbicanKeyManagerKSPasswordTestCase.test_get_private_key ... WARNING [keystoneauth.identity.generic.base] Failed to discover available identity versions when contacting http://localhost/identity/v3. Attempting to parse version from URL. ERROR [castellan.key_manager.barbican_key_manager] Error creating Barbican client: Could not find versioned identity endpoints when attempting to authenticate. Please check that your auth_url is correct. Unable to establish connection to http://localhost/identity/v3: HTTPConnectionPool(host='cache.rdu2.centos.org', port=8080): Max retries exceeded with url: http://localhost/identity/v3 (Caused by ProxyError('Cannot connect to proxy.', NewConnectionError(': Failed to establish a new connection: [Errno -2] Name or service not known'))) skipped "Key manager error: Could not find versioned identity endpoints when attempting to authenticate. Please check that your auth_url is correct. Unable to establish connection to http://localhost/identity/v3: HTTPConnectionPool(host='cache.rdu2.centos.org', port=8080): Max retries exceeded with url: http://localhost/identity/v3 (Caused by ProxyError('Cannot connect to proxy.', NewConnectionError(': Failed to establish a new connection: [Errno -2] Name or service not known')))" test_get_public_key (castellan.tests.functional.key_manager.test_barbican_key_manager.BarbicanKeyManagerKSPasswordTestCase) castellan.tests.functional.key_manager.test_barbican_key_manager.BarbicanKeyManagerKSPasswordTestCase.test_get_public_key ... WARNING [keystoneauth.identity.generic.base] Failed to discover available identity versions when contacting http://localhost/identity/v3. Attempting to parse version from URL. ERROR [castellan.key_manager.barbican_key_manager] Error creating Barbican client: Could not find versioned identity endpoints when attempting to authenticate. Please check that your auth_url is correct. Unable to establish connection to http://localhost/identity/v3: HTTPConnectionPool(host='cache.rdu2.centos.org', port=8080): Max retries exceeded with url: http://localhost/identity/v3 (Caused by ProxyError('Cannot connect to proxy.', NewConnectionError(': Failed to establish a new connection: [Errno -2] Name or service not known'))) skipped "Key manager error: Could not find versioned identity endpoints when attempting to authenticate. Please check that your auth_url is correct. Unable to establish connection to http://localhost/identity/v3: HTTPConnectionPool(host='cache.rdu2.centos.org', port=8080): Max retries exceeded with url: http://localhost/identity/v3 (Caused by ProxyError('Cannot connect to proxy.', NewConnectionError(': Failed to establish a new connection: [Errno -2] Name or service not known')))" test_get_symmetric_key (castellan.tests.functional.key_manager.test_barbican_key_manager.BarbicanKeyManagerKSPasswordTestCase) castellan.tests.functional.key_manager.test_barbican_key_manager.BarbicanKeyManagerKSPasswordTestCase.test_get_symmetric_key ... WARNING [keystoneauth.identity.generic.base] Failed to discover available identity versions when contacting http://localhost/identity/v3. Attempting to parse version from URL. ERROR [castellan.key_manager.barbican_key_manager] Error creating Barbican client: Could not find versioned identity endpoints when attempting to authenticate. Please check that your auth_url is correct. Unable to establish connection to http://localhost/identity/v3: HTTPConnectionPool(host='cache.rdu2.centos.org', port=8080): Max retries exceeded with url: http://localhost/identity/v3 (Caused by ProxyError('Cannot connect to proxy.', NewConnectionError(': Failed to establish a new connection: [Errno -2] Name or service not known'))) skipped "Key manager error: Could not find versioned identity endpoints when attempting to authenticate. Please check that your auth_url is correct. Unable to establish connection to http://localhost/identity/v3: HTTPConnectionPool(host='cache.rdu2.centos.org', port=8080): Max retries exceeded with url: http://localhost/identity/v3 (Caused by ProxyError('Cannot connect to proxy.', NewConnectionError(': Failed to establish a new connection: [Errno -2] Name or service not known')))" test_get_unknown_key (castellan.tests.functional.key_manager.test_barbican_key_manager.BarbicanKeyManagerKSPasswordTestCase) castellan.tests.functional.key_manager.test_barbican_key_manager.BarbicanKeyManagerKSPasswordTestCase.test_get_unknown_key ... WARNING [keystoneauth.identity.generic.base] Failed to discover available identity versions when contacting http://localhost/identity/v3. Attempting to parse version from URL. ERROR [castellan.key_manager.barbican_key_manager] Error creating Barbican client: Could not find versioned identity endpoints when attempting to authenticate. Please check that your auth_url is correct. Unable to establish connection to http://localhost/identity/v3: HTTPConnectionPool(host='cache.rdu2.centos.org', port=8080): Max retries exceeded with url: http://localhost/identity/v3 (Caused by ProxyError('Cannot connect to proxy.', NewConnectionError(': Failed to establish a new connection: [Errno -2] Name or service not known'))) skipped "Key manager error: Could not find versioned identity endpoints when attempting to authenticate. Please check that your auth_url is correct. Unable to establish connection to http://localhost/identity/v3: HTTPConnectionPool(host='cache.rdu2.centos.org', port=8080): Max retries exceeded with url: http://localhost/identity/v3 (Caused by ProxyError('Cannot connect to proxy.', NewConnectionError(': Failed to establish a new connection: [Errno -2] Name or service not known')))" test_list_certificate (castellan.tests.functional.key_manager.test_barbican_key_manager.BarbicanKeyManagerKSPasswordTestCase) castellan.tests.functional.key_manager.test_barbican_key_manager.BarbicanKeyManagerKSPasswordTestCase.test_list_certificate ... WARNING [keystoneauth.identity.generic.base] Failed to discover available identity versions when contacting http://localhost/identity/v3. Attempting to parse version from URL. ERROR [castellan.key_manager.barbican_key_manager] Error creating Barbican client: Could not find versioned identity endpoints when attempting to authenticate. Please check that your auth_url is correct. Unable to establish connection to http://localhost/identity/v3: HTTPConnectionPool(host='cache.rdu2.centos.org', port=8080): Max retries exceeded with url: http://localhost/identity/v3 (Caused by ProxyError('Cannot connect to proxy.', NewConnectionError(': Failed to establish a new connection: [Errno -2] Name or service not known'))) skipped "Key manager error: Could not find versioned identity endpoints when attempting to authenticate. Please check that your auth_url is correct. Unable to establish connection to http://localhost/identity/v3: HTTPConnectionPool(host='cache.rdu2.centos.org', port=8080): Max retries exceeded with url: http://localhost/identity/v3 (Caused by ProxyError('Cannot connect to proxy.', NewConnectionError(': Failed to establish a new connection: [Errno -2] Name or service not known')))" test_list_metadata_only_certificate (castellan.tests.functional.key_manager.test_barbican_key_manager.BarbicanKeyManagerKSPasswordTestCase) castellan.tests.functional.key_manager.test_barbican_key_manager.BarbicanKeyManagerKSPasswordTestCase.test_list_metadata_only_certificate ... WARNING [keystoneauth.identity.generic.base] Failed to discover available identity versions when contacting http://localhost/identity/v3. Attempting to parse version from URL. ERROR [castellan.key_manager.barbican_key_manager] Error creating Barbican client: Could not find versioned identity endpoints when attempting to authenticate. Please check that your auth_url is correct. Unable to establish connection to http://localhost/identity/v3: HTTPConnectionPool(host='cache.rdu2.centos.org', port=8080): Max retries exceeded with url: http://localhost/identity/v3 (Caused by ProxyError('Cannot connect to proxy.', NewConnectionError(': Failed to establish a new connection: [Errno -2] Name or service not known'))) skipped "Key manager error: Could not find versioned identity endpoints when attempting to authenticate. Please check that your auth_url is correct. Unable to establish connection to http://localhost/identity/v3: HTTPConnectionPool(host='cache.rdu2.centos.org', port=8080): Max retries exceeded with url: http://localhost/identity/v3 (Caused by ProxyError('Cannot connect to proxy.', NewConnectionError(': Failed to establish a new connection: [Errno -2] Name or service not known')))" test_list_metadata_only_opaque_data (castellan.tests.functional.key_manager.test_barbican_key_manager.BarbicanKeyManagerKSPasswordTestCase) castellan.tests.functional.key_manager.test_barbican_key_manager.BarbicanKeyManagerKSPasswordTestCase.test_list_metadata_only_opaque_data ... WARNING [keystoneauth.identity.generic.base] Failed to discover available identity versions when contacting http://localhost/identity/v3. Attempting to parse version from URL. ERROR [castellan.key_manager.barbican_key_manager] Error creating Barbican client: Could not find versioned identity endpoints when attempting to authenticate. Please check that your auth_url is correct. Unable to establish connection to http://localhost/identity/v3: HTTPConnectionPool(host='cache.rdu2.centos.org', port=8080): Max retries exceeded with url: http://localhost/identity/v3 (Caused by ProxyError('Cannot connect to proxy.', NewConnectionError(': Failed to establish a new connection: [Errno -2] Name or service not known'))) skipped "Key manager error: Could not find versioned identity endpoints when attempting to authenticate. Please check that your auth_url is correct. Unable to establish connection to http://localhost/identity/v3: HTTPConnectionPool(host='cache.rdu2.centos.org', port=8080): Max retries exceeded with url: http://localhost/identity/v3 (Caused by ProxyError('Cannot connect to proxy.', NewConnectionError(': Failed to establish a new connection: [Errno -2] Name or service not known')))" test_list_metadata_only_passphrase (castellan.tests.functional.key_manager.test_barbican_key_manager.BarbicanKeyManagerKSPasswordTestCase) castellan.tests.functional.key_manager.test_barbican_key_manager.BarbicanKeyManagerKSPasswordTestCase.test_list_metadata_only_passphrase ... WARNING [keystoneauth.identity.generic.base] Failed to discover available identity versions when contacting http://localhost/identity/v3. Attempting to parse version from URL. ERROR [castellan.key_manager.barbican_key_manager] Error creating Barbican client: Could not find versioned identity endpoints when attempting to authenticate. Please check that your auth_url is correct. Unable to establish connection to http://localhost/identity/v3: HTTPConnectionPool(host='cache.rdu2.centos.org', port=8080): Max retries exceeded with url: http://localhost/identity/v3 (Caused by ProxyError('Cannot connect to proxy.', NewConnectionError(': Failed to establish a new connection: [Errno -2] Name or service not known'))) skipped "Key manager error: Could not find versioned identity endpoints when attempting to authenticate. Please check that your auth_url is correct. Unable to establish connection to http://localhost/identity/v3: HTTPConnectionPool(host='cache.rdu2.centos.org', port=8080): Max retries exceeded with url: http://localhost/identity/v3 (Caused by ProxyError('Cannot connect to proxy.', NewConnectionError(': Failed to establish a new connection: [Errno -2] Name or service not known')))" test_list_metadata_only_private_key (castellan.tests.functional.key_manager.test_barbican_key_manager.BarbicanKeyManagerKSPasswordTestCase) castellan.tests.functional.key_manager.test_barbican_key_manager.BarbicanKeyManagerKSPasswordTestCase.test_list_metadata_only_private_key ... WARNING [keystoneauth.identity.generic.base] Failed to discover available identity versions when contacting http://localhost/identity/v3. Attempting to parse version from URL. ERROR [castellan.key_manager.barbican_key_manager] Error creating Barbican client: Could not find versioned identity endpoints when attempting to authenticate. Please check that your auth_url is correct. Unable to establish connection to http://localhost/identity/v3: HTTPConnectionPool(host='cache.rdu2.centos.org', port=8080): Max retries exceeded with url: http://localhost/identity/v3 (Caused by ProxyError('Cannot connect to proxy.', NewConnectionError(': Failed to establish a new connection: [Errno -2] Name or service not known'))) skipped "Key manager error: Could not find versioned identity endpoints when attempting to authenticate. Please check that your auth_url is correct. Unable to establish connection to http://localhost/identity/v3: HTTPConnectionPool(host='cache.rdu2.centos.org', port=8080): Max retries exceeded with url: http://localhost/identity/v3 (Caused by ProxyError('Cannot connect to proxy.', NewConnectionError(': Failed to establish a new connection: [Errno -2] Name or service not known')))" test_list_metadata_only_public_key (castellan.tests.functional.key_manager.test_barbican_key_manager.BarbicanKeyManagerKSPasswordTestCase) castellan.tests.functional.key_manager.test_barbican_key_manager.BarbicanKeyManagerKSPasswordTestCase.test_list_metadata_only_public_key ... WARNING [keystoneauth.identity.generic.base] Failed to discover available identity versions when contacting http://localhost/identity/v3. Attempting to parse version from URL. ERROR [castellan.key_manager.barbican_key_manager] Error creating Barbican client: Could not find versioned identity endpoints when attempting to authenticate. Please check that your auth_url is correct. Unable to establish connection to http://localhost/identity/v3: HTTPConnectionPool(host='cache.rdu2.centos.org', port=8080): Max retries exceeded with url: http://localhost/identity/v3 (Caused by ProxyError('Cannot connect to proxy.', NewConnectionError(': Failed to establish a new connection: [Errno -2] Name or service not known'))) skipped "Key manager error: Could not find versioned identity endpoints when attempting to authenticate. Please check that your auth_url is correct. Unable to establish connection to http://localhost/identity/v3: HTTPConnectionPool(host='cache.rdu2.centos.org', port=8080): Max retries exceeded with url: http://localhost/identity/v3 (Caused by ProxyError('Cannot connect to proxy.', NewConnectionError(': Failed to establish a new connection: [Errno -2] Name or service not known')))" test_list_metadata_only_symmetric_key (castellan.tests.functional.key_manager.test_barbican_key_manager.BarbicanKeyManagerKSPasswordTestCase) castellan.tests.functional.key_manager.test_barbican_key_manager.BarbicanKeyManagerKSPasswordTestCase.test_list_metadata_only_symmetric_key ... WARNING [keystoneauth.identity.generic.base] Failed to discover available identity versions when contacting http://localhost/identity/v3. Attempting to parse version from URL. ERROR [castellan.key_manager.barbican_key_manager] Error creating Barbican client: Could not find versioned identity endpoints when attempting to authenticate. Please check that your auth_url is correct. Unable to establish connection to http://localhost/identity/v3: HTTPConnectionPool(host='cache.rdu2.centos.org', port=8080): Max retries exceeded with url: http://localhost/identity/v3 (Caused by ProxyError('Cannot connect to proxy.', NewConnectionError(': Failed to establish a new connection: [Errno -2] Name or service not known'))) skipped "Key manager error: Could not find versioned identity endpoints when attempting to authenticate. Please check that your auth_url is correct. Unable to establish connection to http://localhost/identity/v3: HTTPConnectionPool(host='cache.rdu2.centos.org', port=8080): Max retries exceeded with url: http://localhost/identity/v3 (Caused by ProxyError('Cannot connect to proxy.', NewConnectionError(': Failed to establish a new connection: [Errno -2] Name or service not known')))" test_list_opaque_data (castellan.tests.functional.key_manager.test_barbican_key_manager.BarbicanKeyManagerKSPasswordTestCase) castellan.tests.functional.key_manager.test_barbican_key_manager.BarbicanKeyManagerKSPasswordTestCase.test_list_opaque_data ... WARNING [keystoneauth.identity.generic.base] Failed to discover available identity versions when contacting http://localhost/identity/v3. Attempting to parse version from URL. ERROR [castellan.key_manager.barbican_key_manager] Error creating Barbican client: Could not find versioned identity endpoints when attempting to authenticate. Please check that your auth_url is correct. Unable to establish connection to http://localhost/identity/v3: HTTPConnectionPool(host='cache.rdu2.centos.org', port=8080): Max retries exceeded with url: http://localhost/identity/v3 (Caused by ProxyError('Cannot connect to proxy.', NewConnectionError(': Failed to establish a new connection: [Errno -2] Name or service not known'))) skipped "Key manager error: Could not find versioned identity endpoints when attempting to authenticate. Please check that your auth_url is correct. Unable to establish connection to http://localhost/identity/v3: HTTPConnectionPool(host='cache.rdu2.centos.org', port=8080): Max retries exceeded with url: http://localhost/identity/v3 (Caused by ProxyError('Cannot connect to proxy.', NewConnectionError(': Failed to establish a new connection: [Errno -2] Name or service not known')))" test_list_passphrase (castellan.tests.functional.key_manager.test_barbican_key_manager.BarbicanKeyManagerKSPasswordTestCase) castellan.tests.functional.key_manager.test_barbican_key_manager.BarbicanKeyManagerKSPasswordTestCase.test_list_passphrase ... WARNING [keystoneauth.identity.generic.base] Failed to discover available identity versions when contacting http://localhost/identity/v3. Attempting to parse version from URL. ERROR [castellan.key_manager.barbican_key_manager] Error creating Barbican client: Could not find versioned identity endpoints when attempting to authenticate. Please check that your auth_url is correct. Unable to establish connection to http://localhost/identity/v3: HTTPConnectionPool(host='cache.rdu2.centos.org', port=8080): Max retries exceeded with url: http://localhost/identity/v3 (Caused by ProxyError('Cannot connect to proxy.', NewConnectionError(': Failed to establish a new connection: [Errno -2] Name or service not known'))) skipped "Key manager error: Could not find versioned identity endpoints when attempting to authenticate. Please check that your auth_url is correct. Unable to establish connection to http://localhost/identity/v3: HTTPConnectionPool(host='cache.rdu2.centos.org', port=8080): Max retries exceeded with url: http://localhost/identity/v3 (Caused by ProxyError('Cannot connect to proxy.', NewConnectionError(': Failed to establish a new connection: [Errno -2] Name or service not known')))" test_list_private_key (castellan.tests.functional.key_manager.test_barbican_key_manager.BarbicanKeyManagerKSPasswordTestCase) castellan.tests.functional.key_manager.test_barbican_key_manager.BarbicanKeyManagerKSPasswordTestCase.test_list_private_key ... WARNING [keystoneauth.identity.generic.base] Failed to discover available identity versions when contacting http://localhost/identity/v3. Attempting to parse version from URL. ERROR [castellan.key_manager.barbican_key_manager] Error creating Barbican client: Could not find versioned identity endpoints when attempting to authenticate. Please check that your auth_url is correct. Unable to establish connection to http://localhost/identity/v3: HTTPConnectionPool(host='cache.rdu2.centos.org', port=8080): Max retries exceeded with url: http://localhost/identity/v3 (Caused by ProxyError('Cannot connect to proxy.', NewConnectionError(': Failed to establish a new connection: [Errno -2] Name or service not known'))) skipped "Key manager error: Could not find versioned identity endpoints when attempting to authenticate. Please check that your auth_url is correct. Unable to establish connection to http://localhost/identity/v3: HTTPConnectionPool(host='cache.rdu2.centos.org', port=8080): Max retries exceeded with url: http://localhost/identity/v3 (Caused by ProxyError('Cannot connect to proxy.', NewConnectionError(': Failed to establish a new connection: [Errno -2] Name or service not known')))" test_list_public_key (castellan.tests.functional.key_manager.test_barbican_key_manager.BarbicanKeyManagerKSPasswordTestCase) castellan.tests.functional.key_manager.test_barbican_key_manager.BarbicanKeyManagerKSPasswordTestCase.test_list_public_key ... WARNING [keystoneauth.identity.generic.base] Failed to discover available identity versions when contacting http://localhost/identity/v3. Attempting to parse version from URL. ERROR [castellan.key_manager.barbican_key_manager] Error creating Barbican client: Could not find versioned identity endpoints when attempting to authenticate. Please check that your auth_url is correct. Unable to establish connection to http://localhost/identity/v3: HTTPConnectionPool(host='cache.rdu2.centos.org', port=8080): Max retries exceeded with url: http://localhost/identity/v3 (Caused by ProxyError('Cannot connect to proxy.', NewConnectionError(': Failed to establish a new connection: [Errno -2] Name or service not known'))) skipped "Key manager error: Could not find versioned identity endpoints when attempting to authenticate. Please check that your auth_url is correct. Unable to establish connection to http://localhost/identity/v3: HTTPConnectionPool(host='cache.rdu2.centos.org', port=8080): Max retries exceeded with url: http://localhost/identity/v3 (Caused by ProxyError('Cannot connect to proxy.', NewConnectionError(': Failed to establish a new connection: [Errno -2] Name or service not known')))" test_list_symmetric_key (castellan.tests.functional.key_manager.test_barbican_key_manager.BarbicanKeyManagerKSPasswordTestCase) castellan.tests.functional.key_manager.test_barbican_key_manager.BarbicanKeyManagerKSPasswordTestCase.test_list_symmetric_key ... WARNING [keystoneauth.identity.generic.base] Failed to discover available identity versions when contacting http://localhost/identity/v3. Attempting to parse version from URL. ERROR [castellan.key_manager.barbican_key_manager] Error creating Barbican client: Could not find versioned identity endpoints when attempting to authenticate. Please check that your auth_url is correct. Unable to establish connection to http://localhost/identity/v3: HTTPConnectionPool(host='cache.rdu2.centos.org', port=8080): Max retries exceeded with url: http://localhost/identity/v3 (Caused by ProxyError('Cannot connect to proxy.', NewConnectionError(': Failed to establish a new connection: [Errno -2] Name or service not known'))) skipped "Key manager error: Could not find versioned identity endpoints when attempting to authenticate. Please check that your auth_url is correct. Unable to establish connection to http://localhost/identity/v3: HTTPConnectionPool(host='cache.rdu2.centos.org', port=8080): Max retries exceeded with url: http://localhost/identity/v3 (Caused by ProxyError('Cannot connect to proxy.', NewConnectionError(': Failed to establish a new connection: [Errno -2] Name or service not known')))" test_list_with_filter_query_by_object_type (castellan.tests.functional.key_manager.test_barbican_key_manager.BarbicanKeyManagerKSPasswordTestCase) castellan.tests.functional.key_manager.test_barbican_key_manager.BarbicanKeyManagerKSPasswordTestCase.test_list_with_filter_query_by_object_type ... WARNING [keystoneauth.identity.generic.base] Failed to discover available identity versions when contacting http://localhost/identity/v3. Attempting to parse version from URL. ERROR [castellan.key_manager.barbican_key_manager] Error creating Barbican client: Could not find versioned identity endpoints when attempting to authenticate. Please check that your auth_url is correct. Unable to establish connection to http://localhost/identity/v3: HTTPConnectionPool(host='cache.rdu2.centos.org', port=8080): Max retries exceeded with url: http://localhost/identity/v3 (Caused by ProxyError('Cannot connect to proxy.', NewConnectionError(': Failed to establish a new connection: [Errno -2] Name or service not known'))) skipped "Key manager error: Could not find versioned identity endpoints when attempting to authenticate. Please check that your auth_url is correct. Unable to establish connection to http://localhost/identity/v3: HTTPConnectionPool(host='cache.rdu2.centos.org', port=8080): Max retries exceeded with url: http://localhost/identity/v3 (Caused by ProxyError('Cannot connect to proxy.', NewConnectionError(': Failed to establish a new connection: [Errno -2] Name or service not known')))" test_store_certificate (castellan.tests.functional.key_manager.test_barbican_key_manager.BarbicanKeyManagerKSPasswordTestCase) castellan.tests.functional.key_manager.test_barbican_key_manager.BarbicanKeyManagerKSPasswordTestCase.test_store_certificate ... WARNING [keystoneauth.identity.generic.base] Failed to discover available identity versions when contacting http://localhost/identity/v3. Attempting to parse version from URL. ERROR [castellan.key_manager.barbican_key_manager] Error creating Barbican client: Could not find versioned identity endpoints when attempting to authenticate. Please check that your auth_url is correct. Unable to establish connection to http://localhost/identity/v3: HTTPConnectionPool(host='cache.rdu2.centos.org', port=8080): Max retries exceeded with url: http://localhost/identity/v3 (Caused by ProxyError('Cannot connect to proxy.', NewConnectionError(': Failed to establish a new connection: [Errno -2] Name or service not known'))) skipped "Key manager error: Could not find versioned identity endpoints when attempting to authenticate. Please check that your auth_url is correct. Unable to establish connection to http://localhost/identity/v3: HTTPConnectionPool(host='cache.rdu2.centos.org', port=8080): Max retries exceeded with url: http://localhost/identity/v3 (Caused by ProxyError('Cannot connect to proxy.', NewConnectionError(': Failed to establish a new connection: [Errno -2] Name or service not known')))" test_store_null_context (castellan.tests.functional.key_manager.test_barbican_key_manager.BarbicanKeyManagerKSPasswordTestCase) castellan.tests.functional.key_manager.test_barbican_key_manager.BarbicanKeyManagerKSPasswordTestCase.test_store_null_context ... WARNING [keystoneauth.identity.generic.base] Failed to discover available identity versions when contacting http://localhost/identity/v3. Attempting to parse version from URL. ERROR [castellan.key_manager.barbican_key_manager] Error creating Barbican client: Could not find versioned identity endpoints when attempting to authenticate. Please check that your auth_url is correct. Unable to establish connection to http://localhost/identity/v3: HTTPConnectionPool(host='cache.rdu2.centos.org', port=8080): Max retries exceeded with url: http://localhost/identity/v3 (Caused by ProxyError('Cannot connect to proxy.', NewConnectionError(': Failed to establish a new connection: [Errno -2] Name or service not known'))) skipped "Key manager error: Could not find versioned identity endpoints when attempting to authenticate. Please check that your auth_url is correct. Unable to establish connection to http://localhost/identity/v3: HTTPConnectionPool(host='cache.rdu2.centos.org', port=8080): Max retries exceeded with url: http://localhost/identity/v3 (Caused by ProxyError('Cannot connect to proxy.', NewConnectionError(': Failed to establish a new connection: [Errno -2] Name or service not known')))" test_store_opaque_data (castellan.tests.functional.key_manager.test_barbican_key_manager.BarbicanKeyManagerKSPasswordTestCase) castellan.tests.functional.key_manager.test_barbican_key_manager.BarbicanKeyManagerKSPasswordTestCase.test_store_opaque_data ... WARNING [keystoneauth.identity.generic.base] Failed to discover available identity versions when contacting http://localhost/identity/v3. Attempting to parse version from URL. ERROR [castellan.key_manager.barbican_key_manager] Error creating Barbican client: Could not find versioned identity endpoints when attempting to authenticate. Please check that your auth_url is correct. Unable to establish connection to http://localhost/identity/v3: HTTPConnectionPool(host='cache.rdu2.centos.org', port=8080): Max retries exceeded with url: http://localhost/identity/v3 (Caused by ProxyError('Cannot connect to proxy.', NewConnectionError(': Failed to establish a new connection: [Errno -2] Name or service not known'))) skipped "Key manager error: Could not find versioned identity endpoints when attempting to authenticate. Please check that your auth_url is correct. Unable to establish connection to http://localhost/identity/v3: HTTPConnectionPool(host='cache.rdu2.centos.org', port=8080): Max retries exceeded with url: http://localhost/identity/v3 (Caused by ProxyError('Cannot connect to proxy.', NewConnectionError(': Failed to establish a new connection: [Errno -2] Name or service not known')))" test_store_passphrase (castellan.tests.functional.key_manager.test_barbican_key_manager.BarbicanKeyManagerKSPasswordTestCase) castellan.tests.functional.key_manager.test_barbican_key_manager.BarbicanKeyManagerKSPasswordTestCase.test_store_passphrase ... WARNING [keystoneauth.identity.generic.base] Failed to discover available identity versions when contacting http://localhost/identity/v3. Attempting to parse version from URL. ERROR [castellan.key_manager.barbican_key_manager] Error creating Barbican client: Could not find versioned identity endpoints when attempting to authenticate. Please check that your auth_url is correct. Unable to establish connection to http://localhost/identity/v3: HTTPConnectionPool(host='cache.rdu2.centos.org', port=8080): Max retries exceeded with url: http://localhost/identity/v3 (Caused by ProxyError('Cannot connect to proxy.', NewConnectionError(': Failed to establish a new connection: [Errno -2] Name or service not known'))) skipped "Key manager error: Could not find versioned identity endpoints when attempting to authenticate. Please check that your auth_url is correct. Unable to establish connection to http://localhost/identity/v3: HTTPConnectionPool(host='cache.rdu2.centos.org', port=8080): Max retries exceeded with url: http://localhost/identity/v3 (Caused by ProxyError('Cannot connect to proxy.', NewConnectionError(': Failed to establish a new connection: [Errno -2] Name or service not known')))" test_store_private_key (castellan.tests.functional.key_manager.test_barbican_key_manager.BarbicanKeyManagerKSPasswordTestCase) castellan.tests.functional.key_manager.test_barbican_key_manager.BarbicanKeyManagerKSPasswordTestCase.test_store_private_key ... WARNING [keystoneauth.identity.generic.base] Failed to discover available identity versions when contacting http://localhost/identity/v3. Attempting to parse version from URL. ERROR [castellan.key_manager.barbican_key_manager] Error creating Barbican client: Could not find versioned identity endpoints when attempting to authenticate. Please check that your auth_url is correct. Unable to establish connection to http://localhost/identity/v3: HTTPConnectionPool(host='cache.rdu2.centos.org', port=8080): Max retries exceeded with url: http://localhost/identity/v3 (Caused by ProxyError('Cannot connect to proxy.', NewConnectionError(': Failed to establish a new connection: [Errno -2] Name or service not known'))) skipped "Key manager error: Could not find versioned identity endpoints when attempting to authenticate. Please check that your auth_url is correct. Unable to establish connection to http://localhost/identity/v3: HTTPConnectionPool(host='cache.rdu2.centos.org', port=8080): Max retries exceeded with url: http://localhost/identity/v3 (Caused by ProxyError('Cannot connect to proxy.', NewConnectionError(': Failed to establish a new connection: [Errno -2] Name or service not known')))" test_store_public_key (castellan.tests.functional.key_manager.test_barbican_key_manager.BarbicanKeyManagerKSPasswordTestCase) castellan.tests.functional.key_manager.test_barbican_key_manager.BarbicanKeyManagerKSPasswordTestCase.test_store_public_key ... WARNING [keystoneauth.identity.generic.base] Failed to discover available identity versions when contacting http://localhost/identity/v3. Attempting to parse version from URL. ERROR [castellan.key_manager.barbican_key_manager] Error creating Barbican client: Could not find versioned identity endpoints when attempting to authenticate. Please check that your auth_url is correct. Unable to establish connection to http://localhost/identity/v3: HTTPConnectionPool(host='cache.rdu2.centos.org', port=8080): Max retries exceeded with url: http://localhost/identity/v3 (Caused by ProxyError('Cannot connect to proxy.', NewConnectionError(': Failed to establish a new connection: [Errno -2] Name or service not known'))) skipped "Key manager error: Could not find versioned identity endpoints when attempting to authenticate. Please check that your auth_url is correct. Unable to establish connection to http://localhost/identity/v3: HTTPConnectionPool(host='cache.rdu2.centos.org', port=8080): Max retries exceeded with url: http://localhost/identity/v3 (Caused by ProxyError('Cannot connect to proxy.', NewConnectionError(': Failed to establish a new connection: [Errno -2] Name or service not known')))" test_store_symmetric_key (castellan.tests.functional.key_manager.test_barbican_key_manager.BarbicanKeyManagerKSPasswordTestCase) castellan.tests.functional.key_manager.test_barbican_key_manager.BarbicanKeyManagerKSPasswordTestCase.test_store_symmetric_key ... WARNING [keystoneauth.identity.generic.base] Failed to discover available identity versions when contacting http://localhost/identity/v3. Attempting to parse version from URL. ERROR [castellan.key_manager.barbican_key_manager] Error creating Barbican client: Could not find versioned identity endpoints when attempting to authenticate. Please check that your auth_url is correct. Unable to establish connection to http://localhost/identity/v3: HTTPConnectionPool(host='cache.rdu2.centos.org', port=8080): Max retries exceeded with url: http://localhost/identity/v3 (Caused by ProxyError('Cannot connect to proxy.', NewConnectionError(': Failed to establish a new connection: [Errno -2] Name or service not known'))) skipped "Key manager error: Could not find versioned identity endpoints when attempting to authenticate. Please check that your auth_url is correct. Unable to establish connection to http://localhost/identity/v3: HTTPConnectionPool(host='cache.rdu2.centos.org', port=8080): Max retries exceeded with url: http://localhost/identity/v3 (Caused by ProxyError('Cannot connect to proxy.', NewConnectionError(': Failed to establish a new connection: [Errno -2] Name or service not known')))" test_create_key (castellan.tests.functional.key_manager.test_barbican_key_manager.BarbicanKeyManagerKSTokenTestCase) castellan.tests.functional.key_manager.test_barbican_key_manager.BarbicanKeyManagerKSTokenTestCase.test_create_key ... skipped "Unable to establish connection to http://localhost/identity/v3/auth/tokens: HTTPConnectionPool(host='cache.rdu2.centos.org', port=8080): Max retries exceeded with url: http://localhost/identity/v3/auth/tokens (Caused by ProxyError('Cannot connect to proxy.', NewConnectionError(': Failed to establish a new connection: [Errno -2] Name or service not known')))" test_create_key_pair (castellan.tests.functional.key_manager.test_barbican_key_manager.BarbicanKeyManagerKSTokenTestCase) castellan.tests.functional.key_manager.test_barbican_key_manager.BarbicanKeyManagerKSTokenTestCase.test_create_key_pair ... skipped "Unable to establish connection to http://localhost/identity/v3/auth/tokens: HTTPConnectionPool(host='cache.rdu2.centos.org', port=8080): Max retries exceeded with url: http://localhost/identity/v3/auth/tokens (Caused by ProxyError('Cannot connect to proxy.', NewConnectionError(': Failed to establish a new connection: [Errno -2] Name or service not known')))" test_create_key_pair_null_context (castellan.tests.functional.key_manager.test_barbican_key_manager.BarbicanKeyManagerKSTokenTestCase) castellan.tests.functional.key_manager.test_barbican_key_manager.BarbicanKeyManagerKSTokenTestCase.test_create_key_pair_null_context ... skipped "Unable to establish connection to http://localhost/identity/v3/auth/tokens: HTTPConnectionPool(host='cache.rdu2.centos.org', port=8080): Max retries exceeded with url: http://localhost/identity/v3/auth/tokens (Caused by ProxyError('Cannot connect to proxy.', NewConnectionError(': Failed to establish a new connection: [Errno -2] Name or service not known')))" test_create_null_context (castellan.tests.functional.key_manager.test_barbican_key_manager.BarbicanKeyManagerKSTokenTestCase) castellan.tests.functional.key_manager.test_barbican_key_manager.BarbicanKeyManagerKSTokenTestCase.test_create_null_context ... skipped "Unable to establish connection to http://localhost/identity/v3/auth/tokens: HTTPConnectionPool(host='cache.rdu2.centos.org', port=8080): Max retries exceeded with url: http://localhost/identity/v3/auth/tokens (Caused by ProxyError('Cannot connect to proxy.', NewConnectionError(': Failed to establish a new connection: [Errno -2] Name or service not known')))" test_delete_certificate (castellan.tests.functional.key_manager.test_barbican_key_manager.BarbicanKeyManagerKSTokenTestCase) castellan.tests.functional.key_manager.test_barbican_key_manager.BarbicanKeyManagerKSTokenTestCase.test_delete_certificate ... skipped "Unable to establish connection to http://localhost/identity/v3/auth/tokens: HTTPConnectionPool(host='cache.rdu2.centos.org', port=8080): Max retries exceeded with url: http://localhost/identity/v3/auth/tokens (Caused by ProxyError('Cannot connect to proxy.', NewConnectionError(': Failed to establish a new connection: [Errno -2] Name or service not known')))" test_delete_null_context (castellan.tests.functional.key_manager.test_barbican_key_manager.BarbicanKeyManagerKSTokenTestCase) castellan.tests.functional.key_manager.test_barbican_key_manager.BarbicanKeyManagerKSTokenTestCase.test_delete_null_context ... skipped "Unable to establish connection to http://localhost/identity/v3/auth/tokens: HTTPConnectionPool(host='cache.rdu2.centos.org', port=8080): Max retries exceeded with url: http://localhost/identity/v3/auth/tokens (Caused by ProxyError('Cannot connect to proxy.', NewConnectionError(': Failed to establish a new connection: [Errno -2] Name or service not known')))" test_delete_null_object (castellan.tests.functional.key_manager.test_barbican_key_manager.BarbicanKeyManagerKSTokenTestCase) castellan.tests.functional.key_manager.test_barbican_key_manager.BarbicanKeyManagerKSTokenTestCase.test_delete_null_object ... skipped "Unable to establish connection to http://localhost/identity/v3/auth/tokens: HTTPConnectionPool(host='cache.rdu2.centos.org', port=8080): Max retries exceeded with url: http://localhost/identity/v3/auth/tokens (Caused by ProxyError('Cannot connect to proxy.', NewConnectionError(': Failed to establish a new connection: [Errno -2] Name or service not known')))" test_delete_opaque_data (castellan.tests.functional.key_manager.test_barbican_key_manager.BarbicanKeyManagerKSTokenTestCase) castellan.tests.functional.key_manager.test_barbican_key_manager.BarbicanKeyManagerKSTokenTestCase.test_delete_opaque_data ... skipped "Unable to establish connection to http://localhost/identity/v3/auth/tokens: HTTPConnectionPool(host='cache.rdu2.centos.org', port=8080): Max retries exceeded with url: http://localhost/identity/v3/auth/tokens (Caused by ProxyError('Cannot connect to proxy.', NewConnectionError(': Failed to establish a new connection: [Errno -2] Name or service not known')))" test_delete_passphrase (castellan.tests.functional.key_manager.test_barbican_key_manager.BarbicanKeyManagerKSTokenTestCase) castellan.tests.functional.key_manager.test_barbican_key_manager.BarbicanKeyManagerKSTokenTestCase.test_delete_passphrase ... skipped "Unable to establish connection to http://localhost/identity/v3/auth/tokens: HTTPConnectionPool(host='cache.rdu2.centos.org', port=8080): Max retries exceeded with url: http://localhost/identity/v3/auth/tokens (Caused by ProxyError('Cannot connect to proxy.', NewConnectionError(': Failed to establish a new connection: [Errno -2] Name or service not known')))" test_delete_private_key (castellan.tests.functional.key_manager.test_barbican_key_manager.BarbicanKeyManagerKSTokenTestCase) castellan.tests.functional.key_manager.test_barbican_key_manager.BarbicanKeyManagerKSTokenTestCase.test_delete_private_key ... skipped "Unable to establish connection to http://localhost/identity/v3/auth/tokens: HTTPConnectionPool(host='cache.rdu2.centos.org', port=8080): Max retries exceeded with url: http://localhost/identity/v3/auth/tokens (Caused by ProxyError('Cannot connect to proxy.', NewConnectionError(': Failed to establish a new connection: [Errno -2] Name or service not known')))" test_delete_public_key (castellan.tests.functional.key_manager.test_barbican_key_manager.BarbicanKeyManagerKSTokenTestCase) castellan.tests.functional.key_manager.test_barbican_key_manager.BarbicanKeyManagerKSTokenTestCase.test_delete_public_key ... skipped "Unable to establish connection to http://localhost/identity/v3/auth/tokens: HTTPConnectionPool(host='cache.rdu2.centos.org', port=8080): Max retries exceeded with url: http://localhost/identity/v3/auth/tokens (Caused by ProxyError('Cannot connect to proxy.', NewConnectionError(': Failed to establish a new connection: [Errno -2] Name or service not known')))" test_delete_symmetric_key (castellan.tests.functional.key_manager.test_barbican_key_manager.BarbicanKeyManagerKSTokenTestCase) castellan.tests.functional.key_manager.test_barbican_key_manager.BarbicanKeyManagerKSTokenTestCase.test_delete_symmetric_key ... skipped "Unable to establish connection to http://localhost/identity/v3/auth/tokens: HTTPConnectionPool(host='cache.rdu2.centos.org', port=8080): Max retries exceeded with url: http://localhost/identity/v3/auth/tokens (Caused by ProxyError('Cannot connect to proxy.', NewConnectionError(': Failed to establish a new connection: [Errno -2] Name or service not known')))" test_delete_unknown_object (castellan.tests.functional.key_manager.test_barbican_key_manager.BarbicanKeyManagerKSTokenTestCase) castellan.tests.functional.key_manager.test_barbican_key_manager.BarbicanKeyManagerKSTokenTestCase.test_delete_unknown_object ... skipped "Unable to establish connection to http://localhost/identity/v3/auth/tokens: HTTPConnectionPool(host='cache.rdu2.centos.org', port=8080): Max retries exceeded with url: http://localhost/identity/v3/auth/tokens (Caused by ProxyError('Cannot connect to proxy.', NewConnectionError(': Failed to establish a new connection: [Errno -2] Name or service not known')))" test_get_certificate (castellan.tests.functional.key_manager.test_barbican_key_manager.BarbicanKeyManagerKSTokenTestCase) castellan.tests.functional.key_manager.test_barbican_key_manager.BarbicanKeyManagerKSTokenTestCase.test_get_certificate ... skipped "Unable to establish connection to http://localhost/identity/v3/auth/tokens: HTTPConnectionPool(host='cache.rdu2.centos.org', port=8080): Max retries exceeded with url: http://localhost/identity/v3/auth/tokens (Caused by ProxyError('Cannot connect to proxy.', NewConnectionError(': Failed to establish a new connection: [Errno -2] Name or service not known')))" test_get_metadata_certificate (castellan.tests.functional.key_manager.test_barbican_key_manager.BarbicanKeyManagerKSTokenTestCase) castellan.tests.functional.key_manager.test_barbican_key_manager.BarbicanKeyManagerKSTokenTestCase.test_get_metadata_certificate ... skipped "Unable to establish connection to http://localhost/identity/v3/auth/tokens: HTTPConnectionPool(host='cache.rdu2.centos.org', port=8080): Max retries exceeded with url: http://localhost/identity/v3/auth/tokens (Caused by ProxyError('Cannot connect to proxy.', NewConnectionError(': Failed to establish a new connection: [Errno -2] Name or service not known')))" test_get_metadata_opaque_data (castellan.tests.functional.key_manager.test_barbican_key_manager.BarbicanKeyManagerKSTokenTestCase) castellan.tests.functional.key_manager.test_barbican_key_manager.BarbicanKeyManagerKSTokenTestCase.test_get_metadata_opaque_data ... skipped "Unable to establish connection to http://localhost/identity/v3/auth/tokens: HTTPConnectionPool(host='cache.rdu2.centos.org', port=8080): Max retries exceeded with url: http://localhost/identity/v3/auth/tokens (Caused by ProxyError('Cannot connect to proxy.', NewConnectionError(': Failed to establish a new connection: [Errno -2] Name or service not known')))" test_get_metadata_passphrase (castellan.tests.functional.key_manager.test_barbican_key_manager.BarbicanKeyManagerKSTokenTestCase) castellan.tests.functional.key_manager.test_barbican_key_manager.BarbicanKeyManagerKSTokenTestCase.test_get_metadata_passphrase ... skipped "Unable to establish connection to http://localhost/identity/v3/auth/tokens: HTTPConnectionPool(host='cache.rdu2.centos.org', port=8080): Max retries exceeded with url: http://localhost/identity/v3/auth/tokens (Caused by ProxyError('Cannot connect to proxy.', NewConnectionError(': Failed to establish a new connection: [Errno -2] Name or service not known')))" test_get_metadata_private_key (castellan.tests.functional.key_manager.test_barbican_key_manager.BarbicanKeyManagerKSTokenTestCase) castellan.tests.functional.key_manager.test_barbican_key_manager.BarbicanKeyManagerKSTokenTestCase.test_get_metadata_private_key ... skipped "Unable to establish connection to http://localhost/identity/v3/auth/tokens: HTTPConnectionPool(host='cache.rdu2.centos.org', port=8080): Max retries exceeded with url: http://localhost/identity/v3/auth/tokens (Caused by ProxyError('Cannot connect to proxy.', NewConnectionError(': Failed to establish a new connection: [Errno -2] Name or service not known')))" test_get_metadata_public_key (castellan.tests.functional.key_manager.test_barbican_key_manager.BarbicanKeyManagerKSTokenTestCase) castellan.tests.functional.key_manager.test_barbican_key_manager.BarbicanKeyManagerKSTokenTestCase.test_get_metadata_public_key ... skipped "Unable to establish connection to http://localhost/identity/v3/auth/tokens: HTTPConnectionPool(host='cache.rdu2.centos.org', port=8080): Max retries exceeded with url: http://localhost/identity/v3/auth/tokens (Caused by ProxyError('Cannot connect to proxy.', NewConnectionError(': Failed to establish a new connection: [Errno -2] Name or service not known')))" test_get_metadata_symmetric_key (castellan.tests.functional.key_manager.test_barbican_key_manager.BarbicanKeyManagerKSTokenTestCase) castellan.tests.functional.key_manager.test_barbican_key_manager.BarbicanKeyManagerKSTokenTestCase.test_get_metadata_symmetric_key ... skipped "Unable to establish connection to http://localhost/identity/v3/auth/tokens: HTTPConnectionPool(host='cache.rdu2.centos.org', port=8080): Max retries exceeded with url: http://localhost/identity/v3/auth/tokens (Caused by ProxyError('Cannot connect to proxy.', NewConnectionError(': Failed to establish a new connection: [Errno -2] Name or service not known')))" test_get_null_context (castellan.tests.functional.key_manager.test_barbican_key_manager.BarbicanKeyManagerKSTokenTestCase) castellan.tests.functional.key_manager.test_barbican_key_manager.BarbicanKeyManagerKSTokenTestCase.test_get_null_context ... skipped "Unable to establish connection to http://localhost/identity/v3/auth/tokens: HTTPConnectionPool(host='cache.rdu2.centos.org', port=8080): Max retries exceeded with url: http://localhost/identity/v3/auth/tokens (Caused by ProxyError('Cannot connect to proxy.', NewConnectionError(': Failed to establish a new connection: [Errno -2] Name or service not known')))" test_get_null_object (castellan.tests.functional.key_manager.test_barbican_key_manager.BarbicanKeyManagerKSTokenTestCase) castellan.tests.functional.key_manager.test_barbican_key_manager.BarbicanKeyManagerKSTokenTestCase.test_get_null_object ... skipped "Unable to establish connection to http://localhost/identity/v3/auth/tokens: HTTPConnectionPool(host='cache.rdu2.centos.org', port=8080): Max retries exceeded with url: http://localhost/identity/v3/auth/tokens (Caused by ProxyError('Cannot connect to proxy.', NewConnectionError(': Failed to establish a new connection: [Errno -2] Name or service not known')))" test_get_opaque_data (castellan.tests.functional.key_manager.test_barbican_key_manager.BarbicanKeyManagerKSTokenTestCase) castellan.tests.functional.key_manager.test_barbican_key_manager.BarbicanKeyManagerKSTokenTestCase.test_get_opaque_data ... skipped "Unable to establish connection to http://localhost/identity/v3/auth/tokens: HTTPConnectionPool(host='cache.rdu2.centos.org', port=8080): Max retries exceeded with url: http://localhost/identity/v3/auth/tokens (Caused by ProxyError('Cannot connect to proxy.', NewConnectionError(': Failed to establish a new connection: [Errno -2] Name or service not known')))" test_get_passphrase (castellan.tests.functional.key_manager.test_barbican_key_manager.BarbicanKeyManagerKSTokenTestCase) castellan.tests.functional.key_manager.test_barbican_key_manager.BarbicanKeyManagerKSTokenTestCase.test_get_passphrase ... skipped "Unable to establish connection to http://localhost/identity/v3/auth/tokens: HTTPConnectionPool(host='cache.rdu2.centos.org', port=8080): Max retries exceeded with url: http://localhost/identity/v3/auth/tokens (Caused by ProxyError('Cannot connect to proxy.', NewConnectionError(': Failed to establish a new connection: [Errno -2] Name or service not known')))" test_get_private_key (castellan.tests.functional.key_manager.test_barbican_key_manager.BarbicanKeyManagerKSTokenTestCase) castellan.tests.functional.key_manager.test_barbican_key_manager.BarbicanKeyManagerKSTokenTestCase.test_get_private_key ... skipped "Unable to establish connection to http://localhost/identity/v3/auth/tokens: HTTPConnectionPool(host='cache.rdu2.centos.org', port=8080): Max retries exceeded with url: http://localhost/identity/v3/auth/tokens (Caused by ProxyError('Cannot connect to proxy.', NewConnectionError(': Failed to establish a new connection: [Errno -2] Name or service not known')))" test_get_public_key (castellan.tests.functional.key_manager.test_barbican_key_manager.BarbicanKeyManagerKSTokenTestCase) castellan.tests.functional.key_manager.test_barbican_key_manager.BarbicanKeyManagerKSTokenTestCase.test_get_public_key ... skipped "Unable to establish connection to http://localhost/identity/v3/auth/tokens: HTTPConnectionPool(host='cache.rdu2.centos.org', port=8080): Max retries exceeded with url: http://localhost/identity/v3/auth/tokens (Caused by ProxyError('Cannot connect to proxy.', NewConnectionError(': Failed to establish a new connection: [Errno -2] Name or service not known')))" test_get_symmetric_key (castellan.tests.functional.key_manager.test_barbican_key_manager.BarbicanKeyManagerKSTokenTestCase) castellan.tests.functional.key_manager.test_barbican_key_manager.BarbicanKeyManagerKSTokenTestCase.test_get_symmetric_key ... skipped "Unable to establish connection to http://localhost/identity/v3/auth/tokens: HTTPConnectionPool(host='cache.rdu2.centos.org', port=8080): Max retries exceeded with url: http://localhost/identity/v3/auth/tokens (Caused by ProxyError('Cannot connect to proxy.', NewConnectionError(': Failed to establish a new connection: [Errno -2] Name or service not known')))" test_get_unknown_key (castellan.tests.functional.key_manager.test_barbican_key_manager.BarbicanKeyManagerKSTokenTestCase) castellan.tests.functional.key_manager.test_barbican_key_manager.BarbicanKeyManagerKSTokenTestCase.test_get_unknown_key ... skipped "Unable to establish connection to http://localhost/identity/v3/auth/tokens: HTTPConnectionPool(host='cache.rdu2.centos.org', port=8080): Max retries exceeded with url: http://localhost/identity/v3/auth/tokens (Caused by ProxyError('Cannot connect to proxy.', NewConnectionError(': Failed to establish a new connection: [Errno -2] Name or service not known')))" test_list_certificate (castellan.tests.functional.key_manager.test_barbican_key_manager.BarbicanKeyManagerKSTokenTestCase) castellan.tests.functional.key_manager.test_barbican_key_manager.BarbicanKeyManagerKSTokenTestCase.test_list_certificate ... skipped "Unable to establish connection to http://localhost/identity/v3/auth/tokens: HTTPConnectionPool(host='cache.rdu2.centos.org', port=8080): Max retries exceeded with url: http://localhost/identity/v3/auth/tokens (Caused by ProxyError('Cannot connect to proxy.', NewConnectionError(': Failed to establish a new connection: [Errno -2] Name or service not known')))" test_list_metadata_only_certificate (castellan.tests.functional.key_manager.test_barbican_key_manager.BarbicanKeyManagerKSTokenTestCase) castellan.tests.functional.key_manager.test_barbican_key_manager.BarbicanKeyManagerKSTokenTestCase.test_list_metadata_only_certificate ... skipped "Unable to establish connection to http://localhost/identity/v3/auth/tokens: HTTPConnectionPool(host='cache.rdu2.centos.org', port=8080): Max retries exceeded with url: http://localhost/identity/v3/auth/tokens (Caused by ProxyError('Cannot connect to proxy.', NewConnectionError(': Failed to establish a new connection: [Errno -2] Name or service not known')))" test_list_metadata_only_opaque_data (castellan.tests.functional.key_manager.test_barbican_key_manager.BarbicanKeyManagerKSTokenTestCase) castellan.tests.functional.key_manager.test_barbican_key_manager.BarbicanKeyManagerKSTokenTestCase.test_list_metadata_only_opaque_data ... skipped "Unable to establish connection to http://localhost/identity/v3/auth/tokens: HTTPConnectionPool(host='cache.rdu2.centos.org', port=8080): Max retries exceeded with url: http://localhost/identity/v3/auth/tokens (Caused by ProxyError('Cannot connect to proxy.', NewConnectionError(': Failed to establish a new connection: [Errno -2] Name or service not known')))" test_list_metadata_only_passphrase (castellan.tests.functional.key_manager.test_barbican_key_manager.BarbicanKeyManagerKSTokenTestCase) castellan.tests.functional.key_manager.test_barbican_key_manager.BarbicanKeyManagerKSTokenTestCase.test_list_metadata_only_passphrase ... skipped "Unable to establish connection to http://localhost/identity/v3/auth/tokens: HTTPConnectionPool(host='cache.rdu2.centos.org', port=8080): Max retries exceeded with url: http://localhost/identity/v3/auth/tokens (Caused by ProxyError('Cannot connect to proxy.', NewConnectionError(': Failed to establish a new connection: [Errno -2] Name or service not known')))" test_list_metadata_only_private_key (castellan.tests.functional.key_manager.test_barbican_key_manager.BarbicanKeyManagerKSTokenTestCase) castellan.tests.functional.key_manager.test_barbican_key_manager.BarbicanKeyManagerKSTokenTestCase.test_list_metadata_only_private_key ... skipped "Unable to establish connection to http://localhost/identity/v3/auth/tokens: HTTPConnectionPool(host='cache.rdu2.centos.org', port=8080): Max retries exceeded with url: http://localhost/identity/v3/auth/tokens (Caused by ProxyError('Cannot connect to proxy.', NewConnectionError(': Failed to establish a new connection: [Errno -2] Name or service not known')))" test_list_metadata_only_public_key (castellan.tests.functional.key_manager.test_barbican_key_manager.BarbicanKeyManagerKSTokenTestCase) castellan.tests.functional.key_manager.test_barbican_key_manager.BarbicanKeyManagerKSTokenTestCase.test_list_metadata_only_public_key ... skipped "Unable to establish connection to http://localhost/identity/v3/auth/tokens: HTTPConnectionPool(host='cache.rdu2.centos.org', port=8080): Max retries exceeded with url: http://localhost/identity/v3/auth/tokens (Caused by ProxyError('Cannot connect to proxy.', NewConnectionError(': Failed to establish a new connection: [Errno -2] Name or service not known')))" test_list_metadata_only_symmetric_key (castellan.tests.functional.key_manager.test_barbican_key_manager.BarbicanKeyManagerKSTokenTestCase) castellan.tests.functional.key_manager.test_barbican_key_manager.BarbicanKeyManagerKSTokenTestCase.test_list_metadata_only_symmetric_key ... skipped "Unable to establish connection to http://localhost/identity/v3/auth/tokens: HTTPConnectionPool(host='cache.rdu2.centos.org', port=8080): Max retries exceeded with url: http://localhost/identity/v3/auth/tokens (Caused by ProxyError('Cannot connect to proxy.', NewConnectionError(': Failed to establish a new connection: [Errno -2] Name or service not known')))" test_list_opaque_data (castellan.tests.functional.key_manager.test_barbican_key_manager.BarbicanKeyManagerKSTokenTestCase) castellan.tests.functional.key_manager.test_barbican_key_manager.BarbicanKeyManagerKSTokenTestCase.test_list_opaque_data ... skipped "Unable to establish connection to http://localhost/identity/v3/auth/tokens: HTTPConnectionPool(host='cache.rdu2.centos.org', port=8080): Max retries exceeded with url: http://localhost/identity/v3/auth/tokens (Caused by ProxyError('Cannot connect to proxy.', NewConnectionError(': Failed to establish a new connection: [Errno -2] Name or service not known')))" test_list_passphrase (castellan.tests.functional.key_manager.test_barbican_key_manager.BarbicanKeyManagerKSTokenTestCase) castellan.tests.functional.key_manager.test_barbican_key_manager.BarbicanKeyManagerKSTokenTestCase.test_list_passphrase ... skipped "Unable to establish connection to http://localhost/identity/v3/auth/tokens: HTTPConnectionPool(host='cache.rdu2.centos.org', port=8080): Max retries exceeded with url: http://localhost/identity/v3/auth/tokens (Caused by ProxyError('Cannot connect to proxy.', NewConnectionError(': Failed to establish a new connection: [Errno -2] Name or service not known')))" test_list_private_key (castellan.tests.functional.key_manager.test_barbican_key_manager.BarbicanKeyManagerKSTokenTestCase) castellan.tests.functional.key_manager.test_barbican_key_manager.BarbicanKeyManagerKSTokenTestCase.test_list_private_key ... skipped "Unable to establish connection to http://localhost/identity/v3/auth/tokens: HTTPConnectionPool(host='cache.rdu2.centos.org', port=8080): Max retries exceeded with url: http://localhost/identity/v3/auth/tokens (Caused by ProxyError('Cannot connect to proxy.', NewConnectionError(': Failed to establish a new connection: [Errno -2] Name or service not known')))" test_list_public_key (castellan.tests.functional.key_manager.test_barbican_key_manager.BarbicanKeyManagerKSTokenTestCase) castellan.tests.functional.key_manager.test_barbican_key_manager.BarbicanKeyManagerKSTokenTestCase.test_list_public_key ... skipped "Unable to establish connection to http://localhost/identity/v3/auth/tokens: HTTPConnectionPool(host='cache.rdu2.centos.org', port=8080): Max retries exceeded with url: http://localhost/identity/v3/auth/tokens (Caused by ProxyError('Cannot connect to proxy.', NewConnectionError(': Failed to establish a new connection: [Errno -2] Name or service not known')))" test_list_symmetric_key (castellan.tests.functional.key_manager.test_barbican_key_manager.BarbicanKeyManagerKSTokenTestCase) castellan.tests.functional.key_manager.test_barbican_key_manager.BarbicanKeyManagerKSTokenTestCase.test_list_symmetric_key ... skipped "Unable to establish connection to http://localhost/identity/v3/auth/tokens: HTTPConnectionPool(host='cache.rdu2.centos.org', port=8080): Max retries exceeded with url: http://localhost/identity/v3/auth/tokens (Caused by ProxyError('Cannot connect to proxy.', NewConnectionError(': Failed to establish a new connection: [Errno -2] Name or service not known')))" test_list_with_filter_query_by_object_type (castellan.tests.functional.key_manager.test_barbican_key_manager.BarbicanKeyManagerKSTokenTestCase) castellan.tests.functional.key_manager.test_barbican_key_manager.BarbicanKeyManagerKSTokenTestCase.test_list_with_filter_query_by_object_type ... skipped "Unable to establish connection to http://localhost/identity/v3/auth/tokens: HTTPConnectionPool(host='cache.rdu2.centos.org', port=8080): Max retries exceeded with url: http://localhost/identity/v3/auth/tokens (Caused by ProxyError('Cannot connect to proxy.', NewConnectionError(': Failed to establish a new connection: [Errno -2] Name or service not known')))" test_store_certificate (castellan.tests.functional.key_manager.test_barbican_key_manager.BarbicanKeyManagerKSTokenTestCase) castellan.tests.functional.key_manager.test_barbican_key_manager.BarbicanKeyManagerKSTokenTestCase.test_store_certificate ... skipped "Unable to establish connection to http://localhost/identity/v3/auth/tokens: HTTPConnectionPool(host='cache.rdu2.centos.org', port=8080): Max retries exceeded with url: http://localhost/identity/v3/auth/tokens (Caused by ProxyError('Cannot connect to proxy.', NewConnectionError(': Failed to establish a new connection: [Errno -2] Name or service not known')))" test_store_null_context (castellan.tests.functional.key_manager.test_barbican_key_manager.BarbicanKeyManagerKSTokenTestCase) castellan.tests.functional.key_manager.test_barbican_key_manager.BarbicanKeyManagerKSTokenTestCase.test_store_null_context ... skipped "Unable to establish connection to http://localhost/identity/v3/auth/tokens: HTTPConnectionPool(host='cache.rdu2.centos.org', port=8080): Max retries exceeded with url: http://localhost/identity/v3/auth/tokens (Caused by ProxyError('Cannot connect to proxy.', NewConnectionError(': Failed to establish a new connection: [Errno -2] Name or service not known')))" test_store_opaque_data (castellan.tests.functional.key_manager.test_barbican_key_manager.BarbicanKeyManagerKSTokenTestCase) castellan.tests.functional.key_manager.test_barbican_key_manager.BarbicanKeyManagerKSTokenTestCase.test_store_opaque_data ... skipped "Unable to establish connection to http://localhost/identity/v3/auth/tokens: HTTPConnectionPool(host='cache.rdu2.centos.org', port=8080): Max retries exceeded with url: http://localhost/identity/v3/auth/tokens (Caused by ProxyError('Cannot connect to proxy.', NewConnectionError(': Failed to establish a new connection: [Errno -2] Name or service not known')))" test_store_passphrase (castellan.tests.functional.key_manager.test_barbican_key_manager.BarbicanKeyManagerKSTokenTestCase) castellan.tests.functional.key_manager.test_barbican_key_manager.BarbicanKeyManagerKSTokenTestCase.test_store_passphrase ... skipped "Unable to establish connection to http://localhost/identity/v3/auth/tokens: HTTPConnectionPool(host='cache.rdu2.centos.org', port=8080): Max retries exceeded with url: http://localhost/identity/v3/auth/tokens (Caused by ProxyError('Cannot connect to proxy.', NewConnectionError(': Failed to establish a new connection: [Errno -2] Name or service not known')))" test_store_private_key (castellan.tests.functional.key_manager.test_barbican_key_manager.BarbicanKeyManagerKSTokenTestCase) castellan.tests.functional.key_manager.test_barbican_key_manager.BarbicanKeyManagerKSTokenTestCase.test_store_private_key ... skipped "Unable to establish connection to http://localhost/identity/v3/auth/tokens: HTTPConnectionPool(host='cache.rdu2.centos.org', port=8080): Max retries exceeded with url: http://localhost/identity/v3/auth/tokens (Caused by ProxyError('Cannot connect to proxy.', NewConnectionError(': Failed to establish a new connection: [Errno -2] Name or service not known')))" test_store_public_key (castellan.tests.functional.key_manager.test_barbican_key_manager.BarbicanKeyManagerKSTokenTestCase) castellan.tests.functional.key_manager.test_barbican_key_manager.BarbicanKeyManagerKSTokenTestCase.test_store_public_key ... skipped "Unable to establish connection to http://localhost/identity/v3/auth/tokens: HTTPConnectionPool(host='cache.rdu2.centos.org', port=8080): Max retries exceeded with url: http://localhost/identity/v3/auth/tokens (Caused by ProxyError('Cannot connect to proxy.', NewConnectionError(': Failed to establish a new connection: [Errno -2] Name or service not known')))" test_store_symmetric_key (castellan.tests.functional.key_manager.test_barbican_key_manager.BarbicanKeyManagerKSTokenTestCase) castellan.tests.functional.key_manager.test_barbican_key_manager.BarbicanKeyManagerKSTokenTestCase.test_store_symmetric_key ... skipped "Unable to establish connection to http://localhost/identity/v3/auth/tokens: HTTPConnectionPool(host='cache.rdu2.centos.org', port=8080): Max retries exceeded with url: http://localhost/identity/v3/auth/tokens (Caused by ProxyError('Cannot connect to proxy.', NewConnectionError(': Failed to establish a new connection: [Errno -2] Name or service not known')))" test_create_key (castellan.tests.functional.key_manager.test_barbican_key_manager.BarbicanKeyManagerOSLOContextTestCase) castellan.tests.functional.key_manager.test_barbican_key_manager.BarbicanKeyManagerOSLOContextTestCase.test_create_key ... skipped "Unable to establish connection to http://localhost/identity/v3/auth/tokens: HTTPConnectionPool(host='cache.rdu2.centos.org', port=8080): Max retries exceeded with url: http://localhost/identity/v3/auth/tokens (Caused by ProxyError('Cannot connect to proxy.', NewConnectionError(': Failed to establish a new connection: [Errno -2] Name or service not known')))" test_create_key_pair (castellan.tests.functional.key_manager.test_barbican_key_manager.BarbicanKeyManagerOSLOContextTestCase) castellan.tests.functional.key_manager.test_barbican_key_manager.BarbicanKeyManagerOSLOContextTestCase.test_create_key_pair ... skipped "Unable to establish connection to http://localhost/identity/v3/auth/tokens: HTTPConnectionPool(host='cache.rdu2.centos.org', port=8080): Max retries exceeded with url: http://localhost/identity/v3/auth/tokens (Caused by ProxyError('Cannot connect to proxy.', NewConnectionError(': Failed to establish a new connection: [Errno -2] Name or service not known')))" test_create_key_pair_null_context (castellan.tests.functional.key_manager.test_barbican_key_manager.BarbicanKeyManagerOSLOContextTestCase) castellan.tests.functional.key_manager.test_barbican_key_manager.BarbicanKeyManagerOSLOContextTestCase.test_create_key_pair_null_context ... skipped "Unable to establish connection to http://localhost/identity/v3/auth/tokens: HTTPConnectionPool(host='cache.rdu2.centos.org', port=8080): Max retries exceeded with url: http://localhost/identity/v3/auth/tokens (Caused by ProxyError('Cannot connect to proxy.', NewConnectionError(': Failed to establish a new connection: [Errno -2] Name or service not known')))" test_create_null_context (castellan.tests.functional.key_manager.test_barbican_key_manager.BarbicanKeyManagerOSLOContextTestCase) castellan.tests.functional.key_manager.test_barbican_key_manager.BarbicanKeyManagerOSLOContextTestCase.test_create_null_context ... skipped "Unable to establish connection to http://localhost/identity/v3/auth/tokens: HTTPConnectionPool(host='cache.rdu2.centos.org', port=8080): Max retries exceeded with url: http://localhost/identity/v3/auth/tokens (Caused by ProxyError('Cannot connect to proxy.', NewConnectionError(': Failed to establish a new connection: [Errno -2] Name or service not known')))" test_delete_certificate (castellan.tests.functional.key_manager.test_barbican_key_manager.BarbicanKeyManagerOSLOContextTestCase) castellan.tests.functional.key_manager.test_barbican_key_manager.BarbicanKeyManagerOSLOContextTestCase.test_delete_certificate ... skipped "Unable to establish connection to http://localhost/identity/v3/auth/tokens: HTTPConnectionPool(host='cache.rdu2.centos.org', port=8080): Max retries exceeded with url: http://localhost/identity/v3/auth/tokens (Caused by ProxyError('Cannot connect to proxy.', NewConnectionError(': Failed to establish a new connection: [Errno -2] Name or service not known')))" test_delete_null_context (castellan.tests.functional.key_manager.test_barbican_key_manager.BarbicanKeyManagerOSLOContextTestCase) castellan.tests.functional.key_manager.test_barbican_key_manager.BarbicanKeyManagerOSLOContextTestCase.test_delete_null_context ... skipped "Unable to establish connection to http://localhost/identity/v3/auth/tokens: HTTPConnectionPool(host='cache.rdu2.centos.org', port=8080): Max retries exceeded with url: http://localhost/identity/v3/auth/tokens (Caused by ProxyError('Cannot connect to proxy.', NewConnectionError(': Failed to establish a new connection: [Errno -2] Name or service not known')))" test_delete_null_object (castellan.tests.functional.key_manager.test_barbican_key_manager.BarbicanKeyManagerOSLOContextTestCase) castellan.tests.functional.key_manager.test_barbican_key_manager.BarbicanKeyManagerOSLOContextTestCase.test_delete_null_object ... skipped "Unable to establish connection to http://localhost/identity/v3/auth/tokens: HTTPConnectionPool(host='cache.rdu2.centos.org', port=8080): Max retries exceeded with url: http://localhost/identity/v3/auth/tokens (Caused by ProxyError('Cannot connect to proxy.', NewConnectionError(': Failed to establish a new connection: [Errno -2] Name or service not known')))" test_delete_opaque_data (castellan.tests.functional.key_manager.test_barbican_key_manager.BarbicanKeyManagerOSLOContextTestCase) castellan.tests.functional.key_manager.test_barbican_key_manager.BarbicanKeyManagerOSLOContextTestCase.test_delete_opaque_data ... skipped "Unable to establish connection to http://localhost/identity/v3/auth/tokens: HTTPConnectionPool(host='cache.rdu2.centos.org', port=8080): Max retries exceeded with url: http://localhost/identity/v3/auth/tokens (Caused by ProxyError('Cannot connect to proxy.', NewConnectionError(': Failed to establish a new connection: [Errno -2] Name or service not known')))" test_delete_passphrase (castellan.tests.functional.key_manager.test_barbican_key_manager.BarbicanKeyManagerOSLOContextTestCase) castellan.tests.functional.key_manager.test_barbican_key_manager.BarbicanKeyManagerOSLOContextTestCase.test_delete_passphrase ... skipped "Unable to establish connection to http://localhost/identity/v3/auth/tokens: HTTPConnectionPool(host='cache.rdu2.centos.org', port=8080): Max retries exceeded with url: http://localhost/identity/v3/auth/tokens (Caused by ProxyError('Cannot connect to proxy.', NewConnectionError(': Failed to establish a new connection: [Errno -2] Name or service not known')))" test_delete_private_key (castellan.tests.functional.key_manager.test_barbican_key_manager.BarbicanKeyManagerOSLOContextTestCase) castellan.tests.functional.key_manager.test_barbican_key_manager.BarbicanKeyManagerOSLOContextTestCase.test_delete_private_key ... skipped "Unable to establish connection to http://localhost/identity/v3/auth/tokens: HTTPConnectionPool(host='cache.rdu2.centos.org', port=8080): Max retries exceeded with url: http://localhost/identity/v3/auth/tokens (Caused by ProxyError('Cannot connect to proxy.', NewConnectionError(': Failed to establish a new connection: [Errno -2] Name or service not known')))" test_delete_public_key (castellan.tests.functional.key_manager.test_barbican_key_manager.BarbicanKeyManagerOSLOContextTestCase) castellan.tests.functional.key_manager.test_barbican_key_manager.BarbicanKeyManagerOSLOContextTestCase.test_delete_public_key ... skipped "Unable to establish connection to http://localhost/identity/v3/auth/tokens: HTTPConnectionPool(host='cache.rdu2.centos.org', port=8080): Max retries exceeded with url: http://localhost/identity/v3/auth/tokens (Caused by ProxyError('Cannot connect to proxy.', NewConnectionError(': Failed to establish a new connection: [Errno -2] Name or service not known')))" test_delete_symmetric_key (castellan.tests.functional.key_manager.test_barbican_key_manager.BarbicanKeyManagerOSLOContextTestCase) castellan.tests.functional.key_manager.test_barbican_key_manager.BarbicanKeyManagerOSLOContextTestCase.test_delete_symmetric_key ... skipped "Unable to establish connection to http://localhost/identity/v3/auth/tokens: HTTPConnectionPool(host='cache.rdu2.centos.org', port=8080): Max retries exceeded with url: http://localhost/identity/v3/auth/tokens (Caused by ProxyError('Cannot connect to proxy.', NewConnectionError(': Failed to establish a new connection: [Errno -2] Name or service not known')))" test_delete_unknown_object (castellan.tests.functional.key_manager.test_barbican_key_manager.BarbicanKeyManagerOSLOContextTestCase) castellan.tests.functional.key_manager.test_barbican_key_manager.BarbicanKeyManagerOSLOContextTestCase.test_delete_unknown_object ... skipped "Unable to establish connection to http://localhost/identity/v3/auth/tokens: HTTPConnectionPool(host='cache.rdu2.centos.org', port=8080): Max retries exceeded with url: http://localhost/identity/v3/auth/tokens (Caused by ProxyError('Cannot connect to proxy.', NewConnectionError(': Failed to establish a new connection: [Errno -2] Name or service not known')))" test_get_certificate (castellan.tests.functional.key_manager.test_barbican_key_manager.BarbicanKeyManagerOSLOContextTestCase) castellan.tests.functional.key_manager.test_barbican_key_manager.BarbicanKeyManagerOSLOContextTestCase.test_get_certificate ... skipped "Unable to establish connection to http://localhost/identity/v3/auth/tokens: HTTPConnectionPool(host='cache.rdu2.centos.org', port=8080): Max retries exceeded with url: http://localhost/identity/v3/auth/tokens (Caused by ProxyError('Cannot connect to proxy.', NewConnectionError(': Failed to establish a new connection: [Errno -2] Name or service not known')))" test_get_metadata_certificate (castellan.tests.functional.key_manager.test_barbican_key_manager.BarbicanKeyManagerOSLOContextTestCase) castellan.tests.functional.key_manager.test_barbican_key_manager.BarbicanKeyManagerOSLOContextTestCase.test_get_metadata_certificate ... skipped "Unable to establish connection to http://localhost/identity/v3/auth/tokens: HTTPConnectionPool(host='cache.rdu2.centos.org', port=8080): Max retries exceeded with url: http://localhost/identity/v3/auth/tokens (Caused by ProxyError('Cannot connect to proxy.', NewConnectionError(': Failed to establish a new connection: [Errno -2] Name or service not known')))" test_get_metadata_opaque_data (castellan.tests.functional.key_manager.test_barbican_key_manager.BarbicanKeyManagerOSLOContextTestCase) castellan.tests.functional.key_manager.test_barbican_key_manager.BarbicanKeyManagerOSLOContextTestCase.test_get_metadata_opaque_data ... skipped "Unable to establish connection to http://localhost/identity/v3/auth/tokens: HTTPConnectionPool(host='cache.rdu2.centos.org', port=8080): Max retries exceeded with url: http://localhost/identity/v3/auth/tokens (Caused by ProxyError('Cannot connect to proxy.', NewConnectionError(': Failed to establish a new connection: [Errno -2] Name or service not known')))" test_get_metadata_passphrase (castellan.tests.functional.key_manager.test_barbican_key_manager.BarbicanKeyManagerOSLOContextTestCase) castellan.tests.functional.key_manager.test_barbican_key_manager.BarbicanKeyManagerOSLOContextTestCase.test_get_metadata_passphrase ... skipped "Unable to establish connection to http://localhost/identity/v3/auth/tokens: HTTPConnectionPool(host='cache.rdu2.centos.org', port=8080): Max retries exceeded with url: http://localhost/identity/v3/auth/tokens (Caused by ProxyError('Cannot connect to proxy.', NewConnectionError(': Failed to establish a new connection: [Errno -2] Name or service not known')))" test_get_metadata_private_key (castellan.tests.functional.key_manager.test_barbican_key_manager.BarbicanKeyManagerOSLOContextTestCase) castellan.tests.functional.key_manager.test_barbican_key_manager.BarbicanKeyManagerOSLOContextTestCase.test_get_metadata_private_key ... skipped "Unable to establish connection to http://localhost/identity/v3/auth/tokens: HTTPConnectionPool(host='cache.rdu2.centos.org', port=8080): Max retries exceeded with url: http://localhost/identity/v3/auth/tokens (Caused by ProxyError('Cannot connect to proxy.', NewConnectionError(': Failed to establish a new connection: [Errno -2] Name or service not known')))" test_get_metadata_public_key (castellan.tests.functional.key_manager.test_barbican_key_manager.BarbicanKeyManagerOSLOContextTestCase) castellan.tests.functional.key_manager.test_barbican_key_manager.BarbicanKeyManagerOSLOContextTestCase.test_get_metadata_public_key ... skipped "Unable to establish connection to http://localhost/identity/v3/auth/tokens: HTTPConnectionPool(host='cache.rdu2.centos.org', port=8080): Max retries exceeded with url: http://localhost/identity/v3/auth/tokens (Caused by ProxyError('Cannot connect to proxy.', NewConnectionError(': Failed to establish a new connection: [Errno -2] Name or service not known')))" test_get_metadata_symmetric_key (castellan.tests.functional.key_manager.test_barbican_key_manager.BarbicanKeyManagerOSLOContextTestCase) castellan.tests.functional.key_manager.test_barbican_key_manager.BarbicanKeyManagerOSLOContextTestCase.test_get_metadata_symmetric_key ... skipped "Unable to establish connection to http://localhost/identity/v3/auth/tokens: HTTPConnectionPool(host='cache.rdu2.centos.org', port=8080): Max retries exceeded with url: http://localhost/identity/v3/auth/tokens (Caused by ProxyError('Cannot connect to proxy.', NewConnectionError(': Failed to establish a new connection: [Errno -2] Name or service not known')))" test_get_null_context (castellan.tests.functional.key_manager.test_barbican_key_manager.BarbicanKeyManagerOSLOContextTestCase) castellan.tests.functional.key_manager.test_barbican_key_manager.BarbicanKeyManagerOSLOContextTestCase.test_get_null_context ... skipped "Unable to establish connection to http://localhost/identity/v3/auth/tokens: HTTPConnectionPool(host='cache.rdu2.centos.org', port=8080): Max retries exceeded with url: http://localhost/identity/v3/auth/tokens (Caused by ProxyError('Cannot connect to proxy.', NewConnectionError(': Failed to establish a new connection: [Errno -2] Name or service not known')))" test_get_null_object (castellan.tests.functional.key_manager.test_barbican_key_manager.BarbicanKeyManagerOSLOContextTestCase) castellan.tests.functional.key_manager.test_barbican_key_manager.BarbicanKeyManagerOSLOContextTestCase.test_get_null_object ... skipped "Unable to establish connection to http://localhost/identity/v3/auth/tokens: HTTPConnectionPool(host='cache.rdu2.centos.org', port=8080): Max retries exceeded with url: http://localhost/identity/v3/auth/tokens (Caused by ProxyError('Cannot connect to proxy.', NewConnectionError(': Failed to establish a new connection: [Errno -2] Name or service not known')))" test_get_opaque_data (castellan.tests.functional.key_manager.test_barbican_key_manager.BarbicanKeyManagerOSLOContextTestCase) castellan.tests.functional.key_manager.test_barbican_key_manager.BarbicanKeyManagerOSLOContextTestCase.test_get_opaque_data ... skipped "Unable to establish connection to http://localhost/identity/v3/auth/tokens: HTTPConnectionPool(host='cache.rdu2.centos.org', port=8080): Max retries exceeded with url: http://localhost/identity/v3/auth/tokens (Caused by ProxyError('Cannot connect to proxy.', NewConnectionError(': Failed to establish a new connection: [Errno -2] Name or service not known')))" test_get_passphrase (castellan.tests.functional.key_manager.test_barbican_key_manager.BarbicanKeyManagerOSLOContextTestCase) castellan.tests.functional.key_manager.test_barbican_key_manager.BarbicanKeyManagerOSLOContextTestCase.test_get_passphrase ... skipped "Unable to establish connection to http://localhost/identity/v3/auth/tokens: HTTPConnectionPool(host='cache.rdu2.centos.org', port=8080): Max retries exceeded with url: http://localhost/identity/v3/auth/tokens (Caused by ProxyError('Cannot connect to proxy.', NewConnectionError(': Failed to establish a new connection: [Errno -2] Name or service not known')))" test_get_private_key (castellan.tests.functional.key_manager.test_barbican_key_manager.BarbicanKeyManagerOSLOContextTestCase) castellan.tests.functional.key_manager.test_barbican_key_manager.BarbicanKeyManagerOSLOContextTestCase.test_get_private_key ... skipped "Unable to establish connection to http://localhost/identity/v3/auth/tokens: HTTPConnectionPool(host='cache.rdu2.centos.org', port=8080): Max retries exceeded with url: http://localhost/identity/v3/auth/tokens (Caused by ProxyError('Cannot connect to proxy.', NewConnectionError(': Failed to establish a new connection: [Errno -2] Name or service not known')))" test_get_public_key (castellan.tests.functional.key_manager.test_barbican_key_manager.BarbicanKeyManagerOSLOContextTestCase) castellan.tests.functional.key_manager.test_barbican_key_manager.BarbicanKeyManagerOSLOContextTestCase.test_get_public_key ... skipped "Unable to establish connection to http://localhost/identity/v3/auth/tokens: HTTPConnectionPool(host='cache.rdu2.centos.org', port=8080): Max retries exceeded with url: http://localhost/identity/v3/auth/tokens (Caused by ProxyError('Cannot connect to proxy.', NewConnectionError(': Failed to establish a new connection: [Errno -2] Name or service not known')))" test_get_symmetric_key (castellan.tests.functional.key_manager.test_barbican_key_manager.BarbicanKeyManagerOSLOContextTestCase) castellan.tests.functional.key_manager.test_barbican_key_manager.BarbicanKeyManagerOSLOContextTestCase.test_get_symmetric_key ... skipped "Unable to establish connection to http://localhost/identity/v3/auth/tokens: HTTPConnectionPool(host='cache.rdu2.centos.org', port=8080): Max retries exceeded with url: http://localhost/identity/v3/auth/tokens (Caused by ProxyError('Cannot connect to proxy.', NewConnectionError(': Failed to establish a new connection: [Errno -2] Name or service not known')))" test_get_unknown_key (castellan.tests.functional.key_manager.test_barbican_key_manager.BarbicanKeyManagerOSLOContextTestCase) castellan.tests.functional.key_manager.test_barbican_key_manager.BarbicanKeyManagerOSLOContextTestCase.test_get_unknown_key ... skipped "Unable to establish connection to http://localhost/identity/v3/auth/tokens: HTTPConnectionPool(host='cache.rdu2.centos.org', port=8080): Max retries exceeded with url: http://localhost/identity/v3/auth/tokens (Caused by ProxyError('Cannot connect to proxy.', NewConnectionError(': Failed to establish a new connection: [Errno -2] Name or service not known')))" test_list_certificate (castellan.tests.functional.key_manager.test_barbican_key_manager.BarbicanKeyManagerOSLOContextTestCase) castellan.tests.functional.key_manager.test_barbican_key_manager.BarbicanKeyManagerOSLOContextTestCase.test_list_certificate ... skipped "Unable to establish connection to http://localhost/identity/v3/auth/tokens: HTTPConnectionPool(host='cache.rdu2.centos.org', port=8080): Max retries exceeded with url: http://localhost/identity/v3/auth/tokens (Caused by ProxyError('Cannot connect to proxy.', NewConnectionError(': Failed to establish a new connection: [Errno -2] Name or service not known')))" test_list_metadata_only_certificate (castellan.tests.functional.key_manager.test_barbican_key_manager.BarbicanKeyManagerOSLOContextTestCase) castellan.tests.functional.key_manager.test_barbican_key_manager.BarbicanKeyManagerOSLOContextTestCase.test_list_metadata_only_certificate ... skipped "Unable to establish connection to http://localhost/identity/v3/auth/tokens: HTTPConnectionPool(host='cache.rdu2.centos.org', port=8080): Max retries exceeded with url: http://localhost/identity/v3/auth/tokens (Caused by ProxyError('Cannot connect to proxy.', NewConnectionError(': Failed to establish a new connection: [Errno -2] Name or service not known')))" test_list_metadata_only_opaque_data (castellan.tests.functional.key_manager.test_barbican_key_manager.BarbicanKeyManagerOSLOContextTestCase) castellan.tests.functional.key_manager.test_barbican_key_manager.BarbicanKeyManagerOSLOContextTestCase.test_list_metadata_only_opaque_data ... skipped "Unable to establish connection to http://localhost/identity/v3/auth/tokens: HTTPConnectionPool(host='cache.rdu2.centos.org', port=8080): Max retries exceeded with url: http://localhost/identity/v3/auth/tokens (Caused by ProxyError('Cannot connect to proxy.', NewConnectionError(': Failed to establish a new connection: [Errno -2] Name or service not known')))" test_list_metadata_only_passphrase (castellan.tests.functional.key_manager.test_barbican_key_manager.BarbicanKeyManagerOSLOContextTestCase) castellan.tests.functional.key_manager.test_barbican_key_manager.BarbicanKeyManagerOSLOContextTestCase.test_list_metadata_only_passphrase ... skipped "Unable to establish connection to http://localhost/identity/v3/auth/tokens: HTTPConnectionPool(host='cache.rdu2.centos.org', port=8080): Max retries exceeded with url: http://localhost/identity/v3/auth/tokens (Caused by ProxyError('Cannot connect to proxy.', NewConnectionError(': Failed to establish a new connection: [Errno -2] Name or service not known')))" test_list_metadata_only_private_key (castellan.tests.functional.key_manager.test_barbican_key_manager.BarbicanKeyManagerOSLOContextTestCase) castellan.tests.functional.key_manager.test_barbican_key_manager.BarbicanKeyManagerOSLOContextTestCase.test_list_metadata_only_private_key ... skipped "Unable to establish connection to http://localhost/identity/v3/auth/tokens: HTTPConnectionPool(host='cache.rdu2.centos.org', port=8080): Max retries exceeded with url: http://localhost/identity/v3/auth/tokens (Caused by ProxyError('Cannot connect to proxy.', NewConnectionError(': Failed to establish a new connection: [Errno -2] Name or service not known')))" test_list_metadata_only_public_key (castellan.tests.functional.key_manager.test_barbican_key_manager.BarbicanKeyManagerOSLOContextTestCase) castellan.tests.functional.key_manager.test_barbican_key_manager.BarbicanKeyManagerOSLOContextTestCase.test_list_metadata_only_public_key ... skipped "Unable to establish connection to http://localhost/identity/v3/auth/tokens: HTTPConnectionPool(host='cache.rdu2.centos.org', port=8080): Max retries exceeded with url: http://localhost/identity/v3/auth/tokens (Caused by ProxyError('Cannot connect to proxy.', NewConnectionError(': Failed to establish a new connection: [Errno -2] Name or service not known')))" test_list_metadata_only_symmetric_key (castellan.tests.functional.key_manager.test_barbican_key_manager.BarbicanKeyManagerOSLOContextTestCase) castellan.tests.functional.key_manager.test_barbican_key_manager.BarbicanKeyManagerOSLOContextTestCase.test_list_metadata_only_symmetric_key ... skipped "Unable to establish connection to http://localhost/identity/v3/auth/tokens: HTTPConnectionPool(host='cache.rdu2.centos.org', port=8080): Max retries exceeded with url: http://localhost/identity/v3/auth/tokens (Caused by ProxyError('Cannot connect to proxy.', NewConnectionError(': Failed to establish a new connection: [Errno -2] Name or service not known')))" test_list_opaque_data (castellan.tests.functional.key_manager.test_barbican_key_manager.BarbicanKeyManagerOSLOContextTestCase) castellan.tests.functional.key_manager.test_barbican_key_manager.BarbicanKeyManagerOSLOContextTestCase.test_list_opaque_data ... skipped "Unable to establish connection to http://localhost/identity/v3/auth/tokens: HTTPConnectionPool(host='cache.rdu2.centos.org', port=8080): Max retries exceeded with url: http://localhost/identity/v3/auth/tokens (Caused by ProxyError('Cannot connect to proxy.', NewConnectionError(': Failed to establish a new connection: [Errno -2] Name or service not known')))" test_list_passphrase (castellan.tests.functional.key_manager.test_barbican_key_manager.BarbicanKeyManagerOSLOContextTestCase) castellan.tests.functional.key_manager.test_barbican_key_manager.BarbicanKeyManagerOSLOContextTestCase.test_list_passphrase ... skipped "Unable to establish connection to http://localhost/identity/v3/auth/tokens: HTTPConnectionPool(host='cache.rdu2.centos.org', port=8080): Max retries exceeded with url: http://localhost/identity/v3/auth/tokens (Caused by ProxyError('Cannot connect to proxy.', NewConnectionError(': Failed to establish a new connection: [Errno -2] Name or service not known')))" test_list_private_key (castellan.tests.functional.key_manager.test_barbican_key_manager.BarbicanKeyManagerOSLOContextTestCase) castellan.tests.functional.key_manager.test_barbican_key_manager.BarbicanKeyManagerOSLOContextTestCase.test_list_private_key ... skipped "Unable to establish connection to http://localhost/identity/v3/auth/tokens: HTTPConnectionPool(host='cache.rdu2.centos.org', port=8080): Max retries exceeded with url: http://localhost/identity/v3/auth/tokens (Caused by ProxyError('Cannot connect to proxy.', NewConnectionError(': Failed to establish a new connection: [Errno -2] Name or service not known')))" test_list_public_key (castellan.tests.functional.key_manager.test_barbican_key_manager.BarbicanKeyManagerOSLOContextTestCase) castellan.tests.functional.key_manager.test_barbican_key_manager.BarbicanKeyManagerOSLOContextTestCase.test_list_public_key ... skipped "Unable to establish connection to http://localhost/identity/v3/auth/tokens: HTTPConnectionPool(host='cache.rdu2.centos.org', port=8080): Max retries exceeded with url: http://localhost/identity/v3/auth/tokens (Caused by ProxyError('Cannot connect to proxy.', NewConnectionError(': Failed to establish a new connection: [Errno -2] Name or service not known')))" test_list_symmetric_key (castellan.tests.functional.key_manager.test_barbican_key_manager.BarbicanKeyManagerOSLOContextTestCase) castellan.tests.functional.key_manager.test_barbican_key_manager.BarbicanKeyManagerOSLOContextTestCase.test_list_symmetric_key ... skipped "Unable to establish connection to http://localhost/identity/v3/auth/tokens: HTTPConnectionPool(host='cache.rdu2.centos.org', port=8080): Max retries exceeded with url: http://localhost/identity/v3/auth/tokens (Caused by ProxyError('Cannot connect to proxy.', NewConnectionError(': Failed to establish a new connection: [Errno -2] Name or service not known')))" test_list_with_filter_query_by_object_type (castellan.tests.functional.key_manager.test_barbican_key_manager.BarbicanKeyManagerOSLOContextTestCase) castellan.tests.functional.key_manager.test_barbican_key_manager.BarbicanKeyManagerOSLOContextTestCase.test_list_with_filter_query_by_object_type ... skipped "Unable to establish connection to http://localhost/identity/v3/auth/tokens: HTTPConnectionPool(host='cache.rdu2.centos.org', port=8080): Max retries exceeded with url: http://localhost/identity/v3/auth/tokens (Caused by ProxyError('Cannot connect to proxy.', NewConnectionError(': Failed to establish a new connection: [Errno -2] Name or service not known')))" test_store_certificate (castellan.tests.functional.key_manager.test_barbican_key_manager.BarbicanKeyManagerOSLOContextTestCase) castellan.tests.functional.key_manager.test_barbican_key_manager.BarbicanKeyManagerOSLOContextTestCase.test_store_certificate ... skipped "Unable to establish connection to http://localhost/identity/v3/auth/tokens: HTTPConnectionPool(host='cache.rdu2.centos.org', port=8080): Max retries exceeded with url: http://localhost/identity/v3/auth/tokens (Caused by ProxyError('Cannot connect to proxy.', NewConnectionError(': Failed to establish a new connection: [Errno -2] Name or service not known')))" test_store_null_context (castellan.tests.functional.key_manager.test_barbican_key_manager.BarbicanKeyManagerOSLOContextTestCase) castellan.tests.functional.key_manager.test_barbican_key_manager.BarbicanKeyManagerOSLOContextTestCase.test_store_null_context ... skipped "Unable to establish connection to http://localhost/identity/v3/auth/tokens: HTTPConnectionPool(host='cache.rdu2.centos.org', port=8080): Max retries exceeded with url: http://localhost/identity/v3/auth/tokens (Caused by ProxyError('Cannot connect to proxy.', NewConnectionError(': Failed to establish a new connection: [Errno -2] Name or service not known')))" test_store_opaque_data (castellan.tests.functional.key_manager.test_barbican_key_manager.BarbicanKeyManagerOSLOContextTestCase) castellan.tests.functional.key_manager.test_barbican_key_manager.BarbicanKeyManagerOSLOContextTestCase.test_store_opaque_data ... skipped "Unable to establish connection to http://localhost/identity/v3/auth/tokens: HTTPConnectionPool(host='cache.rdu2.centos.org', port=8080): Max retries exceeded with url: http://localhost/identity/v3/auth/tokens (Caused by ProxyError('Cannot connect to proxy.', NewConnectionError(': Failed to establish a new connection: [Errno -2] Name or service not known')))" test_store_passphrase (castellan.tests.functional.key_manager.test_barbican_key_manager.BarbicanKeyManagerOSLOContextTestCase) castellan.tests.functional.key_manager.test_barbican_key_manager.BarbicanKeyManagerOSLOContextTestCase.test_store_passphrase ... skipped "Unable to establish connection to http://localhost/identity/v3/auth/tokens: HTTPConnectionPool(host='cache.rdu2.centos.org', port=8080): Max retries exceeded with url: http://localhost/identity/v3/auth/tokens (Caused by ProxyError('Cannot connect to proxy.', NewConnectionError(': Failed to establish a new connection: [Errno -2] Name or service not known')))" test_store_private_key (castellan.tests.functional.key_manager.test_barbican_key_manager.BarbicanKeyManagerOSLOContextTestCase) castellan.tests.functional.key_manager.test_barbican_key_manager.BarbicanKeyManagerOSLOContextTestCase.test_store_private_key ... skipped "Unable to establish connection to http://localhost/identity/v3/auth/tokens: HTTPConnectionPool(host='cache.rdu2.centos.org', port=8080): Max retries exceeded with url: http://localhost/identity/v3/auth/tokens (Caused by ProxyError('Cannot connect to proxy.', NewConnectionError(': Failed to establish a new connection: [Errno -2] Name or service not known')))" test_store_public_key (castellan.tests.functional.key_manager.test_barbican_key_manager.BarbicanKeyManagerOSLOContextTestCase) castellan.tests.functional.key_manager.test_barbican_key_manager.BarbicanKeyManagerOSLOContextTestCase.test_store_public_key ... skipped "Unable to establish connection to http://localhost/identity/v3/auth/tokens: HTTPConnectionPool(host='cache.rdu2.centos.org', port=8080): Max retries exceeded with url: http://localhost/identity/v3/auth/tokens (Caused by ProxyError('Cannot connect to proxy.', NewConnectionError(': Failed to establish a new connection: [Errno -2] Name or service not known')))" test_store_symmetric_key (castellan.tests.functional.key_manager.test_barbican_key_manager.BarbicanKeyManagerOSLOContextTestCase) castellan.tests.functional.key_manager.test_barbican_key_manager.BarbicanKeyManagerOSLOContextTestCase.test_store_symmetric_key ... skipped "Unable to establish connection to http://localhost/identity/v3/auth/tokens: HTTPConnectionPool(host='cache.rdu2.centos.org', port=8080): Max retries exceeded with url: http://localhost/identity/v3/auth/tokens (Caused by ProxyError('Cannot connect to proxy.', NewConnectionError(': Failed to establish a new connection: [Errno -2] Name or service not known')))" ---------------------------------------------------------------------- Ran 511 tests in 8.853s OK (skipped=273) + RPM_EC=0 ++ jobs -p + exit 0 Processing files: python3-castellan-3.10.2-1.el9s.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.aoVQoK + umask 022 + cd /builddir/build/BUILD + cd castellan-3.10.2 + DOCDIR=/builddir/build/BUILDROOT/python-castellan-3.10.2-1.el9s.noarch/usr/share/doc/python3-castellan + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-castellan-3.10.2-1.el9s.noarch/usr/share/doc/python3-castellan + cp -pr README.rst /builddir/build/BUILDROOT/python-castellan-3.10.2-1.el9s.noarch/usr/share/doc/python3-castellan + cp -pr LICENSE /builddir/build/BUILDROOT/python-castellan-3.10.2-1.el9s.noarch/usr/share/doc/python3-castellan + RPM_EC=0 ++ jobs -p + exit 0 Provides: python-castellan = 3.10.2-1.el9s python3-castellan = 3.10.2-1.el9s python3.9-castellan = 3.10.2-1.el9s python3.9dist(castellan) = 3.10.2 python3dist(castellan) = 3.10.2 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/bash python(abi) = 3.9 Obsoletes: python39-castellan < 3.10.2-1.el9s Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/python-castellan-3.10.2-1.el9s.noarch Wrote: /builddir/build/RPMS/python3-castellan-3.10.2-1.el9s.noarch.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.wGYltV + umask 022 + cd /builddir/build/BUILD + cd castellan-3.10.2 + /usr/bin/rm -rf /builddir/build/BUILDROOT/python-castellan-3.10.2-1.el9s.noarch + RPM_EC=0 ++ jobs -p + exit 0 Child return code was: 0