Mock Version: 1.3.4 Mock Version: 1.3.4 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target noarch --nodeps /builddir/build/SPECS/python-os-brick.spec'], nspawn_args=[]shell=Falseuid=996env={'LANG': 'en_GB.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PS1': ' \\s-\\v\\$ '}chrootPath='/var/lib/mock/cloud8s-openstack-victoria-el8-build-93087-819183/root'gid=135user='mockbuild'timeout=86400logger=printOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target noarch --nodeps /builddir/build/SPECS/python-os-brick.spec'] with env {'LANG': 'en_GB.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PS1': ' \\s-\\v\\$ '} and shell False sh: python3: command not found sh: python3: command not found Building target platforms: noarch Building for target noarch Wrote: /builddir/build/SRPMS/python-os-brick-4.0.3-1.el8.src.rpm Child return code was: 0 ENTER ['do'](['bash', '--login', '-c', u'/usr/bin/rpmbuild -bb --target noarch --nodeps /builddir/build/SPECS/python-os-brick.spec'], nspawn_args=[]shell=Falseuid=996env={'LANG': 'en_GB.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PS1': ' \\s-\\v\\$ '}chrootPath='/var/lib/mock/cloud8s-openstack-victoria-el8-build-93087-819183/root'gid=135user='mockbuild'timeout=86400logger=printOutput=False) Executing command: ['bash', '--login', '-c', u'/usr/bin/rpmbuild -bb --target noarch --nodeps /builddir/build/SPECS/python-os-brick.spec'] with env {'LANG': 'en_GB.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PS1': ' \\s-\\v\\$ '} and shell False Building target platforms: noarch Building for target noarch Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.sJTFhb + umask 022 + cd /builddir/build/BUILD + /usr/lib/rpm/redhat/gpgverify --keyring=/builddir/build/SOURCES/0x5d2d1e4fb8d38e6af76c50d53d4fec30cf5ce3da.txt --signature=/builddir/build/SOURCES/os-brick-4.0.3.tar.gz.asc --data=/builddir/build/SOURCES/os-brick-4.0.3.tar.gz gpgv: Signature made Thu Apr 1 17:23:38 2021 UTC gpgv: using RSA key 23604C209761FF038D4D3E9CFEEBD333F827D2B4 gpgv: Good signature from "OpenStack Infra (Wallaby Cycle) " + cd /builddir/build/BUILD + rm -rf os-brick-4.0.3 + /usr/bin/gzip -dc /builddir/build/SOURCES/os-brick-4.0.3.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd os-brick-4.0.3 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + /usr/bin/git init -q + /usr/bin/git config user.name rpm-build + /usr/bin/git config user.email '' + /usr/bin/git add . + /usr/bin/git commit -q --allow-empty -a --author 'rpm-build ' -m 'python-os-brick-4.0.3 base' + sed -i 's/^warning-is-error.*/warning-is-error = 0/g' setup.cfg + rm -rf requirements.txt test-requirements.txt + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.K9kP89 + umask 022 + cd /builddir/build/BUILD + cd os-brick-4.0.3 ++ '[' -f _current_flavor ']' ++ true + python_flavor= + '[' -z '' ']' + python_flavor=tmp + '[' tmp '!=' python3 ']' + '[' -d build ']' + '[' -d _build.python3 ']' + echo python3 + /usr/bin/python3 setup.py build '--executable=/usr/bin/python3 -s' running build running build_py creating build creating build/lib creating build/lib/os_brick creating build/lib/os_brick/initiator creating build/lib/os_brick/initiator/windows copying os_brick/initiator/windows/fibre_channel.py -> build/lib/os_brick/initiator/windows copying os_brick/initiator/windows/iscsi.py -> build/lib/os_brick/initiator/windows copying os_brick/initiator/windows/base.py -> build/lib/os_brick/initiator/windows copying os_brick/initiator/windows/__init__.py -> build/lib/os_brick/initiator/windows copying os_brick/initiator/windows/smbfs.py -> build/lib/os_brick/initiator/windows copying os_brick/initiator/connector.py -> build/lib/os_brick/initiator copying os_brick/initiator/initiator_connector.py -> build/lib/os_brick/initiator copying os_brick/initiator/host_driver.py -> build/lib/os_brick/initiator copying os_brick/initiator/linuxscsi.py -> build/lib/os_brick/initiator copying os_brick/initiator/linuxrbd.py -> build/lib/os_brick/initiator copying os_brick/initiator/__init__.py -> build/lib/os_brick/initiator copying os_brick/initiator/linuxfc.py -> build/lib/os_brick/initiator copying os_brick/initiator/utils.py -> build/lib/os_brick/initiator creating build/lib/os_brick/encryptors copying os_brick/encryptors/cryptsetup.py -> build/lib/os_brick/encryptors copying os_brick/encryptors/base.py -> build/lib/os_brick/encryptors copying os_brick/encryptors/__init__.py -> build/lib/os_brick/encryptors copying os_brick/encryptors/nop.py -> build/lib/os_brick/encryptors copying os_brick/encryptors/luks.py -> build/lib/os_brick/encryptors creating build/lib/os_brick/privileged copying os_brick/privileged/scaleio.py -> build/lib/os_brick/privileged copying os_brick/privileged/rbd.py -> build/lib/os_brick/privileged copying os_brick/privileged/__init__.py -> build/lib/os_brick/privileged copying os_brick/privileged/rootwrap.py -> build/lib/os_brick/privileged copying os_brick/i18n.py -> build/lib/os_brick copying os_brick/executor.py -> build/lib/os_brick copying os_brick/__init__.py -> build/lib/os_brick copying os_brick/utils.py -> build/lib/os_brick copying os_brick/exception.py -> build/lib/os_brick copying os_brick/version.py -> build/lib/os_brick creating build/lib/os_brick/tests creating build/lib/os_brick/tests/caches copying os_brick/tests/caches/test_init.py -> build/lib/os_brick/tests/caches copying os_brick/tests/caches/test_opencas.py -> build/lib/os_brick/tests/caches copying os_brick/tests/caches/__init__.py -> build/lib/os_brick/tests/caches creating build/lib/os_brick/tests/encryptors copying os_brick/tests/encryptors/test_luks.py -> build/lib/os_brick/tests/encryptors copying os_brick/tests/encryptors/test_nop.py -> build/lib/os_brick/tests/encryptors copying os_brick/tests/encryptors/__init__.py -> build/lib/os_brick/tests/encryptors copying os_brick/tests/encryptors/test_base.py -> build/lib/os_brick/tests/encryptors copying os_brick/tests/encryptors/test_cryptsetup.py -> build/lib/os_brick/tests/encryptors creating build/lib/os_brick/tests/privileged copying os_brick/tests/privileged/test_rootwrap.py -> build/lib/os_brick/tests/privileged copying os_brick/tests/privileged/__init__.py -> build/lib/os_brick/tests/privileged copying os_brick/tests/privileged/test_rbd.py -> build/lib/os_brick/tests/privileged creating build/lib/os_brick/initiator/connectors copying os_brick/initiator/connectors/remotefs.py -> build/lib/os_brick/initiator/connectors copying os_brick/initiator/connectors/gpfs.py -> build/lib/os_brick/initiator/connectors copying os_brick/initiator/connectors/fibre_channel_s390x.py -> build/lib/os_brick/initiator/connectors copying os_brick/initiator/connectors/fibre_channel.py -> build/lib/os_brick/initiator/connectors copying os_brick/initiator/connectors/storpool.py -> build/lib/os_brick/initiator/connectors copying os_brick/initiator/connectors/base_iscsi.py -> build/lib/os_brick/initiator/connectors copying os_brick/initiator/connectors/vmware.py -> build/lib/os_brick/initiator/connectors copying os_brick/initiator/connectors/fibre_channel_ppc64.py -> build/lib/os_brick/initiator/connectors copying os_brick/initiator/connectors/scaleio.py -> build/lib/os_brick/initiator/connectors copying os_brick/initiator/connectors/huawei.py -> build/lib/os_brick/initiator/connectors copying os_brick/initiator/connectors/iscsi.py -> build/lib/os_brick/initiator/connectors copying os_brick/initiator/connectors/local.py -> build/lib/os_brick/initiator/connectors copying os_brick/initiator/connectors/base.py -> build/lib/os_brick/initiator/connectors copying os_brick/initiator/connectors/rbd.py -> build/lib/os_brick/initiator/connectors copying os_brick/initiator/connectors/fake.py -> build/lib/os_brick/initiator/connectors copying os_brick/initiator/connectors/__init__.py -> build/lib/os_brick/initiator/connectors copying os_brick/initiator/connectors/nvmeof.py -> build/lib/os_brick/initiator/connectors creating build/lib/os_brick/local_dev copying os_brick/local_dev/lvm.py -> build/lib/os_brick/local_dev copying os_brick/local_dev/__init__.py -> build/lib/os_brick/local_dev creating build/lib/os_brick/tests/remotefs copying os_brick/tests/remotefs/test_remotefs.py -> build/lib/os_brick/tests/remotefs copying os_brick/tests/remotefs/test_windows_remotefs.py -> build/lib/os_brick/tests/remotefs copying os_brick/tests/remotefs/__init__.py -> build/lib/os_brick/tests/remotefs creating build/lib/os_brick/tests/initiator copying os_brick/tests/initiator/test_utils.py -> build/lib/os_brick/tests/initiator copying os_brick/tests/initiator/test_linuxfc.py -> build/lib/os_brick/tests/initiator copying os_brick/tests/initiator/test_linuxrbd.py -> build/lib/os_brick/tests/initiator copying os_brick/tests/initiator/test_host_driver.py -> build/lib/os_brick/tests/initiator copying os_brick/tests/initiator/test_linuxscsi.py -> build/lib/os_brick/tests/initiator copying os_brick/tests/initiator/__init__.py -> build/lib/os_brick/tests/initiator copying os_brick/tests/initiator/test_connector.py -> build/lib/os_brick/tests/initiator creating build/lib/os_brick/tests/initiator/connectors copying os_brick/tests/initiator/connectors/test_fibre_channel_ppc64.py -> build/lib/os_brick/tests/initiator/connectors copying os_brick/tests/initiator/connectors/test_remotefs.py -> build/lib/os_brick/tests/initiator/connectors copying os_brick/tests/initiator/connectors/test_gpfs.py -> build/lib/os_brick/tests/initiator/connectors copying os_brick/tests/initiator/connectors/test_iser.py -> build/lib/os_brick/tests/initiator/connectors copying os_brick/tests/initiator/connectors/test_scaleio.py -> build/lib/os_brick/tests/initiator/connectors copying os_brick/tests/initiator/connectors/test_iscsi.py -> build/lib/os_brick/tests/initiator/connectors copying os_brick/tests/initiator/connectors/test_nvmeof.py -> build/lib/os_brick/tests/initiator/connectors copying os_brick/tests/initiator/connectors/test_fibre_channel_s390x.py -> build/lib/os_brick/tests/initiator/connectors copying os_brick/tests/initiator/connectors/__init__.py -> build/lib/os_brick/tests/initiator/connectors copying os_brick/tests/initiator/connectors/test_rbd.py -> build/lib/os_brick/tests/initiator/connectors copying os_brick/tests/initiator/connectors/test_huawei.py -> build/lib/os_brick/tests/initiator/connectors copying os_brick/tests/initiator/connectors/test_vmware.py -> build/lib/os_brick/tests/initiator/connectors copying os_brick/tests/initiator/connectors/test_fibre_channel.py -> build/lib/os_brick/tests/initiator/connectors copying os_brick/tests/initiator/connectors/test_base_iscsi.py -> build/lib/os_brick/tests/initiator/connectors copying os_brick/tests/initiator/connectors/test_local.py -> build/lib/os_brick/tests/initiator/connectors copying os_brick/tests/initiator/connectors/test_storpool.py -> build/lib/os_brick/tests/initiator/connectors creating build/lib/os_brick/remotefs copying os_brick/remotefs/remotefs.py -> build/lib/os_brick/remotefs copying os_brick/remotefs/windows_remotefs.py -> build/lib/os_brick/remotefs copying os_brick/remotefs/__init__.py -> build/lib/os_brick/remotefs copying os_brick/tests/test_utils.py -> build/lib/os_brick/tests copying os_brick/tests/test_executor.py -> build/lib/os_brick/tests copying os_brick/tests/base.py -> build/lib/os_brick/tests copying os_brick/tests/test_brick.py -> build/lib/os_brick/tests copying os_brick/tests/test_exception.py -> build/lib/os_brick/tests copying os_brick/tests/__init__.py -> build/lib/os_brick/tests creating build/lib/os_brick/tests/local_dev copying os_brick/tests/local_dev/test_brick_lvm.py -> build/lib/os_brick/tests/local_dev copying os_brick/tests/local_dev/fake_lvm.py -> build/lib/os_brick/tests/local_dev copying os_brick/tests/local_dev/__init__.py -> build/lib/os_brick/tests/local_dev creating build/lib/os_brick/tests/windows copying os_brick/tests/windows/test_base_connector.py -> build/lib/os_brick/tests/windows copying os_brick/tests/windows/fake_win_conn.py -> build/lib/os_brick/tests/windows copying os_brick/tests/windows/test_iscsi.py -> build/lib/os_brick/tests/windows copying os_brick/tests/windows/test_factory.py -> build/lib/os_brick/tests/windows copying os_brick/tests/windows/__init__.py -> build/lib/os_brick/tests/windows copying os_brick/tests/windows/test_smbfs.py -> build/lib/os_brick/tests/windows copying os_brick/tests/windows/test_base.py -> build/lib/os_brick/tests/windows copying os_brick/tests/windows/test_fibre_channel.py -> build/lib/os_brick/tests/windows creating build/lib/os_brick/caches copying os_brick/caches/opencas.py -> build/lib/os_brick/caches copying os_brick/caches/__init__.py -> build/lib/os_brick/caches running egg_info writing os_brick.egg-info/PKG-INFO writing dependency_links to os_brick.egg-info/dependency_links.txt deleting os_brick.egg-info/requires.txt writing top-level names to os_brick.egg-info/top_level.txt writing pbr to os_brick.egg-info/pbr.json [pbr] Processing SOURCES.txt [pbr] In git context, generating filelist from git warning: no previously-included files found matching '.gitignore' warning: no previously-included files found matching '.gitreview' warning: no previously-included files matching '*.pyc' found anywhere in distribution writing manifest file 'os_brick.egg-info/SOURCES.txt' + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.GNmeU8 + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/python-os-brick-4.0.3-1.el8.noarch '!=' / ']' + rm -rf /builddir/build/BUILDROOT/python-os-brick-4.0.3-1.el8.noarch ++ dirname /builddir/build/BUILDROOT/python-os-brick-4.0.3-1.el8.noarch + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/python-os-brick-4.0.3-1.el8.noarch + cd os-brick-4.0.3 ++ '[' -f _current_flavor ']' ++ cat _current_flavor + python_flavor=python3 + '[' -z python3 ']' + '[' python3 '!=' python3 ']' + echo python3 + /usr/bin/python3 setup.py install -O1 --skip-build --force --root /builddir/build/BUILDROOT/python-os-brick-4.0.3-1.el8.noarch --prefix /usr running install [pbr] Writing ChangeLog [pbr] Generating ChangeLog [pbr] ChangeLog complete (0.0s) [pbr] Generating AUTHORS [pbr] AUTHORS complete (0.0s) running install_lib creating /builddir/build/BUILDROOT/python-os-brick-4.0.3-1.el8.noarch/usr creating /builddir/build/BUILDROOT/python-os-brick-4.0.3-1.el8.noarch/usr/lib creating /builddir/build/BUILDROOT/python-os-brick-4.0.3-1.el8.noarch/usr/lib/python3.6 creating /builddir/build/BUILDROOT/python-os-brick-4.0.3-1.el8.noarch/usr/lib/python3.6/site-packages creating /builddir/build/BUILDROOT/python-os-brick-4.0.3-1.el8.noarch/usr/lib/python3.6/site-packages/os_brick creating /builddir/build/BUILDROOT/python-os-brick-4.0.3-1.el8.noarch/usr/lib/python3.6/site-packages/os_brick/remotefs copying build/lib/os_brick/remotefs/remotefs.py -> /builddir/build/BUILDROOT/python-os-brick-4.0.3-1.el8.noarch/usr/lib/python3.6/site-packages/os_brick/remotefs copying build/lib/os_brick/remotefs/windows_remotefs.py -> /builddir/build/BUILDROOT/python-os-brick-4.0.3-1.el8.noarch/usr/lib/python3.6/site-packages/os_brick/remotefs copying build/lib/os_brick/remotefs/__init__.py -> /builddir/build/BUILDROOT/python-os-brick-4.0.3-1.el8.noarch/usr/lib/python3.6/site-packages/os_brick/remotefs copying build/lib/os_brick/i18n.py -> /builddir/build/BUILDROOT/python-os-brick-4.0.3-1.el8.noarch/usr/lib/python3.6/site-packages/os_brick creating /builddir/build/BUILDROOT/python-os-brick-4.0.3-1.el8.noarch/usr/lib/python3.6/site-packages/os_brick/initiator copying build/lib/os_brick/initiator/connector.py -> /builddir/build/BUILDROOT/python-os-brick-4.0.3-1.el8.noarch/usr/lib/python3.6/site-packages/os_brick/initiator copying build/lib/os_brick/initiator/initiator_connector.py -> /builddir/build/BUILDROOT/python-os-brick-4.0.3-1.el8.noarch/usr/lib/python3.6/site-packages/os_brick/initiator creating /builddir/build/BUILDROOT/python-os-brick-4.0.3-1.el8.noarch/usr/lib/python3.6/site-packages/os_brick/initiator/connectors copying build/lib/os_brick/initiator/connectors/remotefs.py -> /builddir/build/BUILDROOT/python-os-brick-4.0.3-1.el8.noarch/usr/lib/python3.6/site-packages/os_brick/initiator/connectors copying build/lib/os_brick/initiator/connectors/gpfs.py -> /builddir/build/BUILDROOT/python-os-brick-4.0.3-1.el8.noarch/usr/lib/python3.6/site-packages/os_brick/initiator/connectors copying build/lib/os_brick/initiator/connectors/fibre_channel_s390x.py -> /builddir/build/BUILDROOT/python-os-brick-4.0.3-1.el8.noarch/usr/lib/python3.6/site-packages/os_brick/initiator/connectors copying build/lib/os_brick/initiator/connectors/fibre_channel.py -> /builddir/build/BUILDROOT/python-os-brick-4.0.3-1.el8.noarch/usr/lib/python3.6/site-packages/os_brick/initiator/connectors copying build/lib/os_brick/initiator/connectors/storpool.py -> /builddir/build/BUILDROOT/python-os-brick-4.0.3-1.el8.noarch/usr/lib/python3.6/site-packages/os_brick/initiator/connectors copying build/lib/os_brick/initiator/connectors/base_iscsi.py -> /builddir/build/BUILDROOT/python-os-brick-4.0.3-1.el8.noarch/usr/lib/python3.6/site-packages/os_brick/initiator/connectors copying build/lib/os_brick/initiator/connectors/vmware.py -> /builddir/build/BUILDROOT/python-os-brick-4.0.3-1.el8.noarch/usr/lib/python3.6/site-packages/os_brick/initiator/connectors copying build/lib/os_brick/initiator/connectors/fibre_channel_ppc64.py -> /builddir/build/BUILDROOT/python-os-brick-4.0.3-1.el8.noarch/usr/lib/python3.6/site-packages/os_brick/initiator/connectors copying build/lib/os_brick/initiator/connectors/scaleio.py -> /builddir/build/BUILDROOT/python-os-brick-4.0.3-1.el8.noarch/usr/lib/python3.6/site-packages/os_brick/initiator/connectors copying build/lib/os_brick/initiator/connectors/huawei.py -> /builddir/build/BUILDROOT/python-os-brick-4.0.3-1.el8.noarch/usr/lib/python3.6/site-packages/os_brick/initiator/connectors copying build/lib/os_brick/initiator/connectors/iscsi.py -> /builddir/build/BUILDROOT/python-os-brick-4.0.3-1.el8.noarch/usr/lib/python3.6/site-packages/os_brick/initiator/connectors copying build/lib/os_brick/initiator/connectors/local.py -> /builddir/build/BUILDROOT/python-os-brick-4.0.3-1.el8.noarch/usr/lib/python3.6/site-packages/os_brick/initiator/connectors copying build/lib/os_brick/initiator/connectors/base.py -> /builddir/build/BUILDROOT/python-os-brick-4.0.3-1.el8.noarch/usr/lib/python3.6/site-packages/os_brick/initiator/connectors copying build/lib/os_brick/initiator/connectors/rbd.py -> /builddir/build/BUILDROOT/python-os-brick-4.0.3-1.el8.noarch/usr/lib/python3.6/site-packages/os_brick/initiator/connectors copying build/lib/os_brick/initiator/connectors/fake.py -> /builddir/build/BUILDROOT/python-os-brick-4.0.3-1.el8.noarch/usr/lib/python3.6/site-packages/os_brick/initiator/connectors copying build/lib/os_brick/initiator/connectors/__init__.py -> /builddir/build/BUILDROOT/python-os-brick-4.0.3-1.el8.noarch/usr/lib/python3.6/site-packages/os_brick/initiator/connectors copying build/lib/os_brick/initiator/connectors/nvmeof.py -> /builddir/build/BUILDROOT/python-os-brick-4.0.3-1.el8.noarch/usr/lib/python3.6/site-packages/os_brick/initiator/connectors copying build/lib/os_brick/initiator/host_driver.py -> /builddir/build/BUILDROOT/python-os-brick-4.0.3-1.el8.noarch/usr/lib/python3.6/site-packages/os_brick/initiator copying build/lib/os_brick/initiator/linuxscsi.py -> /builddir/build/BUILDROOT/python-os-brick-4.0.3-1.el8.noarch/usr/lib/python3.6/site-packages/os_brick/initiator copying build/lib/os_brick/initiator/linuxrbd.py -> /builddir/build/BUILDROOT/python-os-brick-4.0.3-1.el8.noarch/usr/lib/python3.6/site-packages/os_brick/initiator copying build/lib/os_brick/initiator/__init__.py -> /builddir/build/BUILDROOT/python-os-brick-4.0.3-1.el8.noarch/usr/lib/python3.6/site-packages/os_brick/initiator copying build/lib/os_brick/initiator/linuxfc.py -> /builddir/build/BUILDROOT/python-os-brick-4.0.3-1.el8.noarch/usr/lib/python3.6/site-packages/os_brick/initiator copying build/lib/os_brick/initiator/utils.py -> /builddir/build/BUILDROOT/python-os-brick-4.0.3-1.el8.noarch/usr/lib/python3.6/site-packages/os_brick/initiator creating /builddir/build/BUILDROOT/python-os-brick-4.0.3-1.el8.noarch/usr/lib/python3.6/site-packages/os_brick/initiator/windows copying build/lib/os_brick/initiator/windows/fibre_channel.py -> /builddir/build/BUILDROOT/python-os-brick-4.0.3-1.el8.noarch/usr/lib/python3.6/site-packages/os_brick/initiator/windows copying build/lib/os_brick/initiator/windows/iscsi.py -> /builddir/build/BUILDROOT/python-os-brick-4.0.3-1.el8.noarch/usr/lib/python3.6/site-packages/os_brick/initiator/windows copying build/lib/os_brick/initiator/windows/base.py -> /builddir/build/BUILDROOT/python-os-brick-4.0.3-1.el8.noarch/usr/lib/python3.6/site-packages/os_brick/initiator/windows copying build/lib/os_brick/initiator/windows/__init__.py -> /builddir/build/BUILDROOT/python-os-brick-4.0.3-1.el8.noarch/usr/lib/python3.6/site-packages/os_brick/initiator/windows copying build/lib/os_brick/initiator/windows/smbfs.py -> /builddir/build/BUILDROOT/python-os-brick-4.0.3-1.el8.noarch/usr/lib/python3.6/site-packages/os_brick/initiator/windows creating /builddir/build/BUILDROOT/python-os-brick-4.0.3-1.el8.noarch/usr/lib/python3.6/site-packages/os_brick/caches copying build/lib/os_brick/caches/opencas.py -> /builddir/build/BUILDROOT/python-os-brick-4.0.3-1.el8.noarch/usr/lib/python3.6/site-packages/os_brick/caches copying build/lib/os_brick/caches/__init__.py -> /builddir/build/BUILDROOT/python-os-brick-4.0.3-1.el8.noarch/usr/lib/python3.6/site-packages/os_brick/caches creating /builddir/build/BUILDROOT/python-os-brick-4.0.3-1.el8.noarch/usr/lib/python3.6/site-packages/os_brick/encryptors copying build/lib/os_brick/encryptors/cryptsetup.py -> /builddir/build/BUILDROOT/python-os-brick-4.0.3-1.el8.noarch/usr/lib/python3.6/site-packages/os_brick/encryptors copying build/lib/os_brick/encryptors/base.py -> /builddir/build/BUILDROOT/python-os-brick-4.0.3-1.el8.noarch/usr/lib/python3.6/site-packages/os_brick/encryptors copying build/lib/os_brick/encryptors/__init__.py -> /builddir/build/BUILDROOT/python-os-brick-4.0.3-1.el8.noarch/usr/lib/python3.6/site-packages/os_brick/encryptors copying build/lib/os_brick/encryptors/nop.py -> /builddir/build/BUILDROOT/python-os-brick-4.0.3-1.el8.noarch/usr/lib/python3.6/site-packages/os_brick/encryptors copying build/lib/os_brick/encryptors/luks.py -> /builddir/build/BUILDROOT/python-os-brick-4.0.3-1.el8.noarch/usr/lib/python3.6/site-packages/os_brick/encryptors creating /builddir/build/BUILDROOT/python-os-brick-4.0.3-1.el8.noarch/usr/lib/python3.6/site-packages/os_brick/local_dev copying build/lib/os_brick/local_dev/lvm.py -> /builddir/build/BUILDROOT/python-os-brick-4.0.3-1.el8.noarch/usr/lib/python3.6/site-packages/os_brick/local_dev copying build/lib/os_brick/local_dev/__init__.py -> /builddir/build/BUILDROOT/python-os-brick-4.0.3-1.el8.noarch/usr/lib/python3.6/site-packages/os_brick/local_dev copying build/lib/os_brick/executor.py -> /builddir/build/BUILDROOT/python-os-brick-4.0.3-1.el8.noarch/usr/lib/python3.6/site-packages/os_brick copying build/lib/os_brick/__init__.py -> /builddir/build/BUILDROOT/python-os-brick-4.0.3-1.el8.noarch/usr/lib/python3.6/site-packages/os_brick creating /builddir/build/BUILDROOT/python-os-brick-4.0.3-1.el8.noarch/usr/lib/python3.6/site-packages/os_brick/tests creating /builddir/build/BUILDROOT/python-os-brick-4.0.3-1.el8.noarch/usr/lib/python3.6/site-packages/os_brick/tests/remotefs copying build/lib/os_brick/tests/remotefs/test_remotefs.py -> /builddir/build/BUILDROOT/python-os-brick-4.0.3-1.el8.noarch/usr/lib/python3.6/site-packages/os_brick/tests/remotefs copying build/lib/os_brick/tests/remotefs/test_windows_remotefs.py -> /builddir/build/BUILDROOT/python-os-brick-4.0.3-1.el8.noarch/usr/lib/python3.6/site-packages/os_brick/tests/remotefs copying build/lib/os_brick/tests/remotefs/__init__.py -> /builddir/build/BUILDROOT/python-os-brick-4.0.3-1.el8.noarch/usr/lib/python3.6/site-packages/os_brick/tests/remotefs copying build/lib/os_brick/tests/test_utils.py -> /builddir/build/BUILDROOT/python-os-brick-4.0.3-1.el8.noarch/usr/lib/python3.6/site-packages/os_brick/tests copying build/lib/os_brick/tests/test_executor.py -> /builddir/build/BUILDROOT/python-os-brick-4.0.3-1.el8.noarch/usr/lib/python3.6/site-packages/os_brick/tests creating /builddir/build/BUILDROOT/python-os-brick-4.0.3-1.el8.noarch/usr/lib/python3.6/site-packages/os_brick/tests/initiator copying build/lib/os_brick/tests/initiator/test_utils.py -> /builddir/build/BUILDROOT/python-os-brick-4.0.3-1.el8.noarch/usr/lib/python3.6/site-packages/os_brick/tests/initiator copying build/lib/os_brick/tests/initiator/test_linuxfc.py -> /builddir/build/BUILDROOT/python-os-brick-4.0.3-1.el8.noarch/usr/lib/python3.6/site-packages/os_brick/tests/initiator copying build/lib/os_brick/tests/initiator/test_linuxrbd.py -> /builddir/build/BUILDROOT/python-os-brick-4.0.3-1.el8.noarch/usr/lib/python3.6/site-packages/os_brick/tests/initiator creating /builddir/build/BUILDROOT/python-os-brick-4.0.3-1.el8.noarch/usr/lib/python3.6/site-packages/os_brick/tests/initiator/connectors copying build/lib/os_brick/tests/initiator/connectors/test_fibre_channel_ppc64.py -> /builddir/build/BUILDROOT/python-os-brick-4.0.3-1.el8.noarch/usr/lib/python3.6/site-packages/os_brick/tests/initiator/connectors copying build/lib/os_brick/tests/initiator/connectors/test_remotefs.py -> /builddir/build/BUILDROOT/python-os-brick-4.0.3-1.el8.noarch/usr/lib/python3.6/site-packages/os_brick/tests/initiator/connectors copying build/lib/os_brick/tests/initiator/connectors/test_gpfs.py -> /builddir/build/BUILDROOT/python-os-brick-4.0.3-1.el8.noarch/usr/lib/python3.6/site-packages/os_brick/tests/initiator/connectors copying build/lib/os_brick/tests/initiator/connectors/test_iser.py -> /builddir/build/BUILDROOT/python-os-brick-4.0.3-1.el8.noarch/usr/lib/python3.6/site-packages/os_brick/tests/initiator/connectors copying build/lib/os_brick/tests/initiator/connectors/test_scaleio.py -> /builddir/build/BUILDROOT/python-os-brick-4.0.3-1.el8.noarch/usr/lib/python3.6/site-packages/os_brick/tests/initiator/connectors copying build/lib/os_brick/tests/initiator/connectors/test_iscsi.py -> /builddir/build/BUILDROOT/python-os-brick-4.0.3-1.el8.noarch/usr/lib/python3.6/site-packages/os_brick/tests/initiator/connectors copying build/lib/os_brick/tests/initiator/connectors/test_nvmeof.py -> /builddir/build/BUILDROOT/python-os-brick-4.0.3-1.el8.noarch/usr/lib/python3.6/site-packages/os_brick/tests/initiator/connectors copying build/lib/os_brick/tests/initiator/connectors/test_fibre_channel_s390x.py -> /builddir/build/BUILDROOT/python-os-brick-4.0.3-1.el8.noarch/usr/lib/python3.6/site-packages/os_brick/tests/initiator/connectors copying build/lib/os_brick/tests/initiator/connectors/__init__.py -> /builddir/build/BUILDROOT/python-os-brick-4.0.3-1.el8.noarch/usr/lib/python3.6/site-packages/os_brick/tests/initiator/connectors copying build/lib/os_brick/tests/initiator/connectors/test_rbd.py -> /builddir/build/BUILDROOT/python-os-brick-4.0.3-1.el8.noarch/usr/lib/python3.6/site-packages/os_brick/tests/initiator/connectors copying build/lib/os_brick/tests/initiator/connectors/test_huawei.py -> /builddir/build/BUILDROOT/python-os-brick-4.0.3-1.el8.noarch/usr/lib/python3.6/site-packages/os_brick/tests/initiator/connectors copying build/lib/os_brick/tests/initiator/connectors/test_vmware.py -> /builddir/build/BUILDROOT/python-os-brick-4.0.3-1.el8.noarch/usr/lib/python3.6/site-packages/os_brick/tests/initiator/connectors copying build/lib/os_brick/tests/initiator/connectors/test_fibre_channel.py -> /builddir/build/BUILDROOT/python-os-brick-4.0.3-1.el8.noarch/usr/lib/python3.6/site-packages/os_brick/tests/initiator/connectors copying build/lib/os_brick/tests/initiator/connectors/test_base_iscsi.py -> /builddir/build/BUILDROOT/python-os-brick-4.0.3-1.el8.noarch/usr/lib/python3.6/site-packages/os_brick/tests/initiator/connectors copying build/lib/os_brick/tests/initiator/connectors/test_local.py -> /builddir/build/BUILDROOT/python-os-brick-4.0.3-1.el8.noarch/usr/lib/python3.6/site-packages/os_brick/tests/initiator/connectors copying build/lib/os_brick/tests/initiator/connectors/test_storpool.py -> /builddir/build/BUILDROOT/python-os-brick-4.0.3-1.el8.noarch/usr/lib/python3.6/site-packages/os_brick/tests/initiator/connectors copying build/lib/os_brick/tests/initiator/test_host_driver.py -> /builddir/build/BUILDROOT/python-os-brick-4.0.3-1.el8.noarch/usr/lib/python3.6/site-packages/os_brick/tests/initiator copying build/lib/os_brick/tests/initiator/test_linuxscsi.py -> /builddir/build/BUILDROOT/python-os-brick-4.0.3-1.el8.noarch/usr/lib/python3.6/site-packages/os_brick/tests/initiator copying build/lib/os_brick/tests/initiator/__init__.py -> /builddir/build/BUILDROOT/python-os-brick-4.0.3-1.el8.noarch/usr/lib/python3.6/site-packages/os_brick/tests/initiator copying build/lib/os_brick/tests/initiator/test_connector.py -> /builddir/build/BUILDROOT/python-os-brick-4.0.3-1.el8.noarch/usr/lib/python3.6/site-packages/os_brick/tests/initiator creating /builddir/build/BUILDROOT/python-os-brick-4.0.3-1.el8.noarch/usr/lib/python3.6/site-packages/os_brick/tests/caches copying build/lib/os_brick/tests/caches/test_init.py -> /builddir/build/BUILDROOT/python-os-brick-4.0.3-1.el8.noarch/usr/lib/python3.6/site-packages/os_brick/tests/caches copying build/lib/os_brick/tests/caches/test_opencas.py -> /builddir/build/BUILDROOT/python-os-brick-4.0.3-1.el8.noarch/usr/lib/python3.6/site-packages/os_brick/tests/caches copying build/lib/os_brick/tests/caches/__init__.py -> /builddir/build/BUILDROOT/python-os-brick-4.0.3-1.el8.noarch/usr/lib/python3.6/site-packages/os_brick/tests/caches creating /builddir/build/BUILDROOT/python-os-brick-4.0.3-1.el8.noarch/usr/lib/python3.6/site-packages/os_brick/tests/encryptors copying build/lib/os_brick/tests/encryptors/test_luks.py -> /builddir/build/BUILDROOT/python-os-brick-4.0.3-1.el8.noarch/usr/lib/python3.6/site-packages/os_brick/tests/encryptors copying build/lib/os_brick/tests/encryptors/test_nop.py -> /builddir/build/BUILDROOT/python-os-brick-4.0.3-1.el8.noarch/usr/lib/python3.6/site-packages/os_brick/tests/encryptors copying build/lib/os_brick/tests/encryptors/__init__.py -> /builddir/build/BUILDROOT/python-os-brick-4.0.3-1.el8.noarch/usr/lib/python3.6/site-packages/os_brick/tests/encryptors copying build/lib/os_brick/tests/encryptors/test_base.py -> /builddir/build/BUILDROOT/python-os-brick-4.0.3-1.el8.noarch/usr/lib/python3.6/site-packages/os_brick/tests/encryptors copying build/lib/os_brick/tests/encryptors/test_cryptsetup.py -> /builddir/build/BUILDROOT/python-os-brick-4.0.3-1.el8.noarch/usr/lib/python3.6/site-packages/os_brick/tests/encryptors creating /builddir/build/BUILDROOT/python-os-brick-4.0.3-1.el8.noarch/usr/lib/python3.6/site-packages/os_brick/tests/local_dev copying build/lib/os_brick/tests/local_dev/test_brick_lvm.py -> /builddir/build/BUILDROOT/python-os-brick-4.0.3-1.el8.noarch/usr/lib/python3.6/site-packages/os_brick/tests/local_dev copying build/lib/os_brick/tests/local_dev/fake_lvm.py -> /builddir/build/BUILDROOT/python-os-brick-4.0.3-1.el8.noarch/usr/lib/python3.6/site-packages/os_brick/tests/local_dev copying build/lib/os_brick/tests/local_dev/__init__.py -> /builddir/build/BUILDROOT/python-os-brick-4.0.3-1.el8.noarch/usr/lib/python3.6/site-packages/os_brick/tests/local_dev copying build/lib/os_brick/tests/base.py -> /builddir/build/BUILDROOT/python-os-brick-4.0.3-1.el8.noarch/usr/lib/python3.6/site-packages/os_brick/tests copying build/lib/os_brick/tests/test_brick.py -> /builddir/build/BUILDROOT/python-os-brick-4.0.3-1.el8.noarch/usr/lib/python3.6/site-packages/os_brick/tests copying build/lib/os_brick/tests/test_exception.py -> /builddir/build/BUILDROOT/python-os-brick-4.0.3-1.el8.noarch/usr/lib/python3.6/site-packages/os_brick/tests copying build/lib/os_brick/tests/__init__.py -> /builddir/build/BUILDROOT/python-os-brick-4.0.3-1.el8.noarch/usr/lib/python3.6/site-packages/os_brick/tests creating /builddir/build/BUILDROOT/python-os-brick-4.0.3-1.el8.noarch/usr/lib/python3.6/site-packages/os_brick/tests/privileged copying build/lib/os_brick/tests/privileged/test_rootwrap.py -> /builddir/build/BUILDROOT/python-os-brick-4.0.3-1.el8.noarch/usr/lib/python3.6/site-packages/os_brick/tests/privileged copying build/lib/os_brick/tests/privileged/__init__.py -> /builddir/build/BUILDROOT/python-os-brick-4.0.3-1.el8.noarch/usr/lib/python3.6/site-packages/os_brick/tests/privileged copying build/lib/os_brick/tests/privileged/test_rbd.py -> /builddir/build/BUILDROOT/python-os-brick-4.0.3-1.el8.noarch/usr/lib/python3.6/site-packages/os_brick/tests/privileged creating /builddir/build/BUILDROOT/python-os-brick-4.0.3-1.el8.noarch/usr/lib/python3.6/site-packages/os_brick/tests/windows copying build/lib/os_brick/tests/windows/test_base_connector.py -> /builddir/build/BUILDROOT/python-os-brick-4.0.3-1.el8.noarch/usr/lib/python3.6/site-packages/os_brick/tests/windows copying build/lib/os_brick/tests/windows/fake_win_conn.py -> /builddir/build/BUILDROOT/python-os-brick-4.0.3-1.el8.noarch/usr/lib/python3.6/site-packages/os_brick/tests/windows copying build/lib/os_brick/tests/windows/test_iscsi.py -> /builddir/build/BUILDROOT/python-os-brick-4.0.3-1.el8.noarch/usr/lib/python3.6/site-packages/os_brick/tests/windows copying build/lib/os_brick/tests/windows/test_factory.py -> /builddir/build/BUILDROOT/python-os-brick-4.0.3-1.el8.noarch/usr/lib/python3.6/site-packages/os_brick/tests/windows copying build/lib/os_brick/tests/windows/__init__.py -> /builddir/build/BUILDROOT/python-os-brick-4.0.3-1.el8.noarch/usr/lib/python3.6/site-packages/os_brick/tests/windows copying build/lib/os_brick/tests/windows/test_smbfs.py -> /builddir/build/BUILDROOT/python-os-brick-4.0.3-1.el8.noarch/usr/lib/python3.6/site-packages/os_brick/tests/windows copying build/lib/os_brick/tests/windows/test_base.py -> /builddir/build/BUILDROOT/python-os-brick-4.0.3-1.el8.noarch/usr/lib/python3.6/site-packages/os_brick/tests/windows copying build/lib/os_brick/tests/windows/test_fibre_channel.py -> /builddir/build/BUILDROOT/python-os-brick-4.0.3-1.el8.noarch/usr/lib/python3.6/site-packages/os_brick/tests/windows creating /builddir/build/BUILDROOT/python-os-brick-4.0.3-1.el8.noarch/usr/lib/python3.6/site-packages/os_brick/privileged copying build/lib/os_brick/privileged/scaleio.py -> /builddir/build/BUILDROOT/python-os-brick-4.0.3-1.el8.noarch/usr/lib/python3.6/site-packages/os_brick/privileged copying build/lib/os_brick/privileged/rbd.py -> /builddir/build/BUILDROOT/python-os-brick-4.0.3-1.el8.noarch/usr/lib/python3.6/site-packages/os_brick/privileged copying build/lib/os_brick/privileged/__init__.py -> /builddir/build/BUILDROOT/python-os-brick-4.0.3-1.el8.noarch/usr/lib/python3.6/site-packages/os_brick/privileged copying build/lib/os_brick/privileged/rootwrap.py -> /builddir/build/BUILDROOT/python-os-brick-4.0.3-1.el8.noarch/usr/lib/python3.6/site-packages/os_brick/privileged copying build/lib/os_brick/utils.py -> /builddir/build/BUILDROOT/python-os-brick-4.0.3-1.el8.noarch/usr/lib/python3.6/site-packages/os_brick copying build/lib/os_brick/exception.py -> /builddir/build/BUILDROOT/python-os-brick-4.0.3-1.el8.noarch/usr/lib/python3.6/site-packages/os_brick copying build/lib/os_brick/version.py -> /builddir/build/BUILDROOT/python-os-brick-4.0.3-1.el8.noarch/usr/lib/python3.6/site-packages/os_brick byte-compiling /builddir/build/BUILDROOT/python-os-brick-4.0.3-1.el8.noarch/usr/lib/python3.6/site-packages/os_brick/remotefs/remotefs.py to remotefs.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-os-brick-4.0.3-1.el8.noarch/usr/lib/python3.6/site-packages/os_brick/remotefs/windows_remotefs.py to windows_remotefs.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-os-brick-4.0.3-1.el8.noarch/usr/lib/python3.6/site-packages/os_brick/remotefs/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-os-brick-4.0.3-1.el8.noarch/usr/lib/python3.6/site-packages/os_brick/i18n.py to i18n.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-os-brick-4.0.3-1.el8.noarch/usr/lib/python3.6/site-packages/os_brick/initiator/connector.py to connector.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-os-brick-4.0.3-1.el8.noarch/usr/lib/python3.6/site-packages/os_brick/initiator/initiator_connector.py to initiator_connector.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-os-brick-4.0.3-1.el8.noarch/usr/lib/python3.6/site-packages/os_brick/initiator/connectors/remotefs.py to remotefs.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-os-brick-4.0.3-1.el8.noarch/usr/lib/python3.6/site-packages/os_brick/initiator/connectors/gpfs.py to gpfs.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-os-brick-4.0.3-1.el8.noarch/usr/lib/python3.6/site-packages/os_brick/initiator/connectors/fibre_channel_s390x.py to fibre_channel_s390x.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-os-brick-4.0.3-1.el8.noarch/usr/lib/python3.6/site-packages/os_brick/initiator/connectors/fibre_channel.py to fibre_channel.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-os-brick-4.0.3-1.el8.noarch/usr/lib/python3.6/site-packages/os_brick/initiator/connectors/storpool.py to storpool.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-os-brick-4.0.3-1.el8.noarch/usr/lib/python3.6/site-packages/os_brick/initiator/connectors/base_iscsi.py to base_iscsi.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-os-brick-4.0.3-1.el8.noarch/usr/lib/python3.6/site-packages/os_brick/initiator/connectors/vmware.py to vmware.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-os-brick-4.0.3-1.el8.noarch/usr/lib/python3.6/site-packages/os_brick/initiator/connectors/fibre_channel_ppc64.py to fibre_channel_ppc64.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-os-brick-4.0.3-1.el8.noarch/usr/lib/python3.6/site-packages/os_brick/initiator/connectors/scaleio.py to scaleio.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-os-brick-4.0.3-1.el8.noarch/usr/lib/python3.6/site-packages/os_brick/initiator/connectors/huawei.py to huawei.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-os-brick-4.0.3-1.el8.noarch/usr/lib/python3.6/site-packages/os_brick/initiator/connectors/iscsi.py to iscsi.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-os-brick-4.0.3-1.el8.noarch/usr/lib/python3.6/site-packages/os_brick/initiator/connectors/local.py to local.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-os-brick-4.0.3-1.el8.noarch/usr/lib/python3.6/site-packages/os_brick/initiator/connectors/base.py to base.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-os-brick-4.0.3-1.el8.noarch/usr/lib/python3.6/site-packages/os_brick/initiator/connectors/rbd.py to rbd.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-os-brick-4.0.3-1.el8.noarch/usr/lib/python3.6/site-packages/os_brick/initiator/connectors/fake.py to fake.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-os-brick-4.0.3-1.el8.noarch/usr/lib/python3.6/site-packages/os_brick/initiator/connectors/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-os-brick-4.0.3-1.el8.noarch/usr/lib/python3.6/site-packages/os_brick/initiator/connectors/nvmeof.py to nvmeof.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-os-brick-4.0.3-1.el8.noarch/usr/lib/python3.6/site-packages/os_brick/initiator/host_driver.py to host_driver.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-os-brick-4.0.3-1.el8.noarch/usr/lib/python3.6/site-packages/os_brick/initiator/linuxscsi.py to linuxscsi.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-os-brick-4.0.3-1.el8.noarch/usr/lib/python3.6/site-packages/os_brick/initiator/linuxrbd.py to linuxrbd.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-os-brick-4.0.3-1.el8.noarch/usr/lib/python3.6/site-packages/os_brick/initiator/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-os-brick-4.0.3-1.el8.noarch/usr/lib/python3.6/site-packages/os_brick/initiator/linuxfc.py to linuxfc.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-os-brick-4.0.3-1.el8.noarch/usr/lib/python3.6/site-packages/os_brick/initiator/utils.py to utils.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-os-brick-4.0.3-1.el8.noarch/usr/lib/python3.6/site-packages/os_brick/initiator/windows/fibre_channel.py to fibre_channel.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-os-brick-4.0.3-1.el8.noarch/usr/lib/python3.6/site-packages/os_brick/initiator/windows/iscsi.py to iscsi.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-os-brick-4.0.3-1.el8.noarch/usr/lib/python3.6/site-packages/os_brick/initiator/windows/base.py to base.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-os-brick-4.0.3-1.el8.noarch/usr/lib/python3.6/site-packages/os_brick/initiator/windows/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-os-brick-4.0.3-1.el8.noarch/usr/lib/python3.6/site-packages/os_brick/initiator/windows/smbfs.py to smbfs.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-os-brick-4.0.3-1.el8.noarch/usr/lib/python3.6/site-packages/os_brick/caches/opencas.py to opencas.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-os-brick-4.0.3-1.el8.noarch/usr/lib/python3.6/site-packages/os_brick/caches/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-os-brick-4.0.3-1.el8.noarch/usr/lib/python3.6/site-packages/os_brick/encryptors/cryptsetup.py to cryptsetup.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-os-brick-4.0.3-1.el8.noarch/usr/lib/python3.6/site-packages/os_brick/encryptors/base.py to base.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-os-brick-4.0.3-1.el8.noarch/usr/lib/python3.6/site-packages/os_brick/encryptors/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-os-brick-4.0.3-1.el8.noarch/usr/lib/python3.6/site-packages/os_brick/encryptors/nop.py to nop.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-os-brick-4.0.3-1.el8.noarch/usr/lib/python3.6/site-packages/os_brick/encryptors/luks.py to luks.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-os-brick-4.0.3-1.el8.noarch/usr/lib/python3.6/site-packages/os_brick/local_dev/lvm.py to lvm.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-os-brick-4.0.3-1.el8.noarch/usr/lib/python3.6/site-packages/os_brick/local_dev/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-os-brick-4.0.3-1.el8.noarch/usr/lib/python3.6/site-packages/os_brick/executor.py to executor.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-os-brick-4.0.3-1.el8.noarch/usr/lib/python3.6/site-packages/os_brick/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-os-brick-4.0.3-1.el8.noarch/usr/lib/python3.6/site-packages/os_brick/tests/remotefs/test_remotefs.py to test_remotefs.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-os-brick-4.0.3-1.el8.noarch/usr/lib/python3.6/site-packages/os_brick/tests/remotefs/test_windows_remotefs.py to test_windows_remotefs.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-os-brick-4.0.3-1.el8.noarch/usr/lib/python3.6/site-packages/os_brick/tests/remotefs/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-os-brick-4.0.3-1.el8.noarch/usr/lib/python3.6/site-packages/os_brick/tests/test_utils.py to test_utils.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-os-brick-4.0.3-1.el8.noarch/usr/lib/python3.6/site-packages/os_brick/tests/test_executor.py to test_executor.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-os-brick-4.0.3-1.el8.noarch/usr/lib/python3.6/site-packages/os_brick/tests/initiator/test_utils.py to test_utils.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-os-brick-4.0.3-1.el8.noarch/usr/lib/python3.6/site-packages/os_brick/tests/initiator/test_linuxfc.py to test_linuxfc.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-os-brick-4.0.3-1.el8.noarch/usr/lib/python3.6/site-packages/os_brick/tests/initiator/test_linuxrbd.py to test_linuxrbd.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-os-brick-4.0.3-1.el8.noarch/usr/lib/python3.6/site-packages/os_brick/tests/initiator/connectors/test_fibre_channel_ppc64.py to test_fibre_channel_ppc64.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-os-brick-4.0.3-1.el8.noarch/usr/lib/python3.6/site-packages/os_brick/tests/initiator/connectors/test_remotefs.py to test_remotefs.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-os-brick-4.0.3-1.el8.noarch/usr/lib/python3.6/site-packages/os_brick/tests/initiator/connectors/test_gpfs.py to test_gpfs.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-os-brick-4.0.3-1.el8.noarch/usr/lib/python3.6/site-packages/os_brick/tests/initiator/connectors/test_iser.py to test_iser.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-os-brick-4.0.3-1.el8.noarch/usr/lib/python3.6/site-packages/os_brick/tests/initiator/connectors/test_scaleio.py to test_scaleio.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-os-brick-4.0.3-1.el8.noarch/usr/lib/python3.6/site-packages/os_brick/tests/initiator/connectors/test_iscsi.py to test_iscsi.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-os-brick-4.0.3-1.el8.noarch/usr/lib/python3.6/site-packages/os_brick/tests/initiator/connectors/test_nvmeof.py to test_nvmeof.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-os-brick-4.0.3-1.el8.noarch/usr/lib/python3.6/site-packages/os_brick/tests/initiator/connectors/test_fibre_channel_s390x.py to test_fibre_channel_s390x.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-os-brick-4.0.3-1.el8.noarch/usr/lib/python3.6/site-packages/os_brick/tests/initiator/connectors/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-os-brick-4.0.3-1.el8.noarch/usr/lib/python3.6/site-packages/os_brick/tests/initiator/connectors/test_rbd.py to test_rbd.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-os-brick-4.0.3-1.el8.noarch/usr/lib/python3.6/site-packages/os_brick/tests/initiator/connectors/test_huawei.py to test_huawei.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-os-brick-4.0.3-1.el8.noarch/usr/lib/python3.6/site-packages/os_brick/tests/initiator/connectors/test_vmware.py to test_vmware.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-os-brick-4.0.3-1.el8.noarch/usr/lib/python3.6/site-packages/os_brick/tests/initiator/connectors/test_fibre_channel.py to test_fibre_channel.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-os-brick-4.0.3-1.el8.noarch/usr/lib/python3.6/site-packages/os_brick/tests/initiator/connectors/test_base_iscsi.py to test_base_iscsi.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-os-brick-4.0.3-1.el8.noarch/usr/lib/python3.6/site-packages/os_brick/tests/initiator/connectors/test_local.py to test_local.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-os-brick-4.0.3-1.el8.noarch/usr/lib/python3.6/site-packages/os_brick/tests/initiator/connectors/test_storpool.py to test_storpool.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-os-brick-4.0.3-1.el8.noarch/usr/lib/python3.6/site-packages/os_brick/tests/initiator/test_host_driver.py to test_host_driver.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-os-brick-4.0.3-1.el8.noarch/usr/lib/python3.6/site-packages/os_brick/tests/initiator/test_linuxscsi.py to test_linuxscsi.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-os-brick-4.0.3-1.el8.noarch/usr/lib/python3.6/site-packages/os_brick/tests/initiator/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-os-brick-4.0.3-1.el8.noarch/usr/lib/python3.6/site-packages/os_brick/tests/initiator/test_connector.py to test_connector.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-os-brick-4.0.3-1.el8.noarch/usr/lib/python3.6/site-packages/os_brick/tests/caches/test_init.py to test_init.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-os-brick-4.0.3-1.el8.noarch/usr/lib/python3.6/site-packages/os_brick/tests/caches/test_opencas.py to test_opencas.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-os-brick-4.0.3-1.el8.noarch/usr/lib/python3.6/site-packages/os_brick/tests/caches/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-os-brick-4.0.3-1.el8.noarch/usr/lib/python3.6/site-packages/os_brick/tests/encryptors/test_luks.py to test_luks.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-os-brick-4.0.3-1.el8.noarch/usr/lib/python3.6/site-packages/os_brick/tests/encryptors/test_nop.py to test_nop.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-os-brick-4.0.3-1.el8.noarch/usr/lib/python3.6/site-packages/os_brick/tests/encryptors/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-os-brick-4.0.3-1.el8.noarch/usr/lib/python3.6/site-packages/os_brick/tests/encryptors/test_base.py to test_base.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-os-brick-4.0.3-1.el8.noarch/usr/lib/python3.6/site-packages/os_brick/tests/encryptors/test_cryptsetup.py to test_cryptsetup.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-os-brick-4.0.3-1.el8.noarch/usr/lib/python3.6/site-packages/os_brick/tests/local_dev/test_brick_lvm.py to test_brick_lvm.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-os-brick-4.0.3-1.el8.noarch/usr/lib/python3.6/site-packages/os_brick/tests/local_dev/fake_lvm.py to fake_lvm.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-os-brick-4.0.3-1.el8.noarch/usr/lib/python3.6/site-packages/os_brick/tests/local_dev/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-os-brick-4.0.3-1.el8.noarch/usr/lib/python3.6/site-packages/os_brick/tests/base.py to base.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-os-brick-4.0.3-1.el8.noarch/usr/lib/python3.6/site-packages/os_brick/tests/test_brick.py to test_brick.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-os-brick-4.0.3-1.el8.noarch/usr/lib/python3.6/site-packages/os_brick/tests/test_exception.py to test_exception.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-os-brick-4.0.3-1.el8.noarch/usr/lib/python3.6/site-packages/os_brick/tests/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-os-brick-4.0.3-1.el8.noarch/usr/lib/python3.6/site-packages/os_brick/tests/privileged/test_rootwrap.py to test_rootwrap.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-os-brick-4.0.3-1.el8.noarch/usr/lib/python3.6/site-packages/os_brick/tests/privileged/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-os-brick-4.0.3-1.el8.noarch/usr/lib/python3.6/site-packages/os_brick/tests/privileged/test_rbd.py to test_rbd.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-os-brick-4.0.3-1.el8.noarch/usr/lib/python3.6/site-packages/os_brick/tests/windows/test_base_connector.py to test_base_connector.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-os-brick-4.0.3-1.el8.noarch/usr/lib/python3.6/site-packages/os_brick/tests/windows/fake_win_conn.py to fake_win_conn.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-os-brick-4.0.3-1.el8.noarch/usr/lib/python3.6/site-packages/os_brick/tests/windows/test_iscsi.py to test_iscsi.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-os-brick-4.0.3-1.el8.noarch/usr/lib/python3.6/site-packages/os_brick/tests/windows/test_factory.py to test_factory.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-os-brick-4.0.3-1.el8.noarch/usr/lib/python3.6/site-packages/os_brick/tests/windows/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-os-brick-4.0.3-1.el8.noarch/usr/lib/python3.6/site-packages/os_brick/tests/windows/test_smbfs.py to test_smbfs.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-os-brick-4.0.3-1.el8.noarch/usr/lib/python3.6/site-packages/os_brick/tests/windows/test_base.py to test_base.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-os-brick-4.0.3-1.el8.noarch/usr/lib/python3.6/site-packages/os_brick/tests/windows/test_fibre_channel.py to test_fibre_channel.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-os-brick-4.0.3-1.el8.noarch/usr/lib/python3.6/site-packages/os_brick/privileged/scaleio.py to scaleio.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-os-brick-4.0.3-1.el8.noarch/usr/lib/python3.6/site-packages/os_brick/privileged/rbd.py to rbd.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-os-brick-4.0.3-1.el8.noarch/usr/lib/python3.6/site-packages/os_brick/privileged/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-os-brick-4.0.3-1.el8.noarch/usr/lib/python3.6/site-packages/os_brick/privileged/rootwrap.py to rootwrap.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-os-brick-4.0.3-1.el8.noarch/usr/lib/python3.6/site-packages/os_brick/utils.py to utils.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-os-brick-4.0.3-1.el8.noarch/usr/lib/python3.6/site-packages/os_brick/exception.py to exception.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-os-brick-4.0.3-1.el8.noarch/usr/lib/python3.6/site-packages/os_brick/version.py to version.cpython-36.pyc writing byte-compilation script '/tmp/tmpe94aw444.py' /usr/bin/python3 /tmp/tmpe94aw444.py removing /tmp/tmpe94aw444.py running install_data creating /builddir/build/BUILDROOT/python-os-brick-4.0.3-1.el8.noarch/usr/etc creating /builddir/build/BUILDROOT/python-os-brick-4.0.3-1.el8.noarch/usr/etc/os-brick creating /builddir/build/BUILDROOT/python-os-brick-4.0.3-1.el8.noarch/usr/etc/os-brick/rootwrap.d copying etc/os-brick/rootwrap.d/os-brick.filters -> /builddir/build/BUILDROOT/python-os-brick-4.0.3-1.el8.noarch/usr/etc/os-brick/rootwrap.d running install_egg_info running egg_info writing os_brick.egg-info/PKG-INFO writing dependency_links to os_brick.egg-info/dependency_links.txt writing top-level names to os_brick.egg-info/top_level.txt writing pbr to os_brick.egg-info/pbr.json [pbr] Processing SOURCES.txt [pbr] In git context, generating filelist from git warning: no previously-included files found matching '.gitignore' warning: no previously-included files found matching '.gitreview' warning: no previously-included files matching '*.pyc' found anywhere in distribution writing manifest file 'os_brick.egg-info/SOURCES.txt' Copying os_brick.egg-info to /builddir/build/BUILDROOT/python-os-brick-4.0.3-1.el8.noarch/usr/lib/python3.6/site-packages/os_brick-4.0.3-py3.6.egg-info running install_scripts /usr/lib/python3.6/site-packages/pbr/packaging.py:435: EasyInstallDeprecationWarning: Use get_header header = easy_install.get_script_header("", executable, is_wininst) + sphinx-build-3 -b html doc/source doc/build/html Running Sphinx v2.2.2 [openstackdocstheme] version: 2.2.1 [openstackdocstheme] connecting html-page-context event handler making output directory... done [openstackdocstheme] overriding configured project name (Python) with name extracted from the package (os-brick); you can disable this behavior with the 'openstackdocs_auto_name' option [openstackdocstheme] using theme from /usr/lib/python3.6/site-packages/openstackdocstheme/theme [openstackdocstheme] no /builddir/build/BUILD/os-brick-4.0.3/.gitreview found building [mo]: targets for 0 po files that are out of date building [html]: targets for 9 source files that are out of date updating environment: [new config] 9 added, 0 changed, 0 removed reading sources... [ 11%] contributor/contributing reading sources... [ 22%] index reading sources... [ 33%] install/index reading sources... [ 44%] reference/index reading sources... [ 55%] reference/os_brick/exception reading sources... [ 66%] reference/os_brick/index reading sources... [ 77%] reference/os_brick/initiator/connector reading sources... [ 88%] reference/os_brick/initiator/index reading sources... [100%] user/tutorial WARNING: autodoc: failed to import module 'exception' from module 'os_brick'; the following exception was raised: No module named 'os_brick' WARNING: autodoc: failed to import module 'os_brick'; the following exception was raised: No module named 'os_brick' WARNING: autodoc: failed to import module 'initiator.connector' from module 'os_brick'; the following exception was raised: No module named 'os_brick' looking for now-outdated files... none found pickling environment... WARNING: autodoc: failed to import module 'initiator' from module 'os_brick'; the following exception was raised: No module named 'os_brick' done checking consistency... done preparing documents... done writing output... [ 11%] contributor/contributing [openstackdocstheme] pdf_link True [openstackdocstheme] pdf_filename 'doc-os-brick.pdf' writing output... [ 22%] index writing output... [ 33%] install/index writing output... [ 44%] reference/index writing output... [ 55%] reference/os_brick/exception writing output... [ 66%] reference/os_brick/index writing output... [ 77%] reference/os_brick/initiator/connector writing output... [ 88%] reference/os_brick/initiator/index writing output... [100%] user/tutorial generating indices... genindex[openstackdocstheme] could not determine last_updated for 'genindex' done writing additional pages... search[openstackdocstheme] could not determine last_updated for 'search' done copying static files... ... done copying extra files... done dumping search index in English (code: en)... done dumping object inventory... done build succeeded, 4 warnings. The HTML pages are in doc/build/html. + rm -rf doc/build/html/.doctrees doc/build/html/.buildinfo + install -d -m 755 /builddir/build/BUILDROOT/python-os-brick-4.0.3-1.el8.noarch/usr/share/os-brick/rootwrap + mv /builddir/build/BUILDROOT/python-os-brick-4.0.3-1.el8.noarch/usr/etc/os-brick/rootwrap.d/os-brick.filters /builddir/build/BUILDROOT/python-os-brick-4.0.3-1.el8.noarch/usr/share/os-brick/rootwrap + /usr/lib/rpm/find-debuginfo.sh -j4 --strict-build-id -m -i --build-id-seed 4.0.3-1.el8 --unique-debug-suffix -4.0.3-1.el8.noarch --unique-debug-src-base python-os-brick-4.0.3-1.el8.noarch --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /builddir/build/BUILD/os-brick-4.0.3 find: 'debug': No such file or directory + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-ldconfig /sbin/ldconfig: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf: No such file or directory + /usr/lib/rpm/brp-compress + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/brp-python-bytecompile '' 1 Bytecompiling .py files below /builddir/build/BUILDROOT/python-os-brick-4.0.3-1.el8.noarch/usr/lib/python3.6 using /usr/libexec/platform-python + /usr/lib/rpm/brp-python-hardlink + PYTHON3=/usr/bin/python3 + /usr/lib/rpm/redhat/brp-mangle-shebangs Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.bBJZt9 + umask 022 + cd /builddir/build/BUILD + cd os-brick-4.0.3 + python3 setup.py test running test running egg_info 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. writing os_brick.egg-info/PKG-INFO writing dependency_links to os_brick.egg-info/dependency_links.txt writing top-level names to os_brick.egg-info/top_level.txt writing pbr to os_brick.egg-info/pbr.json [pbr] Processing SOURCES.txt [pbr] In git context, generating filelist from git warning: no previously-included files found matching '.gitignore' warning: no previously-included files found matching '.gitreview' warning: no previously-included files matching '*.pyc' found anywhere in distribution writing manifest file 'os_brick.egg-info/SOURCES.txt' running build_ext test_cifs (os_brick.tests.remotefs.test_remotefs.RemoteFsClientTestCase) os_brick.tests.remotefs.test_remotefs.RemoteFsClientTestCase.test_cifs ... ok test_init_nfs_calls_check_nfs_options (os_brick.tests.remotefs.test_remotefs.RemoteFsClientTestCase) os_brick.tests.remotefs.test_remotefs.RemoteFsClientTestCase.test_init_nfs_calls_check_nfs_options ... ok test_init_sets_mount_base (os_brick.tests.remotefs.test_remotefs.RemoteFsClientTestCase) os_brick.tests.remotefs.test_remotefs.RemoteFsClientTestCase.test_init_sets_mount_base ... ok test_invalid_fs (os_brick.tests.remotefs.test_remotefs.RemoteFsClientTestCase) os_brick.tests.remotefs.test_remotefs.RemoteFsClientTestCase.test_invalid_fs ... ok test_mount_already_mounted (os_brick.tests.remotefs.test_remotefs.RemoteFsClientTestCase) os_brick.tests.remotefs.test_remotefs.RemoteFsClientTestCase.test_mount_already_mounted ... ok test_mount_failure (os_brick.tests.remotefs.test_remotefs.RemoteFsClientTestCase) os_brick.tests.remotefs.test_remotefs.RemoteFsClientTestCase.test_mount_failure ... Failed to mount 192.0.2.20:/share, reason: mount.nfs: nfs broke ok test_mount_race (os_brick.tests.remotefs.test_remotefs.RemoteFsClientTestCase) os_brick.tests.remotefs.test_remotefs.RemoteFsClientTestCase.test_mount_race ... ok test_nfs (os_brick.tests.remotefs.test_remotefs.RemoteFsClientTestCase) os_brick.tests.remotefs.test_remotefs.RemoteFsClientTestCase.test_nfs ... ok test_no_mount_point_cifs (os_brick.tests.remotefs.test_remotefs.RemoteFsClientTestCase) os_brick.tests.remotefs.test_remotefs.RemoteFsClientTestCase.test_no_mount_point_cifs ... ok test_no_mount_point_glusterfs (os_brick.tests.remotefs.test_remotefs.RemoteFsClientTestCase) os_brick.tests.remotefs.test_remotefs.RemoteFsClientTestCase.test_no_mount_point_glusterfs ... ok test_no_mount_point_nfs (os_brick.tests.remotefs.test_remotefs.RemoteFsClientTestCase) os_brick.tests.remotefs.test_remotefs.RemoteFsClientTestCase.test_no_mount_point_nfs ... ok test_no_mount_point_quobyte (os_brick.tests.remotefs.test_remotefs.RemoteFsClientTestCase) os_brick.tests.remotefs.test_remotefs.RemoteFsClientTestCase.test_no_mount_point_quobyte ... ok test_no_mount_point_vzstorage (os_brick.tests.remotefs.test_remotefs.RemoteFsClientTestCase) os_brick.tests.remotefs.test_remotefs.RemoteFsClientTestCase.test_no_mount_point_vzstorage ... ok test_read_mounts (os_brick.tests.remotefs.test_remotefs.RemoteFsClientTestCase) os_brick.tests.remotefs.test_remotefs.RemoteFsClientTestCase.test_read_mounts ... ok test_get_mount_point (os_brick.tests.remotefs.test_remotefs.ScalityRemoteFsClientTestCase) os_brick.tests.remotefs.test_remotefs.ScalityRemoteFsClientTestCase.test_get_mount_point ... ok test_mount (os_brick.tests.remotefs.test_remotefs.ScalityRemoteFsClientTestCase) os_brick.tests.remotefs.test_remotefs.ScalityRemoteFsClientTestCase.test_mount ... ok test_no_mount_point_scality (os_brick.tests.remotefs.test_remotefs.ScalityRemoteFsClientTestCase) os_brick.tests.remotefs.test_remotefs.ScalityRemoteFsClientTestCase.test_no_mount_point_scality ... ok test_cifs (os_brick.tests.remotefs.test_remotefs.VZStorageRemoteFSClientTestVase) os_brick.tests.remotefs.test_remotefs.VZStorageRemoteFSClientTestVase.test_cifs ... ok test_init_nfs_calls_check_nfs_options (os_brick.tests.remotefs.test_remotefs.VZStorageRemoteFSClientTestVase) os_brick.tests.remotefs.test_remotefs.VZStorageRemoteFSClientTestVase.test_init_nfs_calls_check_nfs_options ... ok test_init_sets_mount_base (os_brick.tests.remotefs.test_remotefs.VZStorageRemoteFSClientTestVase) os_brick.tests.remotefs.test_remotefs.VZStorageRemoteFSClientTestVase.test_init_sets_mount_base ... ok test_invalid_fs (os_brick.tests.remotefs.test_remotefs.VZStorageRemoteFSClientTestVase) os_brick.tests.remotefs.test_remotefs.VZStorageRemoteFSClientTestVase.test_invalid_fs ... ok test_mount_already_mounted (os_brick.tests.remotefs.test_remotefs.VZStorageRemoteFSClientTestVase) os_brick.tests.remotefs.test_remotefs.VZStorageRemoteFSClientTestVase.test_mount_already_mounted ... ok test_mount_failure (os_brick.tests.remotefs.test_remotefs.VZStorageRemoteFSClientTestVase) os_brick.tests.remotefs.test_remotefs.VZStorageRemoteFSClientTestVase.test_mount_failure ... Failed to mount 192.0.2.20:/share, reason: mount.nfs: nfs broke ok test_mount_race (os_brick.tests.remotefs.test_remotefs.VZStorageRemoteFSClientTestVase) os_brick.tests.remotefs.test_remotefs.VZStorageRemoteFSClientTestVase.test_mount_race ... ok test_nfs (os_brick.tests.remotefs.test_remotefs.VZStorageRemoteFSClientTestVase) os_brick.tests.remotefs.test_remotefs.VZStorageRemoteFSClientTestVase.test_nfs ... ok test_no_mount_point_cifs (os_brick.tests.remotefs.test_remotefs.VZStorageRemoteFSClientTestVase) os_brick.tests.remotefs.test_remotefs.VZStorageRemoteFSClientTestVase.test_no_mount_point_cifs ... ok test_no_mount_point_glusterfs (os_brick.tests.remotefs.test_remotefs.VZStorageRemoteFSClientTestVase) os_brick.tests.remotefs.test_remotefs.VZStorageRemoteFSClientTestVase.test_no_mount_point_glusterfs ... ok test_no_mount_point_nfs (os_brick.tests.remotefs.test_remotefs.VZStorageRemoteFSClientTestVase) os_brick.tests.remotefs.test_remotefs.VZStorageRemoteFSClientTestVase.test_no_mount_point_nfs ... ok test_no_mount_point_quobyte (os_brick.tests.remotefs.test_remotefs.VZStorageRemoteFSClientTestVase) os_brick.tests.remotefs.test_remotefs.VZStorageRemoteFSClientTestVase.test_no_mount_point_quobyte ... ok test_no_mount_point_vzstorage (os_brick.tests.remotefs.test_remotefs.VZStorageRemoteFSClientTestVase) os_brick.tests.remotefs.test_remotefs.VZStorageRemoteFSClientTestVase.test_no_mount_point_vzstorage ... ok test_read_mounts (os_brick.tests.remotefs.test_remotefs.VZStorageRemoteFSClientTestVase) os_brick.tests.remotefs.test_remotefs.VZStorageRemoteFSClientTestVase.test_read_mounts ... ok test_vzstorage_by_cluster_name (os_brick.tests.remotefs.test_remotefs.VZStorageRemoteFSClientTestVase) os_brick.tests.remotefs.test_remotefs.VZStorageRemoteFSClientTestVase.test_vzstorage_by_cluster_name ... ok test_vzstorage_invalid_share (os_brick.tests.remotefs.test_remotefs.VZStorageRemoteFSClientTestVase) os_brick.tests.remotefs.test_remotefs.VZStorageRemoteFSClientTestVase.test_vzstorage_invalid_share ... ok test_vzstorage_with_auth (os_brick.tests.remotefs.test_remotefs.VZStorageRemoteFSClientTestVase) os_brick.tests.remotefs.test_remotefs.VZStorageRemoteFSClientTestVase.test_vzstorage_with_auth ... ok test_vzstorage_with_mds_list (os_brick.tests.remotefs.test_remotefs.VZStorageRemoteFSClientTestVase) os_brick.tests.remotefs.test_remotefs.VZStorageRemoteFSClientTestVase.test_vzstorage_with_mds_list ... ok test_create_mount_point_1 (os_brick.tests.remotefs.test_windows_remotefs.WindowsRemotefsClientTestCase) os_brick.tests.remotefs.test_windows_remotefs.WindowsRemotefsClientTestCase.test_create_mount_point_1 ... ok test_create_mount_point_2 (os_brick.tests.remotefs.test_windows_remotefs.WindowsRemotefsClientTestCase) os_brick.tests.remotefs.test_windows_remotefs.WindowsRemotefsClientTestCase.test_create_mount_point_2 ... ok test_create_mount_point_3 (os_brick.tests.remotefs.test_windows_remotefs.WindowsRemotefsClientTestCase) os_brick.tests.remotefs.test_windows_remotefs.WindowsRemotefsClientTestCase.test_create_mount_point_3 ... ok test_get_local_share_path_1 (os_brick.tests.remotefs.test_windows_remotefs.WindowsRemotefsClientTestCase) os_brick.tests.remotefs.test_windows_remotefs.WindowsRemotefsClientTestCase.test_get_local_share_path_1 ... ok test_get_local_share_path_2 (os_brick.tests.remotefs.test_windows_remotefs.WindowsRemotefsClientTestCase) os_brick.tests.remotefs.test_windows_remotefs.WindowsRemotefsClientTestCase.test_get_local_share_path_2 ... ok test_get_local_share_path_missing_1 (os_brick.tests.remotefs.test_windows_remotefs.WindowsRemotefsClientTestCase) os_brick.tests.remotefs.test_windows_remotefs.WindowsRemotefsClientTestCase.test_get_local_share_path_missing_1 ... ok test_get_local_share_path_missing_2 (os_brick.tests.remotefs.test_windows_remotefs.WindowsRemotefsClientTestCase) os_brick.tests.remotefs.test_windows_remotefs.WindowsRemotefsClientTestCase.test_get_local_share_path_missing_2 ... ok test_get_share_name (os_brick.tests.remotefs.test_windows_remotefs.WindowsRemotefsClientTestCase) os_brick.tests.remotefs.test_windows_remotefs.WindowsRemotefsClientTestCase.test_get_share_name ... ok test_mount_1_True (os_brick.tests.remotefs.test_windows_remotefs.WindowsRemotefsClientTestCase) os_brick.tests.remotefs.test_windows_remotefs.WindowsRemotefsClientTestCase.test_mount_1_True ... ok test_mount_2_False (os_brick.tests.remotefs.test_windows_remotefs.WindowsRemotefsClientTestCase) os_brick.tests.remotefs.test_windows_remotefs.WindowsRemotefsClientTestCase.test_mount_2_False ... ok test_unmount (os_brick.tests.remotefs.test_windows_remotefs.WindowsRemotefsClientTestCase) os_brick.tests.remotefs.test_windows_remotefs.WindowsRemotefsClientTestCase.test_unmount ... ok test_utils_trace_method_default_logger (os_brick.tests.test_utils.LogTracingTestCase) os_brick.tests.test_utils.LogTracingTestCase.test_utils_trace_method_default_logger ... ok test_utils_trace_method_inner_decorator (os_brick.tests.test_utils.LogTracingTestCase) os_brick.tests.test_utils.LogTracingTestCase.test_utils_trace_method_inner_decorator ... ok test_utils_trace_method_outer_decorator (os_brick.tests.test_utils.LogTracingTestCase) os_brick.tests.test_utils.LogTracingTestCase.test_utils_trace_method_outer_decorator ... ok test_utils_trace_method_outer_decorator_with_functools (os_brick.tests.test_utils.LogTracingTestCase) os_brick.tests.test_utils.LogTracingTestCase.test_utils_trace_method_outer_decorator_with_functools ... ok test_utils_trace_method_with_exception (os_brick.tests.test_utils.LogTracingTestCase) os_brick.tests.test_utils.LogTracingTestCase.test_utils_trace_method_with_exception ... ok test_utils_trace_method_with_password_dict (os_brick.tests.test_utils.LogTracingTestCase) os_brick.tests.test_utils.LogTracingTestCase.test_utils_trace_method_with_password_dict ... ok test_utils_trace_method_with_password_in_formal_params (os_brick.tests.test_utils.LogTracingTestCase) os_brick.tests.test_utils.LogTracingTestCase.test_utils_trace_method_with_password_in_formal_params ... ok test_utils_trace_method_with_password_str (os_brick.tests.test_utils.LogTracingTestCase) os_brick.tests.test_utils.LogTracingTestCase.test_utils_trace_method_with_password_str ... ok test_utils_trace_method_with_time (os_brick.tests.test_utils.LogTracingTestCase) os_brick.tests.test_utils.LogTracingTestCase.test_utils_trace_method_with_time ... ok test_limit_is_reached (os_brick.tests.test_utils.TestRetryDecorator) os_brick.tests.test_utils.TestRetryDecorator.test_limit_is_reached ... ok test_no_retry_required (os_brick.tests.test_utils.TestRetryDecorator) os_brick.tests.test_utils.TestRetryDecorator.test_no_retry_required ... ok test_retries_once (os_brick.tests.test_utils.TestRetryDecorator) os_brick.tests.test_utils.TestRetryDecorator.test_retries_once ... ok test_wrong_exception_no_retry (os_brick.tests.test_utils.TestRetryDecorator) os_brick.tests.test_utils.TestRetryDecorator.test_wrong_exception_no_retry ... ok test_default_execute (os_brick.tests.test_executor.TestExecutor) os_brick.tests.test_executor.TestExecutor.test_default_execute ... ok test_execute_non_safe_bytes (os_brick.tests.test_executor.TestExecutor) os_brick.tests.test_executor.TestExecutor.test_execute_non_safe_bytes ... ok test_execute_non_safe_bytes_exception (os_brick.tests.test_executor.TestExecutor) os_brick.tests.test_executor.TestExecutor.test_execute_non_safe_bytes_exception ... ok test_execute_non_safe_str (os_brick.tests.test_executor.TestExecutor) os_brick.tests.test_executor.TestExecutor.test_execute_non_safe_str ... ok test_execute_non_safe_str_exception (os_brick.tests.test_executor.TestExecutor) os_brick.tests.test_executor.TestExecutor.test_execute_non_safe_str_exception ... ok test_fake_execute (os_brick.tests.test_executor.TestExecutor) os_brick.tests.test_executor.TestExecutor.test_fake_execute ... ok test_none_execute (os_brick.tests.test_executor.TestExecutor) os_brick.tests.test_executor.TestExecutor.test_none_execute ... ok test_no_context (os_brick.tests.test_executor.TestThread) os_brick.tests.test_executor.TestThread.test_no_context ... ok test_no_cross_mix (os_brick.tests.test_executor.TestThread) os_brick.tests.test_executor.TestThread.test_no_cross_mix ... ok test_normal_thread (os_brick.tests.test_executor.TestThread) os_brick.tests.test_executor.TestThread.test_normal_thread ... ok test_with_context (os_brick.tests.test_executor.TestThread) os_brick.tests.test_executor.TestThread.test_with_context ... ok test_check_manual_scan_not_supported (os_brick.tests.initiator.test_utils.InitiatorUtilsTestCase) os_brick.tests.initiator.test_utils.InitiatorUtilsTestCase.test_check_manual_scan_not_supported ... ok test_check_manual_scan_supported (os_brick.tests.initiator.test_utils.InitiatorUtilsTestCase) os_brick.tests.initiator.test_utils.InitiatorUtilsTestCase.test_check_manual_scan_supported ... ok test_check_manual_scan_windows (os_brick.tests.initiator.test_utils.InitiatorUtilsTestCase) os_brick.tests.initiator.test_utils.InitiatorUtilsTestCase.test_check_manual_scan_windows ... ok test_guard_connection_manual_scan_support (os_brick.tests.initiator.test_utils.InitiatorUtilsTestCase) os_brick.tests.initiator.test_utils.InitiatorUtilsTestCase.test_guard_connection_manual_scan_support ... ok test_guard_connection_manual_scan_unsupported_hared (os_brick.tests.initiator.test_utils.InitiatorUtilsTestCase) os_brick.tests.initiator.test_utils.InitiatorUtilsTestCase.test_guard_connection_manual_scan_unsupported_hared ... ok test_guard_connection_manual_scan_unsupported_not_shared (os_brick.tests.initiator.test_utils.InitiatorUtilsTestCase) os_brick.tests.initiator.test_utils.InitiatorUtilsTestCase.test_guard_connection_manual_scan_unsupported_not_shared ... ok test__get_hba_channel_scsi_target_lun_exception (os_brick.tests.initiator.test_linuxfc.LinuxFCS390XTestCase) os_brick.tests.initiator.test_linuxfc.LinuxFCS390XTestCase.test__get_hba_channel_scsi_target_lun_exception ... ok test__get_hba_channel_scsi_target_lun_multiple_wwpn (os_brick.tests.initiator.test_linuxfc.LinuxFCS390XTestCase) os_brick.tests.initiator.test_linuxfc.LinuxFCS390XTestCase.test__get_hba_channel_scsi_target_lun_multiple_wwpn ... ok test__get_hba_channel_scsi_target_lun_multiple_wwpn_and_luns (os_brick.tests.initiator.test_linuxfc.LinuxFCS390XTestCase) os_brick.tests.initiator.test_linuxfc.LinuxFCS390XTestCase.test__get_hba_channel_scsi_target_lun_multiple_wwpn_and_luns ... ok test__get_hba_channel_scsi_target_lun_not_found (os_brick.tests.initiator.test_linuxfc.LinuxFCS390XTestCase) os_brick.tests.initiator.test_linuxfc.LinuxFCS390XTestCase.test__get_hba_channel_scsi_target_lun_not_found ... ok test__get_hba_channel_scsi_target_lun_single_wwpn (os_brick.tests.initiator.test_linuxfc.LinuxFCS390XTestCase) os_brick.tests.initiator.test_linuxfc.LinuxFCS390XTestCase.test__get_hba_channel_scsi_target_lun_single_wwpn ... ok test__get_hba_channel_scsi_target_lun_some_exception (os_brick.tests.initiator.test_linuxfc.LinuxFCS390XTestCase) os_brick.tests.initiator.test_linuxfc.LinuxFCS390XTestCase.test__get_hba_channel_scsi_target_lun_some_exception ... ok test__get_hba_channel_scsi_target_lun_with_initiator_target_map (os_brick.tests.initiator.test_linuxfc.LinuxFCS390XTestCase) os_brick.tests.initiator.test_linuxfc.LinuxFCS390XTestCase.test__get_hba_channel_scsi_target_lun_with_initiator_target_map ... ok test__get_hba_channel_scsi_target_lun_with_initiator_target_map_none (os_brick.tests.initiator.test_linuxfc.LinuxFCS390XTestCase) os_brick.tests.initiator.test_linuxfc.LinuxFCS390XTestCase.test__get_hba_channel_scsi_target_lun_with_initiator_target_map_none ... ok test__get_hba_channel_scsi_target_lun_zone_manager (os_brick.tests.initiator.test_linuxfc.LinuxFCS390XTestCase) os_brick.tests.initiator.test_linuxfc.LinuxFCS390XTestCase.test__get_hba_channel_scsi_target_lun_zone_manager ... ok test_configure_scsi_device (os_brick.tests.initiator.test_linuxfc.LinuxFCS390XTestCase) os_brick.tests.initiator.test_linuxfc.LinuxFCS390XTestCase.test_configure_scsi_device ... ok test_deconfigure_scsi_device (os_brick.tests.initiator.test_linuxfc.LinuxFCS390XTestCase) os_brick.tests.initiator.test_linuxfc.LinuxFCS390XTestCase.test_deconfigure_scsi_device ... ok test_get_fc_hbas (os_brick.tests.initiator.test_linuxfc.LinuxFCS390XTestCase) os_brick.tests.initiator.test_linuxfc.LinuxFCS390XTestCase.test_get_fc_hbas ... ok test_get_fc_hbas_fail (os_brick.tests.initiator.test_linuxfc.LinuxFCS390XTestCase) os_brick.tests.initiator.test_linuxfc.LinuxFCS390XTestCase.test_get_fc_hbas_fail ... ok test_get_fc_hbas_info (os_brick.tests.initiator.test_linuxfc.LinuxFCS390XTestCase) os_brick.tests.initiator.test_linuxfc.LinuxFCS390XTestCase.test_get_fc_hbas_info ... ok test_get_fc_wwnns (os_brick.tests.initiator.test_linuxfc.LinuxFCS390XTestCase) os_brick.tests.initiator.test_linuxfc.LinuxFCS390XTestCase.test_get_fc_wwnns ... ok test_get_fc_wwpns (os_brick.tests.initiator.test_linuxfc.LinuxFCS390XTestCase) os_brick.tests.initiator.test_linuxfc.LinuxFCS390XTestCase.test_get_fc_wwpns ... ok test_has_fc_support (os_brick.tests.initiator.test_linuxfc.LinuxFCS390XTestCase) os_brick.tests.initiator.test_linuxfc.LinuxFCS390XTestCase.test_has_fc_support ... ok test_rescan_hosts_initiator_map (os_brick.tests.initiator.test_linuxfc.LinuxFCS390XTestCase) os_brick.tests.initiator.test_linuxfc.LinuxFCS390XTestCase.test_rescan_hosts_initiator_map ... ok test_rescan_hosts_initiator_map_single_wwnn (os_brick.tests.initiator.test_linuxfc.LinuxFCS390XTestCase) os_brick.tests.initiator.test_linuxfc.LinuxFCS390XTestCase.test_rescan_hosts_initiator_map_single_wwnn ... ok test_rescan_hosts_port_not_found (os_brick.tests.initiator.test_linuxfc.LinuxFCS390XTestCase) os_brick.tests.initiator.test_linuxfc.LinuxFCS390XTestCase.test_rescan_hosts_port_not_found ... ok test_rescan_hosts_port_not_found_driver_disables_wildcards (os_brick.tests.initiator.test_linuxfc.LinuxFCS390XTestCase) os_brick.tests.initiator.test_linuxfc.LinuxFCS390XTestCase.test_rescan_hosts_port_not_found_driver_disables_wildcards ... ok test_rescan_hosts_single_wwnn (os_brick.tests.initiator.test_linuxfc.LinuxFCS390XTestCase) os_brick.tests.initiator.test_linuxfc.LinuxFCS390XTestCase.test_rescan_hosts_single_wwnn ... ok test__get_hba_channel_scsi_target_lun_exception (os_brick.tests.initiator.test_linuxfc.LinuxFCTestCase) os_brick.tests.initiator.test_linuxfc.LinuxFCTestCase.test__get_hba_channel_scsi_target_lun_exception ... ok test__get_hba_channel_scsi_target_lun_multiple_wwpn (os_brick.tests.initiator.test_linuxfc.LinuxFCTestCase) os_brick.tests.initiator.test_linuxfc.LinuxFCTestCase.test__get_hba_channel_scsi_target_lun_multiple_wwpn ... ok test__get_hba_channel_scsi_target_lun_multiple_wwpn_and_luns (os_brick.tests.initiator.test_linuxfc.LinuxFCTestCase) os_brick.tests.initiator.test_linuxfc.LinuxFCTestCase.test__get_hba_channel_scsi_target_lun_multiple_wwpn_and_luns ... ok test__get_hba_channel_scsi_target_lun_not_found (os_brick.tests.initiator.test_linuxfc.LinuxFCTestCase) os_brick.tests.initiator.test_linuxfc.LinuxFCTestCase.test__get_hba_channel_scsi_target_lun_not_found ... ok test__get_hba_channel_scsi_target_lun_single_wwpn (os_brick.tests.initiator.test_linuxfc.LinuxFCTestCase) os_brick.tests.initiator.test_linuxfc.LinuxFCTestCase.test__get_hba_channel_scsi_target_lun_single_wwpn ... ok test__get_hba_channel_scsi_target_lun_some_exception (os_brick.tests.initiator.test_linuxfc.LinuxFCTestCase) os_brick.tests.initiator.test_linuxfc.LinuxFCTestCase.test__get_hba_channel_scsi_target_lun_some_exception ... ok test__get_hba_channel_scsi_target_lun_with_initiator_target_map (os_brick.tests.initiator.test_linuxfc.LinuxFCTestCase) os_brick.tests.initiator.test_linuxfc.LinuxFCTestCase.test__get_hba_channel_scsi_target_lun_with_initiator_target_map ... ok test__get_hba_channel_scsi_target_lun_with_initiator_target_map_none (os_brick.tests.initiator.test_linuxfc.LinuxFCTestCase) os_brick.tests.initiator.test_linuxfc.LinuxFCTestCase.test__get_hba_channel_scsi_target_lun_with_initiator_target_map_none ... ok test__get_hba_channel_scsi_target_lun_zone_manager (os_brick.tests.initiator.test_linuxfc.LinuxFCTestCase) os_brick.tests.initiator.test_linuxfc.LinuxFCTestCase.test__get_hba_channel_scsi_target_lun_zone_manager ... ok test_get_fc_hbas (os_brick.tests.initiator.test_linuxfc.LinuxFCTestCase) os_brick.tests.initiator.test_linuxfc.LinuxFCTestCase.test_get_fc_hbas ... ok test_get_fc_hbas_fail (os_brick.tests.initiator.test_linuxfc.LinuxFCTestCase) os_brick.tests.initiator.test_linuxfc.LinuxFCTestCase.test_get_fc_hbas_fail ... ok test_get_fc_hbas_info (os_brick.tests.initiator.test_linuxfc.LinuxFCTestCase) os_brick.tests.initiator.test_linuxfc.LinuxFCTestCase.test_get_fc_hbas_info ... ok test_get_fc_wwnns (os_brick.tests.initiator.test_linuxfc.LinuxFCTestCase) os_brick.tests.initiator.test_linuxfc.LinuxFCTestCase.test_get_fc_wwnns ... ok test_get_fc_wwpns (os_brick.tests.initiator.test_linuxfc.LinuxFCTestCase) os_brick.tests.initiator.test_linuxfc.LinuxFCTestCase.test_get_fc_wwpns ... ok test_has_fc_support (os_brick.tests.initiator.test_linuxfc.LinuxFCTestCase) os_brick.tests.initiator.test_linuxfc.LinuxFCTestCase.test_has_fc_support ... ok test_rescan_hosts_initiator_map (os_brick.tests.initiator.test_linuxfc.LinuxFCTestCase) os_brick.tests.initiator.test_linuxfc.LinuxFCTestCase.test_rescan_hosts_initiator_map ... ok test_rescan_hosts_initiator_map_single_wwnn (os_brick.tests.initiator.test_linuxfc.LinuxFCTestCase) os_brick.tests.initiator.test_linuxfc.LinuxFCTestCase.test_rescan_hosts_initiator_map_single_wwnn ... ok test_rescan_hosts_port_not_found (os_brick.tests.initiator.test_linuxfc.LinuxFCTestCase) os_brick.tests.initiator.test_linuxfc.LinuxFCTestCase.test_rescan_hosts_port_not_found ... ok test_rescan_hosts_port_not_found_driver_disables_wildcards (os_brick.tests.initiator.test_linuxfc.LinuxFCTestCase) os_brick.tests.initiator.test_linuxfc.LinuxFCTestCase.test_rescan_hosts_port_not_found_driver_disables_wildcards ... ok test_rescan_hosts_single_wwnn (os_brick.tests.initiator.test_linuxfc.LinuxFCTestCase) os_brick.tests.initiator.test_linuxfc.LinuxFCTestCase.test_rescan_hosts_single_wwnn ... ok test_with_client (os_brick.tests.initiator.test_linuxrbd.RBDClientTestCase) os_brick.tests.initiator.test_linuxrbd.RBDClientTestCase.test_with_client ... ok test_with_client_error (os_brick.tests.initiator.test_linuxrbd.RBDClientTestCase) os_brick.tests.initiator.test_linuxrbd.RBDClientTestCase.test_with_client_error ... ok test_close (os_brick.tests.initiator.test_linuxrbd.RBDVolumeIOWrapperTestCase) os_brick.tests.initiator.test_linuxrbd.RBDVolumeIOWrapperTestCase.test_close ... ok test_fileno (os_brick.tests.initiator.test_linuxrbd.RBDVolumeIOWrapperTestCase) os_brick.tests.initiator.test_linuxrbd.RBDVolumeIOWrapperTestCase.test_fileno ... ok test_flush (os_brick.tests.initiator.test_linuxrbd.RBDVolumeIOWrapperTestCase) os_brick.tests.initiator.test_linuxrbd.RBDVolumeIOWrapperTestCase.test_flush ... ok test_inc_offset (os_brick.tests.initiator.test_linuxrbd.RBDVolumeIOWrapperTestCase) os_brick.tests.initiator.test_linuxrbd.RBDVolumeIOWrapperTestCase.test_inc_offset ... ok test_init (os_brick.tests.initiator.test_linuxrbd.RBDVolumeIOWrapperTestCase) os_brick.tests.initiator.test_linuxrbd.RBDVolumeIOWrapperTestCase.test_init ... ok test_read (os_brick.tests.initiator.test_linuxrbd.RBDVolumeIOWrapperTestCase) os_brick.tests.initiator.test_linuxrbd.RBDVolumeIOWrapperTestCase.test_read ... ok test_seek (os_brick.tests.initiator.test_linuxrbd.RBDVolumeIOWrapperTestCase) os_brick.tests.initiator.test_linuxrbd.RBDVolumeIOWrapperTestCase.test_seek ... ok test_seekable (os_brick.tests.initiator.test_linuxrbd.RBDVolumeIOWrapperTestCase) os_brick.tests.initiator.test_linuxrbd.RBDVolumeIOWrapperTestCase.test_seekable ... ok test_tell (os_brick.tests.initiator.test_linuxrbd.RBDVolumeIOWrapperTestCase) os_brick.tests.initiator.test_linuxrbd.RBDVolumeIOWrapperTestCase.test_tell ... ok test_write (os_brick.tests.initiator.test_linuxrbd.RBDVolumeIOWrapperTestCase) os_brick.tests.initiator.test_linuxrbd.RBDVolumeIOWrapperTestCase.test_write ... ok test_name_attribute (os_brick.tests.initiator.test_linuxrbd.RBDVolumeTestCase) os_brick.tests.initiator.test_linuxrbd.RBDVolumeTestCase.test_name_attribute ... ok test_check_valid_device (os_brick.tests.initiator.connectors.test_fibre_channel_ppc64.FibreChannelConnectorPPC64TestCase) os_brick.tests.initiator.connectors.test_fibre_channel_ppc64.FibreChannelConnectorPPC64TestCase.test_check_valid_device ... ok test_check_valid_device_with_cmd_error (os_brick.tests.initiator.connectors.test_fibre_channel_ppc64.FibreChannelConnectorPPC64TestCase) os_brick.tests.initiator.connectors.test_fibre_channel_ppc64.FibreChannelConnectorPPC64TestCase.test_check_valid_device_with_cmd_error ... Failed to access the device on the path /dev: None. ok test_check_valid_device_with_wrong_path (os_brick.tests.initiator.connectors.test_fibre_channel_ppc64.FibreChannelConnectorPPC64TestCase) os_brick.tests.initiator.connectors.test_fibre_channel_ppc64.FibreChannelConnectorPPC64TestCase.test_check_valid_device_with_wrong_path ... ok test_connect_volume (os_brick.tests.initiator.connectors.test_fibre_channel_ppc64.FibreChannelConnectorPPC64TestCase) os_brick.tests.initiator.connectors.test_fibre_channel_ppc64.FibreChannelConnectorPPC64TestCase.test_connect_volume ... ok test_disconnect_volume (os_brick.tests.initiator.connectors.test_fibre_channel_ppc64.FibreChannelConnectorPPC64TestCase) os_brick.tests.initiator.connectors.test_fibre_channel_ppc64.FibreChannelConnectorPPC64TestCase.test_disconnect_volume ... ok test_factory (os_brick.tests.initiator.connectors.test_fibre_channel_ppc64.FibreChannelConnectorPPC64TestCase) os_brick.tests.initiator.connectors.test_fibre_channel_ppc64.FibreChannelConnectorPPC64TestCase.test_factory ... Connection details not present. RemoteFsClient may not initialize properly. Connection details not present. RemoteFsClient may not initialize properly. Connection details not present. RemoteFsClient may not initialize properly. SDS CLI file not found, HuaweiStorHyperConnector init failed. Connection details not present. RemoteFsClient may not initialize properly. ok test_get_connector_mapping (os_brick.tests.initiator.connectors.test_fibre_channel_ppc64.FibreChannelConnectorPPC64TestCase) os_brick.tests.initiator.connectors.test_fibre_channel_ppc64.FibreChannelConnectorPPC64TestCase.test_get_connector_mapping ... ok test_get_connector_mapping_win32 (os_brick.tests.initiator.connectors.test_fibre_channel_ppc64.FibreChannelConnectorPPC64TestCase) os_brick.tests.initiator.connectors.test_fibre_channel_ppc64.FibreChannelConnectorPPC64TestCase.test_get_connector_mapping_win32 ... ok test_get_connector_properties (os_brick.tests.initiator.connectors.test_fibre_channel_ppc64.FibreChannelConnectorPPC64TestCase) os_brick.tests.initiator.connectors.test_fibre_channel_ppc64.FibreChannelConnectorPPC64TestCase.test_get_connector_properties ... multipathd is not running: exit code None ok test_get_host_devices (os_brick.tests.initiator.connectors.test_fibre_channel_ppc64.FibreChannelConnectorPPC64TestCase) os_brick.tests.initiator.connectors.test_fibre_channel_ppc64.FibreChannelConnectorPPC64TestCase.test_get_host_devices ... ok test_check_valid_device (os_brick.tests.initiator.connectors.test_remotefs.RemoteFsConnectorTestCase) os_brick.tests.initiator.connectors.test_remotefs.RemoteFsConnectorTestCase.test_check_valid_device ... Connection details not present. RemoteFsClient may not initialize properly. ok test_check_valid_device_with_cmd_error (os_brick.tests.initiator.connectors.test_remotefs.RemoteFsConnectorTestCase) os_brick.tests.initiator.connectors.test_remotefs.RemoteFsConnectorTestCase.test_check_valid_device_with_cmd_error ... Connection details not present. RemoteFsClient may not initialize properly. Failed to access the device on the path /dev: None. ok test_check_valid_device_with_wrong_path (os_brick.tests.initiator.connectors.test_remotefs.RemoteFsConnectorTestCase) os_brick.tests.initiator.connectors.test_remotefs.RemoteFsConnectorTestCase.test_check_valid_device_with_wrong_path ... Connection details not present. RemoteFsClient may not initialize properly. ok test_connect_volume (os_brick.tests.initiator.connectors.test_remotefs.RemoteFsConnectorTestCase) os_brick.tests.initiator.connectors.test_remotefs.RemoteFsConnectorTestCase.test_connect_volume ... Connection details not present. RemoteFsClient may not initialize properly. ok test_disconnect_volume (os_brick.tests.initiator.connectors.test_remotefs.RemoteFsConnectorTestCase) os_brick.tests.initiator.connectors.test_remotefs.RemoteFsConnectorTestCase.test_disconnect_volume ... Connection details not present. RemoteFsClient may not initialize properly. ok test_extend_volume (os_brick.tests.initiator.connectors.test_remotefs.RemoteFsConnectorTestCase) os_brick.tests.initiator.connectors.test_remotefs.RemoteFsConnectorTestCase.test_extend_volume ... Connection details not present. RemoteFsClient may not initialize properly. ok test_factory (os_brick.tests.initiator.connectors.test_remotefs.RemoteFsConnectorTestCase) os_brick.tests.initiator.connectors.test_remotefs.RemoteFsConnectorTestCase.test_factory ... Connection details not present. RemoteFsClient may not initialize properly. Connection details not present. RemoteFsClient may not initialize properly. Connection details not present. RemoteFsClient may not initialize properly. Connection details not present. RemoteFsClient may not initialize properly. SDS CLI file not found, HuaweiStorHyperConnector init failed. Connection details not present. RemoteFsClient may not initialize properly. ok test_get_connector_mapping (os_brick.tests.initiator.connectors.test_remotefs.RemoteFsConnectorTestCase) os_brick.tests.initiator.connectors.test_remotefs.RemoteFsConnectorTestCase.test_get_connector_mapping ... Connection details not present. RemoteFsClient may not initialize properly. ok test_get_connector_mapping_win32 (os_brick.tests.initiator.connectors.test_remotefs.RemoteFsConnectorTestCase) os_brick.tests.initiator.connectors.test_remotefs.RemoteFsConnectorTestCase.test_get_connector_mapping_win32 ... Connection details not present. RemoteFsClient may not initialize properly. ok test_get_connector_properties (os_brick.tests.initiator.connectors.test_remotefs.RemoteFsConnectorTestCase) os_brick.tests.initiator.connectors.test_remotefs.RemoteFsConnectorTestCase.test_get_connector_properties ... Connection details not present. RemoteFsClient may not initialize properly. ok test_get_search_path (os_brick.tests.initiator.connectors.test_remotefs.RemoteFsConnectorTestCase) os_brick.tests.initiator.connectors.test_remotefs.RemoteFsConnectorTestCase.test_get_search_path ... Connection details not present. RemoteFsClient may not initialize properly. ok test_get_volume_paths (os_brick.tests.initiator.connectors.test_remotefs.RemoteFsConnectorTestCase) os_brick.tests.initiator.connectors.test_remotefs.RemoteFsConnectorTestCase.test_get_volume_paths ... Connection details not present. RemoteFsClient may not initialize properly. ok test_init_with_scality (os_brick.tests.initiator.connectors.test_remotefs.RemoteFsConnectorTestCase) os_brick.tests.initiator.connectors.test_remotefs.RemoteFsConnectorTestCase.test_init_with_scality ... Connection details not present. RemoteFsClient may not initialize properly. Connection details not present. RemoteFsClient may not initialize properly. ok test_check_valid_device (os_brick.tests.initiator.connectors.test_gpfs.GPFSConnectorTestCase) os_brick.tests.initiator.connectors.test_gpfs.GPFSConnectorTestCase.test_check_valid_device ... ok test_check_valid_device_with_cmd_error (os_brick.tests.initiator.connectors.test_gpfs.GPFSConnectorTestCase) os_brick.tests.initiator.connectors.test_gpfs.GPFSConnectorTestCase.test_check_valid_device_with_cmd_error ... Failed to access the device on the path /dev: None. ok test_check_valid_device_with_wrong_path (os_brick.tests.initiator.connectors.test_gpfs.GPFSConnectorTestCase) os_brick.tests.initiator.connectors.test_gpfs.GPFSConnectorTestCase.test_check_valid_device_with_wrong_path ... ok test_connect_volume (os_brick.tests.initiator.connectors.test_gpfs.GPFSConnectorTestCase) os_brick.tests.initiator.connectors.test_gpfs.GPFSConnectorTestCase.test_connect_volume ... ok test_connect_volume_with_invalid_connection_data (os_brick.tests.initiator.connectors.test_gpfs.GPFSConnectorTestCase) os_brick.tests.initiator.connectors.test_gpfs.GPFSConnectorTestCase.test_connect_volume_with_invalid_connection_data ... ok test_disconnect_volume (os_brick.tests.initiator.connectors.test_gpfs.GPFSConnectorTestCase) os_brick.tests.initiator.connectors.test_gpfs.GPFSConnectorTestCase.test_disconnect_volume ... ok test_extend_volume (os_brick.tests.initiator.connectors.test_gpfs.GPFSConnectorTestCase) os_brick.tests.initiator.connectors.test_gpfs.GPFSConnectorTestCase.test_extend_volume ... ok test_factory (os_brick.tests.initiator.connectors.test_gpfs.GPFSConnectorTestCase) os_brick.tests.initiator.connectors.test_gpfs.GPFSConnectorTestCase.test_factory ... Connection details not present. RemoteFsClient may not initialize properly. Connection details not present. RemoteFsClient may not initialize properly. Connection details not present. RemoteFsClient may not initialize properly. SDS CLI file not found, HuaweiStorHyperConnector init failed. Connection details not present. RemoteFsClient may not initialize properly. ok test_get_connector_mapping (os_brick.tests.initiator.connectors.test_gpfs.GPFSConnectorTestCase) os_brick.tests.initiator.connectors.test_gpfs.GPFSConnectorTestCase.test_get_connector_mapping ... ok test_get_connector_mapping_win32 (os_brick.tests.initiator.connectors.test_gpfs.GPFSConnectorTestCase) os_brick.tests.initiator.connectors.test_gpfs.GPFSConnectorTestCase.test_get_connector_mapping_win32 ... ok test_get_connector_properties (os_brick.tests.initiator.connectors.test_gpfs.GPFSConnectorTestCase) os_brick.tests.initiator.connectors.test_gpfs.GPFSConnectorTestCase.test_get_connector_properties ... ok test_get_search_path (os_brick.tests.initiator.connectors.test_gpfs.GPFSConnectorTestCase) os_brick.tests.initiator.connectors.test_gpfs.GPFSConnectorTestCase.test_get_search_path ... ok test_get_volume_paths (os_brick.tests.initiator.connectors.test_gpfs.GPFSConnectorTestCase) os_brick.tests.initiator.connectors.test_gpfs.GPFSConnectorTestCase.test_get_volume_paths ... ok test_check_valid_device (os_brick.tests.initiator.connectors.test_iser.ISERConnectorTestCase) os_brick.tests.initiator.connectors.test_iser.ISERConnectorTestCase.test_check_valid_device ... ok test_check_valid_device_with_cmd_error (os_brick.tests.initiator.connectors.test_iser.ISERConnectorTestCase) os_brick.tests.initiator.connectors.test_iser.ISERConnectorTestCase.test_check_valid_device_with_cmd_error ... Failed to access the device on the path /dev: None. ok test_check_valid_device_with_wrong_path (os_brick.tests.initiator.connectors.test_iser.ISERConnectorTestCase) os_brick.tests.initiator.connectors.test_iser.ISERConnectorTestCase.test_check_valid_device_with_wrong_path ... ok test_connect_to_iscsi_portal (os_brick.tests.initiator.connectors.test_iser.ISERConnectorTestCase) os_brick.tests.initiator.connectors.test_iser.ISERConnectorTestCase.test_connect_to_iscsi_portal ... ok test_connect_volume (os_brick.tests.initiator.connectors.test_iser.ISERConnectorTestCase) os_brick.tests.initiator.connectors.test_iser.ISERConnectorTestCase.test_connect_volume ... ok test_disconnect_volume (os_brick.tests.initiator.connectors.test_iser.ISERConnectorTestCase) os_brick.tests.initiator.connectors.test_iser.ISERConnectorTestCase.test_disconnect_volume ... ok test_factory (os_brick.tests.initiator.connectors.test_iser.ISERConnectorTestCase) os_brick.tests.initiator.connectors.test_iser.ISERConnectorTestCase.test_factory ... Connection details not present. RemoteFsClient may not initialize properly. Connection details not present. RemoteFsClient may not initialize properly. Connection details not present. RemoteFsClient may not initialize properly. SDS CLI file not found, HuaweiStorHyperConnector init failed. Connection details not present. RemoteFsClient may not initialize properly. ok test_get_connection_devices (os_brick.tests.initiator.connectors.test_iser.ISERConnectorTestCase) os_brick.tests.initiator.connectors.test_iser.ISERConnectorTestCase.test_get_connection_devices ... ok test_get_connector_mapping (os_brick.tests.initiator.connectors.test_iser.ISERConnectorTestCase) os_brick.tests.initiator.connectors.test_iser.ISERConnectorTestCase.test_get_connector_mapping ... ok test_get_connector_mapping_win32 (os_brick.tests.initiator.connectors.test_iser.ISERConnectorTestCase) os_brick.tests.initiator.connectors.test_iser.ISERConnectorTestCase.test_get_connector_mapping_win32 ... ok test_get_connector_properties (os_brick.tests.initiator.connectors.test_iser.ISERConnectorTestCase) os_brick.tests.initiator.connectors.test_iser.ISERConnectorTestCase.test_get_connector_properties ... multipathd is not running: exit code None ok test_check_valid_device (os_brick.tests.initiator.connectors.test_scaleio.ScaleIOConnectorTestCase) os_brick.tests.initiator.connectors.test_scaleio.ScaleIOConnectorTestCase.test_check_valid_device ... ok test_check_valid_device_with_cmd_error (os_brick.tests.initiator.connectors.test_scaleio.ScaleIOConnectorTestCase) os_brick.tests.initiator.connectors.test_scaleio.ScaleIOConnectorTestCase.test_check_valid_device_with_cmd_error ... Failed to access the device on the path /dev: None. ok test_check_valid_device_with_wrong_path (os_brick.tests.initiator.connectors.test_scaleio.ScaleIOConnectorTestCase) os_brick.tests.initiator.connectors.test_scaleio.ScaleIOConnectorTestCase.test_check_valid_device_with_wrong_path ... ok test_connect_volume (os_brick.tests.initiator.connectors.test_scaleio.ScaleIOConnectorTestCase) os_brick.tests.initiator.connectors.test_scaleio.ScaleIOConnectorTestCase.test_connect_volume ... ok test_connect_volume_old_connection_properties (os_brick.tests.initiator.connectors.test_scaleio.ScaleIOConnectorTestCase) os_brick.tests.initiator.connectors.test_scaleio.ScaleIOConnectorTestCase.test_connect_volume_old_connection_properties ... ok test_connect_volume_without_volume_id (os_brick.tests.initiator.connectors.test_scaleio.ScaleIOConnectorTestCase) os_brick.tests.initiator.connectors.test_scaleio.ScaleIOConnectorTestCase.test_connect_volume_without_volume_id ... ok test_connect_with_bandwidth_limit (os_brick.tests.initiator.connectors.test_scaleio.ScaleIOConnectorTestCase) os_brick.tests.initiator.connectors.test_scaleio.ScaleIOConnectorTestCase.test_connect_with_bandwidth_limit ... ok test_connect_with_iops_and_bandwidth_limits (os_brick.tests.initiator.connectors.test_scaleio.ScaleIOConnectorTestCase) os_brick.tests.initiator.connectors.test_scaleio.ScaleIOConnectorTestCase.test_connect_with_iops_and_bandwidth_limits ... ok test_connect_with_iops_limit (os_brick.tests.initiator.connectors.test_scaleio.ScaleIOConnectorTestCase) os_brick.tests.initiator.connectors.test_scaleio.ScaleIOConnectorTestCase.test_connect_with_iops_limit ... ok test_connection_properties_without_failed_over (os_brick.tests.initiator.connectors.test_scaleio.ScaleIOConnectorTestCase) os_brick.tests.initiator.connectors.test_scaleio.ScaleIOConnectorTestCase.test_connection_properties_without_failed_over ... ok test_disconnect_volume (os_brick.tests.initiator.connectors.test_scaleio.ScaleIOConnectorTestCase) os_brick.tests.initiator.connectors.test_scaleio.ScaleIOConnectorTestCase.test_disconnect_volume ... ok test_disconnect_volume_not_mapped (os_brick.tests.initiator.connectors.test_scaleio.ScaleIOConnectorTestCase) os_brick.tests.initiator.connectors.test_scaleio.ScaleIOConnectorTestCase.test_disconnect_volume_not_mapped ... Ignoring error unmapping volume test_volume: volume not mapped. ok test_disconnect_volume_without_volume_id (os_brick.tests.initiator.connectors.test_scaleio.ScaleIOConnectorTestCase) os_brick.tests.initiator.connectors.test_scaleio.ScaleIOConnectorTestCase.test_disconnect_volume_without_volume_id ... ok test_error_bad_login (os_brick.tests.initiator.connectors.test_scaleio.ScaleIOConnectorTestCase) os_brick.tests.initiator.connectors.test_scaleio.ScaleIOConnectorTestCase.test_error_bad_login ... Error mapping volume test_volume: bad login ok test_error_disconnect_volume (os_brick.tests.initiator.connectors.test_scaleio.ScaleIOConnectorTestCase) os_brick.tests.initiator.connectors.test_scaleio.ScaleIOConnectorTestCase.test_error_disconnect_volume ... Error unmapping volume test_volume: Test error map volume ok test_error_id (os_brick.tests.initiator.connectors.test_scaleio.ScaleIOConnectorTestCase) os_brick.tests.initiator.connectors.test_scaleio.ScaleIOConnectorTestCase.test_error_id ... Error mapping volume test_volume: HTTP 404 ok test_error_map_volume (os_brick.tests.initiator.connectors.test_scaleio.ScaleIOConnectorTestCase) os_brick.tests.initiator.connectors.test_scaleio.ScaleIOConnectorTestCase.test_error_map_volume ... Error mapping volume test_volume: Test error map volume ok test_error_no_volume_id (os_brick.tests.initiator.connectors.test_scaleio.ScaleIOConnectorTestCase) os_brick.tests.initiator.connectors.test_scaleio.ScaleIOConnectorTestCase.test_error_no_volume_id ... Volume with name test_volume wasn't found. ok test_error_path_not_found (os_brick.tests.initiator.connectors.test_scaleio.ScaleIOConnectorTestCase) os_brick.tests.initiator.connectors.test_scaleio.ScaleIOConnectorTestCase.test_error_path_not_found ... ok test_extend_volume (os_brick.tests.initiator.connectors.test_scaleio.ScaleIOConnectorTestCase) os_brick.tests.initiator.connectors.test_scaleio.ScaleIOConnectorTestCase.test_extend_volume ... ok test_factory (os_brick.tests.initiator.connectors.test_scaleio.ScaleIOConnectorTestCase) os_brick.tests.initiator.connectors.test_scaleio.ScaleIOConnectorTestCase.test_factory ... Connection details not present. RemoteFsClient may not initialize properly. Connection details not present. RemoteFsClient may not initialize properly. Connection details not present. RemoteFsClient may not initialize properly. SDS CLI file not found, HuaweiStorHyperConnector init failed. Connection details not present. RemoteFsClient may not initialize properly. ok test_get_connector_mapping (os_brick.tests.initiator.connectors.test_scaleio.ScaleIOConnectorTestCase) os_brick.tests.initiator.connectors.test_scaleio.ScaleIOConnectorTestCase.test_get_connector_mapping ... ok test_get_connector_mapping_win32 (os_brick.tests.initiator.connectors.test_scaleio.ScaleIOConnectorTestCase) os_brick.tests.initiator.connectors.test_scaleio.ScaleIOConnectorTestCase.test_get_connector_mapping_win32 ... ok test_get_connector_properties (os_brick.tests.initiator.connectors.test_scaleio.ScaleIOConnectorTestCase) os_brick.tests.initiator.connectors.test_scaleio.ScaleIOConnectorTestCase.test_get_connector_properties ... ok test_get_search_path (os_brick.tests.initiator.connectors.test_scaleio.ScaleIOConnectorTestCase) os_brick.tests.initiator.connectors.test_scaleio.ScaleIOConnectorTestCase.test_get_search_path ... ok test_get_volume_paths (os_brick.tests.initiator.connectors.test_scaleio.ScaleIOConnectorTestCase) os_brick.tests.initiator.connectors.test_scaleio.ScaleIOConnectorTestCase.test_get_volume_paths ... ok test_map_volume_already_mapped (os_brick.tests.initiator.connectors.test_scaleio.ScaleIOConnectorTestCase) os_brick.tests.initiator.connectors.test_scaleio.ScaleIOConnectorTestCase.test_map_volume_already_mapped ... Ignoring error mapping volume test_volume: volume already mapped. ok test__get_connect_result (os_brick.tests.initiator.connectors.test_iscsi.ISCSIConnectorTestCase) os_brick.tests.initiator.connectors.test_iscsi.ISCSIConnectorTestCase.test__get_connect_result ... ok test__get_connect_result_encrypted (os_brick.tests.initiator.connectors.test_iscsi.ISCSIConnectorTestCase) os_brick.tests.initiator.connectors.test_iscsi.ISCSIConnectorTestCase.test__get_connect_result_encrypted ... ok test__get_connect_result_mpath (os_brick.tests.initiator.connectors.test_iscsi.ISCSIConnectorTestCase) os_brick.tests.initiator.connectors.test_iscsi.ISCSIConnectorTestCase.test__get_connect_result_mpath ... ok test__get_device_link (os_brick.tests.initiator.connectors.test_iscsi.ISCSIConnectorTestCase) os_brick.tests.initiator.connectors.test_iscsi.ISCSIConnectorTestCase.test__get_device_link ... ok test__get_device_link_check_links (os_brick.tests.initiator.connectors.test_iscsi.ISCSIConnectorTestCase) os_brick.tests.initiator.connectors.test_iscsi.ISCSIConnectorTestCase.test__get_device_link_check_links ... ok test__get_device_link_multipath (os_brick.tests.initiator.connectors.test_iscsi.ISCSIConnectorTestCase) os_brick.tests.initiator.connectors.test_iscsi.ISCSIConnectorTestCase.test__get_device_link_multipath ... ok test__get_device_link_not_found (os_brick.tests.initiator.connectors.test_iscsi.ISCSIConnectorTestCase) os_brick.tests.initiator.connectors.test_iscsi.ISCSIConnectorTestCase.test__get_device_link_not_found ... ok test__get_device_link_symlink_found_after_retry (os_brick.tests.initiator.connectors.test_iscsi.ISCSIConnectorTestCase) os_brick.tests.initiator.connectors.test_iscsi.ISCSIConnectorTestCase.test__get_device_link_symlink_found_after_retry ... ok test__get_device_link_symlink_found_after_retry_by_listdir (os_brick.tests.initiator.connectors.test_iscsi.ISCSIConnectorTestCase) os_brick.tests.initiator.connectors.test_iscsi.ISCSIConnectorTestCase.test__get_device_link_symlink_found_after_retry_by_listdir ... ok test_brick_iscsi_validate_transport (os_brick.tests.initiator.connectors.test_iscsi.ISCSIConnectorTestCase) os_brick.tests.initiator.connectors.test_iscsi.ISCSIConnectorTestCase.test_brick_iscsi_validate_transport ... No useable transport found for iscsi iface fake_transport. Falling back to default transport. ok test_check_valid_device (os_brick.tests.initiator.connectors.test_iscsi.ISCSIConnectorTestCase) os_brick.tests.initiator.connectors.test_iscsi.ISCSIConnectorTestCase.test_check_valid_device ... ok test_check_valid_device_with_cmd_error (os_brick.tests.initiator.connectors.test_iscsi.ISCSIConnectorTestCase) os_brick.tests.initiator.connectors.test_iscsi.ISCSIConnectorTestCase.test_check_valid_device_with_cmd_error ... Failed to access the device on the path /dev: None. ok test_check_valid_device_with_wrong_path (os_brick.tests.initiator.connectors.test_iscsi.ISCSIConnectorTestCase) os_brick.tests.initiator.connectors.test_iscsi.ISCSIConnectorTestCase.test_check_valid_device_with_wrong_path ... ok test_cleanup_connection_1____dev_sda___False_ (os_brick.tests.initiator.connectors.test_iscsi.ISCSIConnectorTestCase) os_brick.tests.initiator.connectors.test_iscsi.ISCSIConnectorTestCase.test_cleanup_connection_1____dev_sda___False_ ... ok test_cleanup_connection_2____dev_disk_by_id_scsi_WWID___False_ (os_brick.tests.initiator.connectors.test_iscsi.ISCSIConnectorTestCase) os_brick.tests.initiator.connectors.test_iscsi.ISCSIConnectorTestCase.test_cleanup_connection_2____dev_disk_by_id_scsi_WWID___False_ ... ok test_cleanup_connection_3____dev_dm_11___True_ (os_brick.tests.initiator.connectors.test_iscsi.ISCSIConnectorTestCase) os_brick.tests.initiator.connectors.test_iscsi.ISCSIConnectorTestCase.test_cleanup_connection_3____dev_dm_11___True_ ... ok test_cleanup_connection_4____dev_disk_by_id_dm_uuid_mpath_MPATH___True_ (os_brick.tests.initiator.connectors.test_iscsi.ISCSIConnectorTestCase) os_brick.tests.initiator.connectors.test_iscsi.ISCSIConnectorTestCase.test_cleanup_connection_4____dev_disk_by_id_dm_uuid_mpath_MPATH___True_ ... ok test_cleanup_connection_force_failure (os_brick.tests.initiator.connectors.test_iscsi.ISCSIConnectorTestCase) os_brick.tests.initiator.connectors.test_iscsi.ISCSIConnectorTestCase.test_cleanup_connection_force_failure ... There were errors removing {'sda', 'sdb'}, leftovers may remain in the system ok test_cleanup_connection_no_data_discoverydb (os_brick.tests.initiator.connectors.test_iscsi.ISCSIConnectorTestCase) os_brick.tests.initiator.connectors.test_iscsi.ISCSIConnectorTestCase.test_cleanup_connection_no_data_discoverydb ... Exception in string format operation. msg='Unable to find target portal in %(target_portals)s.' Traceback (most recent call last): File "/builddir/build/BUILD/os-brick-4.0.3/os_brick/exception.py", line 51, in __init__ message = self.message % kwargs KeyError: 'target_portals' code: 500 ok test_connect_multipath_volume_all_fail (os_brick.tests.initiator.connectors.test_iscsi.ISCSIConnectorTestCase) os_brick.tests.initiator.connectors.test_iscsi.ISCSIConnectorTestCase.test_connect_multipath_volume_all_fail ... ok test_connect_multipath_volume_all_loging_not_found (os_brick.tests.initiator.connectors.test_iscsi.ISCSIConnectorTestCase) os_brick.tests.initiator.connectors.test_iscsi.ISCSIConnectorTestCase.test_connect_multipath_volume_all_loging_not_found ... ok test_connect_multipath_volume_all_succeed (os_brick.tests.initiator.connectors.test_iscsi.ISCSIConnectorTestCase) os_brick.tests.initiator.connectors.test_iscsi.ISCSIConnectorTestCase.test_connect_multipath_volume_all_succeed ... ok test_connect_multipath_volume_no_wwid (os_brick.tests.initiator.connectors.test_iscsi.ISCSIConnectorTestCase) os_brick.tests.initiator.connectors.test_iscsi.ISCSIConnectorTestCase.test_connect_multipath_volume_no_wwid ... ok test_connect_multipath_volume_some_fail_mp_found (os_brick.tests.initiator.connectors.test_iscsi.ISCSIConnectorTestCase) os_brick.tests.initiator.connectors.test_iscsi.ISCSIConnectorTestCase.test_connect_multipath_volume_some_fail_mp_found ... ok test_connect_multipath_volume_some_fail_mp_not_found (os_brick.tests.initiator.connectors.test_iscsi.ISCSIConnectorTestCase) os_brick.tests.initiator.connectors.test_iscsi.ISCSIConnectorTestCase.test_connect_multipath_volume_some_fail_mp_not_found ... No dm was created, connection to volume is probably bad and will perform poorly. ok test_connect_single_volume (os_brick.tests.initiator.connectors.test_iscsi.ISCSIConnectorTestCase) os_brick.tests.initiator.connectors.test_iscsi.ISCSIConnectorTestCase.test_connect_single_volume ... ok test_connect_single_volume_no_wwn (os_brick.tests.initiator.connectors.test_iscsi.ISCSIConnectorTestCase) os_brick.tests.initiator.connectors.test_iscsi.ISCSIConnectorTestCase.test_connect_single_volume_no_wwn ... ok test_connect_single_volume_not_found (os_brick.tests.initiator.connectors.test_iscsi.ISCSIConnectorTestCase) os_brick.tests.initiator.connectors.test_iscsi.ISCSIConnectorTestCase.test_connect_single_volume_not_found ... ok test_connect_to_iscsi_portal_all_exists_chap (os_brick.tests.initiator.connectors.test_iscsi.ISCSIConnectorTestCase) os_brick.tests.initiator.connectors.test_iscsi.ISCSIConnectorTestCase.test_connect_to_iscsi_portal_all_exists_chap ... ok test_connect_to_iscsi_portal_all_new (os_brick.tests.initiator.connectors.test_iscsi.ISCSIConnectorTestCase) os_brick.tests.initiator.connectors.test_iscsi.ISCSIConnectorTestCase.test_connect_to_iscsi_portal_all_new ... ok test_connect_to_iscsi_portal_fail_login (os_brick.tests.initiator.connectors.test_iscsi.ISCSIConnectorTestCase) os_brick.tests.initiator.connectors.test_iscsi.ISCSIConnectorTestCase.test_connect_to_iscsi_portal_fail_login ... Failed to login iSCSI target tgt1 on portal ip1:port1 (exit code None). ok test_connect_to_iscsi_portal_ip_case_insensitive (os_brick.tests.initiator.connectors.test_iscsi.ISCSIConnectorTestCase) os_brick.tests.initiator.connectors.test_iscsi.ISCSIConnectorTestCase.test_connect_to_iscsi_portal_ip_case_insensitive ... ok test_connect_vol (os_brick.tests.initiator.connectors.test_iscsi.ISCSIConnectorTestCase) os_brick.tests.initiator.connectors.test_iscsi.ISCSIConnectorTestCase.test_connect_vol ... ok test_connect_vol_manual (os_brick.tests.initiator.connectors.test_iscsi.ISCSIConnectorTestCase) os_brick.tests.initiator.connectors.test_iscsi.ISCSIConnectorTestCase.test_connect_vol_manual ... ok test_connect_vol_no_session (os_brick.tests.initiator.connectors.test_iscsi.ISCSIConnectorTestCase) os_brick.tests.initiator.connectors.test_iscsi.ISCSIConnectorTestCase.test_connect_vol_no_session ... Failed to connect to iSCSI portal ip1:port1. ok test_connect_vol_not_found (os_brick.tests.initiator.connectors.test_iscsi.ISCSIConnectorTestCase) os_brick.tests.initiator.connectors.test_iscsi.ISCSIConnectorTestCase.test_connect_vol_not_found ... LUN 4 on iSCSI portal ip1:port1 not found on sysfs after logging in. ok test_connect_vol_rescan (os_brick.tests.initiator.connectors.test_iscsi.ISCSIConnectorTestCase) os_brick.tests.initiator.connectors.test_iscsi.ISCSIConnectorTestCase.test_connect_vol_rescan ... ok test_connect_vol_stop_connecting (os_brick.tests.initiator.connectors.test_iscsi.ISCSIConnectorTestCase) os_brick.tests.initiator.connectors.test_iscsi.ISCSIConnectorTestCase.test_connect_vol_stop_connecting ... LUN 4 on iSCSI portal ip1:port1 not found on sysfs after logging in. ok test_connect_volume (os_brick.tests.initiator.connectors.test_iscsi.ISCSIConnectorTestCase) os_brick.tests.initiator.connectors.test_iscsi.ISCSIConnectorTestCase.test_connect_volume ... ok test_connect_volume_mp (os_brick.tests.initiator.connectors.test_iscsi.ISCSIConnectorTestCase) os_brick.tests.initiator.connectors.test_iscsi.ISCSIConnectorTestCase.test_connect_volume_mp ... ok test_connect_volume_mp_failure (os_brick.tests.initiator.connectors.test_iscsi.ISCSIConnectorTestCase) os_brick.tests.initiator.connectors.test_iscsi.ISCSIConnectorTestCase.test_connect_volume_mp_failure ... ok test_connect_volume_sp (os_brick.tests.initiator.connectors.test_iscsi.ISCSIConnectorTestCase) os_brick.tests.initiator.connectors.test_iscsi.ISCSIConnectorTestCase.test_connect_volume_sp ... ok test_connect_volume_sp_failure (os_brick.tests.initiator.connectors.test_iscsi.ISCSIConnectorTestCase) os_brick.tests.initiator.connectors.test_iscsi.ISCSIConnectorTestCase.test_connect_volume_sp_failure ... ok test_disconnect_connection_1 (os_brick.tests.initiator.connectors.test_iscsi.ISCSIConnectorTestCase) os_brick.tests.initiator.connectors.test_iscsi.ISCSIConnectorTestCase.test_disconnect_connection_1 ... ok test_disconnect_connection_2 (os_brick.tests.initiator.connectors.test_iscsi.ISCSIConnectorTestCase) os_brick.tests.initiator.connectors.test_iscsi.ISCSIConnectorTestCase.test_disconnect_connection_2 ... Disconnect from ip1:port1 tgt1 failed Disconnect from ip2:port2 tgt2 failed ok test_disconnect_connection_3 (os_brick.tests.initiator.connectors.test_iscsi.ISCSIConnectorTestCase) os_brick.tests.initiator.connectors.test_iscsi.ISCSIConnectorTestCase.test_disconnect_connection_3 ... Disconnect from ip1:port1 tgt1 failed ok test_disconnect_from_iscsi_portal (os_brick.tests.initiator.connectors.test_iscsi.ISCSIConnectorTestCase) os_brick.tests.initiator.connectors.test_iscsi.ISCSIConnectorTestCase.test_disconnect_from_iscsi_portal ... ok test_disconnect_volume (os_brick.tests.initiator.connectors.test_iscsi.ISCSIConnectorTestCase) os_brick.tests.initiator.connectors.test_iscsi.ISCSIConnectorTestCase.test_disconnect_volume ... ok test_discover_iscsi_portals (os_brick.tests.initiator.connectors.test_iscsi.ISCSIConnectorTestCase) os_brick.tests.initiator.connectors.test_iscsi.ISCSIConnectorTestCase.test_discover_iscsi_portals ... ok test_discover_mpath_device (os_brick.tests.initiator.connectors.test_iscsi.ISCSIConnectorTestCase) os_brick.tests.initiator.connectors.test_iscsi.ISCSIConnectorTestCase.test_discover_mpath_device ... ok test_discover_mpath_device_by_realpath (os_brick.tests.initiator.connectors.test_iscsi.ISCSIConnectorTestCase) os_brick.tests.initiator.connectors.test_iscsi.ISCSIConnectorTestCase.test_discover_mpath_device_by_realpath ... ok test_extend_volume (os_brick.tests.initiator.connectors.test_iscsi.ISCSIConnectorTestCase) os_brick.tests.initiator.connectors.test_iscsi.ISCSIConnectorTestCase.test_extend_volume ... ok test_extend_volume_mask_password (os_brick.tests.initiator.connectors.test_iscsi.ISCSIConnectorTestCase) os_brick.tests.initiator.connectors.test_iscsi.ISCSIConnectorTestCase.test_extend_volume_mask_password ... ok test_extend_volume_mask_password_no_paths (os_brick.tests.initiator.connectors.test_iscsi.ISCSIConnectorTestCase) os_brick.tests.initiator.connectors.test_iscsi.ISCSIConnectorTestCase.test_extend_volume_mask_password_no_paths ... ok test_extend_volume_no_path (os_brick.tests.initiator.connectors.test_iscsi.ISCSIConnectorTestCase) os_brick.tests.initiator.connectors.test_iscsi.ISCSIConnectorTestCase.test_extend_volume_no_path ... Couldn't find any volume paths on the host to extend volume for {'volume_id': 'fake_uuid', 'target_portal': '10.0.2.15:3260', 'target_iqn': 'fake_iqn', 'target_lun': 1} ok test_factory (os_brick.tests.initiator.connectors.test_iscsi.ISCSIConnectorTestCase) os_brick.tests.initiator.connectors.test_iscsi.ISCSIConnectorTestCase.test_factory ... Connection details not present. RemoteFsClient may not initialize properly. Connection details not present. RemoteFsClient may not initialize properly. Connection details not present. RemoteFsClient may not initialize properly. SDS CLI file not found, HuaweiStorHyperConnector init failed. Connection details not present. RemoteFsClient may not initialize properly. ok test_get_all_available_volumes_path_not_dir (os_brick.tests.initiator.connectors.test_iscsi.ISCSIConnectorTestCase) os_brick.tests.initiator.connectors.test_iscsi.ISCSIConnectorTestCase.test_get_all_available_volumes_path_not_dir ... ok test_get_connection_devices (os_brick.tests.initiator.connectors.test_iscsi.ISCSIConnectorTestCase) os_brick.tests.initiator.connectors.test_iscsi.ISCSIConnectorTestCase.test_get_connection_devices ... ok test_get_connection_devices_with_iqns (os_brick.tests.initiator.connectors.test_iscsi.ISCSIConnectorTestCase) os_brick.tests.initiator.connectors.test_iscsi.ISCSIConnectorTestCase.test_get_connection_devices_with_iqns ... ok test_get_connector_mapping (os_brick.tests.initiator.connectors.test_iscsi.ISCSIConnectorTestCase) os_brick.tests.initiator.connectors.test_iscsi.ISCSIConnectorTestCase.test_get_connector_mapping ... ok test_get_connector_mapping_win32 (os_brick.tests.initiator.connectors.test_iscsi.ISCSIConnectorTestCase) os_brick.tests.initiator.connectors.test_iscsi.ISCSIConnectorTestCase.test_get_connector_mapping_win32 ... ok test_get_connector_properties (os_brick.tests.initiator.connectors.test_iscsi.ISCSIConnectorTestCase) os_brick.tests.initiator.connectors.test_iscsi.ISCSIConnectorTestCase.test_get_connector_properties ... ok test_get_discoverydb_portals_1_True (os_brick.tests.initiator.connectors.test_iscsi.ISCSIConnectorTestCase) os_brick.tests.initiator.connectors.test_iscsi.ISCSIConnectorTestCase.test_get_discoverydb_portals_1_True ... ok test_get_discoverydb_portals_2_False (os_brick.tests.initiator.connectors.test_iscsi.ISCSIConnectorTestCase) os_brick.tests.initiator.connectors.test_iscsi.ISCSIConnectorTestCase.test_get_discoverydb_portals_2_False ... ok test_get_discoverydb_portals_error (os_brick.tests.initiator.connectors.test_iscsi.ISCSIConnectorTestCase) os_brick.tests.initiator.connectors.test_iscsi.ISCSIConnectorTestCase.test_get_discoverydb_portals_error ... ok test_get_discoverydb_portals_error_is_present (os_brick.tests.initiator.connectors.test_iscsi.ISCSIConnectorTestCase) os_brick.tests.initiator.connectors.test_iscsi.ISCSIConnectorTestCase.test_get_discoverydb_portals_error_is_present ... ok test_get_initiator (os_brick.tests.initiator.connectors.test_iscsi.ISCSIConnectorTestCase) os_brick.tests.initiator.connectors.test_iscsi.ISCSIConnectorTestCase.test_get_initiator ... Could not find the iSCSI Initiator File /etc/iscsi/initiatorname.iscsi ok test_get_ips_iqns_luns_disconnect_single_path (os_brick.tests.initiator.connectors.test_iscsi.ISCSIConnectorTestCase) os_brick.tests.initiator.connectors.test_iscsi.ISCSIConnectorTestCase.test_get_ips_iqns_luns_disconnect_single_path ... Exception in string format operation. msg='Unable to find target portal in %(target_portals)s.' Traceback (most recent call last): File "/builddir/build/BUILD/os-brick-4.0.3/os_brick/exception.py", line 51, in __init__ message = self.message % kwargs KeyError: 'target_portals' code: 500 ok test_get_ips_iqns_luns_discoverydb (os_brick.tests.initiator.connectors.test_iscsi.ISCSIConnectorTestCase) os_brick.tests.initiator.connectors.test_iscsi.ISCSIConnectorTestCase.test_get_ips_iqns_luns_discoverydb ... ok test_get_ips_iqns_luns_no_target_iqns_diff_iqn (os_brick.tests.initiator.connectors.test_iscsi.ISCSIConnectorTestCase) os_brick.tests.initiator.connectors.test_iscsi.ISCSIConnectorTestCase.test_get_ips_iqns_luns_no_target_iqns_diff_iqn ... ok test_get_ips_iqns_luns_no_target_iqns_share_iqn (os_brick.tests.initiator.connectors.test_iscsi.ISCSIConnectorTestCase) os_brick.tests.initiator.connectors.test_iscsi.ISCSIConnectorTestCase.test_get_ips_iqns_luns_no_target_iqns_share_iqn ... ok test_get_ips_iqns_luns_with_target_iqns (os_brick.tests.initiator.connectors.test_iscsi.ISCSIConnectorTestCase) os_brick.tests.initiator.connectors.test_iscsi.ISCSIConnectorTestCase.test_get_ips_iqns_luns_with_target_iqns ... ok test_get_iscsi_nodes (os_brick.tests.initiator.connectors.test_iscsi.ISCSIConnectorTestCase) os_brick.tests.initiator.connectors.test_iscsi.ISCSIConnectorTestCase.test_get_iscsi_nodes ... ok test_get_iscsi_nodes_corrupt (os_brick.tests.initiator.connectors.test_iscsi.ISCSIConnectorTestCase) os_brick.tests.initiator.connectors.test_iscsi.ISCSIConnectorTestCase.test_get_iscsi_nodes_corrupt ... ok test_get_iscsi_nodes_error (os_brick.tests.initiator.connectors.test_iscsi.ISCSIConnectorTestCase) os_brick.tests.initiator.connectors.test_iscsi.ISCSIConnectorTestCase.test_get_iscsi_nodes_error ... Couldn't find iSCSI nodes because iscsiadm err: error ok test_get_iscsi_sessions (os_brick.tests.initiator.connectors.test_iscsi.ISCSIConnectorTestCase) os_brick.tests.initiator.connectors.test_iscsi.ISCSIConnectorTestCase.test_get_iscsi_sessions ... ok test_get_iscsi_sessions_full (os_brick.tests.initiator.connectors.test_iscsi.ISCSIConnectorTestCase) os_brick.tests.initiator.connectors.test_iscsi.ISCSIConnectorTestCase.test_get_iscsi_sessions_full ... ok test_get_iscsi_sessions_full_stderr (os_brick.tests.initiator.connectors.test_iscsi.ISCSIConnectorTestCase) os_brick.tests.initiator.connectors.test_iscsi.ISCSIConnectorTestCase.test_get_iscsi_sessions_full_stderr ... iscsiadm stderr output when getting sessions: error ok test_get_iscsi_sessions_no_sessions (os_brick.tests.initiator.connectors.test_iscsi.ISCSIConnectorTestCase) os_brick.tests.initiator.connectors.test_iscsi.ISCSIConnectorTestCase.test_get_iscsi_sessions_no_sessions ... ok test_get_node_startup_values (os_brick.tests.initiator.connectors.test_iscsi.ISCSIConnectorTestCase) os_brick.tests.initiator.connectors.test_iscsi.ISCSIConnectorTestCase.test_get_node_startup_values ... ok test_get_node_startup_values_no_nodes (os_brick.tests.initiator.connectors.test_iscsi.ISCSIConnectorTestCase) os_brick.tests.initiator.connectors.test_iscsi.ISCSIConnectorTestCase.test_get_node_startup_values_no_nodes ... ok test_get_potential_paths_mpath (os_brick.tests.initiator.connectors.test_iscsi.ISCSIConnectorTestCase) os_brick.tests.initiator.connectors.test_iscsi.ISCSIConnectorTestCase.test_get_potential_paths_mpath ... ok test_get_potential_paths_single_path (os_brick.tests.initiator.connectors.test_iscsi.ISCSIConnectorTestCase) os_brick.tests.initiator.connectors.test_iscsi.ISCSIConnectorTestCase.test_get_potential_paths_single_path ... ok test_get_search_path (os_brick.tests.initiator.connectors.test_iscsi.ISCSIConnectorTestCase) os_brick.tests.initiator.connectors.test_iscsi.ISCSIConnectorTestCase.test_get_search_path ... ok test_get_target_portals_from_iscsiadm_output (os_brick.tests.initiator.connectors.test_iscsi.ISCSIConnectorTestCase) os_brick.tests.initiator.connectors.test_iscsi.ISCSIConnectorTestCase.test_get_target_portals_from_iscsiadm_output ... ok test_get_volume_paths (os_brick.tests.initiator.connectors.test_iscsi.ISCSIConnectorTestCase) os_brick.tests.initiator.connectors.test_iscsi.ISCSIConnectorTestCase.test_get_volume_paths ... ok test_iscsi_portals_with_chap_discovery (os_brick.tests.initiator.connectors.test_iscsi.ISCSIConnectorTestCase) os_brick.tests.initiator.connectors.test_iscsi.ISCSIConnectorTestCase.test_iscsi_portals_with_chap_discovery ... Unable to find target portal: 10.0.2.15:3260. Exception encountered during portal discovery Traceback (most recent call last): File "/builddir/build/BUILD/os-brick-4.0.3/os_brick/initiator/connectors/iscsi.py", line 202, in _get_ips_iqns_luns ips_iqns_luns = method(connection_properties) File "/builddir/build/BUILD/os-brick-4.0.3/os_brick/initiator/connectors/iscsi.py", line 404, in _discover_iscsi_portals iscsi_transport) File "/usr/lib64/python3.6/unittest/mock.py", line 939, in __call__ return _mock_self._mock_call(*args, **kwargs) File "/usr/lib64/python3.6/unittest/mock.py", line 1003, in _mock_call raise result oslo_concurrency.processutils.ProcessExecutionError: Unexpected error while running command. Command: None Exit code: 9 Stdout: None Stderr: None Exception encountered during portal discovery Traceback (most recent call last): File "/builddir/build/BUILD/os-brick-4.0.3/os_brick/initiator/connectors/iscsi.py", line 202, in _get_ips_iqns_luns ips_iqns_luns = method(connection_properties) File "/builddir/build/BUILD/os-brick-4.0.3/os_brick/initiator/connectors/iscsi.py", line 404, in _discover_iscsi_portals iscsi_transport) File "/usr/lib64/python3.6/unittest/mock.py", line 939, in __call__ return _mock_self._mock_call(*args, **kwargs) File "/usr/lib64/python3.6/unittest/mock.py", line 1003, in _mock_call raise result oslo_concurrency.processutils.ProcessExecutionError: Unexpected error while running command. Command: None Exit code: 9 Stdout: None Stderr: None During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/builddir/build/BUILD/os-brick-4.0.3/os_brick/initiator/connectors/iscsi.py", line 519, in connect_volume return self._connect_multipath_volume(connection_properties) File "/builddir/build/BUILD/os-brick-4.0.3/os_brick/utils.py", line 68, in _wrapper return r.call(f, *args, **kwargs) File "/usr/lib/python3.6/site-packages/tenacity/__init__.py", line 409, in call do = self.iter(retry_state=retry_state) File "/usr/lib/python3.6/site-packages/tenacity/__init__.py", line 356, in iter return fut.result() File "/usr/lib64/python3.6/concurrent/futures/_base.py", line 425, in result return self.__get_result() File "/usr/lib64/python3.6/concurrent/futures/_base.py", line 384, in __get_result raise self._exception File "/usr/lib/python3.6/site-packages/tenacity/__init__.py", line 412, in call result = fn(*args, **kwargs) File "/builddir/build/BUILD/os-brick-4.0.3/os_brick/initiator/connectors/iscsi.py", line 715, in _connect_multipath_volume ips_iqns_luns = self._get_ips_iqns_luns(connection_properties) File "/builddir/build/BUILD/os-brick-4.0.3/os_brick/initiator/connectors/iscsi.py", line 217, in _get_ips_iqns_luns target_portal=connection_properties['target_portal']) os_brick.exception.TargetPortalNotFound: Unable to find target portal 10.0.2.15:3260. During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/builddir/build/BUILD/os-brick-4.0.3/os_brick/initiator/connectors/iscsi.py", line 202, in _get_ips_iqns_luns ips_iqns_luns = method(connection_properties) File "/builddir/build/BUILD/os-brick-4.0.3/os_brick/initiator/connectors/iscsi.py", line 361, in _get_discoverydb_portals '-P', 1])[0] or "" File "/builddir/build/BUILD/os-brick-4.0.3/os_brick/initiator/connectors/iscsi.py", line 1137, in _run_iscsiadm_bare check_exit_code=check_exit_code) File "/builddir/build/BUILD/os-brick-4.0.3/os_brick/executor.py", line 52, in _execute result = self.__execute(*args, **kwargs) File "/builddir/build/BUILD/os-brick-4.0.3/os_brick/tests/initiator/test_connector.py", line 140, in fake_execute self.cmds.append(" ".join(cmd)) TypeError: sequence item 6: expected str instance, int found ok test_iscsiadm_discover_parsing (os_brick.tests.initiator.connectors.test_iscsi.ISCSIConnectorTestCase) os_brick.tests.initiator.connectors.test_iscsi.ISCSIConnectorTestCase.test_iscsiadm_discover_parsing ... ok test_recover_node_startup_values (os_brick.tests.initiator.connectors.test_iscsi.ISCSIConnectorTestCase) os_brick.tests.initiator.connectors.test_iscsi.ISCSIConnectorTestCase.test_recover_node_startup_values ... ok test_sanitize_log_run_iscsiadm (os_brick.tests.initiator.connectors.test_iscsi.ISCSIConnectorTestCase) os_brick.tests.initiator.connectors.test_iscsi.ISCSIConnectorTestCase.test_sanitize_log_run_iscsiadm ... ok test__get_nvme_devices (os_brick.tests.initiator.connectors.test_nvmeof.NVMeOFConnectorTestCase) os_brick.tests.initiator.connectors.test_nvmeof.NVMeOFConnectorTestCase.test__get_nvme_devices ... ok test__wait_for_blk_1 (os_brick.tests.initiator.connectors.test_nvmeof.NVMeOFConnectorTestCase) os_brick.tests.initiator.connectors.test_nvmeof.NVMeOFConnectorTestCase.test__wait_for_blk_1 ... ok test__wait_for_blk_2 (os_brick.tests.initiator.connectors.test_nvmeof.NVMeOFConnectorTestCase) os_brick.tests.initiator.connectors.test_nvmeof.NVMeOFConnectorTestCase.test__wait_for_blk_2 ... ok test__wait_for_blk_3 (os_brick.tests.initiator.connectors.test_nvmeof.NVMeOFConnectorTestCase) os_brick.tests.initiator.connectors.test_nvmeof.NVMeOFConnectorTestCase.test__wait_for_blk_3 ... ok test__wait_for_blk_raise_1 (os_brick.tests.initiator.connectors.test_nvmeof.NVMeOFConnectorTestCase) os_brick.tests.initiator.connectors.test_nvmeof.NVMeOFConnectorTestCase.test__wait_for_blk_raise_1 ... Failed to find nvme device Failed to find nvme device Failed to find nvme device Failed to find nvme device Failed to find nvme device ok test__wait_for_blk_retry_success_1 (os_brick.tests.initiator.connectors.test_nvmeof.NVMeOFConnectorTestCase) os_brick.tests.initiator.connectors.test_nvmeof.NVMeOFConnectorTestCase.test__wait_for_blk_retry_success_1 ... Failed to find nvme device ok test_check_valid_device (os_brick.tests.initiator.connectors.test_nvmeof.NVMeOFConnectorTestCase) os_brick.tests.initiator.connectors.test_nvmeof.NVMeOFConnectorTestCase.test_check_valid_device ... ok test_check_valid_device_with_cmd_error (os_brick.tests.initiator.connectors.test_nvmeof.NVMeOFConnectorTestCase) os_brick.tests.initiator.connectors.test_nvmeof.NVMeOFConnectorTestCase.test_check_valid_device_with_cmd_error ... Failed to access the device on the path /dev: None. ok test_check_valid_device_with_wrong_path (os_brick.tests.initiator.connectors.test_nvmeof.NVMeOFConnectorTestCase) os_brick.tests.initiator.connectors.test_nvmeof.NVMeOFConnectorTestCase.test_check_valid_device_with_wrong_path ... ok test_connect_nvme_retry_success (os_brick.tests.initiator.connectors.test_nvmeof.NVMeOFConnectorTestCase) os_brick.tests.initiator.connectors.test_nvmeof.NVMeOFConnectorTestCase.test_connect_nvme_retry_success ... ok test_connect_volume (os_brick.tests.initiator.connectors.test_nvmeof.NVMeOFConnectorTestCase) os_brick.tests.initiator.connectors.test_nvmeof.NVMeOFConnectorTestCase.test_connect_volume ... ok test_connect_volume_hostnqn (os_brick.tests.initiator.connectors.test_nvmeof.NVMeOFConnectorTestCase) os_brick.tests.initiator.connectors.test_nvmeof.NVMeOFConnectorTestCase.test_connect_volume_hostnqn ... ok test_connect_volume_max_retry (os_brick.tests.initiator.connectors.test_nvmeof.NVMeOFConnectorTestCase) os_brick.tests.initiator.connectors.test_nvmeof.NVMeOFConnectorTestCase.test_connect_volume_max_retry ... ok test_connect_volume_nvmelist_retry_success (os_brick.tests.initiator.connectors.test_nvmeof.NVMeOFConnectorTestCase) os_brick.tests.initiator.connectors.test_nvmeof.NVMeOFConnectorTestCase.test_connect_volume_nvmelist_retry_success ... ok test_connect_volume_raise (os_brick.tests.initiator.connectors.test_nvmeof.NVMeOFConnectorTestCase) os_brick.tests.initiator.connectors.test_nvmeof.NVMeOFConnectorTestCase.test_connect_volume_raise ... Failed to list available NVMe connected controllers, retrying. Failed to list available NVMe connected controllers, retrying. Failed to list available NVMe connected controllers, retrying. Failed to list available NVMe connected controllers, retrying. Failed to list available NVMe connected controllers, retrying. ok test_connect_volume_wait_for_blk_raise (os_brick.tests.initiator.connectors.test_nvmeof.NVMeOFConnectorTestCase) os_brick.tests.initiator.connectors.test_nvmeof.NVMeOFConnectorTestCase.test_connect_volume_wait_for_blk_raise ... Waiting for nvme failed ok test_disconnect_volume (os_brick.tests.initiator.connectors.test_nvmeof.NVMeOFConnectorTestCase) os_brick.tests.initiator.connectors.test_nvmeof.NVMeOFConnectorTestCase.test_disconnect_volume ... ok test_disconnect_volume_cinder (os_brick.tests.initiator.connectors.test_nvmeof.NVMeOFConnectorTestCase) os_brick.tests.initiator.connectors.test_nvmeof.NVMeOFConnectorTestCase.test_disconnect_volume_cinder ... ok test_disconnect_volume_nova (os_brick.tests.initiator.connectors.test_nvmeof.NVMeOFConnectorTestCase) os_brick.tests.initiator.connectors.test_nvmeof.NVMeOFConnectorTestCase.test_disconnect_volume_nova ... ok test_disconnect_volume_raise (os_brick.tests.initiator.connectors.test_nvmeof.NVMeOFConnectorTestCase) os_brick.tests.initiator.connectors.test_nvmeof.NVMeOFConnectorTestCase.test_disconnect_volume_raise ... Failed to disconnect from NVMe nqn nqn.volume_123 with device_path /dev/nvme0n1 ok test_extend_volume (os_brick.tests.initiator.connectors.test_nvmeof.NVMeOFConnectorTestCase) os_brick.tests.initiator.connectors.test_nvmeof.NVMeOFConnectorTestCase.test_extend_volume ... ok test_extend_volume_no_path (os_brick.tests.initiator.connectors.test_nvmeof.NVMeOFConnectorTestCase) os_brick.tests.initiator.connectors.test_nvmeof.NVMeOFConnectorTestCase.test_extend_volume_no_path ... Couldn't find any volume paths on the host to extend volume for {'target_portal': 'portal', 'target_port': 1, 'nqn': 'nqn.volume_123', 'device_path': '', 'transport_type': 'rdma'} ok test_factory (os_brick.tests.initiator.connectors.test_nvmeof.NVMeOFConnectorTestCase) os_brick.tests.initiator.connectors.test_nvmeof.NVMeOFConnectorTestCase.test_factory ... Connection details not present. RemoteFsClient may not initialize properly. Connection details not present. RemoteFsClient may not initialize properly. Connection details not present. RemoteFsClient may not initialize properly. SDS CLI file not found, HuaweiStorHyperConnector init failed. Connection details not present. RemoteFsClient may not initialize properly. ok test_get_connector_mapping (os_brick.tests.initiator.connectors.test_nvmeof.NVMeOFConnectorTestCase) os_brick.tests.initiator.connectors.test_nvmeof.NVMeOFConnectorTestCase.test_get_connector_mapping ... ok test_get_connector_mapping_win32 (os_brick.tests.initiator.connectors.test_nvmeof.NVMeOFConnectorTestCase) os_brick.tests.initiator.connectors.test_nvmeof.NVMeOFConnectorTestCase.test_get_connector_mapping_win32 ... ok test_get_connector_properties (os_brick.tests.initiator.connectors.test_nvmeof.NVMeOFConnectorTestCase) os_brick.tests.initiator.connectors.test_nvmeof.NVMeOFConnectorTestCase.test_get_connector_properties ... multipathd is not running: exit code None ok test_get_connector_properties_with_sysuuid (os_brick.tests.initiator.connectors.test_nvmeof.NVMeOFConnectorTestCase) os_brick.tests.initiator.connectors.test_nvmeof.NVMeOFConnectorTestCase.test_get_connector_properties_with_sysuuid ... ok test_get_connector_properties_without_sysuuid (os_brick.tests.initiator.connectors.test_nvmeof.NVMeOFConnectorTestCase) os_brick.tests.initiator.connectors.test_nvmeof.NVMeOFConnectorTestCase.test_get_connector_properties_without_sysuuid ... ok test_get_nvme_devices_raise (os_brick.tests.initiator.connectors.test_nvmeof.NVMeOFConnectorTestCase) os_brick.tests.initiator.connectors.test_nvmeof.NVMeOFConnectorTestCase.test_get_nvme_devices_raise ... Failed to list available NVMe connected controllers, retrying. Failed to list available NVMe connected controllers, retrying. Failed to list available NVMe connected controllers, retrying. Failed to list available NVMe connected controllers, retrying. Failed to list available NVMe connected controllers, retrying. ok test_get_sysuuid_without_newline (os_brick.tests.initiator.connectors.test_nvmeof.NVMeOFConnectorTestCase) os_brick.tests.initiator.connectors.test_nvmeof.NVMeOFConnectorTestCase.test_get_sysuuid_without_newline ... ok test_check_valid_device (os_brick.tests.initiator.connectors.test_fibre_channel_s390x.FibreChannelConnectorS390XTestCase) os_brick.tests.initiator.connectors.test_fibre_channel_s390x.FibreChannelConnectorS390XTestCase.test_check_valid_device ... ok test_check_valid_device_with_cmd_error (os_brick.tests.initiator.connectors.test_fibre_channel_s390x.FibreChannelConnectorS390XTestCase) os_brick.tests.initiator.connectors.test_fibre_channel_s390x.FibreChannelConnectorS390XTestCase.test_check_valid_device_with_cmd_error ... Failed to access the device on the path /dev: None. ok test_check_valid_device_with_wrong_path (os_brick.tests.initiator.connectors.test_fibre_channel_s390x.FibreChannelConnectorS390XTestCase) os_brick.tests.initiator.connectors.test_fibre_channel_s390x.FibreChannelConnectorS390XTestCase.test_check_valid_device_with_wrong_path ... ok test_connect_volume (os_brick.tests.initiator.connectors.test_fibre_channel_s390x.FibreChannelConnectorS390XTestCase) os_brick.tests.initiator.connectors.test_fibre_channel_s390x.FibreChannelConnectorS390XTestCase.test_connect_volume ... ok test_disconnect_volume (os_brick.tests.initiator.connectors.test_fibre_channel_s390x.FibreChannelConnectorS390XTestCase) os_brick.tests.initiator.connectors.test_fibre_channel_s390x.FibreChannelConnectorS390XTestCase.test_disconnect_volume ... ok test_factory (os_brick.tests.initiator.connectors.test_fibre_channel_s390x.FibreChannelConnectorS390XTestCase) os_brick.tests.initiator.connectors.test_fibre_channel_s390x.FibreChannelConnectorS390XTestCase.test_factory ... Connection details not present. RemoteFsClient may not initialize properly. Connection details not present. RemoteFsClient may not initialize properly. Connection details not present. RemoteFsClient may not initialize properly. SDS CLI file not found, HuaweiStorHyperConnector init failed. Connection details not present. RemoteFsClient may not initialize properly. ok test_get_connector_mapping (os_brick.tests.initiator.connectors.test_fibre_channel_s390x.FibreChannelConnectorS390XTestCase) os_brick.tests.initiator.connectors.test_fibre_channel_s390x.FibreChannelConnectorS390XTestCase.test_get_connector_mapping ... ok test_get_connector_mapping_win32 (os_brick.tests.initiator.connectors.test_fibre_channel_s390x.FibreChannelConnectorS390XTestCase) os_brick.tests.initiator.connectors.test_fibre_channel_s390x.FibreChannelConnectorS390XTestCase.test_get_connector_mapping_win32 ... ok test_get_connector_properties (os_brick.tests.initiator.connectors.test_fibre_channel_s390x.FibreChannelConnectorS390XTestCase) os_brick.tests.initiator.connectors.test_fibre_channel_s390x.FibreChannelConnectorS390XTestCase.test_get_connector_properties ... multipathd is not running: exit code None ok test_get_host_devices (os_brick.tests.initiator.connectors.test_fibre_channel_s390x.FibreChannelConnectorS390XTestCase) os_brick.tests.initiator.connectors.test_fibre_channel_s390x.FibreChannelConnectorS390XTestCase.test_get_host_devices ... ok test_get_lun_string (os_brick.tests.initiator.connectors.test_fibre_channel_s390x.FibreChannelConnectorS390XTestCase) os_brick.tests.initiator.connectors.test_fibre_channel_s390x.FibreChannelConnectorS390XTestCase.test_get_lun_string ... ok test_remove_devices (os_brick.tests.initiator.connectors.test_fibre_channel_s390x.FibreChannelConnectorS390XTestCase) os_brick.tests.initiator.connectors.test_fibre_channel_s390x.FibreChannelConnectorS390XTestCase.test_remove_devices ... ok test__get_rbd_args (os_brick.tests.initiator.connectors.test_rbd.RBDConnectorTestCase) os_brick.tests.initiator.connectors.test_rbd.RBDConnectorTestCase.test__get_rbd_args ... ok test__get_rbd_args_with_conf (os_brick.tests.initiator.connectors.test_rbd.RBDConnectorTestCase) os_brick.tests.initiator.connectors.test_rbd.RBDConnectorTestCase.test__get_rbd_args_with_conf ... ok test__local_attach_volume_fail_non_openstack (os_brick.tests.initiator.connectors.test_rbd.RBDConnectorTestCase) os_brick.tests.initiator.connectors.test_rbd.RBDConnectorTestCase.test__local_attach_volume_fail_non_openstack ... ok test__local_attach_volume_non_openstack (os_brick.tests.initiator.connectors.test_rbd.RBDConnectorTestCase) os_brick.tests.initiator.connectors.test_rbd.RBDConnectorTestCase.test__local_attach_volume_non_openstack ... Volume fake_volume has not been mapped to local device /dev/rbd/fake_pool/fake_volume; is the udev daemon running and are the ceph-renamer udev rules configured? See bug #1884114 for more information. ok test_check_valid_device (os_brick.tests.initiator.connectors.test_rbd.RBDConnectorTestCase) os_brick.tests.initiator.connectors.test_rbd.RBDConnectorTestCase.test_check_valid_device ... ok test_check_valid_device_block_non_root (os_brick.tests.initiator.connectors.test_rbd.RBDConnectorTestCase) os_brick.tests.initiator.connectors.test_rbd.RBDConnectorTestCase.test_check_valid_device_block_non_root ... ok test_check_valid_device_block_root (os_brick.tests.initiator.connectors.test_rbd.RBDConnectorTestCase) os_brick.tests.initiator.connectors.test_rbd.RBDConnectorTestCase.test_check_valid_device_block_root ... ok test_check_valid_device_handle_1_True (os_brick.tests.initiator.connectors.test_rbd.RBDConnectorTestCase) os_brick.tests.initiator.connectors.test_rbd.RBDConnectorTestCase.test_check_valid_device_handle_1_True ... ok test_check_valid_device_handle_2_False (os_brick.tests.initiator.connectors.test_rbd.RBDConnectorTestCase) os_brick.tests.initiator.connectors.test_rbd.RBDConnectorTestCase.test_check_valid_device_handle_2_False ... ok test_check_valid_device_handle_no_path (os_brick.tests.initiator.connectors.test_rbd.RBDConnectorTestCase) os_brick.tests.initiator.connectors.test_rbd.RBDConnectorTestCase.test_check_valid_device_handle_no_path ... ok test_check_valid_device_with_cmd_error (os_brick.tests.initiator.connectors.test_rbd.RBDConnectorTestCase) os_brick.tests.initiator.connectors.test_rbd.RBDConnectorTestCase.test_check_valid_device_with_cmd_error ... Failed to access the device on the path /dev: None. ok test_check_valid_device_with_wrong_path (os_brick.tests.initiator.connectors.test_rbd.RBDConnectorTestCase) os_brick.tests.initiator.connectors.test_rbd.RBDConnectorTestCase.test_check_valid_device_with_wrong_path ... ok test_connect_local_volume (os_brick.tests.initiator.connectors.test_rbd.RBDConnectorTestCase) os_brick.tests.initiator.connectors.test_rbd.RBDConnectorTestCase.test_connect_local_volume ... Volume image has not been mapped to local device /dev/rbd/pool/image; is the udev daemon running and are the ceph-renamer udev rules configured? See bug #1884114 for more information. ok test_connect_local_volume_dev_exist (os_brick.tests.initiator.connectors.test_rbd.RBDConnectorTestCase) os_brick.tests.initiator.connectors.test_rbd.RBDConnectorTestCase.test_connect_local_volume_dev_exist ... ok test_connect_local_volume_without_auth (os_brick.tests.initiator.connectors.test_rbd.RBDConnectorTestCase) os_brick.tests.initiator.connectors.test_rbd.RBDConnectorTestCase.test_connect_local_volume_without_auth ... ok test_connect_local_volume_without_mons (os_brick.tests.initiator.connectors.test_rbd.RBDConnectorTestCase) os_brick.tests.initiator.connectors.test_rbd.RBDConnectorTestCase.test_connect_local_volume_without_mons ... Volume image has not been mapped to local device /dev/rbd/pool/image; is the udev daemon running and are the ceph-renamer udev rules configured? See bug #1884114 for more information. ok test_connect_volume (os_brick.tests.initiator.connectors.test_rbd.RBDConnectorTestCase) os_brick.tests.initiator.connectors.test_rbd.RBDConnectorTestCase.test_connect_volume ... ok test_connect_volume_local (os_brick.tests.initiator.connectors.test_rbd.RBDConnectorTestCase) os_brick.tests.initiator.connectors.test_rbd.RBDConnectorTestCase.test_connect_volume_local ... ok test_create_ceph_conf (os_brick.tests.initiator.connectors.test_rbd.RBDConnectorTestCase) os_brick.tests.initiator.connectors.test_rbd.RBDConnectorTestCase.test_create_ceph_conf ... ok test_create_non_openstack_config (os_brick.tests.initiator.connectors.test_rbd.RBDConnectorTestCase) os_brick.tests.initiator.connectors.test_rbd.RBDConnectorTestCase.test_create_non_openstack_config ... ok test_create_non_openstack_config_in_openstack (os_brick.tests.initiator.connectors.test_rbd.RBDConnectorTestCase) os_brick.tests.initiator.connectors.test_rbd.RBDConnectorTestCase.test_create_non_openstack_config_in_openstack ... ok test_disconnect_local_volume_1_____________id___0___pool___pool___device____dev_rbd0___name___image_______________id___1___pool___pool___device____dev_rdb1___name___image_2____________ (os_brick.tests.initiator.connectors.test_rbd.RBDConnectorTestCase) os_brick.tests.initiator.connectors.test_rbd.RBDConnectorTestCase.test_disconnect_local_volume_1_____________id___0___pool___pool___device____dev_rbd0___name___image_______________id___1___pool___pool___device____dev_rdb1___name___image_2____________ ... ok test_disconnect_local_volume_2____________0____pool___pool___device____dev_rbd0___name___image______________1____pool___pool___device____dev_rdb1___name___image_2____________ (os_brick.tests.initiator.connectors.test_rbd.RBDConnectorTestCase) os_brick.tests.initiator.connectors.test_rbd.RBDConnectorTestCase.test_disconnect_local_volume_2____________0____pool___pool___device____dev_rbd0___name___image______________1____pool___pool___device____dev_rdb1___name___image_2____________ ... ok test_disconnect_local_volume_no_mapping (os_brick.tests.initiator.connectors.test_rbd.RBDConnectorTestCase) os_brick.tests.initiator.connectors.test_rbd.RBDConnectorTestCase.test_disconnect_local_volume_no_mapping ... ok test_disconnect_local_volume_no_mappings (os_brick.tests.initiator.connectors.test_rbd.RBDConnectorTestCase) os_brick.tests.initiator.connectors.test_rbd.RBDConnectorTestCase.test_disconnect_local_volume_no_mappings ... ok test_disconnect_local_volume_non_openstack (os_brick.tests.initiator.connectors.test_rbd.RBDConnectorTestCase) os_brick.tests.initiator.connectors.test_rbd.RBDConnectorTestCase.test_disconnect_local_volume_non_openstack ... ok test_disconnect_volume (os_brick.tests.initiator.connectors.test_rbd.RBDConnectorTestCase) os_brick.tests.initiator.connectors.test_rbd.RBDConnectorTestCase.test_disconnect_volume ... ok test_extend_volume_block (os_brick.tests.initiator.connectors.test_rbd.RBDConnectorTestCase) os_brick.tests.initiator.connectors.test_rbd.RBDConnectorTestCase.test_extend_volume_block ... ok test_extend_volume_handle (os_brick.tests.initiator.connectors.test_rbd.RBDConnectorTestCase) os_brick.tests.initiator.connectors.test_rbd.RBDConnectorTestCase.test_extend_volume_handle ... ok test_extend_volume_handle_fail (os_brick.tests.initiator.connectors.test_rbd.RBDConnectorTestCase) os_brick.tests.initiator.connectors.test_rbd.RBDConnectorTestCase.test_extend_volume_handle_fail ... ok test_extend_volume_no_device_local (os_brick.tests.initiator.connectors.test_rbd.RBDConnectorTestCase) os_brick.tests.initiator.connectors.test_rbd.RBDConnectorTestCase.test_extend_volume_no_device_local ... ok test_factory (os_brick.tests.initiator.connectors.test_rbd.RBDConnectorTestCase) os_brick.tests.initiator.connectors.test_rbd.RBDConnectorTestCase.test_factory ... Connection details not present. RemoteFsClient may not initialize properly. Connection details not present. RemoteFsClient may not initialize properly. Connection details not present. RemoteFsClient may not initialize properly. SDS CLI file not found, HuaweiStorHyperConnector init failed. Connection details not present. RemoteFsClient may not initialize properly. ok test_find_root_device (os_brick.tests.initiator.connectors.test_rbd.RBDConnectorTestCase) os_brick.tests.initiator.connectors.test_rbd.RBDConnectorTestCase.test_find_root_device ... ok test_get_connector_mapping (os_brick.tests.initiator.connectors.test_rbd.RBDConnectorTestCase) os_brick.tests.initiator.connectors.test_rbd.RBDConnectorTestCase.test_get_connector_mapping ... ok test_get_connector_mapping_win32 (os_brick.tests.initiator.connectors.test_rbd.RBDConnectorTestCase) os_brick.tests.initiator.connectors.test_rbd.RBDConnectorTestCase.test_get_connector_mapping_win32 ... ok test_get_connector_properties (os_brick.tests.initiator.connectors.test_rbd.RBDConnectorTestCase) os_brick.tests.initiator.connectors.test_rbd.RBDConnectorTestCase.test_get_connector_properties ... ok test_get_search_path (os_brick.tests.initiator.connectors.test_rbd.RBDConnectorTestCase) os_brick.tests.initiator.connectors.test_rbd.RBDConnectorTestCase.test_get_search_path ... ok test_get_volume_paths (os_brick.tests.initiator.connectors.test_rbd.RBDConnectorTestCase) os_brick.tests.initiator.connectors.test_rbd.RBDConnectorTestCase.test_get_volume_paths ... ok test_keyring_is_none (os_brick.tests.initiator.connectors.test_rbd.RBDConnectorTestCase) os_brick.tests.initiator.connectors.test_rbd.RBDConnectorTestCase.test_keyring_is_none ... ok test_keyring_raise_error (os_brick.tests.initiator.connectors.test_rbd.RBDConnectorTestCase) os_brick.tests.initiator.connectors.test_rbd.RBDConnectorTestCase.test_keyring_raise_error ... ok test_provided_keyring (os_brick.tests.initiator.connectors.test_rbd.RBDConnectorTestCase) os_brick.tests.initiator.connectors.test_rbd.RBDConnectorTestCase.test_provided_keyring ... ok test_sanitize_mon_host_1____192_168_1_1____192_168_1_2______192_168_1_1____192_168_1_2___ (os_brick.tests.initiator.connectors.test_rbd.RBDConnectorTestCase) os_brick.tests.initiator.connectors.test_rbd.RBDConnectorTestCase.test_sanitize_mon_host_1____192_168_1_1____192_168_1_2______192_168_1_1____192_168_1_2___ ... ok test_sanitize_mon_host_2____3ffe_1900_4545_3_200_f8ff_fe21_67cf____fe80_0_0_0_200_f8ff_fe21_67cf_______3ffe_1900_4545_3_200_f8ff_fe21_67cf______fe80_0_0_0_200_f8ff_fe21_67cf____ (os_brick.tests.initiator.connectors.test_rbd.RBDConnectorTestCase) os_brick.tests.initiator.connectors.test_rbd.RBDConnectorTestCase.test_sanitize_mon_host_2____3ffe_1900_4545_3_200_f8ff_fe21_67cf____fe80_0_0_0_200_f8ff_fe21_67cf_______3ffe_1900_4545_3_200_f8ff_fe21_67cf______fe80_0_0_0_200_f8ff_fe21_67cf____ ... ok test_sanitize_mon_host_3____foobar____fizzbuzz______foobar____fizzbuzz___ (os_brick.tests.initiator.connectors.test_rbd.RBDConnectorTestCase) os_brick.tests.initiator.connectors.test_rbd.RBDConnectorTestCase.test_sanitize_mon_host_3____foobar____fizzbuzz______foobar____fizzbuzz___ ... ok test_sanitize_mon_host_4____192_168_1_1____3ffe_1900_4545_3_200_f8ff_fe21_67cf____hello__world_______192_168_1_1_____3ffe_1900_4545_3_200_f8ff_fe21_67cf_____hello__world____ (os_brick.tests.initiator.connectors.test_rbd.RBDConnectorTestCase) os_brick.tests.initiator.connectors.test_rbd.RBDConnectorTestCase.test_sanitize_mon_host_4____192_168_1_1____3ffe_1900_4545_3_200_f8ff_fe21_67cf____hello__world_______192_168_1_1_____3ffe_1900_4545_3_200_f8ff_fe21_67cf_____hello__world____ ... ok test__analyze_output (os_brick.tests.initiator.connectors.test_huawei.HuaweiStorHyperConnectorTestCase) os_brick.tests.initiator.connectors.test_huawei.HuaweiStorHyperConnectorTestCase.test__analyze_output ... SDS CLI file not found, HuaweiStorHyperConnector init failed. SDS CLI file not found, HuaweiStorHyperConnector init failed. SDS CLI file not found, HuaweiStorHyperConnector init failed. ok test_check_valid_device (os_brick.tests.initiator.connectors.test_huawei.HuaweiStorHyperConnectorTestCase) os_brick.tests.initiator.connectors.test_huawei.HuaweiStorHyperConnectorTestCase.test_check_valid_device ... SDS CLI file not found, HuaweiStorHyperConnector init failed. SDS CLI file not found, HuaweiStorHyperConnector init failed. SDS CLI file not found, HuaweiStorHyperConnector init failed. ok test_check_valid_device_with_cmd_error (os_brick.tests.initiator.connectors.test_huawei.HuaweiStorHyperConnectorTestCase) os_brick.tests.initiator.connectors.test_huawei.HuaweiStorHyperConnectorTestCase.test_check_valid_device_with_cmd_error ... SDS CLI file not found, HuaweiStorHyperConnector init failed. SDS CLI file not found, HuaweiStorHyperConnector init failed. SDS CLI file not found, HuaweiStorHyperConnector init failed. Failed to access the device on the path /dev: None. ok test_check_valid_device_with_wrong_path (os_brick.tests.initiator.connectors.test_huawei.HuaweiStorHyperConnectorTestCase) os_brick.tests.initiator.connectors.test_huawei.HuaweiStorHyperConnectorTestCase.test_check_valid_device_with_wrong_path ... SDS CLI file not found, HuaweiStorHyperConnector init failed. SDS CLI file not found, HuaweiStorHyperConnector init failed. SDS CLI file not found, HuaweiStorHyperConnector init failed. ok test_connect_volume (os_brick.tests.initiator.connectors.test_huawei.HuaweiStorHyperConnectorTestCase) os_brick.tests.initiator.connectors.test_huawei.HuaweiStorHyperConnectorTestCase.test_connect_volume ... SDS CLI file not found, HuaweiStorHyperConnector init failed. SDS CLI file not found, HuaweiStorHyperConnector init failed. SDS CLI file not found, HuaweiStorHyperConnector init failed. ok test_connect_volume_fail (os_brick.tests.initiator.connectors.test_huawei.HuaweiStorHyperConnectorTestCase) os_brick.tests.initiator.connectors.test_huawei.HuaweiStorHyperConnectorTestCase.test_connect_volume_fail ... SDS CLI file not found, HuaweiStorHyperConnector init failed. SDS CLI file not found, HuaweiStorHyperConnector init failed. SDS CLI file not found, HuaweiStorHyperConnector init failed. ok test_connect_volume_nocli (os_brick.tests.initiator.connectors.test_huawei.HuaweiStorHyperConnectorTestCase) os_brick.tests.initiator.connectors.test_huawei.HuaweiStorHyperConnectorTestCase.test_connect_volume_nocli ... SDS CLI file not found, HuaweiStorHyperConnector init failed. SDS CLI file not found, HuaweiStorHyperConnector init failed. SDS CLI file not found, HuaweiStorHyperConnector init failed. ok test_disconnect_volume (os_brick.tests.initiator.connectors.test_huawei.HuaweiStorHyperConnectorTestCase) os_brick.tests.initiator.connectors.test_huawei.HuaweiStorHyperConnectorTestCase.test_disconnect_volume ... SDS CLI file not found, HuaweiStorHyperConnector init failed. SDS CLI file not found, HuaweiStorHyperConnector init failed. SDS CLI file not found, HuaweiStorHyperConnector init failed. ok test_disconnect_volume_fail (os_brick.tests.initiator.connectors.test_huawei.HuaweiStorHyperConnectorTestCase) os_brick.tests.initiator.connectors.test_huawei.HuaweiStorHyperConnectorTestCase.test_disconnect_volume_fail ... SDS CLI file not found, HuaweiStorHyperConnector init failed. SDS CLI file not found, HuaweiStorHyperConnector init failed. SDS CLI file not found, HuaweiStorHyperConnector init failed. ok test_disconnect_volume_nocli (os_brick.tests.initiator.connectors.test_huawei.HuaweiStorHyperConnectorTestCase) os_brick.tests.initiator.connectors.test_huawei.HuaweiStorHyperConnectorTestCase.test_disconnect_volume_nocli ... SDS CLI file not found, HuaweiStorHyperConnector init failed. SDS CLI file not found, HuaweiStorHyperConnector init failed. SDS CLI file not found, HuaweiStorHyperConnector init failed. ok test_extend_volume (os_brick.tests.initiator.connectors.test_huawei.HuaweiStorHyperConnectorTestCase) os_brick.tests.initiator.connectors.test_huawei.HuaweiStorHyperConnectorTestCase.test_extend_volume ... SDS CLI file not found, HuaweiStorHyperConnector init failed. SDS CLI file not found, HuaweiStorHyperConnector init failed. SDS CLI file not found, HuaweiStorHyperConnector init failed. ok test_factory (os_brick.tests.initiator.connectors.test_huawei.HuaweiStorHyperConnectorTestCase) os_brick.tests.initiator.connectors.test_huawei.HuaweiStorHyperConnectorTestCase.test_factory ... SDS CLI file not found, HuaweiStorHyperConnector init failed. SDS CLI file not found, HuaweiStorHyperConnector init failed. SDS CLI file not found, HuaweiStorHyperConnector init failed. Connection details not present. RemoteFsClient may not initialize properly. Connection details not present. RemoteFsClient may not initialize properly. Connection details not present. RemoteFsClient may not initialize properly. SDS CLI file not found, HuaweiStorHyperConnector init failed. Connection details not present. RemoteFsClient may not initialize properly. ok test_get_connector_mapping (os_brick.tests.initiator.connectors.test_huawei.HuaweiStorHyperConnectorTestCase) os_brick.tests.initiator.connectors.test_huawei.HuaweiStorHyperConnectorTestCase.test_get_connector_mapping ... SDS CLI file not found, HuaweiStorHyperConnector init failed. SDS CLI file not found, HuaweiStorHyperConnector init failed. SDS CLI file not found, HuaweiStorHyperConnector init failed. ok test_get_connector_mapping_win32 (os_brick.tests.initiator.connectors.test_huawei.HuaweiStorHyperConnectorTestCase) os_brick.tests.initiator.connectors.test_huawei.HuaweiStorHyperConnectorTestCase.test_get_connector_mapping_win32 ... SDS CLI file not found, HuaweiStorHyperConnector init failed. SDS CLI file not found, HuaweiStorHyperConnector init failed. SDS CLI file not found, HuaweiStorHyperConnector init failed. ok test_get_connector_properties (os_brick.tests.initiator.connectors.test_huawei.HuaweiStorHyperConnectorTestCase) os_brick.tests.initiator.connectors.test_huawei.HuaweiStorHyperConnectorTestCase.test_get_connector_properties ... SDS CLI file not found, HuaweiStorHyperConnector init failed. SDS CLI file not found, HuaweiStorHyperConnector init failed. SDS CLI file not found, HuaweiStorHyperConnector init failed. ok test_get_search_path (os_brick.tests.initiator.connectors.test_huawei.HuaweiStorHyperConnectorTestCase) os_brick.tests.initiator.connectors.test_huawei.HuaweiStorHyperConnectorTestCase.test_get_search_path ... SDS CLI file not found, HuaweiStorHyperConnector init failed. SDS CLI file not found, HuaweiStorHyperConnector init failed. SDS CLI file not found, HuaweiStorHyperConnector init failed. ok test_get_volume_paths (os_brick.tests.initiator.connectors.test_huawei.HuaweiStorHyperConnectorTestCase) os_brick.tests.initiator.connectors.test_huawei.HuaweiStorHyperConnectorTestCase.test_get_volume_paths ... SDS CLI file not found, HuaweiStorHyperConnector init failed. SDS CLI file not found, HuaweiStorHyperConnector init failed. SDS CLI file not found, HuaweiStorHyperConnector init failed. ok test_is_volume_connected (os_brick.tests.initiator.connectors.test_huawei.HuaweiStorHyperConnectorTestCase) os_brick.tests.initiator.connectors.test_huawei.HuaweiStorHyperConnectorTestCase.test_is_volume_connected ... SDS CLI file not found, HuaweiStorHyperConnector init failed. SDS CLI file not found, HuaweiStorHyperConnector init failed. SDS CLI file not found, HuaweiStorHyperConnector init failed. ok test_attach_disk_to_backing (os_brick.tests.initiator.connectors.test_vmware.VmdkConnectorTestCase) os_brick.tests.initiator.connectors.test_vmware.VmdkConnectorTestCase.test_attach_disk_to_backing ... ok test_check_valid_device (os_brick.tests.initiator.connectors.test_vmware.VmdkConnectorTestCase) os_brick.tests.initiator.connectors.test_vmware.VmdkConnectorTestCase.test_check_valid_device ... ok test_check_valid_device_with_cmd_error (os_brick.tests.initiator.connectors.test_vmware.VmdkConnectorTestCase) os_brick.tests.initiator.connectors.test_vmware.VmdkConnectorTestCase.test_check_valid_device_with_cmd_error ... Failed to access the device on the path /dev: None. ok test_check_valid_device_with_wrong_path (os_brick.tests.initiator.connectors.test_vmware.VmdkConnectorTestCase) os_brick.tests.initiator.connectors.test_vmware.VmdkConnectorTestCase.test_check_valid_device_with_wrong_path ... ok test_connect_volume (os_brick.tests.initiator.connectors.test_vmware.VmdkConnectorTestCase) os_brick.tests.initiator.connectors.test_vmware.VmdkConnectorTestCase.test_connect_volume ... ok test_create_session (os_brick.tests.initiator.connectors.test_vmware.VmdkConnectorTestCase) os_brick.tests.initiator.connectors.test_vmware.VmdkConnectorTestCase.test_create_session ... ok test_create_spec_for_disk_remove (os_brick.tests.initiator.connectors.test_vmware.VmdkConnectorTestCase) os_brick.tests.initiator.connectors.test_vmware.VmdkConnectorTestCase.test_create_spec_for_disk_remove ... ok test_create_temp_ds_folder (os_brick.tests.initiator.connectors.test_vmware.VmdkConnectorTestCase) os_brick.tests.initiator.connectors.test_vmware.VmdkConnectorTestCase.test_create_temp_ds_folder ... ok test_create_temp_file (os_brick.tests.initiator.connectors.test_vmware.VmdkConnectorTestCase) os_brick.tests.initiator.connectors.test_vmware.VmdkConnectorTestCase.test_create_temp_file ... ok test_detach_disk_from_backing (os_brick.tests.initiator.connectors.test_vmware.VmdkConnectorTestCase) os_brick.tests.initiator.connectors.test_vmware.VmdkConnectorTestCase.test_detach_disk_from_backing ... ok test_disconnect (os_brick.tests.initiator.connectors.test_vmware.VmdkConnectorTestCase) os_brick.tests.initiator.connectors.test_vmware.VmdkConnectorTestCase.test_disconnect ... ok test_disconnect_volume (os_brick.tests.initiator.connectors.test_vmware.VmdkConnectorTestCase) os_brick.tests.initiator.connectors.test_vmware.VmdkConnectorTestCase.test_disconnect_volume ... ok test_disconnect_volume_with_missing_temp_file (os_brick.tests.initiator.connectors.test_vmware.VmdkConnectorTestCase) os_brick.tests.initiator.connectors.test_vmware.VmdkConnectorTestCase.test_disconnect_volume_with_missing_temp_file ... ok test_disconnect_volume_with_unmodified_file (os_brick.tests.initiator.connectors.test_vmware.VmdkConnectorTestCase) os_brick.tests.initiator.connectors.test_vmware.VmdkConnectorTestCase.test_disconnect_volume_with_unmodified_file ... ok test_download_vmdk (os_brick.tests.initiator.connectors.test_vmware.VmdkConnectorTestCase) os_brick.tests.initiator.connectors.test_vmware.VmdkConnectorTestCase.test_download_vmdk ... ok test_factory (os_brick.tests.initiator.connectors.test_vmware.VmdkConnectorTestCase) os_brick.tests.initiator.connectors.test_vmware.VmdkConnectorTestCase.test_factory ... Connection details not present. RemoteFsClient may not initialize properly. Connection details not present. RemoteFsClient may not initialize properly. Connection details not present. RemoteFsClient may not initialize properly. SDS CLI file not found, HuaweiStorHyperConnector init failed. Connection details not present. RemoteFsClient may not initialize properly. ok test_get_connector_mapping (os_brick.tests.initiator.connectors.test_vmware.VmdkConnectorTestCase) os_brick.tests.initiator.connectors.test_vmware.VmdkConnectorTestCase.test_get_connector_mapping ... ok test_get_connector_mapping_win32 (os_brick.tests.initiator.connectors.test_vmware.VmdkConnectorTestCase) os_brick.tests.initiator.connectors.test_vmware.VmdkConnectorTestCase.test_get_connector_mapping_win32 ... ok test_get_connector_properties (os_brick.tests.initiator.connectors.test_vmware.VmdkConnectorTestCase) os_brick.tests.initiator.connectors.test_vmware.VmdkConnectorTestCase.test_get_connector_properties ... multipathd is not running: exit code None ok test_get_disk_device (os_brick.tests.initiator.connectors.test_vmware.VmdkConnectorTestCase) os_brick.tests.initiator.connectors.test_vmware.VmdkConnectorTestCase.test_get_disk_device ... ok test_load_config (os_brick.tests.initiator.connectors.test_vmware.VmdkConnectorTestCase) os_brick.tests.initiator.connectors.test_vmware.VmdkConnectorTestCase.test_load_config ... ok test_snapshot_exists_1__None__False_ (os_brick.tests.initiator.connectors.test_vmware.VmdkConnectorTestCase) os_brick.tests.initiator.connectors.test_vmware.VmdkConnectorTestCase.test_snapshot_exists_1__None__False_ ... ok test_snapshot_exists_2 (os_brick.tests.initiator.connectors.test_vmware.VmdkConnectorTestCase) os_brick.tests.initiator.connectors.test_vmware.VmdkConnectorTestCase.test_snapshot_exists_2 ... ok test__add_targets_to_connection_properties_1 (os_brick.tests.initiator.connectors.test_fibre_channel.FibreChannelConnectorTestCase) os_brick.tests.initiator.connectors.test_fibre_channel.FibreChannelConnectorTestCase.test__add_targets_to_connection_properties_1 ... ok test__add_targets_to_connection_properties_10 (os_brick.tests.initiator.connectors.test_fibre_channel.FibreChannelConnectorTestCase) os_brick.tests.initiator.connectors.test_fibre_channel.FibreChannelConnectorTestCase.test__add_targets_to_connection_properties_10 ... ok test__add_targets_to_connection_properties_11 (os_brick.tests.initiator.connectors.test_fibre_channel.FibreChannelConnectorTestCase) os_brick.tests.initiator.connectors.test_fibre_channel.FibreChannelConnectorTestCase.test__add_targets_to_connection_properties_11 ... ok test__add_targets_to_connection_properties_2 (os_brick.tests.initiator.connectors.test_fibre_channel.FibreChannelConnectorTestCase) os_brick.tests.initiator.connectors.test_fibre_channel.FibreChannelConnectorTestCase.test__add_targets_to_connection_properties_2 ... ok test__add_targets_to_connection_properties_3 (os_brick.tests.initiator.connectors.test_fibre_channel.FibreChannelConnectorTestCase) os_brick.tests.initiator.connectors.test_fibre_channel.FibreChannelConnectorTestCase.test__add_targets_to_connection_properties_3 ... ok test__add_targets_to_connection_properties_4 (os_brick.tests.initiator.connectors.test_fibre_channel.FibreChannelConnectorTestCase) os_brick.tests.initiator.connectors.test_fibre_channel.FibreChannelConnectorTestCase.test__add_targets_to_connection_properties_4 ... ok test__add_targets_to_connection_properties_5 (os_brick.tests.initiator.connectors.test_fibre_channel.FibreChannelConnectorTestCase) os_brick.tests.initiator.connectors.test_fibre_channel.FibreChannelConnectorTestCase.test__add_targets_to_connection_properties_5 ... ok test__add_targets_to_connection_properties_6 (os_brick.tests.initiator.connectors.test_fibre_channel.FibreChannelConnectorTestCase) os_brick.tests.initiator.connectors.test_fibre_channel.FibreChannelConnectorTestCase.test__add_targets_to_connection_properties_6 ... ok test__add_targets_to_connection_properties_7 (os_brick.tests.initiator.connectors.test_fibre_channel.FibreChannelConnectorTestCase) os_brick.tests.initiator.connectors.test_fibre_channel.FibreChannelConnectorTestCase.test__add_targets_to_connection_properties_7 ... ok test__add_targets_to_connection_properties_8 (os_brick.tests.initiator.connectors.test_fibre_channel.FibreChannelConnectorTestCase) os_brick.tests.initiator.connectors.test_fibre_channel.FibreChannelConnectorTestCase.test__add_targets_to_connection_properties_8 ... ok test__add_targets_to_connection_properties_9 (os_brick.tests.initiator.connectors.test_fibre_channel.FibreChannelConnectorTestCase) os_brick.tests.initiator.connectors.test_fibre_channel.FibreChannelConnectorTestCase.test__add_targets_to_connection_properties_9 ... ok test__remove_devices_1____dev_mapper__WWN____True_ (os_brick.tests.initiator.connectors.test_fibre_channel.FibreChannelConnectorTestCase) os_brick.tests.initiator.connectors.test_fibre_channel.FibreChannelConnectorTestCase.test__remove_devices_1____dev_mapper__WWN____True_ ... ok test__remove_devices_2____dev_mapper_mpath0___True_ (os_brick.tests.initiator.connectors.test_fibre_channel.FibreChannelConnectorTestCase) os_brick.tests.initiator.connectors.test_fibre_channel.FibreChannelConnectorTestCase.test__remove_devices_2____dev_mapper_mpath0___True_ ... ok test__remove_devices_3____dev_sda___False_ (os_brick.tests.initiator.connectors.test_fibre_channel.FibreChannelConnectorTestCase) os_brick.tests.initiator.connectors.test_fibre_channel.FibreChannelConnectorTestCase.test__remove_devices_3____dev_sda___False_ ... ok test__remove_devices_4____dev_disk_by_path_pci_1_fc_1_lun_1___False_ (os_brick.tests.initiator.connectors.test_fibre_channel.FibreChannelConnectorTestCase) os_brick.tests.initiator.connectors.test_fibre_channel.FibreChannelConnectorTestCase.test__remove_devices_4____dev_disk_by_path_pci_1_fc_1_lun_1___False_ ... ok test_check_valid_device (os_brick.tests.initiator.connectors.test_fibre_channel.FibreChannelConnectorTestCase) os_brick.tests.initiator.connectors.test_fibre_channel.FibreChannelConnectorTestCase.test_check_valid_device ... ok test_check_valid_device_with_cmd_error (os_brick.tests.initiator.connectors.test_fibre_channel.FibreChannelConnectorTestCase) os_brick.tests.initiator.connectors.test_fibre_channel.FibreChannelConnectorTestCase.test_check_valid_device_with_cmd_error ... Failed to access the device on the path /dev: None. ok test_check_valid_device_with_wrong_path (os_brick.tests.initiator.connectors.test_fibre_channel.FibreChannelConnectorTestCase) os_brick.tests.initiator.connectors.test_fibre_channel.FibreChannelConnectorTestCase.test_check_valid_device_with_wrong_path ... ok test_connect_volume (os_brick.tests.initiator.connectors.test_fibre_channel.FibreChannelConnectorTestCase) os_brick.tests.initiator.connectors.test_fibre_channel.FibreChannelConnectorTestCase.test_connect_volume ... /usr/lib/python3.6/site-packages/eventlet/greenthread.py:51: DeprecationWarning: Please provide `is_available()` function in your custom Eventlet hub . It must return bool: whether hub supports current platform. See eventlet/hubs/{epoll,kqueue} for example. hub = hubs.get_hub() Unable to find potential volume paths for FC device with luns: [1] and wwns: []. Unable to find potential volume paths for FC device with luns: [1] and wwns: []. ok test_connect_volume_device_not_valid (os_brick.tests.initiator.connectors.test_fibre_channel.FibreChannelConnectorTestCase) os_brick.tests.initiator.connectors.test_fibre_channel.FibreChannelConnectorTestCase.test_connect_volume_device_not_valid ... Fibre Channel volume device not found. Fixed interval looping call 'os_brick.initiator.connectors.fibre_channel.FibreChannelConnector.connect_volume.._wait_for_device_discovery' failed Traceback (most recent call last): File "/usr/lib/python3.6/site-packages/oslo_service/loopingcall.py", line 150, in _run_loop result = func(*self.args, **self.kw) File "/builddir/build/BUILD/os-brick-4.0.3/os_brick/initiator/connectors/fibre_channel.py", line 235, in _wait_for_device_discovery raise exception.NoFibreChannelVolumeDeviceFound() os_brick.exception.NoFibreChannelVolumeDeviceFound: Unable to find a Fibre Channel volume device. ok test_connect_volume_multipath_no_access_mode (os_brick.tests.initiator.connectors.test_fibre_channel.FibreChannelConnectorTestCase) os_brick.tests.initiator.connectors.test_fibre_channel.FibreChannelConnectorTestCase.test_connect_volume_multipath_no_access_mode ... ok test_connect_volume_multipath_not_found (os_brick.tests.initiator.connectors.test_fibre_channel.FibreChannelConnectorTestCase) os_brick.tests.initiator.connectors.test_fibre_channel.FibreChannelConnectorTestCase.test_connect_volume_multipath_not_found ... ok test_connect_volume_multipath_ro (os_brick.tests.initiator.connectors.test_fibre_channel.FibreChannelConnectorTestCase) os_brick.tests.initiator.connectors.test_fibre_channel.FibreChannelConnectorTestCase.test_connect_volume_multipath_ro ... ok test_connect_volume_multipath_rw (os_brick.tests.initiator.connectors.test_fibre_channel.FibreChannelConnectorTestCase) os_brick.tests.initiator.connectors.test_fibre_channel.FibreChannelConnectorTestCase.test_connect_volume_multipath_rw ... ok test_disconnect_volume (os_brick.tests.initiator.connectors.test_fibre_channel.FibreChannelConnectorTestCase) os_brick.tests.initiator.connectors.test_fibre_channel.FibreChannelConnectorTestCase.test_disconnect_volume ... ok test_extend_volume (os_brick.tests.initiator.connectors.test_fibre_channel.FibreChannelConnectorTestCase) os_brick.tests.initiator.connectors.test_fibre_channel.FibreChannelConnectorTestCase.test_extend_volume ... ok test_extend_volume_no_path (os_brick.tests.initiator.connectors.test_fibre_channel.FibreChannelConnectorTestCase) os_brick.tests.initiator.connectors.test_fibre_channel.FibreChannelConnectorTestCase.test_extend_volume_no_path ... Couldn't find any volume paths on the host to extend volume for {'volume_id': 'fake_uuid', 'target_portal': '10.0.2.15:3260', 'target_wwn': ['1234567890123456'], 'target_lun': 1, 'targets': [('1234567890123456', 1)]} ok test_factory (os_brick.tests.initiator.connectors.test_fibre_channel.FibreChannelConnectorTestCase) os_brick.tests.initiator.connectors.test_fibre_channel.FibreChannelConnectorTestCase.test_factory ... Connection details not present. RemoteFsClient may not initialize properly. Connection details not present. RemoteFsClient may not initialize properly. Connection details not present. RemoteFsClient may not initialize properly. SDS CLI file not found, HuaweiStorHyperConnector init failed. Connection details not present. RemoteFsClient may not initialize properly. ok test_get_all_available_volumes_path_not_dir (os_brick.tests.initiator.connectors.test_fibre_channel.FibreChannelConnectorTestCase) os_brick.tests.initiator.connectors.test_fibre_channel.FibreChannelConnectorTestCase.test_get_all_available_volumes_path_not_dir ... ok test_get_connector_mapping (os_brick.tests.initiator.connectors.test_fibre_channel.FibreChannelConnectorTestCase) os_brick.tests.initiator.connectors.test_fibre_channel.FibreChannelConnectorTestCase.test_get_connector_mapping ... ok test_get_connector_mapping_win32 (os_brick.tests.initiator.connectors.test_fibre_channel.FibreChannelConnectorTestCase) os_brick.tests.initiator.connectors.test_fibre_channel.FibreChannelConnectorTestCase.test_get_connector_mapping_win32 ... ok test_get_connector_properties (os_brick.tests.initiator.connectors.test_fibre_channel.FibreChannelConnectorTestCase) os_brick.tests.initiator.connectors.test_fibre_channel.FibreChannelConnectorTestCase.test_get_connector_properties ... ok test_get_pci_num (os_brick.tests.initiator.connectors.test_fibre_channel.FibreChannelConnectorTestCase) os_brick.tests.initiator.connectors.test_fibre_channel.FibreChannelConnectorTestCase.test_get_pci_num ... ok test_get_pci_num_with_platform (os_brick.tests.initiator.connectors.test_fibre_channel.FibreChannelConnectorTestCase) os_brick.tests.initiator.connectors.test_fibre_channel.FibreChannelConnectorTestCase.test_get_pci_num_with_platform ... ok test_get_search_path (os_brick.tests.initiator.connectors.test_fibre_channel.FibreChannelConnectorTestCase) os_brick.tests.initiator.connectors.test_fibre_channel.FibreChannelConnectorTestCase.test_get_search_path ... ok test_get_volume_paths (os_brick.tests.initiator.connectors.test_fibre_channel.FibreChannelConnectorTestCase) os_brick.tests.initiator.connectors.test_fibre_channel.FibreChannelConnectorTestCase.test_get_volume_paths ... ok test_get_volume_paths_with_platform (os_brick.tests.initiator.connectors.test_fibre_channel.FibreChannelConnectorTestCase) os_brick.tests.initiator.connectors.test_fibre_channel.FibreChannelConnectorTestCase.test_get_volume_paths_with_platform ... ok test_get_all_targets (os_brick.tests.initiator.connectors.test_base_iscsi.BaseISCSIConnectorTestCase) os_brick.tests.initiator.connectors.test_base_iscsi.BaseISCSIConnectorTestCase.test_get_all_targets ... ok test_get_all_targets_no_target_luns (os_brick.tests.initiator.connectors.test_base_iscsi.BaseISCSIConnectorTestCase) os_brick.tests.initiator.connectors.test_base_iscsi.BaseISCSIConnectorTestCase.test_get_all_targets_no_target_luns ... ok test_get_all_targets_single_target (os_brick.tests.initiator.connectors.test_base_iscsi.BaseISCSIConnectorTestCase) os_brick.tests.initiator.connectors.test_base_iscsi.BaseISCSIConnectorTestCase.test_get_all_targets_single_target ... ok test_iterate_all_targets (os_brick.tests.initiator.connectors.test_base_iscsi.BaseISCSIConnectorTestCase) os_brick.tests.initiator.connectors.test_base_iscsi.BaseISCSIConnectorTestCase.test_iterate_all_targets ... ok test_check_valid_device (os_brick.tests.initiator.connectors.test_local.LocalConnectorTestCase) os_brick.tests.initiator.connectors.test_local.LocalConnectorTestCase.test_check_valid_device ... ok test_check_valid_device_with_cmd_error (os_brick.tests.initiator.connectors.test_local.LocalConnectorTestCase) os_brick.tests.initiator.connectors.test_local.LocalConnectorTestCase.test_check_valid_device_with_cmd_error ... Failed to access the device on the path /dev: None. ok test_check_valid_device_with_wrong_path (os_brick.tests.initiator.connectors.test_local.LocalConnectorTestCase) os_brick.tests.initiator.connectors.test_local.LocalConnectorTestCase.test_check_valid_device_with_wrong_path ... ok test_connect_volume (os_brick.tests.initiator.connectors.test_local.LocalConnectorTestCase) os_brick.tests.initiator.connectors.test_local.LocalConnectorTestCase.test_connect_volume ... ok test_connect_volume_with_invalid_connection_data (os_brick.tests.initiator.connectors.test_local.LocalConnectorTestCase) os_brick.tests.initiator.connectors.test_local.LocalConnectorTestCase.test_connect_volume_with_invalid_connection_data ... ok test_disconnect_volume (os_brick.tests.initiator.connectors.test_local.LocalConnectorTestCase) os_brick.tests.initiator.connectors.test_local.LocalConnectorTestCase.test_disconnect_volume ... ok test_extend_volume (os_brick.tests.initiator.connectors.test_local.LocalConnectorTestCase) os_brick.tests.initiator.connectors.test_local.LocalConnectorTestCase.test_extend_volume ... ok test_factory (os_brick.tests.initiator.connectors.test_local.LocalConnectorTestCase) os_brick.tests.initiator.connectors.test_local.LocalConnectorTestCase.test_factory ... Connection details not present. RemoteFsClient may not initialize properly. Connection details not present. RemoteFsClient may not initialize properly. Connection details not present. RemoteFsClient may not initialize properly. SDS CLI file not found, HuaweiStorHyperConnector init failed. Connection details not present. RemoteFsClient may not initialize properly. ok test_get_connector_mapping (os_brick.tests.initiator.connectors.test_local.LocalConnectorTestCase) os_brick.tests.initiator.connectors.test_local.LocalConnectorTestCase.test_get_connector_mapping ... ok test_get_connector_mapping_win32 (os_brick.tests.initiator.connectors.test_local.LocalConnectorTestCase) os_brick.tests.initiator.connectors.test_local.LocalConnectorTestCase.test_get_connector_mapping_win32 ... ok test_get_connector_properties (os_brick.tests.initiator.connectors.test_local.LocalConnectorTestCase) os_brick.tests.initiator.connectors.test_local.LocalConnectorTestCase.test_get_connector_properties ... ok test_get_search_path (os_brick.tests.initiator.connectors.test_local.LocalConnectorTestCase) os_brick.tests.initiator.connectors.test_local.LocalConnectorTestCase.test_get_search_path ... ok test_get_volume_paths (os_brick.tests.initiator.connectors.test_local.LocalConnectorTestCase) os_brick.tests.initiator.connectors.test_local.LocalConnectorTestCase.test_get_volume_paths ... ok test_check_valid_device (os_brick.tests.initiator.connectors.test_storpool.StorPoolConnectorTestCase) os_brick.tests.initiator.connectors.test_storpool.StorPoolConnectorTestCase.test_check_valid_device ... ok test_check_valid_device_with_cmd_error (os_brick.tests.initiator.connectors.test_storpool.StorPoolConnectorTestCase) os_brick.tests.initiator.connectors.test_storpool.StorPoolConnectorTestCase.test_check_valid_device_with_cmd_error ... Failed to access the device on the path /dev: None. ok test_check_valid_device_with_wrong_path (os_brick.tests.initiator.connectors.test_storpool.StorPoolConnectorTestCase) os_brick.tests.initiator.connectors.test_storpool.StorPoolConnectorTestCase.test_check_valid_device_with_wrong_path ... ok test_connect_exceptions (os_brick.tests.initiator.connectors.test_storpool.StorPoolConnectorTestCase) os_brick.tests.initiator.connectors.test_storpool.StorPoolConnectorTestCase.test_connect_exceptions ... ok test_connect_volume (os_brick.tests.initiator.connectors.test_storpool.StorPoolConnectorTestCase) os_brick.tests.initiator.connectors.test_storpool.StorPoolConnectorTestCase.test_connect_volume ... ok test_disconnect_volume (os_brick.tests.initiator.connectors.test_storpool.StorPoolConnectorTestCase) os_brick.tests.initiator.connectors.test_storpool.StorPoolConnectorTestCase.test_disconnect_volume ... ok test_extend_volume (os_brick.tests.initiator.connectors.test_storpool.StorPoolConnectorTestCase) os_brick.tests.initiator.connectors.test_storpool.StorPoolConnectorTestCase.test_extend_volume ... ok test_factory (os_brick.tests.initiator.connectors.test_storpool.StorPoolConnectorTestCase) os_brick.tests.initiator.connectors.test_storpool.StorPoolConnectorTestCase.test_factory ... Connection details not present. RemoteFsClient may not initialize properly. Connection details not present. RemoteFsClient may not initialize properly. Connection details not present. RemoteFsClient may not initialize properly. SDS CLI file not found, HuaweiStorHyperConnector init failed. Connection details not present. RemoteFsClient may not initialize properly. ok test_get_connector_mapping (os_brick.tests.initiator.connectors.test_storpool.StorPoolConnectorTestCase) os_brick.tests.initiator.connectors.test_storpool.StorPoolConnectorTestCase.test_get_connector_mapping ... ok test_get_connector_mapping_win32 (os_brick.tests.initiator.connectors.test_storpool.StorPoolConnectorTestCase) os_brick.tests.initiator.connectors.test_storpool.StorPoolConnectorTestCase.test_get_connector_mapping_win32 ... ok test_get_connector_properties (os_brick.tests.initiator.connectors.test_storpool.StorPoolConnectorTestCase) os_brick.tests.initiator.connectors.test_storpool.StorPoolConnectorTestCase.test_get_connector_properties ... multipathd is not running: exit code None ok test_get_all_block_devices (os_brick.tests.initiator.test_host_driver.HostDriverTestCase) os_brick.tests.initiator.test_host_driver.HostDriverTestCase.test_get_all_block_devices ... ok test_get_all_block_devices_when_oserror_is_enoent (os_brick.tests.initiator.test_host_driver.HostDriverTestCase) os_brick.tests.initiator.test_host_driver.HostDriverTestCase.test_get_all_block_devices_when_oserror_is_enoent ... ok test_get_all_block_devices_when_oserror_is_not_enoent (os_brick.tests.initiator.test_host_driver.HostDriverTestCase) os_brick.tests.initiator.test_host_driver.HostDriverTestCase.test_get_all_block_devices_when_oserror_is_not_enoent ... ok test_device_name_by_hctl (os_brick.tests.initiator.test_linuxscsi.LinuxSCSITestCase) os_brick.tests.initiator.test_linuxscsi.LinuxSCSITestCase.test_device_name_by_hctl ... ok test_device_name_by_hctl_no_devices (os_brick.tests.initiator.test_linuxscsi.LinuxSCSITestCase) os_brick.tests.initiator.test_linuxscsi.LinuxSCSITestCase.test_device_name_by_hctl_no_devices ... ok test_device_name_by_hctl_wildcards (os_brick.tests.initiator.test_linuxscsi.LinuxSCSITestCase) os_brick.tests.initiator.test_linuxscsi.LinuxSCSITestCase.test_device_name_by_hctl_wildcards ... ok test_echo_scsi_command (os_brick.tests.initiator.test_linuxscsi.LinuxSCSITestCase) os_brick.tests.initiator.test_linuxscsi.LinuxSCSITestCase.test_echo_scsi_command ... ok test_extend_volume_no_mpath (os_brick.tests.initiator.test_linuxscsi.LinuxSCSITestCase) os_brick.tests.initiator.test_linuxscsi.LinuxSCSITestCase.test_extend_volume_no_mpath ... ok test_extend_volume_with_mpath (os_brick.tests.initiator.test_linuxscsi.LinuxSCSITestCase) os_brick.tests.initiator.test_linuxscsi.LinuxSCSITestCase.test_extend_volume_with_mpath ... ok test_extend_volume_with_mpath_fail (os_brick.tests.initiator.test_linuxscsi.LinuxSCSITestCase) os_brick.tests.initiator.test_linuxscsi.LinuxSCSITestCase.test_extend_volume_with_mpath_fail ... Multipathd failed to update the size mapping of multipath device 1234567890123456 volume ['/dev/fake1', '/dev/fake2'] ok test_find_multipath_device_3par_ufn (os_brick.tests.initiator.test_linuxscsi.LinuxSCSITestCase) os_brick.tests.initiator.test_linuxscsi.LinuxSCSITestCase.test_find_multipath_device_3par_ufn ... ok test_find_multipath_device_ds8000 (os_brick.tests.initiator.test_linuxscsi.LinuxSCSITestCase) os_brick.tests.initiator.test_linuxscsi.LinuxSCSITestCase.test_find_multipath_device_ds8000 ... ok test_find_multipath_device_path (os_brick.tests.initiator.test_linuxscsi.LinuxSCSITestCase) os_brick.tests.initiator.test_linuxscsi.LinuxSCSITestCase.test_find_multipath_device_path ... ok test_find_multipath_device_path_fail (os_brick.tests.initiator.test_linuxscsi.LinuxSCSITestCase) os_brick.tests.initiator.test_linuxscsi.LinuxSCSITestCase.test_find_multipath_device_path_fail ... couldn't find a valid multipath device path for 1234567890 ok test_find_multipath_device_path_mapper (os_brick.tests.initiator.test_linuxscsi.LinuxSCSITestCase) os_brick.tests.initiator.test_linuxscsi.LinuxSCSITestCase.test_find_multipath_device_path_mapper ... ok test_find_multipath_device_svc (os_brick.tests.initiator.test_linuxscsi.LinuxSCSITestCase) os_brick.tests.initiator.test_linuxscsi.LinuxSCSITestCase.test_find_multipath_device_svc ... ok test_find_multipath_device_with_action (os_brick.tests.initiator.test_linuxscsi.LinuxSCSITestCase) os_brick.tests.initiator.test_linuxscsi.LinuxSCSITestCase.test_find_multipath_device_with_action ... Device info: {'device': '/dev/mapper/36005076303ffc48e0000000000000101', 'id': '36005076303ffc48e0000000000000101', 'name': '36005076303ffc48e0000000000000101', 'devices': [{'device': '/dev/sdd', 'host': '6', 'channel': '0', 'id': '2', 'lun': '0'}, {'device': '/dev/sdc', 'host': '6', 'channel': '1', 'id': '0', 'lun': '3'}]} ok test_find_multipath_device_with_error (os_brick.tests.initiator.test_linuxscsi.LinuxSCSITestCase) os_brick.tests.initiator.test_linuxscsi.LinuxSCSITestCase.test_find_multipath_device_with_error ... ok test_find_multipath_device_with_multiple_errors (os_brick.tests.initiator.test_linuxscsi.LinuxSCSITestCase) os_brick.tests.initiator.test_linuxscsi.LinuxSCSITestCase.test_find_multipath_device_with_multiple_errors ... ok test_find_sysfs_multipath_dm (os_brick.tests.initiator.test_linuxscsi.LinuxSCSITestCase) os_brick.tests.initiator.test_linuxscsi.LinuxSCSITestCase.test_find_sysfs_multipath_dm ... ok test_find_sysfs_multipath_dm_not_found (os_brick.tests.initiator.test_linuxscsi.LinuxSCSITestCase) os_brick.tests.initiator.test_linuxscsi.LinuxSCSITestCase.test_find_sysfs_multipath_dm_not_found ... ok test_flush_device_io (os_brick.tests.initiator.test_linuxscsi.LinuxSCSITestCase) os_brick.tests.initiator.test_linuxscsi.LinuxSCSITestCase.test_flush_device_io ... ok test_flush_device_io_non_existent (os_brick.tests.initiator.test_linuxscsi.LinuxSCSITestCase) os_brick.tests.initiator.test_linuxscsi.LinuxSCSITestCase.test_flush_device_io_non_existent ... ok test_flush_multipath_device (os_brick.tests.initiator.test_linuxscsi.LinuxSCSITestCase) os_brick.tests.initiator.test_linuxscsi.LinuxSCSITestCase.test_flush_multipath_device ... ok test_get_dev_path_conn_props_1 (os_brick.tests.initiator.test_linuxscsi.LinuxSCSITestCase) os_brick.tests.initiator.test_linuxscsi.LinuxSCSITestCase.test_get_dev_path_conn_props_1 ... ok test_get_dev_path_conn_props_2 (os_brick.tests.initiator.test_linuxscsi.LinuxSCSITestCase) os_brick.tests.initiator.test_linuxscsi.LinuxSCSITestCase.test_get_dev_path_conn_props_2 ... ok test_get_dev_path_conn_props_3 (os_brick.tests.initiator.test_linuxscsi.LinuxSCSITestCase) os_brick.tests.initiator.test_linuxscsi.LinuxSCSITestCase.test_get_dev_path_conn_props_3 ... ok test_get_dev_path_conn_props_4 (os_brick.tests.initiator.test_linuxscsi.LinuxSCSITestCase) os_brick.tests.initiator.test_linuxscsi.LinuxSCSITestCase.test_get_dev_path_conn_props_4 ... ok test_get_dev_path_device_info_1 (os_brick.tests.initiator.test_linuxscsi.LinuxSCSITestCase) os_brick.tests.initiator.test_linuxscsi.LinuxSCSITestCase.test_get_dev_path_device_info_1 ... ok test_get_dev_path_device_info_2 (os_brick.tests.initiator.test_linuxscsi.LinuxSCSITestCase) os_brick.tests.initiator.test_linuxscsi.LinuxSCSITestCase.test_get_dev_path_device_info_2 ... ok test_get_dev_path_device_info_3 (os_brick.tests.initiator.test_linuxscsi.LinuxSCSITestCase) os_brick.tests.initiator.test_linuxscsi.LinuxSCSITestCase.test_get_dev_path_device_info_3 ... ok test_get_dev_path_no_path_1 (os_brick.tests.initiator.test_linuxscsi.LinuxSCSITestCase) os_brick.tests.initiator.test_linuxscsi.LinuxSCSITestCase.test_get_dev_path_no_path_1 ... ok test_get_dev_path_no_path_2 (os_brick.tests.initiator.test_linuxscsi.LinuxSCSITestCase) os_brick.tests.initiator.test_linuxscsi.LinuxSCSITestCase.test_get_dev_path_no_path_2 ... ok test_get_dev_path_no_path_3 (os_brick.tests.initiator.test_linuxscsi.LinuxSCSITestCase) os_brick.tests.initiator.test_linuxscsi.LinuxSCSITestCase.test_get_dev_path_no_path_3 ... ok test_get_dev_path_no_path_4 (os_brick.tests.initiator.test_linuxscsi.LinuxSCSITestCase) os_brick.tests.initiator.test_linuxscsi.LinuxSCSITestCase.test_get_dev_path_no_path_4 ... ok test_get_device_info (os_brick.tests.initiator.test_linuxscsi.LinuxSCSITestCase) os_brick.tests.initiator.test_linuxscsi.LinuxSCSITestCase.test_get_device_info ... ok test_get_device_size (os_brick.tests.initiator.test_linuxscsi.LinuxSCSITestCase) os_brick.tests.initiator.test_linuxscsi.LinuxSCSITestCase.test_get_device_size ... ok test_get_dm_name (os_brick.tests.initiator.test_linuxscsi.LinuxSCSITestCase) os_brick.tests.initiator.test_linuxscsi.LinuxSCSITestCase.test_get_dm_name ... ok test_get_dm_name_failure (os_brick.tests.initiator.test_linuxscsi.LinuxSCSITestCase) os_brick.tests.initiator.test_linuxscsi.LinuxSCSITestCase.test_get_dm_name_failure ... ok test_get_hctl_no_paths (os_brick.tests.initiator.test_linuxscsi.LinuxSCSITestCase) os_brick.tests.initiator.test_linuxscsi.LinuxSCSITestCase.test_get_hctl_no_paths ... ok test_get_hctl_no_target (os_brick.tests.initiator.test_linuxscsi.LinuxSCSITestCase) os_brick.tests.initiator.test_linuxscsi.LinuxSCSITestCase.test_get_hctl_no_target ... ok test_get_hctl_with_target (os_brick.tests.initiator.test_linuxscsi.LinuxSCSITestCase) os_brick.tests.initiator.test_linuxscsi.LinuxSCSITestCase.test_get_hctl_with_target ... ok test_get_name_from_path (os_brick.tests.initiator.test_linuxscsi.LinuxSCSITestCase) os_brick.tests.initiator.test_linuxscsi.LinuxSCSITestCase.test_get_name_from_path ... ok test_get_scsi_wwn (os_brick.tests.initiator.test_linuxscsi.LinuxSCSITestCase) os_brick.tests.initiator.test_linuxscsi.LinuxSCSITestCase.test_get_scsi_wwn ... ok test_get_sysfs_wwid_1 (os_brick.tests.initiator.test_linuxscsi.LinuxSCSITestCase) os_brick.tests.initiator.test_linuxscsi.LinuxSCSITestCase.test_get_sysfs_wwid_1 ... ok test_get_sysfs_wwid_2 (os_brick.tests.initiator.test_linuxscsi.LinuxSCSITestCase) os_brick.tests.initiator.test_linuxscsi.LinuxSCSITestCase.test_get_sysfs_wwid_2 ... ok test_get_sysfs_wwid_3 (os_brick.tests.initiator.test_linuxscsi.LinuxSCSITestCase) os_brick.tests.initiator.test_linuxscsi.LinuxSCSITestCase.test_get_sysfs_wwid_3 ... ok test_get_sysfs_wwid_not_found (os_brick.tests.initiator.test_linuxscsi.LinuxSCSITestCase) os_brick.tests.initiator.test_linuxscsi.LinuxSCSITestCase.test_get_sysfs_wwid_not_found ... ok test_get_sysfs_wwn_dm_link (os_brick.tests.initiator.test_linuxscsi.LinuxSCSITestCase) os_brick.tests.initiator.test_linuxscsi.LinuxSCSITestCase.test_get_sysfs_wwn_dm_link ... ok test_get_sysfs_wwn_mpath (os_brick.tests.initiator.test_linuxscsi.LinuxSCSITestCase) os_brick.tests.initiator.test_linuxscsi.LinuxSCSITestCase.test_get_sysfs_wwn_mpath ... ok test_get_sysfs_wwn_mpath_exc (os_brick.tests.initiator.test_linuxscsi.LinuxSCSITestCase) os_brick.tests.initiator.test_linuxscsi.LinuxSCSITestCase.test_get_sysfs_wwn_mpath_exc ... Failed to read the DM uuid: ok test_get_sysfs_wwn_multiple_designators (os_brick.tests.initiator.test_linuxscsi.LinuxSCSITestCase) os_brick.tests.initiator.test_linuxscsi.LinuxSCSITestCase.test_get_sysfs_wwn_multiple_designators ... ok test_get_sysfs_wwn_no_links (os_brick.tests.initiator.test_linuxscsi.LinuxSCSITestCase) os_brick.tests.initiator.test_linuxscsi.LinuxSCSITestCase.test_get_sysfs_wwn_no_links ... ok test_get_sysfs_wwn_not_found (os_brick.tests.initiator.test_linuxscsi.LinuxSCSITestCase) os_brick.tests.initiator.test_linuxscsi.LinuxSCSITestCase.test_get_sysfs_wwn_not_found ... ok test_get_sysfs_wwn_single_designator (os_brick.tests.initiator.test_linuxscsi.LinuxSCSITestCase) os_brick.tests.initiator.test_linuxscsi.LinuxSCSITestCase.test_get_sysfs_wwn_single_designator ... ok test_is_multipath_running_default_executor (os_brick.tests.initiator.test_linuxscsi.LinuxSCSITestCase) os_brick.tests.initiator.test_linuxscsi.LinuxSCSITestCase.test_is_multipath_running_default_executor ... ok test_is_multipath_running_failure_exit_code_0 (os_brick.tests.initiator.test_linuxscsi.LinuxSCSITestCase) os_brick.tests.initiator.test_linuxscsi.LinuxSCSITestCase.test_is_multipath_running_failure_exit_code_0 ... multipathd is not running: exit code 1 ok test_multipath_add_path (os_brick.tests.initiator.test_linuxscsi.LinuxSCSITestCase) os_brick.tests.initiator.test_linuxscsi.LinuxSCSITestCase.test_multipath_add_path ... ok test_multipath_add_wwid (os_brick.tests.initiator.test_linuxscsi.LinuxSCSITestCase) os_brick.tests.initiator.test_linuxscsi.LinuxSCSITestCase.test_multipath_add_wwid ... ok test_multipath_reconfigure (os_brick.tests.initiator.test_linuxscsi.LinuxSCSITestCase) os_brick.tests.initiator.test_linuxscsi.LinuxSCSITestCase.test_multipath_reconfigure ... ok test_multipath_resize_map (os_brick.tests.initiator.test_linuxscsi.LinuxSCSITestCase) os_brick.tests.initiator.test_linuxscsi.LinuxSCSITestCase.test_multipath_resize_map ... ok test_process_lun_id_list (os_brick.tests.initiator.test_linuxscsi.LinuxSCSITestCase) os_brick.tests.initiator.test_linuxscsi.LinuxSCSITestCase.test_process_lun_id_list ... ok test_process_lun_id_single_val_make_hex (os_brick.tests.initiator.test_linuxscsi.LinuxSCSITestCase) os_brick.tests.initiator.test_linuxscsi.LinuxSCSITestCase.test_process_lun_id_single_val_make_hex ... ok test_process_lun_id_single_val_make_hex_border_case (os_brick.tests.initiator.test_linuxscsi.LinuxSCSITestCase) os_brick.tests.initiator.test_linuxscsi.LinuxSCSITestCase.test_process_lun_id_single_val_make_hex_border_case ... ok test_process_lun_id_single_var_return (os_brick.tests.initiator.test_linuxscsi.LinuxSCSITestCase) os_brick.tests.initiator.test_linuxscsi.LinuxSCSITestCase.test_process_lun_id_single_var_return ... ok test_remove_connection_multipath_complete_1 (os_brick.tests.initiator.test_linuxscsi.LinuxSCSITestCase) os_brick.tests.initiator.test_linuxscsi.LinuxSCSITestCase.test_remove_connection_multipath_complete_1 ... ok test_remove_connection_multipath_complete_2 (os_brick.tests.initiator.test_linuxscsi.LinuxSCSITestCase) os_brick.tests.initiator.test_linuxscsi.LinuxSCSITestCase.test_remove_connection_multipath_complete_2 ... Flushing failed ok test_remove_connection_multipath_fail (os_brick.tests.initiator.test_linuxscsi.LinuxSCSITestCase) os_brick.tests.initiator.test_linuxscsi.LinuxSCSITestCase.test_remove_connection_multipath_fail ... Flushing failed ok test_remove_connection_singlepath_no_path (os_brick.tests.initiator.test_linuxscsi.LinuxSCSITestCase) os_brick.tests.initiator.test_linuxscsi.LinuxSCSITestCase.test_remove_connection_singlepath_no_path ... ok test_remove_connection_singlepath_used (os_brick.tests.initiator.test_linuxscsi.LinuxSCSITestCase) os_brick.tests.initiator.test_linuxscsi.LinuxSCSITestCase.test_remove_connection_singlepath_used ... ok test_remove_scsi_device (os_brick.tests.initiator.test_linuxscsi.LinuxSCSITestCase) os_brick.tests.initiator.test_linuxscsi.LinuxSCSITestCase.test_remove_scsi_device ... ok test_remove_scsi_device_force (os_brick.tests.initiator.test_linuxscsi.LinuxSCSITestCase) os_brick.tests.initiator.test_linuxscsi.LinuxSCSITestCase.test_remove_scsi_device_force ... Flushing /dev/sdc failed Removing /dev/sdc failed ok test_remove_scsi_device_no_flush (os_brick.tests.initiator.test_linuxscsi.LinuxSCSITestCase) os_brick.tests.initiator.test_linuxscsi.LinuxSCSITestCase.test_remove_scsi_device_no_flush ... ok test_remove_scsi_symlinks (os_brick.tests.initiator.test_linuxscsi.LinuxSCSITestCase) os_brick.tests.initiator.test_linuxscsi.LinuxSCSITestCase.test_remove_scsi_symlinks ... ok test_remove_scsi_symlinks_no_links (os_brick.tests.initiator.test_linuxscsi.LinuxSCSITestCase) os_brick.tests.initiator.test_linuxscsi.LinuxSCSITestCase.test_remove_scsi_symlinks_no_links ... ok test_remove_scsi_symlinks_race_condition (os_brick.tests.initiator.test_linuxscsi.LinuxSCSITestCase) os_brick.tests.initiator.test_linuxscsi.LinuxSCSITestCase.test_remove_scsi_symlinks_race_condition ... ok test_requires_flush_1____dev_sda_____dev_sda___False__True__None_ (os_brick.tests.initiator.test_linuxscsi.LinuxSCSITestCase) os_brick.tests.initiator.test_linuxscsi.LinuxSCSITestCase.test_requires_flush_1____dev_sda_____dev_sda___False__True__None_ ... ok test_requires_flush_2____dev_sda_____dev_sda___True__True__None_ (os_brick.tests.initiator.test_linuxscsi.LinuxSCSITestCase) os_brick.tests.initiator.test_linuxscsi.LinuxSCSITestCase.test_requires_flush_2____dev_sda_____dev_sda___True__True__None_ ... ok test_requires_flush_3____dev_sda_______True__False__None_ (os_brick.tests.initiator.test_linuxscsi.LinuxSCSITestCase) os_brick.tests.initiator.test_linuxscsi.LinuxSCSITestCase.test_requires_flush_3____dev_sda_______True__False__None_ ... ok test_requires_flush_4____dev_link_sda_____dev_disk_by_path_pci_XYZ___False__True_____dev_sda_____dev_mapper_crypt_pci_XYZ___ (os_brick.tests.initiator.test_linuxscsi.LinuxSCSITestCase) os_brick.tests.initiator.test_linuxscsi.LinuxSCSITestCase.test_requires_flush_4____dev_link_sda_____dev_disk_by_path_pci_XYZ___False__True_____dev_sda_____dev_mapper_crypt_pci_XYZ___ ... ok test_requires_flush_5____dev_link_sda_____dev_link_sdb___False__False_____dev_sda_____dev_sdb___ (os_brick.tests.initiator.test_linuxscsi.LinuxSCSITestCase) os_brick.tests.initiator.test_linuxscsi.LinuxSCSITestCase.test_requires_flush_5____dev_link_sda_____dev_link_sdb___False__False_____dev_sda_____dev_sdb___ ... ok test_requires_flush_6____dev_link_sda_____dev_link2_sda___False__True_____dev_sda_____dev_sda___ (os_brick.tests.initiator.test_linuxscsi.LinuxSCSITestCase) os_brick.tests.initiator.test_linuxscsi.LinuxSCSITestCase.test_requires_flush_6____dev_link_sda_____dev_link2_sda___False__True_____dev_sda_____dev_sda___ ... ok test_scsi_iscsi (os_brick.tests.initiator.test_linuxscsi.LinuxSCSITestCase) os_brick.tests.initiator.test_linuxscsi.LinuxSCSITestCase.test_scsi_iscsi ... ok test_wait_for_path_not_found (os_brick.tests.initiator.test_linuxscsi.LinuxSCSITestCase) os_brick.tests.initiator.test_linuxscsi.LinuxSCSITestCase.test_wait_for_path_not_found ... ok test_wait_for_rw (os_brick.tests.initiator.test_linuxscsi.LinuxSCSITestCase) os_brick.tests.initiator.test_linuxscsi.LinuxSCSITestCase.test_wait_for_rw ... ok test_wait_for_rw_always_readonly (os_brick.tests.initiator.test_linuxscsi.LinuxSCSITestCase) os_brick.tests.initiator.test_linuxscsi.LinuxSCSITestCase.test_wait_for_rw_always_readonly ... ok test_wait_for_rw_needs_retry (os_brick.tests.initiator.test_linuxscsi.LinuxSCSITestCase) os_brick.tests.initiator.test_linuxscsi.LinuxSCSITestCase.test_wait_for_rw_needs_retry ... ok test_wait_for_volumes_removal_failure (os_brick.tests.initiator.test_linuxscsi.LinuxSCSITestCase) os_brick.tests.initiator.test_linuxscsi.LinuxSCSITestCase.test_wait_for_volumes_removal_failure ... ok test_wait_for_volumes_removal_retry (os_brick.tests.initiator.test_linuxscsi.LinuxSCSITestCase) os_brick.tests.initiator.test_linuxscsi.LinuxSCSITestCase.test_wait_for_volumes_removal_retry ... ok test_check_valid_device (os_brick.tests.initiator.test_connector.ConnectorTestCase) os_brick.tests.initiator.test_connector.ConnectorTestCase.test_check_valid_device ... ok test_check_valid_device_with_cmd_error (os_brick.tests.initiator.test_connector.ConnectorTestCase) os_brick.tests.initiator.test_connector.ConnectorTestCase.test_check_valid_device_with_cmd_error ... Failed to access the device on the path /dev: None. ok test_check_valid_device_with_wrong_path (os_brick.tests.initiator.test_connector.ConnectorTestCase) os_brick.tests.initiator.test_connector.ConnectorTestCase.test_check_valid_device_with_wrong_path ... ok test_connect_volume (os_brick.tests.initiator.test_connector.ConnectorTestCase) os_brick.tests.initiator.test_connector.ConnectorTestCase.test_connect_volume ... ok test_disconnect_volume (os_brick.tests.initiator.test_connector.ConnectorTestCase) os_brick.tests.initiator.test_connector.ConnectorTestCase.test_disconnect_volume ... ok test_factory (os_brick.tests.initiator.test_connector.ConnectorTestCase) os_brick.tests.initiator.test_connector.ConnectorTestCase.test_factory ... Connection details not present. RemoteFsClient may not initialize properly. Connection details not present. RemoteFsClient may not initialize properly. Connection details not present. RemoteFsClient may not initialize properly. SDS CLI file not found, HuaweiStorHyperConnector init failed. Connection details not present. RemoteFsClient may not initialize properly. ok test_get_connector_mapping (os_brick.tests.initiator.test_connector.ConnectorTestCase) os_brick.tests.initiator.test_connector.ConnectorTestCase.test_get_connector_mapping ... ok test_get_connector_mapping_win32 (os_brick.tests.initiator.test_connector.ConnectorTestCase) os_brick.tests.initiator.test_connector.ConnectorTestCase.test_get_connector_mapping_win32 ... ok test_get_connector_properties (os_brick.tests.initiator.test_connector.ConnectorTestCase) os_brick.tests.initiator.test_connector.ConnectorTestCase.test_get_connector_properties ... multipathd is not running: exit code None ok test_brick_connector_properties_override_hostname (os_brick.tests.initiator.test_connector.ConnectorUtilsTestCase) os_brick.tests.initiator.test_connector.ConnectorUtilsTestCase.test_brick_connector_properties_override_hostname ... ok test_brick_get_connector_properties (os_brick.tests.initiator.test_connector.ConnectorUtilsTestCase) os_brick.tests.initiator.test_connector.ConnectorUtilsTestCase.test_brick_get_connector_properties ... ok test_brick_get_connector_properties_connectors_called (os_brick.tests.initiator.test_connector.ConnectorUtilsTestCase) os_brick.tests.initiator.test_connector.ConnectorUtilsTestCase.test_brick_get_connector_properties_connectors_called ... ok test_brick_get_connector_properties_fallback (os_brick.tests.initiator.test_connector.ConnectorUtilsTestCase) os_brick.tests.initiator.test_connector.ConnectorUtilsTestCase.test_brick_get_connector_properties_fallback ... multipathd is not running: exit code None ok test_brick_get_connector_properties_multipath (os_brick.tests.initiator.test_connector.ConnectorUtilsTestCase) os_brick.tests.initiator.test_connector.ConnectorUtilsTestCase.test_brick_get_connector_properties_multipath ... ok test_brick_get_connector_properties_raise (os_brick.tests.initiator.test_connector.ConnectorUtilsTestCase) os_brick.tests.initiator.test_connector.ConnectorUtilsTestCase.test_brick_get_connector_properties_raise ... multipathd is not running: exit code None ok test_attach_volume (os_brick.tests.caches.test_init.CacheManagerTestCase) os_brick.tests.caches.test_init.CacheManagerTestCase.test_attach_volume ... ok test_detach_volume (os_brick.tests.caches.test_init.CacheManagerTestCase) os_brick.tests.caches.test_init.CacheManagerTestCase.test_detach_volume ... ok test_get_engine (os_brick.tests.caches.test_init.CacheManagerTestCase) os_brick.tests.caches.test_init.CacheManagerTestCase.test_get_engine ... ok test_init_cacheable (os_brick.tests.caches.test_init.CacheManagerTestCase) os_brick.tests.caches.test_init.CacheManagerTestCase.test_init_cacheable ... ok test_init_invalid_device_path (os_brick.tests.caches.test_init.CacheManagerTestCase) os_brick.tests.caches.test_init.CacheManagerTestCase.test_init_invalid_device_path ... ok test_attach_volume (os_brick.tests.caches.test_opencas.OpenCASEngineTestCase) os_brick.tests.caches.test_opencas.OpenCASEngineTestCase.test_attach_volume ... dev_path is not specified dev_path is not specified ok test_detach_volume (os_brick.tests.caches.test_opencas.OpenCASEngineTestCase) os_brick.tests.caches.test_opencas.OpenCASEngineTestCase.test_detach_volume ... dev_path is not specified dev_path is not specified ok test_get_mapped_casdev (os_brick.tests.caches.test_opencas.OpenCASEngineTestCase) os_brick.tests.caches.test_opencas.OpenCASEngineTestCase.test_get_mapped_casdev ... ok test_get_mapped_coredev (os_brick.tests.caches.test_opencas.OpenCASEngineTestCase) os_brick.tests.caches.test_opencas.OpenCASEngineTestCase.test_get_mapped_coredev ... ok test_is_engine_ready (os_brick.tests.caches.test_opencas.OpenCASEngineTestCase) os_brick.tests.caches.test_opencas.OpenCASEngineTestCase.test_is_engine_ready ... ok test_map_casdisk (os_brick.tests.caches.test_opencas.OpenCASEngineTestCase) os_brick.tests.caches.test_opencas.OpenCASEngineTestCase.test_map_casdisk ... ok test_os_execute_exception (os_brick.tests.caches.test_opencas.OpenCASEngineTestCase) os_brick.tests.caches.test_opencas.OpenCASEngineTestCase.test_os_execute_exception ... os_execute error Traceback (most recent call last): File "/builddir/build/BUILD/os-brick-4.0.3/os_brick/caches/opencas.py", line 34, in os_execute out, err = self._execute(*cmd, **kwargs) File "/usr/lib64/python3.6/unittest/mock.py", line 939, in __call__ return _mock_self._mock_call(*args, **kwargs) File "/usr/lib64/python3.6/unittest/mock.py", line 1003, in _mock_call raise result oslo_concurrency.processutils.ProcessExecutionError: Unexpected error while running command. Command: None Exit code: 1 Stdout: None Stderr: None Cmd :None StdOut :None StdErr :None os_execute error Traceback (most recent call last): File "/builddir/build/BUILD/os-brick-4.0.3/os_brick/caches/opencas.py", line 34, in os_execute out, err = self._execute(*cmd, **kwargs) File "/usr/lib64/python3.6/unittest/mock.py", line 939, in __call__ return _mock_self._mock_call(*args, **kwargs) File "/usr/lib64/python3.6/unittest/mock.py", line 1003, in _mock_call raise result File "/usr/lib/python3.6/site-packages/testtools/matchers/_exception.py", line 101, in match result = matchee() File "/usr/lib/python3.6/site-packages/testtools/testcase.py", line 1049, in __call__ return self._callable_object(*self._args, **self._kwargs) File "/builddir/build/BUILD/os-brick-4.0.3/os_brick/caches/opencas.py", line 34, in os_execute out, err = self._execute(*cmd, **kwargs) File "/usr/lib64/python3.6/unittest/mock.py", line 939, in __call__ return _mock_self._mock_call(*args, **kwargs) File "/usr/lib64/python3.6/unittest/mock.py", line 1003, in _mock_call raise result oslo_concurrency.processutils.ProcessExecutionError: Unexpected error while running command. Command: None Exit code: 1 Stdout: None Stderr: None Cmd :None StdOut :None StdErr :None os_execute error Traceback (most recent call last): File "/builddir/build/BUILD/os-brick-4.0.3/os_brick/caches/opencas.py", line 34, in os_execute out, err = self._execute(*cmd, **kwargs) File "/usr/lib64/python3.6/unittest/mock.py", line 939, in __call__ return _mock_self._mock_call(*args, **kwargs) File "/usr/lib64/python3.6/unittest/mock.py", line 1003, in _mock_call raise result File "/usr/lib/python3.6/site-packages/testtools/matchers/_exception.py", line 101, in match result = matchee() File "/usr/lib/python3.6/site-packages/testtools/testcase.py", line 1049, in __call__ return self._callable_object(*self._args, **self._kwargs) File "/builddir/build/BUILD/os-brick-4.0.3/os_brick/caches/opencas.py", line 52, in is_engine_ready out, err = self.os_execute(*cmd, **kwargs) File "/builddir/build/BUILD/os-brick-4.0.3/os_brick/caches/opencas.py", line 34, in os_execute out, err = self._execute(*cmd, **kwargs) File "/usr/lib64/python3.6/unittest/mock.py", line 939, in __call__ return _mock_self._mock_call(*args, **kwargs) File "/usr/lib64/python3.6/unittest/mock.py", line 1003, in _mock_call raise result File "/usr/lib/python3.6/site-packages/testtools/matchers/_exception.py", line 101, in match result = matchee() File "/usr/lib/python3.6/site-packages/testtools/testcase.py", line 1049, in __call__ return self._callable_object(*self._args, **self._kwargs) File "/builddir/build/BUILD/os-brick-4.0.3/os_brick/caches/opencas.py", line 34, in os_execute out, err = self._execute(*cmd, **kwargs) File "/usr/lib64/python3.6/unittest/mock.py", line 939, in __call__ return _mock_self._mock_call(*args, **kwargs) File "/usr/lib64/python3.6/unittest/mock.py", line 1003, in _mock_call raise result oslo_concurrency.processutils.ProcessExecutionError: Unexpected error while running command. Command: None Exit code: 1 Stdout: None Stderr: None Cmd :None StdOut :None StdErr :None os_execute error Traceback (most recent call last): File "/builddir/build/BUILD/os-brick-4.0.3/os_brick/caches/opencas.py", line 34, in os_execute out, err = self._execute(*cmd, **kwargs) File "/usr/lib64/python3.6/unittest/mock.py", line 939, in __call__ return _mock_self._mock_call(*args, **kwargs) File "/usr/lib64/python3.6/unittest/mock.py", line 1003, in _mock_call raise result File "/usr/lib/python3.6/site-packages/testtools/matchers/_exception.py", line 101, in match result = matchee() File "/usr/lib/python3.6/site-packages/testtools/testcase.py", line 1049, in __call__ return self._callable_object(*self._args, **self._kwargs) File "/builddir/build/BUILD/os-brick-4.0.3/os_brick/caches/opencas.py", line 83, in _get_mapped_casdev out, err = self.os_execute(*cmd, **kwargs) File "/builddir/build/BUILD/os-brick-4.0.3/os_brick/caches/opencas.py", line 34, in os_execute out, err = self._execute(*cmd, **kwargs) File "/usr/lib64/python3.6/unittest/mock.py", line 939, in __call__ return _mock_self._mock_call(*args, **kwargs) File "/usr/lib64/python3.6/unittest/mock.py", line 1003, in _mock_call raise result File "/usr/lib/python3.6/site-packages/testtools/matchers/_exception.py", line 101, in match result = matchee() File "/usr/lib/python3.6/site-packages/testtools/testcase.py", line 1049, in __call__ return self._callable_object(*self._args, **self._kwargs) File "/builddir/build/BUILD/os-brick-4.0.3/os_brick/caches/opencas.py", line 52, in is_engine_ready out, err = self.os_execute(*cmd, **kwargs) File "/builddir/build/BUILD/os-brick-4.0.3/os_brick/caches/opencas.py", line 34, in os_execute out, err = self._execute(*cmd, **kwargs) File "/usr/lib64/python3.6/unittest/mock.py", line 939, in __call__ return _mock_self._mock_call(*args, **kwargs) File "/usr/lib64/python3.6/unittest/mock.py", line 1003, in _mock_call raise result File "/usr/lib/python3.6/site-packages/testtools/matchers/_exception.py", line 101, in match result = matchee() File "/usr/lib/python3.6/site-packages/testtools/testcase.py", line 1049, in __call__ return self._callable_object(*self._args, **self._kwargs) File "/builddir/build/BUILD/os-brick-4.0.3/os_brick/caches/opencas.py", line 34, in os_execute out, err = self._execute(*cmd, **kwargs) File "/usr/lib64/python3.6/unittest/mock.py", line 939, in __call__ return _mock_self._mock_call(*args, **kwargs) File "/usr/lib64/python3.6/unittest/mock.py", line 1003, in _mock_call raise result oslo_concurrency.processutils.ProcessExecutionError: Unexpected error while running command. Command: None Exit code: 1 Stdout: None Stderr: None Cmd :None StdOut :None StdErr :None os_execute error Traceback (most recent call last): File "/builddir/build/BUILD/os-brick-4.0.3/os_brick/caches/opencas.py", line 34, in os_execute out, err = self._execute(*cmd, **kwargs) File "/usr/lib64/python3.6/unittest/mock.py", line 939, in __call__ return _mock_self._mock_call(*args, **kwargs) File "/usr/lib64/python3.6/unittest/mock.py", line 1003, in _mock_call raise result File "/usr/lib/python3.6/site-packages/testtools/matchers/_exception.py", line 101, in match result = matchee() File "/usr/lib/python3.6/site-packages/testtools/testcase.py", line 1049, in __call__ return self._callable_object(*self._args, **self._kwargs) File "/builddir/build/BUILD/os-brick-4.0.3/os_brick/caches/opencas.py", line 97, in _get_mapped_coredev out, err = self.os_execute(*cmd, **kwargs) File "/builddir/build/BUILD/os-brick-4.0.3/os_brick/caches/opencas.py", line 34, in os_execute out, err = self._execute(*cmd, **kwargs) File "/usr/lib64/python3.6/unittest/mock.py", line 939, in __call__ return _mock_self._mock_call(*args, **kwargs) File "/usr/lib64/python3.6/unittest/mock.py", line 1003, in _mock_call raise result File "/usr/lib/python3.6/site-packages/testtools/matchers/_exception.py", line 101, in match result = matchee() File "/usr/lib/python3.6/site-packages/testtools/testcase.py", line 1049, in __call__ return self._callable_object(*self._args, **self._kwargs) File "/builddir/build/BUILD/os-brick-4.0.3/os_brick/caches/opencas.py", line 83, in _get_mapped_casdev out, err = self.os_execute(*cmd, **kwargs) File "/builddir/build/BUILD/os-brick-4.0.3/os_brick/caches/opencas.py", line 34, in os_execute out, err = self._execute(*cmd, **kwargs) File "/usr/lib64/python3.6/unittest/mock.py", line 939, in __call__ return _mock_self._mock_call(*args, **kwargs) File "/usr/lib64/python3.6/unittest/mock.py", line 1003, in _mock_call raise result File "/usr/lib/python3.6/site-packages/testtools/matchers/_exception.py", line 101, in match result = matchee() File "/usr/lib/python3.6/site-packages/testtools/testcase.py", line 1049, in __call__ return self._callable_object(*self._args, **self._kwargs) File "/builddir/build/BUILD/os-brick-4.0.3/os_brick/caches/opencas.py", line 52, in is_engine_ready out, err = self.os_execute(*cmd, **kwargs) File "/builddir/build/BUILD/os-brick-4.0.3/os_brick/caches/opencas.py", line 34, in os_execute out, err = self._execute(*cmd, **kwargs) File "/usr/lib64/python3.6/unittest/mock.py", line 939, in __call__ return _mock_self._mock_call(*args, **kwargs) File "/usr/lib64/python3.6/unittest/mock.py", line 1003, in _mock_call raise result File "/usr/lib/python3.6/site-packages/testtools/matchers/_exception.py", line 101, in match result = matchee() File "/usr/lib/python3.6/site-packages/testtools/testcase.py", line 1049, in __call__ return self._callable_object(*self._args, **self._kwargs) File "/builddir/build/BUILD/os-brick-4.0.3/os_brick/caches/opencas.py", line 34, in os_execute out, err = self._execute(*cmd, **kwargs) File "/usr/lib64/python3.6/unittest/mock.py", line 939, in __call__ return _mock_self._mock_call(*args, **kwargs) File "/usr/lib64/python3.6/unittest/mock.py", line 1003, in _mock_call raise result oslo_concurrency.processutils.ProcessExecutionError: Unexpected error while running command. Command: None Exit code: 1 Stdout: None Stderr: None Cmd :None StdOut :None StdErr :None os_execute error Traceback (most recent call last): File "/builddir/build/BUILD/os-brick-4.0.3/os_brick/caches/opencas.py", line 34, in os_execute out, err = self._execute(*cmd, **kwargs) File "/usr/lib64/python3.6/unittest/mock.py", line 939, in __call__ return _mock_self._mock_call(*args, **kwargs) File "/usr/lib64/python3.6/unittest/mock.py", line 1003, in _mock_call raise result File "/usr/lib/python3.6/site-packages/testtools/matchers/_exception.py", line 101, in match result = matchee() File "/usr/lib/python3.6/site-packages/testtools/testcase.py", line 1049, in __call__ return self._callable_object(*self._args, **self._kwargs) File "/builddir/build/BUILD/os-brick-4.0.3/os_brick/caches/opencas.py", line 111, in _map_casdisk out, err = self.os_execute(*cmd, **kwargs) File "/builddir/build/BUILD/os-brick-4.0.3/os_brick/caches/opencas.py", line 34, in os_execute out, err = self._execute(*cmd, **kwargs) File "/usr/lib64/python3.6/unittest/mock.py", line 939, in __call__ return _mock_self._mock_call(*args, **kwargs) File "/usr/lib64/python3.6/unittest/mock.py", line 1003, in _mock_call raise result File "/usr/lib/python3.6/site-packages/testtools/matchers/_exception.py", line 101, in match result = matchee() File "/usr/lib/python3.6/site-packages/testtools/testcase.py", line 1049, in __call__ return self._callable_object(*self._args, **self._kwargs) File "/builddir/build/BUILD/os-brick-4.0.3/os_brick/caches/opencas.py", line 97, in _get_mapped_coredev out, err = self.os_execute(*cmd, **kwargs) File "/builddir/build/BUILD/os-brick-4.0.3/os_brick/caches/opencas.py", line 34, in os_execute out, err = self._execute(*cmd, **kwargs) File "/usr/lib64/python3.6/unittest/mock.py", line 939, in __call__ return _mock_self._mock_call(*args, **kwargs) File "/usr/lib64/python3.6/unittest/mock.py", line 1003, in _mock_call raise result File "/usr/lib/python3.6/site-packages/testtools/matchers/_exception.py", line 101, in match result = matchee() File "/usr/lib/python3.6/site-packages/testtools/testcase.py", line 1049, in __call__ return self._callable_object(*self._args, **self._kwargs) File "/builddir/build/BUILD/os-brick-4.0.3/os_brick/caches/opencas.py", line 83, in _get_mapped_casdev out, err = self.os_execute(*cmd, **kwargs) File "/builddir/build/BUILD/os-brick-4.0.3/os_brick/caches/opencas.py", line 34, in os_execute out, err = self._execute(*cmd, **kwargs) File "/usr/lib64/python3.6/unittest/mock.py", line 939, in __call__ return _mock_self._mock_call(*args, **kwargs) File "/usr/lib64/python3.6/unittest/mock.py", line 1003, in _mock_call raise result File "/usr/lib/python3.6/site-packages/testtools/matchers/_exception.py", line 101, in match result = matchee() File "/usr/lib/python3.6/site-packages/testtools/testcase.py", line 1049, in __call__ return self._callable_object(*self._args, **self._kwargs) File "/builddir/build/BUILD/os-brick-4.0.3/os_brick/caches/opencas.py", line 52, in is_engine_ready out, err = self.os_execute(*cmd, **kwargs) File "/builddir/build/BUILD/os-brick-4.0.3/os_brick/caches/opencas.py", line 34, in os_execute out, err = self._execute(*cmd, **kwargs) File "/usr/lib64/python3.6/unittest/mock.py", line 939, in __call__ return _mock_self._mock_call(*args, **kwargs) File "/usr/lib64/python3.6/unittest/mock.py", line 1003, in _mock_call raise result File "/usr/lib/python3.6/site-packages/testtools/matchers/_exception.py", line 101, in match result = matchee() File "/usr/lib/python3.6/site-packages/testtools/testcase.py", line 1049, in __call__ return self._callable_object(*self._args, **self._kwargs) File "/builddir/build/BUILD/os-brick-4.0.3/os_brick/caches/opencas.py", line 34, in os_execute out, err = self._execute(*cmd, **kwargs) File "/usr/lib64/python3.6/unittest/mock.py", line 939, in __call__ return _mock_self._mock_call(*args, **kwargs) File "/usr/lib64/python3.6/unittest/mock.py", line 1003, in _mock_call raise result oslo_concurrency.processutils.ProcessExecutionError: Unexpected error while running command. Command: None Exit code: 1 Stdout: None Stderr: None Cmd :None StdOut :None StdErr :None ok test_unmap_casdisk (os_brick.tests.caches.test_opencas.OpenCASEngineTestCase) os_brick.tests.caches.test_opencas.OpenCASEngineTestCase.test_unmap_casdisk ... ok test__close_volume (os_brick.tests.encryptors.test_luks.Luks2EncryptorTestCase) os_brick.tests.encryptors.test_luks.Luks2EncryptorTestCase.test__close_volume ... ok test__format_volume (os_brick.tests.encryptors.test_luks.Luks2EncryptorTestCase) os_brick.tests.encryptors.test_luks.Luks2EncryptorTestCase.test__format_volume ... ok test__open_volume (os_brick.tests.encryptors.test_luks.Luks2EncryptorTestCase) os_brick.tests.encryptors.test_luks.Luks2EncryptorTestCase.test__open_volume ... ok test_attach_volume (os_brick.tests.encryptors.test_luks.Luks2EncryptorTestCase) os_brick.tests.encryptors.test_luks.Luks2EncryptorTestCase.test_attach_volume ... ok test_attach_volume_fail (os_brick.tests.encryptors.test_luks.Luks2EncryptorTestCase) os_brick.tests.encryptors.test_luks.Luks2EncryptorTestCase.test_attach_volume_fail ... ok test_attach_volume_not_formatted (os_brick.tests.encryptors.test_luks.Luks2EncryptorTestCase) os_brick.tests.encryptors.test_luks.Luks2EncryptorTestCase.test_attach_volume_not_formatted ... isLuks exited abnormally (status 1): None ok test_attach_volume_unmangle_passphrase (os_brick.tests.encryptors.test_luks.Luks2EncryptorTestCase) os_brick.tests.encryptors.test_luks.Luks2EncryptorTestCase.test_attach_volume_unmangle_passphrase ... /dev/disk/by-path/ip-192.0.2.0:3260-iscsi-iqn.2010-10.org.openstack:volume-fake_uuid-lun-1 is not usable with the current passphrase, attempting to use a mangled passphrase to open the volume. ok test_detach_volume (os_brick.tests.encryptors.test_luks.Luks2EncryptorTestCase) os_brick.tests.encryptors.test_luks.Luks2EncryptorTestCase.test_detach_volume ... ok test_get_mangled_passphrase (os_brick.tests.encryptors.test_luks.Luks2EncryptorTestCase) os_brick.tests.encryptors.test_luks.Luks2EncryptorTestCase.test_get_mangled_passphrase ... ok test_init_volume_encryption_not_supported (os_brick.tests.encryptors.test_luks.Luks2EncryptorTestCase) os_brick.tests.encryptors.test_luks.Luks2EncryptorTestCase.test_init_volume_encryption_not_supported ... ok test_init_volume_encryption_with_old_name (os_brick.tests.encryptors.test_luks.Luks2EncryptorTestCase) os_brick.tests.encryptors.test_luks.Luks2EncryptorTestCase.test_init_volume_encryption_with_old_name ... ok test_init_volume_encryption_with_wwn (os_brick.tests.encryptors.test_luks.Luks2EncryptorTestCase) os_brick.tests.encryptors.test_luks.Luks2EncryptorTestCase.test_init_volume_encryption_with_wwn ... ok test_is_luks (os_brick.tests.encryptors.test_luks.Luks2EncryptorTestCase) os_brick.tests.encryptors.test_luks.Luks2EncryptorTestCase.test_is_luks ... ok test_is_luks_with_error (os_brick.tests.encryptors.test_luks.Luks2EncryptorTestCase) os_brick.tests.encryptors.test_luks.Luks2EncryptorTestCase.test_is_luks_with_error ... ok test__close_volume (os_brick.tests.encryptors.test_luks.LuksEncryptorTestCase) os_brick.tests.encryptors.test_luks.LuksEncryptorTestCase.test__close_volume ... ok test__format_volume (os_brick.tests.encryptors.test_luks.LuksEncryptorTestCase) os_brick.tests.encryptors.test_luks.LuksEncryptorTestCase.test__format_volume ... ok test__open_volume (os_brick.tests.encryptors.test_luks.LuksEncryptorTestCase) os_brick.tests.encryptors.test_luks.LuksEncryptorTestCase.test__open_volume ... ok test_attach_volume (os_brick.tests.encryptors.test_luks.LuksEncryptorTestCase) os_brick.tests.encryptors.test_luks.LuksEncryptorTestCase.test_attach_volume ... ok test_attach_volume_fail (os_brick.tests.encryptors.test_luks.LuksEncryptorTestCase) os_brick.tests.encryptors.test_luks.LuksEncryptorTestCase.test_attach_volume_fail ... ok test_attach_volume_not_formatted (os_brick.tests.encryptors.test_luks.LuksEncryptorTestCase) os_brick.tests.encryptors.test_luks.LuksEncryptorTestCase.test_attach_volume_not_formatted ... isLuks exited abnormally (status 1): None ok test_attach_volume_unmangle_passphrase (os_brick.tests.encryptors.test_luks.LuksEncryptorTestCase) os_brick.tests.encryptors.test_luks.LuksEncryptorTestCase.test_attach_volume_unmangle_passphrase ... /dev/disk/by-path/ip-192.0.2.0:3260-iscsi-iqn.2010-10.org.openstack:volume-fake_uuid-lun-1 is not usable with the current passphrase, attempting to use a mangled passphrase to open the volume. ok test_detach_volume (os_brick.tests.encryptors.test_luks.LuksEncryptorTestCase) os_brick.tests.encryptors.test_luks.LuksEncryptorTestCase.test_detach_volume ... ok test_get_mangled_passphrase (os_brick.tests.encryptors.test_luks.LuksEncryptorTestCase) os_brick.tests.encryptors.test_luks.LuksEncryptorTestCase.test_get_mangled_passphrase ... ok test_init_volume_encryption_not_supported (os_brick.tests.encryptors.test_luks.LuksEncryptorTestCase) os_brick.tests.encryptors.test_luks.LuksEncryptorTestCase.test_init_volume_encryption_not_supported ... ok test_init_volume_encryption_with_old_name (os_brick.tests.encryptors.test_luks.LuksEncryptorTestCase) os_brick.tests.encryptors.test_luks.LuksEncryptorTestCase.test_init_volume_encryption_with_old_name ... ok test_init_volume_encryption_with_wwn (os_brick.tests.encryptors.test_luks.LuksEncryptorTestCase) os_brick.tests.encryptors.test_luks.LuksEncryptorTestCase.test_init_volume_encryption_with_wwn ... ok test_is_luks (os_brick.tests.encryptors.test_luks.LuksEncryptorTestCase) os_brick.tests.encryptors.test_luks.LuksEncryptorTestCase.test_is_luks ... ok test_is_luks_with_error (os_brick.tests.encryptors.test_luks.LuksEncryptorTestCase) os_brick.tests.encryptors.test_luks.LuksEncryptorTestCase.test_is_luks_with_error ... ok test_attach_volume (os_brick.tests.encryptors.test_nop.NoOpEncryptorTestCase) os_brick.tests.encryptors.test_nop.NoOpEncryptorTestCase.test_attach_volume ... ok test_detach_volume (os_brick.tests.encryptors.test_nop.NoOpEncryptorTestCase) os_brick.tests.encryptors.test_nop.NoOpEncryptorTestCase.test_detach_volume ... ok test_error_log (os_brick.tests.encryptors.test_base.BaseEncryptorTestCase) os_brick.tests.encryptors.test_base.BaseEncryptorTestCase.test_error_log ... ok test_get_direct_encryptor_log (os_brick.tests.encryptors.test_base.BaseEncryptorTestCase) os_brick.tests.encryptors.test_base.BaseEncryptorTestCase.test_get_direct_encryptor_log ... ok test_get_encryptors (os_brick.tests.encryptors.test_base.BaseEncryptorTestCase) os_brick.tests.encryptors.test_base.BaseEncryptorTestCase.test_get_encryptors ... Use of the in tree encryptor class LuksEncryptor by directly referencing the implementation class will be blocked in the Queens release of os-brick. Use of the in tree encryptor class os_brick.encryptors.luks.LuksEncryptor by directly referencing the implementation class will be blocked in the Queens release of os-brick. Use of the in tree encryptor class nova.volume.encryptors.luks.LuksEncryptor by directly referencing the implementation class will be blocked in the Queens release of os-brick. Use of the in tree encryptor class CryptsetupEncryptor by directly referencing the implementation class will be blocked in the Queens release of os-brick. Use of the in tree encryptor class os_brick.encryptors.cryptsetup.CryptsetupEncryptor by directly referencing the implementation class will be blocked in the Queens release of os-brick. Use of the in tree encryptor class nova.volume.encryptors.cryptsetup.CryptsetupEncryptor by directly referencing the implementation class will be blocked in the Queens release of os-brick. Use of the in tree encryptor class NoOpEncryptor by directly referencing the implementation class will be blocked in the Queens release of os-brick. Use of the out of tree encryptor class os_brick.encryptors.nop.NoOpEncryptor will be blocked with the Queens release of os-brick. Use of the in tree encryptor class nova.volume.encryptors.nop.NoopEncryptor by directly referencing the implementation class will be blocked in the Queens release of os-brick. ok test_get_error_encryptors (os_brick.tests.encryptors.test_base.BaseEncryptorTestCase) os_brick.tests.encryptors.test_base.BaseEncryptorTestCase.test_get_error_encryptors ... Use of the out of tree encryptor class ErrorEncryptor will be blocked with the Queens release of os-brick. Error instantiating ErrorEncryptor: Empty module name ok test_get_missing_out_of_tree_encryptor_log (os_brick.tests.encryptors.test_base.BaseEncryptorTestCase) os_brick.tests.encryptors.test_base.BaseEncryptorTestCase.test_get_missing_out_of_tree_encryptor_log ... ok test__close_volume (os_brick.tests.encryptors.test_cryptsetup.CryptsetupEncryptorTestCase) os_brick.tests.encryptors.test_cryptsetup.CryptsetupEncryptorTestCase.test__close_volume ... ok test__open_volume (os_brick.tests.encryptors.test_cryptsetup.CryptsetupEncryptorTestCase) os_brick.tests.encryptors.test_cryptsetup.CryptsetupEncryptorTestCase.test__open_volume ... ok test_attach_volume (os_brick.tests.encryptors.test_cryptsetup.CryptsetupEncryptorTestCase) os_brick.tests.encryptors.test_cryptsetup.CryptsetupEncryptorTestCase.test_attach_volume ... Deprecated: The plain CryptsetupEncryptor is deprecated and will be removed in a future release. Existing users are encouraged to retype any existing volumes using this encryptor to the 'luks' LuksEncryptor or 'luks2' Luks2Encryptor encryptors as soon as possible. ok test_attach_volume_unmangle_passphrase (os_brick.tests.encryptors.test_cryptsetup.CryptsetupEncryptorTestCase) os_brick.tests.encryptors.test_cryptsetup.CryptsetupEncryptorTestCase.test_attach_volume_unmangle_passphrase ... ok test_detach_volume (os_brick.tests.encryptors.test_cryptsetup.CryptsetupEncryptorTestCase) os_brick.tests.encryptors.test_cryptsetup.CryptsetupEncryptorTestCase.test_detach_volume ... ok test_init_volume_encryption_not_supported (os_brick.tests.encryptors.test_cryptsetup.CryptsetupEncryptorTestCase) os_brick.tests.encryptors.test_cryptsetup.CryptsetupEncryptorTestCase.test_init_volume_encryption_not_supported ... ok test_init_volume_encryption_with_old_name (os_brick.tests.encryptors.test_cryptsetup.CryptsetupEncryptorTestCase) os_brick.tests.encryptors.test_cryptsetup.CryptsetupEncryptorTestCase.test_init_volume_encryption_with_old_name ... ok test_init_volume_encryption_with_wwn (os_brick.tests.encryptors.test_cryptsetup.CryptsetupEncryptorTestCase) os_brick.tests.encryptors.test_cryptsetup.CryptsetupEncryptorTestCase.test_init_volume_encryption_with_wwn ... ok test_activate_lv (os_brick.tests.local_dev.test_brick_lvm.BrickLvmTestCase) os_brick.tests.local_dev.test_brick_lvm.BrickLvmTestCase.test_activate_lv ... ok test_create_lv_snapshot (os_brick.tests.local_dev.test_brick_lvm.BrickLvmTestCase) os_brick.tests.local_dev.test_brick_lvm.BrickLvmTestCase.test_create_lv_snapshot ... Trying to create snapshot by non-existent LV: fake-non-existent ok test_get_all_physical_volumes (os_brick.tests.local_dev.test_brick_lvm.BrickLvmTestCase) os_brick.tests.local_dev.test_brick_lvm.BrickLvmTestCase.test_get_all_physical_volumes ... ok test_get_all_volumes (os_brick.tests.local_dev.test_brick_lvm.BrickLvmTestCase) os_brick.tests.local_dev.test_brick_lvm.BrickLvmTestCase.test_get_all_volumes ... ok test_get_lv_info_found (os_brick.tests.local_dev.test_brick_lvm.BrickLvmTestCase) os_brick.tests.local_dev.test_brick_lvm.BrickLvmTestCase.test_get_lv_info_found ... ok test_get_lv_info_no_lv_name (os_brick.tests.local_dev.test_brick_lvm.BrickLvmTestCase) os_brick.tests.local_dev.test_brick_lvm.BrickLvmTestCase.test_get_lv_info_no_lv_name ... ok test_get_lv_info_notfound (os_brick.tests.local_dev.test_brick_lvm.BrickLvmTestCase) os_brick.tests.local_dev.test_brick_lvm.BrickLvmTestCase.test_get_lv_info_notfound ... ok test_get_mirrored_available_capacity (os_brick.tests.local_dev.test_brick_lvm.BrickLvmTestCase) os_brick.tests.local_dev.test_brick_lvm.BrickLvmTestCase.test_get_mirrored_available_capacity ... ok test_get_physical_volumes (os_brick.tests.local_dev.test_brick_lvm.BrickLvmTestCase) os_brick.tests.local_dev.test_brick_lvm.BrickLvmTestCase.test_get_physical_volumes ... ok test_get_vg_uuid (os_brick.tests.local_dev.test_brick_lvm.BrickLvmTestCase) os_brick.tests.local_dev.test_brick_lvm.BrickLvmTestCase.test_get_vg_uuid ... ok test_get_volume (os_brick.tests.local_dev.test_brick_lvm.BrickLvmTestCase) os_brick.tests.local_dev.test_brick_lvm.BrickLvmTestCase.test_get_volume ... ok test_get_volume_groups (os_brick.tests.local_dev.test_brick_lvm.BrickLvmTestCase) os_brick.tests.local_dev.test_brick_lvm.BrickLvmTestCase.test_get_volume_groups ... ok test_get_volume_none (os_brick.tests.local_dev.test_brick_lvm.BrickLvmTestCase) os_brick.tests.local_dev.test_brick_lvm.BrickLvmTestCase.test_get_volume_none ... ok test_lv_deactivate (os_brick.tests.local_dev.test_brick_lvm.BrickLvmTestCase) os_brick.tests.local_dev.test_brick_lvm.BrickLvmTestCase.test_lv_deactivate ... ok test_lv_deactivate_timeout (os_brick.tests.local_dev.test_brick_lvm.BrickLvmTestCase) os_brick.tests.local_dev.test_brick_lvm.BrickLvmTestCase.test_lv_deactivate_timeout ... ok test_lv_extend (os_brick.tests.local_dev.test_brick_lvm.BrickLvmTestCase) os_brick.tests.local_dev.test_brick_lvm.BrickLvmTestCase.test_lv_extend ... ok test_lv_has_snapshot (os_brick.tests.local_dev.test_brick_lvm.BrickLvmTestCase) os_brick.tests.local_dev.test_brick_lvm.BrickLvmTestCase.test_lv_has_snapshot ... ok test_lv_is_active (os_brick.tests.local_dev.test_brick_lvm.BrickLvmTestCase) os_brick.tests.local_dev.test_brick_lvm.BrickLvmTestCase.test_lv_is_active ... ok test_lvchange_ignskipact_support_yes (os_brick.tests.local_dev.test_brick_lvm.BrickLvmTestCase) os_brick.tests.local_dev.test_brick_lvm.BrickLvmTestCase.test_lvchange_ignskipact_support_yes ... ok test_snapshot_lv_activate_support (os_brick.tests.local_dev.test_brick_lvm.BrickLvmTestCase) os_brick.tests.local_dev.test_brick_lvm.BrickLvmTestCase.test_snapshot_lv_activate_support ... ok test_thin_pool_creation_manual (os_brick.tests.local_dev.test_brick_lvm.BrickLvmTestCase) os_brick.tests.local_dev.test_brick_lvm.BrickLvmTestCase.test_thin_pool_creation_manual ... ok test_thin_pool_free_space (os_brick.tests.local_dev.test_brick_lvm.BrickLvmTestCase) os_brick.tests.local_dev.test_brick_lvm.BrickLvmTestCase.test_thin_pool_free_space ... ok test_thin_pool_provisioned_capacity (os_brick.tests.local_dev.test_brick_lvm.BrickLvmTestCase) os_brick.tests.local_dev.test_brick_lvm.BrickLvmTestCase.test_thin_pool_provisioned_capacity ... ok test_thin_support (os_brick.tests.local_dev.test_brick_lvm.BrickLvmTestCase) os_brick.tests.local_dev.test_brick_lvm.BrickLvmTestCase.test_thin_support ... ok test_vg_exists (os_brick.tests.local_dev.test_brick_lvm.BrickLvmTestCase) os_brick.tests.local_dev.test_brick_lvm.BrickLvmTestCase.test_vg_exists ... ok test_volume_create_after_thin_creation (os_brick.tests.local_dev.test_brick_lvm.BrickLvmTestCase) os_brick.tests.local_dev.test_brick_lvm.BrickLvmTestCase.test_volume_create_after_thin_creation ... ok test_activate_lv (os_brick.tests.local_dev.test_brick_lvm.BrickLvmTestCaseIgnoreFDWarnings) os_brick.tests.local_dev.test_brick_lvm.BrickLvmTestCaseIgnoreFDWarnings.test_activate_lv ... ok test_create_lv_snapshot (os_brick.tests.local_dev.test_brick_lvm.BrickLvmTestCaseIgnoreFDWarnings) os_brick.tests.local_dev.test_brick_lvm.BrickLvmTestCaseIgnoreFDWarnings.test_create_lv_snapshot ... Trying to create snapshot by non-existent LV: fake-non-existent ok test_get_all_physical_volumes (os_brick.tests.local_dev.test_brick_lvm.BrickLvmTestCaseIgnoreFDWarnings) os_brick.tests.local_dev.test_brick_lvm.BrickLvmTestCaseIgnoreFDWarnings.test_get_all_physical_volumes ... ok test_get_all_volumes (os_brick.tests.local_dev.test_brick_lvm.BrickLvmTestCaseIgnoreFDWarnings) os_brick.tests.local_dev.test_brick_lvm.BrickLvmTestCaseIgnoreFDWarnings.test_get_all_volumes ... ok test_get_lv_info_found (os_brick.tests.local_dev.test_brick_lvm.BrickLvmTestCaseIgnoreFDWarnings) os_brick.tests.local_dev.test_brick_lvm.BrickLvmTestCaseIgnoreFDWarnings.test_get_lv_info_found ... ok test_get_lv_info_no_lv_name (os_brick.tests.local_dev.test_brick_lvm.BrickLvmTestCaseIgnoreFDWarnings) os_brick.tests.local_dev.test_brick_lvm.BrickLvmTestCaseIgnoreFDWarnings.test_get_lv_info_no_lv_name ... ok test_get_lv_info_notfound (os_brick.tests.local_dev.test_brick_lvm.BrickLvmTestCaseIgnoreFDWarnings) os_brick.tests.local_dev.test_brick_lvm.BrickLvmTestCaseIgnoreFDWarnings.test_get_lv_info_notfound ... ok test_get_mirrored_available_capacity (os_brick.tests.local_dev.test_brick_lvm.BrickLvmTestCaseIgnoreFDWarnings) os_brick.tests.local_dev.test_brick_lvm.BrickLvmTestCaseIgnoreFDWarnings.test_get_mirrored_available_capacity ... ok test_get_physical_volumes (os_brick.tests.local_dev.test_brick_lvm.BrickLvmTestCaseIgnoreFDWarnings) os_brick.tests.local_dev.test_brick_lvm.BrickLvmTestCaseIgnoreFDWarnings.test_get_physical_volumes ... ok test_get_vg_uuid (os_brick.tests.local_dev.test_brick_lvm.BrickLvmTestCaseIgnoreFDWarnings) os_brick.tests.local_dev.test_brick_lvm.BrickLvmTestCaseIgnoreFDWarnings.test_get_vg_uuid ... ok test_get_volume (os_brick.tests.local_dev.test_brick_lvm.BrickLvmTestCaseIgnoreFDWarnings) os_brick.tests.local_dev.test_brick_lvm.BrickLvmTestCaseIgnoreFDWarnings.test_get_volume ... ok test_get_volume_groups (os_brick.tests.local_dev.test_brick_lvm.BrickLvmTestCaseIgnoreFDWarnings) os_brick.tests.local_dev.test_brick_lvm.BrickLvmTestCaseIgnoreFDWarnings.test_get_volume_groups ... ok test_get_volume_none (os_brick.tests.local_dev.test_brick_lvm.BrickLvmTestCaseIgnoreFDWarnings) os_brick.tests.local_dev.test_brick_lvm.BrickLvmTestCaseIgnoreFDWarnings.test_get_volume_none ... ok test_lv_deactivate (os_brick.tests.local_dev.test_brick_lvm.BrickLvmTestCaseIgnoreFDWarnings) os_brick.tests.local_dev.test_brick_lvm.BrickLvmTestCaseIgnoreFDWarnings.test_lv_deactivate ... ok test_lv_deactivate_timeout (os_brick.tests.local_dev.test_brick_lvm.BrickLvmTestCaseIgnoreFDWarnings) os_brick.tests.local_dev.test_brick_lvm.BrickLvmTestCaseIgnoreFDWarnings.test_lv_deactivate_timeout ... ok test_lv_extend (os_brick.tests.local_dev.test_brick_lvm.BrickLvmTestCaseIgnoreFDWarnings) os_brick.tests.local_dev.test_brick_lvm.BrickLvmTestCaseIgnoreFDWarnings.test_lv_extend ... ok test_lv_has_snapshot (os_brick.tests.local_dev.test_brick_lvm.BrickLvmTestCaseIgnoreFDWarnings) os_brick.tests.local_dev.test_brick_lvm.BrickLvmTestCaseIgnoreFDWarnings.test_lv_has_snapshot ... ok test_lv_is_active (os_brick.tests.local_dev.test_brick_lvm.BrickLvmTestCaseIgnoreFDWarnings) os_brick.tests.local_dev.test_brick_lvm.BrickLvmTestCaseIgnoreFDWarnings.test_lv_is_active ... ok test_lvchange_ignskipact_support_yes (os_brick.tests.local_dev.test_brick_lvm.BrickLvmTestCaseIgnoreFDWarnings) os_brick.tests.local_dev.test_brick_lvm.BrickLvmTestCaseIgnoreFDWarnings.test_lvchange_ignskipact_support_yes ... ok test_snapshot_lv_activate_support (os_brick.tests.local_dev.test_brick_lvm.BrickLvmTestCaseIgnoreFDWarnings) os_brick.tests.local_dev.test_brick_lvm.BrickLvmTestCaseIgnoreFDWarnings.test_snapshot_lv_activate_support ... ok test_thin_pool_creation_manual (os_brick.tests.local_dev.test_brick_lvm.BrickLvmTestCaseIgnoreFDWarnings) os_brick.tests.local_dev.test_brick_lvm.BrickLvmTestCaseIgnoreFDWarnings.test_thin_pool_creation_manual ... ok test_thin_pool_free_space (os_brick.tests.local_dev.test_brick_lvm.BrickLvmTestCaseIgnoreFDWarnings) os_brick.tests.local_dev.test_brick_lvm.BrickLvmTestCaseIgnoreFDWarnings.test_thin_pool_free_space ... ok test_thin_pool_provisioned_capacity (os_brick.tests.local_dev.test_brick_lvm.BrickLvmTestCaseIgnoreFDWarnings) os_brick.tests.local_dev.test_brick_lvm.BrickLvmTestCaseIgnoreFDWarnings.test_thin_pool_provisioned_capacity ... ok test_thin_support (os_brick.tests.local_dev.test_brick_lvm.BrickLvmTestCaseIgnoreFDWarnings) os_brick.tests.local_dev.test_brick_lvm.BrickLvmTestCaseIgnoreFDWarnings.test_thin_support ... ok test_vg_exists (os_brick.tests.local_dev.test_brick_lvm.BrickLvmTestCaseIgnoreFDWarnings) os_brick.tests.local_dev.test_brick_lvm.BrickLvmTestCaseIgnoreFDWarnings.test_vg_exists ... ok test_volume_create_after_thin_creation (os_brick.tests.local_dev.test_brick_lvm.BrickLvmTestCaseIgnoreFDWarnings) os_brick.tests.local_dev.test_brick_lvm.BrickLvmTestCaseIgnoreFDWarnings.test_volume_create_after_thin_creation ... ok test_something (os_brick.tests.test_brick.TestBrick) os_brick.tests.test_brick.TestBrick.test_something ... ok test_default_error_code (os_brick.tests.test_exception.BrickExceptionTestCase) os_brick.tests.test_exception.BrickExceptionTestCase.test_default_error_code ... ok test_default_error_msg (os_brick.tests.test_exception.BrickExceptionTestCase) os_brick.tests.test_exception.BrickExceptionTestCase.test_default_error_msg ... ok test_default_error_msg_with_kwargs (os_brick.tests.test_exception.BrickExceptionTestCase) os_brick.tests.test_exception.BrickExceptionTestCase.test_default_error_msg_with_kwargs ... ok test_error_code_from_kwarg (os_brick.tests.test_exception.BrickExceptionTestCase) os_brick.tests.test_exception.BrickExceptionTestCase.test_error_code_from_kwarg ... ok test_error_msg (os_brick.tests.test_exception.BrickExceptionTestCase) os_brick.tests.test_exception.BrickExceptionTestCase.test_error_msg ... ok test_error_msg_exception_with_kwargs (os_brick.tests.test_exception.BrickExceptionTestCase) os_brick.tests.test_exception.BrickExceptionTestCase.test_error_msg_exception_with_kwargs ... Exception in string format operation. msg='default message: %(mispelled_code)s' Traceback (most recent call last): File "/builddir/build/BUILD/os-brick-4.0.3/os_brick/exception.py", line 51, in __init__ message = self.message % kwargs KeyError: 'mispelled_code' code: 500 ok test_custom_execute (os_brick.tests.privileged.test_rootwrap.PrivRootwrapTestCase) os_brick.tests.privileged.test_rootwrap.PrivRootwrapTestCase.test_custom_execute ... ok test_custom_execute_check_exit_code (os_brick.tests.privileged.test_rootwrap.PrivRootwrapTestCase) os_brick.tests.privileged.test_rootwrap.PrivRootwrapTestCase.test_custom_execute_check_exit_code ... ok test_custom_execute_no_check_exit_code (os_brick.tests.privileged.test_rootwrap.PrivRootwrapTestCase) os_brick.tests.privileged.test_rootwrap.PrivRootwrapTestCase.test_custom_execute_no_check_exit_code ... ok test_custom_execute_timeout_no_raise (os_brick.tests.privileged.test_rootwrap.PrivRootwrapTestCase) os_brick.tests.privileged.test_rootwrap.PrivRootwrapTestCase.test_custom_execute_timeout_no_raise ... Stopping sleep 2 with signal Signals.SIGTERM after 0.05s. ok test_custom_execute_timeout_raises_with_retries (os_brick.tests.privileged.test_rootwrap.PrivRootwrapTestCase) os_brick.tests.privileged.test_rootwrap.PrivRootwrapTestCase.test_custom_execute_timeout_raises_with_retries ... Stopping sleep 2 with signal Signals.SIGTERM after 0.05s. Stopping sleep 2 with signal Signals.SIGTERM after 0.05s. Stopping sleep 2 with signal Signals.SIGTERM after 0.05s. ok test_execute (os_brick.tests.privileged.test_rootwrap.PrivRootwrapTestCase) os_brick.tests.privileged.test_rootwrap.PrivRootwrapTestCase.test_execute ... ok test_execute_as_root (os_brick.tests.privileged.test_rootwrap.PrivRootwrapTestCase) os_brick.tests.privileged.test_rootwrap.PrivRootwrapTestCase.test_execute_as_root ... ok test_execute_root (os_brick.tests.privileged.test_rootwrap.PrivRootwrapTestCase) os_brick.tests.privileged.test_rootwrap.PrivRootwrapTestCase.test_execute_root ... ok test_oserror_raise (os_brick.tests.privileged.test_rootwrap.PrivRootwrapTestCase) os_brick.tests.privileged.test_rootwrap.PrivRootwrapTestCase.test_oserror_raise ... ok test_unlink_root (os_brick.tests.privileged.test_rootwrap.PrivRootwrapTestCase) os_brick.tests.privileged.test_rootwrap.PrivRootwrapTestCase.test_unlink_root ... Unlink failed for /dev/disk/by-id/link1 Unlink failed for /dev/disk/by-id/link2 ok test_unlink_root_raise (os_brick.tests.privileged.test_rootwrap.PrivRootwrapTestCase) os_brick.tests.privileged.test_rootwrap.PrivRootwrapTestCase.test_unlink_root_raise ... Unlink failed for /dev/disk/by-id/link1 ok test_unlink_root_raise_at_end (os_brick.tests.privileged.test_rootwrap.PrivRootwrapTestCase) os_brick.tests.privileged.test_rootwrap.PrivRootwrapTestCase.test_unlink_root_raise_at_end ... Unlink failed for /dev/disk/by-id/link1 Unlink failed for /dev/disk/by-id/link2 ok test__get_rbd_class (os_brick.tests.privileged.test_rbd.PrivRBDTestCase) os_brick.tests.privileged.test_rbd.PrivRBDTestCase.test__get_rbd_class ... ok test_check_valid_path (os_brick.tests.privileged.test_rbd.PrivRBDTestCase) os_brick.tests.privileged.test_rbd.PrivRBDTestCase.test_check_valid_path ... ok test_delete_if_exists (os_brick.tests.privileged.test_rbd.PrivRBDTestCase) os_brick.tests.privileged.test_rbd.PrivRBDTestCase.test_delete_if_exists ... ok test_root_create_ceph_conf (os_brick.tests.privileged.test_rbd.PrivRBDTestCase) os_brick.tests.privileged.test_rbd.PrivRBDTestCase.test_root_create_ceph_conf ... ok test_check_device_paths (os_brick.tests.windows.test_base_connector.BaseWindowsConnectorTestCase) os_brick.tests.windows.test_base_connector.BaseWindowsConnectorTestCase.test_check_device_paths ... ok test_check_multipath_support_1 (os_brick.tests.windows.test_base_connector.BaseWindowsConnectorTestCase) os_brick.tests.windows.test_base_connector.BaseWindowsConnectorTestCase.test_check_multipath_support_1 ... ok test_check_multipath_support_2 (os_brick.tests.windows.test_base_connector.BaseWindowsConnectorTestCase) os_brick.tests.windows.test_base_connector.BaseWindowsConnectorTestCase.test_check_multipath_support_2 ... ok test_check_multipath_support_3 (os_brick.tests.windows.test_base_connector.BaseWindowsConnectorTestCase) os_brick.tests.windows.test_base_connector.BaseWindowsConnectorTestCase.test_check_multipath_support_3 ... Using multipath connections for iSCSI and FC disks requires the Multipath IO Windows feature to be enabled. MPIO must be configured to claim such devices. ok test_check_valid_device_1_None (os_brick.tests.windows.test_base_connector.BaseWindowsConnectorTestCase) os_brick.tests.windows.test_base_connector.BaseWindowsConnectorTestCase.test_check_valid_device_1_None ... ok test_check_valid_device_2_OSError (os_brick.tests.windows.test_base_connector.BaseWindowsConnectorTestCase) os_brick.tests.windows.test_base_connector.BaseWindowsConnectorTestCase.test_check_valid_device_2_OSError ... Failed to access the device on the path sentinel.dev_path Traceback (most recent call last): File "/builddir/build/BUILD/os-brick-4.0.3/os_brick/initiator/windows/base.py", line 81, in check_valid_device with open(path, 'r') as dev: File "/usr/lib64/python3.6/unittest/mock.py", line 939, in __call__ return _mock_self._mock_call(*args, **kwargs) File "/usr/lib64/python3.6/unittest/mock.py", line 999, in _mock_call raise effect OSError ok test_extend_volume (os_brick.tests.windows.test_base_connector.BaseWindowsConnectorTestCase) os_brick.tests.windows.test_base_connector.BaseWindowsConnectorTestCase.test_extend_volume ... ok test_extend_volume_missing_path (os_brick.tests.windows.test_base_connector.BaseWindowsConnectorTestCase) os_brick.tests.windows.test_base_connector.BaseWindowsConnectorTestCase.test_extend_volume_missing_path ... ok test_get_connector_properties_1 (os_brick.tests.windows.test_base_connector.BaseWindowsConnectorTestCase) os_brick.tests.windows.test_base_connector.BaseWindowsConnectorTestCase.test_get_connector_properties_1 ... ok test_get_connector_properties_2 (os_brick.tests.windows.test_base_connector.BaseWindowsConnectorTestCase) os_brick.tests.windows.test_base_connector.BaseWindowsConnectorTestCase.test_get_connector_properties_2 ... ok test_get_connector_properties_3 (os_brick.tests.windows.test_base_connector.BaseWindowsConnectorTestCase) os_brick.tests.windows.test_base_connector.BaseWindowsConnectorTestCase.test_get_connector_properties_3 ... ok test_get_scsi_wwn (os_brick.tests.windows.test_base_connector.BaseWindowsConnectorTestCase) os_brick.tests.windows.test_base_connector.BaseWindowsConnectorTestCase.test_get_scsi_wwn ... ok test_connect_volume_1_True (os_brick.tests.windows.test_iscsi.WindowsISCSIConnectorTestCase) os_brick.tests.windows.test_iscsi.WindowsISCSIConnectorTestCase.test_connect_volume_1_True ... Could not establish the iSCSI session. Traceback (most recent call last): File "/builddir/build/BUILD/os-brick-4.0.3/os_brick/initiator/windows/iscsi.py", line 107, in connect_volume ensure_lun_available=False) File "/usr/lib64/python3.6/unittest/mock.py", line 939, in __call__ return _mock_self._mock_call(*args, **kwargs) File "/usr/lib64/python3.6/unittest/mock.py", line 1003, in _mock_call raise result os_win.exceptions.OSWinException: An exception has been encountered. ok test_connect_volume_2_False (os_brick.tests.windows.test_iscsi.WindowsISCSIConnectorTestCase) os_brick.tests.windows.test_iscsi.WindowsISCSIConnectorTestCase.test_connect_volume_2_False ... Could not establish the iSCSI session. Traceback (most recent call last): File "/builddir/build/BUILD/os-brick-4.0.3/os_brick/initiator/windows/iscsi.py", line 107, in connect_volume ensure_lun_available=False) File "/usr/lib64/python3.6/unittest/mock.py", line 939, in __call__ return _mock_self._mock_call(*args, **kwargs) File "/usr/lib64/python3.6/unittest/mock.py", line 1003, in _mock_call raise result os_win.exceptions.OSWinException: An exception has been encountered. ok test_connect_volume_exc (os_brick.tests.windows.test_iscsi.WindowsISCSIConnectorTestCase) os_brick.tests.windows.test_iscsi.WindowsISCSIConnectorTestCase.test_connect_volume_exc ... Could not establish the iSCSI session. Traceback (most recent call last): File "/builddir/build/BUILD/os-brick-4.0.3/os_brick/initiator/windows/iscsi.py", line 107, in connect_volume ensure_lun_available=False) File "/usr/lib64/python3.6/unittest/mock.py", line 939, in __call__ return _mock_self._mock_call(*args, **kwargs) File "/usr/lib64/python3.6/unittest/mock.py", line 999, in _mock_call raise effect os_win.exceptions.OSWinException: An exception has been encountered. Could not establish the iSCSI session. Traceback (most recent call last): File "/builddir/build/BUILD/os-brick-4.0.3/os_brick/initiator/windows/iscsi.py", line 107, in connect_volume ensure_lun_available=False) File "/usr/lib64/python3.6/unittest/mock.py", line 939, in __call__ return _mock_self._mock_call(*args, **kwargs) File "/usr/lib64/python3.6/unittest/mock.py", line 999, in _mock_call raise effect os_win.exceptions.OSWinException: An exception has been encountered. Could not establish the iSCSI session. Traceback (most recent call last): File "/builddir/build/BUILD/os-brick-4.0.3/os_brick/initiator/windows/iscsi.py", line 107, in connect_volume ensure_lun_available=False) File "/usr/lib64/python3.6/unittest/mock.py", line 939, in __call__ return _mock_self._mock_call(*args, **kwargs) File "/usr/lib64/python3.6/unittest/mock.py", line 999, in _mock_call raise effect os_win.exceptions.OSWinException: An exception has been encountered. ok test_disconnect_volume (os_brick.tests.windows.test_iscsi.WindowsISCSIConnectorTestCase) os_brick.tests.windows.test_iscsi.WindowsISCSIConnectorTestCase.test_disconnect_volume ... ok test_get_all_paths (os_brick.tests.windows.test_iscsi.WindowsISCSIConnectorTestCase) os_brick.tests.windows.test_iscsi.WindowsISCSIConnectorTestCase.test_get_all_paths ... ok test_get_connector_properties (os_brick.tests.windows.test_iscsi.WindowsISCSIConnectorTestCase) os_brick.tests.windows.test_iscsi.WindowsISCSIConnectorTestCase.test_get_connector_properties ... ok test_get_initiator (os_brick.tests.windows.test_iscsi.WindowsISCSIConnectorTestCase) os_brick.tests.windows.test_iscsi.WindowsISCSIConnectorTestCase.test_get_initiator ... ok test_get_volume_paths (os_brick.tests.windows.test_iscsi.WindowsISCSIConnectorTestCase) os_brick.tests.windows.test_iscsi.WindowsISCSIConnectorTestCase.test_get_volume_paths ... ok test_validate_initiators_1 (os_brick.tests.windows.test_iscsi.WindowsISCSIConnectorTestCase) os_brick.tests.windows.test_iscsi.WindowsISCSIConnectorTestCase.test_validate_initiators_1 ... ok test_validate_initiators_2 (os_brick.tests.windows.test_iscsi.WindowsISCSIConnectorTestCase) os_brick.tests.windows.test_iscsi.WindowsISCSIConnectorTestCase.test_validate_initiators_2 ... The requested initiator sentinel.initiator_0 is not in the list of available initiators: [sentinel.initiator_1]. ok test_validate_initiators_3 (os_brick.tests.windows.test_iscsi.WindowsISCSIConnectorTestCase) os_brick.tests.windows.test_iscsi.WindowsISCSIConnectorTestCase.test_validate_initiators_3 ... ok test_factory_1 (os_brick.tests.windows.test_factory.WindowsConnectorFactoryTestCase) os_brick.tests.windows.test_factory.WindowsConnectorFactoryTestCase.test_factory_1 ... ok test_factory_2 (os_brick.tests.windows.test_factory.WindowsConnectorFactoryTestCase) os_brick.tests.windows.test_factory.WindowsConnectorFactoryTestCase.test_factory_2 ... ok test_factory_3 (os_brick.tests.windows.test_factory.WindowsConnectorFactoryTestCase) os_brick.tests.windows.test_factory.WindowsConnectorFactoryTestCase.test_factory_3 ... ok test_connect_and_mount_volume_1_True (os_brick.tests.windows.test_smbfs.WindowsSMBFSConnectorTestCase) os_brick.tests.windows.test_smbfs.WindowsSMBFSConnectorTestCase.test_connect_and_mount_volume_1_True ... ok test_connect_and_mount_volume_2_False (os_brick.tests.windows.test_smbfs.WindowsSMBFSConnectorTestCase) os_brick.tests.windows.test_smbfs.WindowsSMBFSConnectorTestCase.test_connect_and_mount_volume_2_False ... ok test_connect_volume (os_brick.tests.windows.test_smbfs.WindowsSMBFSConnectorTestCase) os_brick.tests.windows.test_smbfs.WindowsSMBFSConnectorTestCase.test_connect_volume ... ok test_disconnect_volume (os_brick.tests.windows.test_smbfs.WindowsSMBFSConnectorTestCase) os_brick.tests.windows.test_smbfs.WindowsSMBFSConnectorTestCase.test_disconnect_volume ... ok test_ensure_share_mounted (os_brick.tests.windows.test_smbfs.WindowsSMBFSConnectorTestCase) os_brick.tests.windows.test_smbfs.WindowsSMBFSConnectorTestCase.test_ensure_share_mounted ... ok test_get_disk_path_1 (os_brick.tests.windows.test_smbfs.WindowsSMBFSConnectorTestCase) os_brick.tests.windows.test_smbfs.WindowsSMBFSConnectorTestCase.test_get_disk_path_1 ... ok test_get_disk_path_2 (os_brick.tests.windows.test_smbfs.WindowsSMBFSConnectorTestCase) os_brick.tests.windows.test_smbfs.WindowsSMBFSConnectorTestCase.test_get_disk_path_2 ... ok test_get_disk_path_3 (os_brick.tests.windows.test_smbfs.WindowsSMBFSConnectorTestCase) os_brick.tests.windows.test_smbfs.WindowsSMBFSConnectorTestCase.test_get_disk_path_3 ... ok test_get_disk_path_4 (os_brick.tests.windows.test_smbfs.WindowsSMBFSConnectorTestCase) os_brick.tests.windows.test_smbfs.WindowsSMBFSConnectorTestCase.test_get_disk_path_4 ... ok test_get_export_path (os_brick.tests.windows.test_smbfs.WindowsSMBFSConnectorTestCase) os_brick.tests.windows.test_smbfs.WindowsSMBFSConnectorTestCase.test_get_export_path ... ok test_get_search_path (os_brick.tests.windows.test_smbfs.WindowsSMBFSConnectorTestCase) os_brick.tests.windows.test_smbfs.WindowsSMBFSConnectorTestCase.test_get_search_path ... ok test_volume_paths (os_brick.tests.windows.test_smbfs.WindowsSMBFSConnectorTestCase) os_brick.tests.windows.test_smbfs.WindowsSMBFSConnectorTestCase.test_volume_paths ... ok test_connect_volume (os_brick.tests.windows.test_fibre_channel.WindowsFCConnectorTestCase) os_brick.tests.windows.test_fibre_channel.WindowsFCConnectorTestCase.test_connect_volume ... ok test_connect_volume_not_found (os_brick.tests.windows.test_fibre_channel.WindowsFCConnectorTestCase) os_brick.tests.windows.test_fibre_channel.WindowsFCConnectorTestCase.test_connect_volume_not_found ... ok test_get_dev_nums_by_scsi_id (os_brick.tests.windows.test_fibre_channel.WindowsFCConnectorTestCase) os_brick.tests.windows.test_fibre_channel.WindowsFCConnectorTestCase.test_get_dev_nums_by_scsi_id ... ok test_get_disk_paths_by_scsi_id (os_brick.tests.windows.test_fibre_channel.WindowsFCConnectorTestCase) os_brick.tests.windows.test_fibre_channel.WindowsFCConnectorTestCase.test_get_disk_paths_by_scsi_id ... ok test_get_fc_hba_mappings (os_brick.tests.windows.test_fibre_channel.WindowsFCConnectorTestCase) os_brick.tests.windows.test_fibre_channel.WindowsFCConnectorTestCase.test_get_fc_hba_mappings ... ok test_get_fc_volume_mappings (os_brick.tests.windows.test_fibre_channel.WindowsFCConnectorTestCase) os_brick.tests.windows.test_fibre_channel.WindowsFCConnectorTestCase.test_get_fc_volume_mappings ... ok test_get_volume_connector_props_1_True (os_brick.tests.windows.test_fibre_channel.WindowsFCConnectorTestCase) os_brick.tests.windows.test_fibre_channel.WindowsFCConnectorTestCase.test_get_volume_connector_props_1_True ... ok test_get_volume_connector_props_2_False (os_brick.tests.windows.test_fibre_channel.WindowsFCConnectorTestCase) os_brick.tests.windows.test_fibre_channel.WindowsFCConnectorTestCase.test_get_volume_connector_props_2_False ... ok test_get_volume_paths_1 (os_brick.tests.windows.test_fibre_channel.WindowsFCConnectorTestCase) os_brick.tests.windows.test_fibre_channel.WindowsFCConnectorTestCase.test_get_volume_paths_1 ... ok test_get_volume_paths_2 (os_brick.tests.windows.test_fibre_channel.WindowsFCConnectorTestCase) os_brick.tests.windows.test_fibre_channel.WindowsFCConnectorTestCase.test_get_volume_paths_2 ... ok test_get_volume_paths_3 (os_brick.tests.windows.test_fibre_channel.WindowsFCConnectorTestCase) os_brick.tests.windows.test_fibre_channel.WindowsFCConnectorTestCase.test_get_volume_paths_3 ... ok test_get_volume_paths_4 (os_brick.tests.windows.test_fibre_channel.WindowsFCConnectorTestCase) os_brick.tests.windows.test_fibre_channel.WindowsFCConnectorTestCase.test_get_volume_paths_4 ... ok test_get_volume_paths_5 (os_brick.tests.windows.test_fibre_channel.WindowsFCConnectorTestCase) os_brick.tests.windows.test_fibre_channel.WindowsFCConnectorTestCase.test_get_volume_paths_5 ... ok test_get_volume_paths_6 (os_brick.tests.windows.test_fibre_channel.WindowsFCConnectorTestCase) os_brick.tests.windows.test_fibre_channel.WindowsFCConnectorTestCase.test_get_volume_paths_6 ... ok ---------------------------------------------------------------------- Ran 775 tests in 1.492s OK + exit 0 Processing files: python3-os-brick-4.0.3-1.el8.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.xqOfU8 + umask 022 + cd /builddir/build/BUILD + cd os-brick-4.0.3 + DOCDIR=/builddir/build/BUILDROOT/python-os-brick-4.0.3-1.el8.noarch/usr/share/doc/python3-os-brick + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-os-brick-4.0.3-1.el8.noarch/usr/share/doc/python3-os-brick + cp -pr doc/build/html /builddir/build/BUILDROOT/python-os-brick-4.0.3-1.el8.noarch/usr/share/doc/python3-os-brick + cp -pr README.rst /builddir/build/BUILDROOT/python-os-brick-4.0.3-1.el8.noarch/usr/share/doc/python3-os-brick + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.6zSeJ9 + umask 022 + cd /builddir/build/BUILD + cd os-brick-4.0.3 + LICENSEDIR=/builddir/build/BUILDROOT/python-os-brick-4.0.3-1.el8.noarch/usr/share/licenses/python3-os-brick + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-os-brick-4.0.3-1.el8.noarch/usr/share/licenses/python3-os-brick + cp -pr LICENSE /builddir/build/BUILDROOT/python-os-brick-4.0.3-1.el8.noarch/usr/share/licenses/python3-os-brick + exit 0 Provides: os-brick = 4.0.3-1.el8 python3-os-brick = 4.0.3-1.el8 python3.6dist(os-brick) = 4.0.3 python3dist(os-brick) = 4.0.3 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PartialHardlinkSets) <= 4.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: python(abi) = 3.6 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/python-os-brick-4.0.3-1.el8.noarch Wrote: /builddir/build/RPMS/python3-os-brick-4.0.3-1.el8.noarch.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.ByMcn8 + umask 022 + cd /builddir/build/BUILD + cd os-brick-4.0.3 + /usr/bin/rm -rf /builddir/build/BUILDROOT/python-os-brick-4.0.3-1.el8.noarch + exit 0 Child return code was: 0