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-sushy.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/cloud7-openstack-train-el7-build-77798-431682/root'gid=135user='mockbuild'timeout=86400logger=printOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target noarch --nodeps /builddir/build/SPECS/python-sushy.spec'] with env {'LANG': 'en_GB.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PS1': ' \\s-\\v\\$ '} and shell False Building target platforms: noarch Building for target noarch Wrote: /builddir/build/SRPMS/python-sushy-2.0.3-1.el7.src.rpm Child return code was: 0 ENTER ['do'](['bash', '--login', '-c', u'/usr/bin/rpmbuild -bb --target noarch --nodeps /builddir/build/SPECS/python-sushy.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/cloud7-openstack-train-el7-build-77798-431682/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-sushy.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.XoUwkI + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf sushy-2.0.3 + /usr/bin/gzip -dc /builddir/build/SOURCES/sushy-2.0.3.tar.gz + /usr/bin/tar -xf - + STATUS=0 + '[' 0 -ne 0 ']' + cd sushy-2.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 -a --author 'rpm-build ' -m 'python-sushy-2.0.3 base' + rm -f requirements.txt test-requirements.txt + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.RtrGAM + umask 022 + cd /builddir/build/BUILD + cd sushy-2.0.3 + CFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic' + /usr/bin/python2 setup.py build '--executable=/usr/bin/python2 -s' running build running build_py creating build creating build/lib creating build/lib/sushy creating build/lib/sushy/resources creating build/lib/sushy/resources/registry copying sushy/resources/registry/message_registry.py -> build/lib/sushy/resources/registry copying sushy/resources/registry/__init__.py -> build/lib/sushy/resources/registry copying sushy/resources/registry/message_registry_file.py -> build/lib/sushy/resources/registry creating build/lib/sushy/tests creating build/lib/sushy/tests/unit creating build/lib/sushy/tests/unit/resources creating build/lib/sushy/tests/unit/resources/system copying sushy/tests/unit/resources/system/__init__.py -> build/lib/sushy/tests/unit/resources/system copying sushy/tests/unit/resources/system/test_ethernet_interfaces.py -> build/lib/sushy/tests/unit/resources/system copying sushy/tests/unit/resources/system/test_processor.py -> build/lib/sushy/tests/unit/resources/system copying sushy/tests/unit/resources/system/test_system.py -> build/lib/sushy/tests/unit/resources/system copying sushy/tests/unit/resources/system/test_simple_storage.py -> build/lib/sushy/tests/unit/resources/system copying sushy/tests/unit/resources/system/test_bios.py -> build/lib/sushy/tests/unit/resources/system copying sushy/resources/__init__.py -> build/lib/sushy/resources copying sushy/resources/common.py -> build/lib/sushy/resources copying sushy/resources/mappings.py -> build/lib/sushy/resources copying sushy/resources/constants.py -> build/lib/sushy/resources copying sushy/resources/settings.py -> build/lib/sushy/resources copying sushy/resources/base.py -> build/lib/sushy/resources creating build/lib/sushy/resources/sessionservice copying sushy/resources/sessionservice/__init__.py -> build/lib/sushy/resources/sessionservice copying sushy/resources/sessionservice/session.py -> build/lib/sushy/resources/sessionservice copying sushy/resources/sessionservice/sessionservice.py -> build/lib/sushy/resources/sessionservice creating build/lib/sushy/resources/manager copying sushy/resources/manager/__init__.py -> build/lib/sushy/resources/manager copying sushy/resources/manager/manager.py -> build/lib/sushy/resources/manager copying sushy/resources/manager/virtual_media.py -> build/lib/sushy/resources/manager copying sushy/resources/manager/mappings.py -> build/lib/sushy/resources/manager copying sushy/resources/manager/constants.py -> build/lib/sushy/resources/manager copying sushy/auth.py -> build/lib/sushy copying sushy/__init__.py -> build/lib/sushy copying sushy/connector.py -> build/lib/sushy copying sushy/exceptions.py -> build/lib/sushy copying sushy/utils.py -> build/lib/sushy copying sushy/main.py -> build/lib/sushy creating build/lib/sushy/tests/unit/resources/manager copying sushy/tests/unit/resources/manager/__init__.py -> build/lib/sushy/tests/unit/resources/manager copying sushy/tests/unit/resources/manager/test_virtual_media.py -> build/lib/sushy/tests/unit/resources/manager copying sushy/tests/unit/resources/manager/test_manager.py -> build/lib/sushy/tests/unit/resources/manager creating build/lib/sushy/tests/unit/resources/oem copying sushy/tests/unit/resources/oem/__init__.py -> build/lib/sushy/tests/unit/resources/oem copying sushy/tests/unit/resources/oem/test_fake.py -> build/lib/sushy/tests/unit/resources/oem copying sushy/tests/unit/resources/oem/test_common.py -> build/lib/sushy/tests/unit/resources/oem copying sushy/tests/unit/resources/test_base.py -> build/lib/sushy/tests/unit/resources copying sushy/tests/unit/resources/__init__.py -> build/lib/sushy/tests/unit/resources copying sushy/tests/unit/resources/test_settings.py -> build/lib/sushy/tests/unit/resources creating build/lib/sushy/tests/unit/resources/compositionservice copying sushy/tests/unit/resources/compositionservice/__init__.py -> build/lib/sushy/tests/unit/resources/compositionservice copying sushy/tests/unit/resources/compositionservice/test_compositionservice.py -> build/lib/sushy/tests/unit/resources/compositionservice copying sushy/tests/unit/resources/compositionservice/test_resourcezone.py -> build/lib/sushy/tests/unit/resources/compositionservice copying sushy/tests/unit/resources/compositionservice/test_resourceblock.py -> build/lib/sushy/tests/unit/resources/compositionservice creating build/lib/sushy/resources/compositionservice copying sushy/resources/compositionservice/resourceblock.py -> build/lib/sushy/resources/compositionservice copying sushy/resources/compositionservice/__init__.py -> build/lib/sushy/resources/compositionservice copying sushy/resources/compositionservice/resourcezone.py -> build/lib/sushy/resources/compositionservice copying sushy/resources/compositionservice/mappings.py -> build/lib/sushy/resources/compositionservice copying sushy/resources/compositionservice/compositionservice.py -> build/lib/sushy/resources/compositionservice copying sushy/resources/compositionservice/constants.py -> build/lib/sushy/resources/compositionservice creating build/lib/sushy/resources/chassis creating build/lib/sushy/resources/chassis/power copying sushy/resources/chassis/power/__init__.py -> build/lib/sushy/resources/chassis/power copying sushy/resources/chassis/power/mappings.py -> build/lib/sushy/resources/chassis/power copying sushy/resources/chassis/power/constants.py -> build/lib/sushy/resources/chassis/power copying sushy/resources/chassis/power/power.py -> build/lib/sushy/resources/chassis/power creating build/lib/sushy/resources/system copying sushy/resources/system/simple_storage.py -> build/lib/sushy/resources/system copying sushy/resources/system/ethernet_interface.py -> build/lib/sushy/resources/system copying sushy/resources/system/__init__.py -> build/lib/sushy/resources/system copying sushy/resources/system/bios.py -> build/lib/sushy/resources/system copying sushy/resources/system/mappings.py -> build/lib/sushy/resources/system copying sushy/resources/system/constants.py -> build/lib/sushy/resources/system copying sushy/resources/system/system.py -> build/lib/sushy/resources/system copying sushy/resources/system/processor.py -> build/lib/sushy/resources/system creating build/lib/sushy/resources/oem copying sushy/resources/oem/fake.py -> build/lib/sushy/resources/oem copying sushy/resources/oem/__init__.py -> build/lib/sushy/resources/oem copying sushy/resources/oem/common.py -> build/lib/sushy/resources/oem copying sushy/resources/oem/base.py -> build/lib/sushy/resources/oem creating build/lib/sushy/tests/unit/resources/system/storage copying sushy/tests/unit/resources/system/storage/__init__.py -> build/lib/sushy/tests/unit/resources/system/storage copying sushy/tests/unit/resources/system/storage/test_storage.py -> build/lib/sushy/tests/unit/resources/system/storage copying sushy/tests/unit/resources/system/storage/test_volume.py -> build/lib/sushy/tests/unit/resources/system/storage copying sushy/tests/unit/resources/system/storage/test_drive.py -> build/lib/sushy/tests/unit/resources/system/storage creating build/lib/sushy/resources/system/storage copying sushy/resources/system/storage/__init__.py -> build/lib/sushy/resources/system/storage copying sushy/resources/system/storage/volume.py -> build/lib/sushy/resources/system/storage copying sushy/resources/system/storage/mappings.py -> build/lib/sushy/resources/system/storage copying sushy/resources/system/storage/drive.py -> build/lib/sushy/resources/system/storage copying sushy/resources/system/storage/constants.py -> build/lib/sushy/resources/system/storage copying sushy/resources/system/storage/storage.py -> build/lib/sushy/resources/system/storage creating build/lib/sushy/resources/updateservice copying sushy/resources/updateservice/__init__.py -> build/lib/sushy/resources/updateservice copying sushy/resources/updateservice/softwareinventory.py -> build/lib/sushy/resources/updateservice copying sushy/resources/updateservice/updateservice.py -> build/lib/sushy/resources/updateservice copying sushy/resources/updateservice/mappings.py -> build/lib/sushy/resources/updateservice copying sushy/resources/updateservice/constants.py -> build/lib/sushy/resources/updateservice creating build/lib/sushy/resources/fabric copying sushy/resources/fabric/endpoint.py -> build/lib/sushy/resources/fabric copying sushy/resources/fabric/__init__.py -> build/lib/sushy/resources/fabric copying sushy/resources/fabric/fabric.py -> build/lib/sushy/resources/fabric copying sushy/resources/fabric/mappings.py -> build/lib/sushy/resources/fabric copying sushy/resources/fabric/constants.py -> build/lib/sushy/resources/fabric creating build/lib/sushy/tests/unit/resources/fabric copying sushy/tests/unit/resources/fabric/test_fabric.py -> build/lib/sushy/tests/unit/resources/fabric copying sushy/tests/unit/resources/fabric/__init__.py -> build/lib/sushy/tests/unit/resources/fabric copying sushy/tests/unit/resources/fabric/test_endpoint.py -> build/lib/sushy/tests/unit/resources/fabric creating build/lib/sushy/resources/chassis/thermal copying sushy/resources/chassis/thermal/__init__.py -> build/lib/sushy/resources/chassis/thermal copying sushy/resources/chassis/thermal/mappings.py -> build/lib/sushy/resources/chassis/thermal copying sushy/resources/chassis/thermal/constants.py -> build/lib/sushy/resources/chassis/thermal copying sushy/resources/chassis/thermal/thermal.py -> build/lib/sushy/resources/chassis/thermal creating build/lib/sushy/tests/unit/resources/registry copying sushy/tests/unit/resources/registry/test_message_registry_file.py -> build/lib/sushy/tests/unit/resources/registry copying sushy/tests/unit/resources/registry/__init__.py -> build/lib/sushy/tests/unit/resources/registry copying sushy/tests/unit/resources/registry/test_message_registry.py -> build/lib/sushy/tests/unit/resources/registry creating build/lib/sushy/tests/unit/resources/chassis copying sushy/tests/unit/resources/chassis/test_thermal.py -> build/lib/sushy/tests/unit/resources/chassis copying sushy/tests/unit/resources/chassis/__init__.py -> build/lib/sushy/tests/unit/resources/chassis copying sushy/tests/unit/resources/chassis/test_power.py -> build/lib/sushy/tests/unit/resources/chassis copying sushy/tests/unit/resources/chassis/test_chassis.py -> build/lib/sushy/tests/unit/resources/chassis copying sushy/resources/chassis/__init__.py -> build/lib/sushy/resources/chassis copying sushy/resources/chassis/mappings.py -> build/lib/sushy/resources/chassis copying sushy/resources/chassis/constants.py -> build/lib/sushy/resources/chassis copying sushy/resources/chassis/chassis.py -> build/lib/sushy/resources/chassis copying sushy/tests/unit/__init__.py -> build/lib/sushy/tests/unit copying sushy/tests/unit/test_utils.py -> build/lib/sushy/tests/unit copying sushy/tests/unit/test_main.py -> build/lib/sushy/tests/unit copying sushy/tests/unit/base.py -> build/lib/sushy/tests/unit copying sushy/tests/unit/test_auth.py -> build/lib/sushy/tests/unit copying sushy/tests/unit/test_connector.py -> build/lib/sushy/tests/unit creating build/lib/sushy/tests/unit/resources/sessionservice copying sushy/tests/unit/resources/sessionservice/__init__.py -> build/lib/sushy/tests/unit/resources/sessionservice copying sushy/tests/unit/resources/sessionservice/test_session.py -> build/lib/sushy/tests/unit/resources/sessionservice copying sushy/tests/unit/resources/sessionservice/test_sessionservice.py -> build/lib/sushy/tests/unit/resources/sessionservice copying sushy/tests/__init__.py -> build/lib/sushy/tests creating build/lib/sushy/tests/unit/resources/updateservice copying sushy/tests/unit/resources/updateservice/__init__.py -> build/lib/sushy/tests/unit/resources/updateservice copying sushy/tests/unit/resources/updateservice/test_softwareinventory.py -> build/lib/sushy/tests/unit/resources/updateservice copying sushy/tests/unit/resources/updateservice/test_updateservice.py -> build/lib/sushy/tests/unit/resources/updateservice running egg_info deleting sushy.egg-info/requires.txt writing sushy.egg-info/PKG-INFO writing top-level names to sushy.egg-info/top_level.txt writing dependency_links to sushy.egg-info/dependency_links.txt writing entry points to sushy.egg-info/entry_points.txt writing pbr to sushy.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 'sushy.egg-info/SOURCES.txt' creating build/lib/sushy/standard_registries copying sushy/standard_registries/Base.1.0.0.json -> build/lib/sushy/standard_registries copying sushy/standard_registries/Base.1.2.0.json -> build/lib/sushy/standard_registries copying sushy/standard_registries/Base.1.3.0.json -> build/lib/sushy/standard_registries copying sushy/standard_registries/Base.1.3.1.json -> build/lib/sushy/standard_registries copying sushy/standard_registries/Base.1.4.0.json -> build/lib/sushy/standard_registries creating build/lib/sushy/tests/unit/json_samples copying sushy/tests/unit/json_samples/TestRegistry.zip -> build/lib/sushy/tests/unit/json_samples copying sushy/tests/unit/json_samples/bare_minimum_root.json -> build/lib/sushy/tests/unit/json_samples copying sushy/tests/unit/json_samples/bios.json -> build/lib/sushy/tests/unit/json_samples copying sushy/tests/unit/json_samples/bios_settings.json -> build/lib/sushy/tests/unit/json_samples copying sushy/tests/unit/json_samples/chassis.json -> build/lib/sushy/tests/unit/json_samples copying sushy/tests/unit/json_samples/chassis_collection.json -> build/lib/sushy/tests/unit/json_samples copying sushy/tests/unit/json_samples/compositionservice.json -> build/lib/sushy/tests/unit/json_samples copying sushy/tests/unit/json_samples/drive.json -> build/lib/sushy/tests/unit/json_samples copying sushy/tests/unit/json_samples/drive2.json -> build/lib/sushy/tests/unit/json_samples copying sushy/tests/unit/json_samples/drive3.json -> build/lib/sushy/tests/unit/json_samples copying sushy/tests/unit/json_samples/endpoint.json -> build/lib/sushy/tests/unit/json_samples copying sushy/tests/unit/json_samples/endpoint_collection.json -> build/lib/sushy/tests/unit/json_samples copying sushy/tests/unit/json_samples/error.json -> build/lib/sushy/tests/unit/json_samples copying sushy/tests/unit/json_samples/ethernet_interfaces.json -> build/lib/sushy/tests/unit/json_samples copying sushy/tests/unit/json_samples/ethernet_interfaces_collection.json -> build/lib/sushy/tests/unit/json_samples copying sushy/tests/unit/json_samples/fabric.json -> build/lib/sushy/tests/unit/json_samples copying sushy/tests/unit/json_samples/fabric_collection.json -> build/lib/sushy/tests/unit/json_samples copying sushy/tests/unit/json_samples/manager.json -> build/lib/sushy/tests/unit/json_samples copying sushy/tests/unit/json_samples/manager_collection.json -> build/lib/sushy/tests/unit/json_samples copying sushy/tests/unit/json_samples/message_registry.json -> build/lib/sushy/tests/unit/json_samples copying sushy/tests/unit/json_samples/message_registry_file.json -> build/lib/sushy/tests/unit/json_samples copying sushy/tests/unit/json_samples/message_registry_file_collection.json -> build/lib/sushy/tests/unit/json_samples copying sushy/tests/unit/json_samples/power.json -> build/lib/sushy/tests/unit/json_samples copying sushy/tests/unit/json_samples/processor.json -> build/lib/sushy/tests/unit/json_samples copying sushy/tests/unit/json_samples/processor2.json -> build/lib/sushy/tests/unit/json_samples copying sushy/tests/unit/json_samples/processor_collection.json -> build/lib/sushy/tests/unit/json_samples copying sushy/tests/unit/json_samples/resourceblock.json -> build/lib/sushy/tests/unit/json_samples copying sushy/tests/unit/json_samples/resourceblock_collection.json -> build/lib/sushy/tests/unit/json_samples copying sushy/tests/unit/json_samples/resourcezone.json -> build/lib/sushy/tests/unit/json_samples copying sushy/tests/unit/json_samples/resourcezone_collection.json -> build/lib/sushy/tests/unit/json_samples copying sushy/tests/unit/json_samples/root.json -> build/lib/sushy/tests/unit/json_samples copying sushy/tests/unit/json_samples/session.json -> build/lib/sushy/tests/unit/json_samples copying sushy/tests/unit/json_samples/session_collection.json -> build/lib/sushy/tests/unit/json_samples copying sushy/tests/unit/json_samples/session_creation_headers.json -> build/lib/sushy/tests/unit/json_samples copying sushy/tests/unit/json_samples/session_error.json -> build/lib/sushy/tests/unit/json_samples copying sushy/tests/unit/json_samples/session_service.json -> build/lib/sushy/tests/unit/json_samples copying sushy/tests/unit/json_samples/settings.json -> build/lib/sushy/tests/unit/json_samples copying sushy/tests/unit/json_samples/simple_storage.json -> build/lib/sushy/tests/unit/json_samples copying sushy/tests/unit/json_samples/simple_storage_collection.json -> build/lib/sushy/tests/unit/json_samples copying sushy/tests/unit/json_samples/softwareinventory.json -> build/lib/sushy/tests/unit/json_samples copying sushy/tests/unit/json_samples/softwareinventory_collection.json -> build/lib/sushy/tests/unit/json_samples copying sushy/tests/unit/json_samples/storage.json -> build/lib/sushy/tests/unit/json_samples copying sushy/tests/unit/json_samples/storage_collection.json -> build/lib/sushy/tests/unit/json_samples copying sushy/tests/unit/json_samples/system.json -> build/lib/sushy/tests/unit/json_samples copying sushy/tests/unit/json_samples/system_collection.json -> build/lib/sushy/tests/unit/json_samples copying sushy/tests/unit/json_samples/thermal.json -> build/lib/sushy/tests/unit/json_samples copying sushy/tests/unit/json_samples/updateservice.json -> build/lib/sushy/tests/unit/json_samples copying sushy/tests/unit/json_samples/virtual_media.json -> build/lib/sushy/tests/unit/json_samples copying sushy/tests/unit/json_samples/virtual_media_collection.json -> build/lib/sushy/tests/unit/json_samples copying sushy/tests/unit/json_samples/volume.json -> build/lib/sushy/tests/unit/json_samples copying sushy/tests/unit/json_samples/volume2.json -> build/lib/sushy/tests/unit/json_samples copying sushy/tests/unit/json_samples/volume3.json -> build/lib/sushy/tests/unit/json_samples copying sushy/tests/unit/json_samples/volume4.json -> build/lib/sushy/tests/unit/json_samples copying sushy/tests/unit/json_samples/volume_collection.json -> build/lib/sushy/tests/unit/json_samples + sleep 1 + python2 setup.py build_sphinx running build_sphinx The autodoc and autodoc_tree features are deprecated in 4.2 and will be removed in a future release. You should use the sphinxcontrib-apidoc Sphinx extension instead. Refer to the pbr documentation for more information. Deprecated options: ['autodoc_index_modules', 'autodoc_exclude_modules'] [pbr] Writing ChangeLog [pbr] Generating ChangeLog [pbr] ChangeLog complete (0.0s) [pbr] Generating AUTHORS [pbr] AUTHORS complete (0.0s) [pbr] Autodocumenting from /builddir/build/BUILD/sushy-2.0.3 [pbr] Generating doc/source/reference/api/sushy.auth.rst [pbr] Generating doc/source/reference/api/sushy.connector.rst [pbr] Generating doc/source/reference/api/sushy.exceptions.rst [pbr] Generating doc/source/reference/api/sushy.main.rst [pbr] Generating doc/source/reference/api/sushy.resources.base.rst [pbr] Generating doc/source/reference/api/sushy.resources.chassis.chassis.rst [pbr] Generating doc/source/reference/api/sushy.resources.chassis.constants.rst [pbr] Generating doc/source/reference/api/sushy.resources.chassis.mappings.rst [pbr] Generating doc/source/reference/api/sushy.resources.chassis.power.constants.rst [pbr] Generating doc/source/reference/api/sushy.resources.chassis.power.mappings.rst [pbr] Generating doc/source/reference/api/sushy.resources.chassis.power.power.rst [pbr] Generating doc/source/reference/api/sushy.resources.chassis.thermal.constants.rst [pbr] Generating doc/source/reference/api/sushy.resources.chassis.thermal.mappings.rst [pbr] Generating doc/source/reference/api/sushy.resources.chassis.thermal.thermal.rst [pbr] Generating doc/source/reference/api/sushy.resources.common.rst [pbr] Generating doc/source/reference/api/sushy.resources.compositionservice.compositionservice.rst [pbr] Generating doc/source/reference/api/sushy.resources.compositionservice.constants.rst [pbr] Generating doc/source/reference/api/sushy.resources.compositionservice.mappings.rst [pbr] Generating doc/source/reference/api/sushy.resources.compositionservice.resourceblock.rst [pbr] Generating doc/source/reference/api/sushy.resources.compositionservice.resourcezone.rst [pbr] Generating doc/source/reference/api/sushy.resources.constants.rst [pbr] Generating doc/source/reference/api/sushy.resources.fabric.constants.rst [pbr] Generating doc/source/reference/api/sushy.resources.fabric.endpoint.rst [pbr] Generating doc/source/reference/api/sushy.resources.fabric.fabric.rst [pbr] Generating doc/source/reference/api/sushy.resources.fabric.mappings.rst [pbr] Generating doc/source/reference/api/sushy.resources.manager.constants.rst [pbr] Generating doc/source/reference/api/sushy.resources.manager.manager.rst [pbr] Generating doc/source/reference/api/sushy.resources.manager.mappings.rst [pbr] Generating doc/source/reference/api/sushy.resources.manager.virtual_media.rst [pbr] Generating doc/source/reference/api/sushy.resources.mappings.rst [pbr] Generating doc/source/reference/api/sushy.resources.oem.base.rst [pbr] Generating doc/source/reference/api/sushy.resources.oem.common.rst [pbr] Generating doc/source/reference/api/sushy.resources.oem.fake.rst [pbr] Generating doc/source/reference/api/sushy.resources.registry.message_registry.rst [pbr] Generating doc/source/reference/api/sushy.resources.registry.message_registry_file.rst [pbr] Generating doc/source/reference/api/sushy.resources.sessionservice.session.rst [pbr] Generating doc/source/reference/api/sushy.resources.sessionservice.sessionservice.rst [pbr] Generating doc/source/reference/api/sushy.resources.settings.rst [pbr] Generating doc/source/reference/api/sushy.resources.system.bios.rst [pbr] Generating doc/source/reference/api/sushy.resources.system.constants.rst [pbr] Generating doc/source/reference/api/sushy.resources.system.ethernet_interface.rst [pbr] Generating doc/source/reference/api/sushy.resources.system.mappings.rst [pbr] Generating doc/source/reference/api/sushy.resources.system.processor.rst [pbr] Generating doc/source/reference/api/sushy.resources.system.simple_storage.rst [pbr] Generating doc/source/reference/api/sushy.resources.system.storage.constants.rst [pbr] Generating doc/source/reference/api/sushy.resources.system.storage.drive.rst [pbr] Generating doc/source/reference/api/sushy.resources.system.storage.mappings.rst [pbr] Generating doc/source/reference/api/sushy.resources.system.storage.storage.rst [pbr] Generating doc/source/reference/api/sushy.resources.system.storage.volume.rst [pbr] Generating doc/source/reference/api/sushy.resources.system.system.rst [pbr] Generating doc/source/reference/api/sushy.resources.updateservice.constants.rst [pbr] Generating doc/source/reference/api/sushy.resources.updateservice.mappings.rst [pbr] Generating doc/source/reference/api/sushy.resources.updateservice.softwareinventory.rst [pbr] Generating doc/source/reference/api/sushy.resources.updateservice.updateservice.rst [pbr] Generating doc/source/reference/api/sushy.utils.rst Running Sphinx v1.8.4 connecting events for openstackdocstheme [openstackdocstheme] connecting html-page-context event handler making output directory... Using openstackdocstheme Sphinx theme from /usr/lib/python2.7/site-packages/openstackdocstheme/theme No /builddir/build/BUILD/sushy-2.0.3/.gitreview found building [mo]: all of 0 po files building [html]: all source files updating environment: 61 added, 0 changed, 0 removed reading sources... [ 1%] contributor/index reading sources... [ 3%] index reading sources... [ 4%] install/index reading sources... [ 6%] reference/api/autoindex reading sources... [ 8%] reference/api/sushy.auth reading sources... [ 9%] reference/api/sushy.connector reading sources... [ 11%] reference/api/sushy.exceptions reading sources... [ 13%] reference/api/sushy.main reading sources... [ 14%] reference/api/sushy.resources.base reading sources... [ 16%] reference/api/sushy.resources.chassis.chassis reading sources... [ 18%] reference/api/sushy.resources.chassis.constants reading sources... [ 19%] reference/api/sushy.resources.chassis.mappings reading sources... [ 21%] reference/api/sushy.resources.chassis.power.constants reading sources... [ 22%] reference/api/sushy.resources.chassis.power.mappings reading sources... [ 24%] reference/api/sushy.resources.chassis.power.power reading sources... [ 26%] reference/api/sushy.resources.chassis.thermal.constants reading sources... [ 27%] reference/api/sushy.resources.chassis.thermal.mappings reading sources... [ 29%] reference/api/sushy.resources.chassis.thermal.thermal reading sources... [ 31%] reference/api/sushy.resources.common reading sources... [ 32%] reference/api/sushy.resources.compositionservice.compositionservice reading sources... [ 34%] reference/api/sushy.resources.compositionservice.constants reading sources... [ 36%] reference/api/sushy.resources.compositionservice.mappings reading sources... [ 37%] reference/api/sushy.resources.compositionservice.resourceblock reading sources... [ 39%] reference/api/sushy.resources.compositionservice.resourcezone reading sources... [ 40%] reference/api/sushy.resources.constants reading sources... [ 42%] reference/api/sushy.resources.fabric.constants reading sources... [ 44%] reference/api/sushy.resources.fabric.endpoint reading sources... [ 45%] reference/api/sushy.resources.fabric.fabric reading sources... [ 47%] reference/api/sushy.resources.fabric.mappings reading sources... [ 49%] reference/api/sushy.resources.manager.constants reading sources... [ 50%] reference/api/sushy.resources.manager.manager reading sources... [ 52%] reference/api/sushy.resources.manager.mappings reading sources... [ 54%] reference/api/sushy.resources.manager.virtual_media reading sources... [ 55%] reference/api/sushy.resources.mappings reading sources... [ 57%] reference/api/sushy.resources.oem.base reading sources... [ 59%] reference/api/sushy.resources.oem.common reading sources... [ 60%] reference/api/sushy.resources.oem.fake reading sources... [ 62%] reference/api/sushy.resources.registry.message_registry reading sources... [ 63%] reference/api/sushy.resources.registry.message_registry_file reading sources... [ 65%] reference/api/sushy.resources.sessionservice.session reading sources... [ 67%] reference/api/sushy.resources.sessionservice.sessionservice reading sources... [ 68%] reference/api/sushy.resources.settings reading sources... [ 70%] reference/api/sushy.resources.system.bios reading sources... [ 72%] reference/api/sushy.resources.system.constants reading sources... [ 73%] reference/api/sushy.resources.system.ethernet_interface reading sources... [ 75%] reference/api/sushy.resources.system.mappings reading sources... [ 77%] reference/api/sushy.resources.system.processor reading sources... [ 78%] reference/api/sushy.resources.system.simple_storage reading sources... [ 80%] reference/api/sushy.resources.system.storage.constants reading sources... [ 81%] reference/api/sushy.resources.system.storage.drive reading sources... [ 83%] reference/api/sushy.resources.system.storage.mappings reading sources... [ 85%] reference/api/sushy.resources.system.storage.storage reading sources... [ 86%] reference/api/sushy.resources.system.storage.volume reading sources... [ 88%] reference/api/sushy.resources.system.system reading sources... [ 90%] reference/api/sushy.resources.updateservice.constants reading sources... [ 91%] reference/api/sushy.resources.updateservice.mappings reading sources... [ 93%] reference/api/sushy.resources.updateservice.softwareinventory reading sources... [ 95%] reference/api/sushy.resources.updateservice.updateservice reading sources... [ 96%] reference/api/sushy.utils reading sources... [ 98%] reference/index reading sources... [100%] reference/usage looking for now-outdated files... none found pickling environment... done checking consistency... done preparing documents... done writing output... [ 1%] contributor/index [openstackdocstheme] series 'latest' [openstackdocstheme] display_badge False (no stable branches) [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/contributor/index.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/contributor/index.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'contributor/index' writing output... [ 3%] index [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/index.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/index.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'index' writing output... [ 4%] install/index [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/install/index.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/install/index.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'install/index' writing output... [ 6%] reference/api/autoindex [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/reference/api/autoindex.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/reference/api/autoindex.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'reference/api/autoindex' writing output... [ 8%] reference/api/sushy.auth [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/reference/api/sushy.auth.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/reference/api/sushy.auth.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'reference/api/sushy.auth' writing output... [ 9%] reference/api/sushy.connector [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/reference/api/sushy.connector.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/reference/api/sushy.connector.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'reference/api/sushy.connector' writing output... [ 11%] reference/api/sushy.exceptions [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/reference/api/sushy.exceptions.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/reference/api/sushy.exceptions.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'reference/api/sushy.exceptions' writing output... [ 13%] reference/api/sushy.main [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/reference/api/sushy.main.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/reference/api/sushy.main.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'reference/api/sushy.main' writing output... [ 14%] reference/api/sushy.resources.base [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/reference/api/sushy.resources.base.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/reference/api/sushy.resources.base.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'reference/api/sushy.resources.base' writing output... [ 16%] reference/api/sushy.resources.chassis.chassis [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/reference/api/sushy.resources.chassis.chassis.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/reference/api/sushy.resources.chassis.chassis.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'reference/api/sushy.resources.chassis.chassis' writing output... [ 18%] reference/api/sushy.resources.chassis.constants [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/reference/api/sushy.resources.chassis.constants.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/reference/api/sushy.resources.chassis.constants.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'reference/api/sushy.resources.chassis.constants' writing output... [ 19%] reference/api/sushy.resources.chassis.mappings [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/reference/api/sushy.resources.chassis.mappings.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/reference/api/sushy.resources.chassis.mappings.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'reference/api/sushy.resources.chassis.mappings' writing output... [ 21%] reference/api/sushy.resources.chassis.power.constants [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/reference/api/sushy.resources.chassis.power.constants.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/reference/api/sushy.resources.chassis.power.constants.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'reference/api/sushy.resources.chassis.power.constants' writing output... [ 22%] reference/api/sushy.resources.chassis.power.mappings [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/reference/api/sushy.resources.chassis.power.mappings.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/reference/api/sushy.resources.chassis.power.mappings.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'reference/api/sushy.resources.chassis.power.mappings' writing output... [ 24%] reference/api/sushy.resources.chassis.power.power [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/reference/api/sushy.resources.chassis.power.power.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/reference/api/sushy.resources.chassis.power.power.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'reference/api/sushy.resources.chassis.power.power' writing output... [ 26%] reference/api/sushy.resources.chassis.thermal.constants [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/reference/api/sushy.resources.chassis.thermal.constants.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/reference/api/sushy.resources.chassis.thermal.constants.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'reference/api/sushy.resources.chassis.thermal.constants' writing output... [ 27%] reference/api/sushy.resources.chassis.thermal.mappings [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/reference/api/sushy.resources.chassis.thermal.mappings.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/reference/api/sushy.resources.chassis.thermal.mappings.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'reference/api/sushy.resources.chassis.thermal.mappings' writing output... [ 29%] reference/api/sushy.resources.chassis.thermal.thermal [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/reference/api/sushy.resources.chassis.thermal.thermal.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/reference/api/sushy.resources.chassis.thermal.thermal.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'reference/api/sushy.resources.chassis.thermal.thermal' writing output... [ 31%] reference/api/sushy.resources.common [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/reference/api/sushy.resources.common.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/reference/api/sushy.resources.common.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'reference/api/sushy.resources.common' writing output... [ 32%] reference/api/sushy.resources.compositionservice.compositionservice [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/reference/api/sushy.resources.compositionservice.compositionservice.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/reference/api/sushy.resources.compositionservice.compositionservice.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'reference/api/sushy.resources.compositionservice.compositionservice' writing output... [ 34%] reference/api/sushy.resources.compositionservice.constants [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/reference/api/sushy.resources.compositionservice.constants.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/reference/api/sushy.resources.compositionservice.constants.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'reference/api/sushy.resources.compositionservice.constants' writing output... [ 36%] reference/api/sushy.resources.compositionservice.mappings [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/reference/api/sushy.resources.compositionservice.mappings.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/reference/api/sushy.resources.compositionservice.mappings.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'reference/api/sushy.resources.compositionservice.mappings' writing output... [ 37%] reference/api/sushy.resources.compositionservice.resourceblock [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/reference/api/sushy.resources.compositionservice.resourceblock.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/reference/api/sushy.resources.compositionservice.resourceblock.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'reference/api/sushy.resources.compositionservice.resourceblock' writing output... [ 39%] reference/api/sushy.resources.compositionservice.resourcezone [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/reference/api/sushy.resources.compositionservice.resourcezone.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/reference/api/sushy.resources.compositionservice.resourcezone.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'reference/api/sushy.resources.compositionservice.resourcezone' writing output... [ 40%] reference/api/sushy.resources.constants [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/reference/api/sushy.resources.constants.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/reference/api/sushy.resources.constants.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'reference/api/sushy.resources.constants' writing output... [ 42%] reference/api/sushy.resources.fabric.constants [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/reference/api/sushy.resources.fabric.constants.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/reference/api/sushy.resources.fabric.constants.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'reference/api/sushy.resources.fabric.constants' writing output... [ 44%] reference/api/sushy.resources.fabric.endpoint [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/reference/api/sushy.resources.fabric.endpoint.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/reference/api/sushy.resources.fabric.endpoint.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'reference/api/sushy.resources.fabric.endpoint' writing output... [ 45%] reference/api/sushy.resources.fabric.fabric [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/reference/api/sushy.resources.fabric.fabric.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/reference/api/sushy.resources.fabric.fabric.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'reference/api/sushy.resources.fabric.fabric' writing output... [ 47%] reference/api/sushy.resources.fabric.mappings [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/reference/api/sushy.resources.fabric.mappings.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/reference/api/sushy.resources.fabric.mappings.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'reference/api/sushy.resources.fabric.mappings' writing output... [ 49%] reference/api/sushy.resources.manager.constants [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/reference/api/sushy.resources.manager.constants.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/reference/api/sushy.resources.manager.constants.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'reference/api/sushy.resources.manager.constants' writing output... [ 50%] reference/api/sushy.resources.manager.manager [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/reference/api/sushy.resources.manager.manager.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/reference/api/sushy.resources.manager.manager.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'reference/api/sushy.resources.manager.manager' writing output... [ 52%] reference/api/sushy.resources.manager.mappings [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/reference/api/sushy.resources.manager.mappings.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/reference/api/sushy.resources.manager.mappings.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'reference/api/sushy.resources.manager.mappings' writing output... [ 54%] reference/api/sushy.resources.manager.virtual_media [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/reference/api/sushy.resources.manager.virtual_media.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/reference/api/sushy.resources.manager.virtual_media.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'reference/api/sushy.resources.manager.virtual_media' writing output... [ 55%] reference/api/sushy.resources.mappings [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/reference/api/sushy.resources.mappings.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/reference/api/sushy.resources.mappings.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'reference/api/sushy.resources.mappings' writing output... [ 57%] reference/api/sushy.resources.oem.base [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/reference/api/sushy.resources.oem.base.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/reference/api/sushy.resources.oem.base.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'reference/api/sushy.resources.oem.base' writing output... [ 59%] reference/api/sushy.resources.oem.common [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/reference/api/sushy.resources.oem.common.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/reference/api/sushy.resources.oem.common.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'reference/api/sushy.resources.oem.common' writing output... [ 60%] reference/api/sushy.resources.oem.fake [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/reference/api/sushy.resources.oem.fake.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/reference/api/sushy.resources.oem.fake.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'reference/api/sushy.resources.oem.fake' writing output... [ 62%] reference/api/sushy.resources.registry.message_registry [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/reference/api/sushy.resources.registry.message_registry.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/reference/api/sushy.resources.registry.message_registry.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'reference/api/sushy.resources.registry.message_registry' writing output... [ 63%] reference/api/sushy.resources.registry.message_registry_file [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/reference/api/sushy.resources.registry.message_registry_file.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/reference/api/sushy.resources.registry.message_registry_file.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'reference/api/sushy.resources.registry.message_registry_file' writing output... [ 65%] reference/api/sushy.resources.sessionservice.session [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/reference/api/sushy.resources.sessionservice.session.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/reference/api/sushy.resources.sessionservice.session.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'reference/api/sushy.resources.sessionservice.session' writing output... [ 67%] reference/api/sushy.resources.sessionservice.sessionservice [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/reference/api/sushy.resources.sessionservice.sessionservice.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/reference/api/sushy.resources.sessionservice.sessionservice.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'reference/api/sushy.resources.sessionservice.sessionservice' writing output... [ 68%] reference/api/sushy.resources.settings [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/reference/api/sushy.resources.settings.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/reference/api/sushy.resources.settings.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'reference/api/sushy.resources.settings' writing output... [ 70%] reference/api/sushy.resources.system.bios [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/reference/api/sushy.resources.system.bios.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/reference/api/sushy.resources.system.bios.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'reference/api/sushy.resources.system.bios' writing output... [ 72%] reference/api/sushy.resources.system.constants [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/reference/api/sushy.resources.system.constants.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/reference/api/sushy.resources.system.constants.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'reference/api/sushy.resources.system.constants' writing output... [ 73%] reference/api/sushy.resources.system.ethernet_interface [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/reference/api/sushy.resources.system.ethernet_interface.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/reference/api/sushy.resources.system.ethernet_interface.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'reference/api/sushy.resources.system.ethernet_interface' writing output... [ 75%] reference/api/sushy.resources.system.mappings [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/reference/api/sushy.resources.system.mappings.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/reference/api/sushy.resources.system.mappings.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'reference/api/sushy.resources.system.mappings' writing output... [ 77%] reference/api/sushy.resources.system.processor [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/reference/api/sushy.resources.system.processor.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/reference/api/sushy.resources.system.processor.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'reference/api/sushy.resources.system.processor' writing output... [ 78%] reference/api/sushy.resources.system.simple_storage [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/reference/api/sushy.resources.system.simple_storage.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/reference/api/sushy.resources.system.simple_storage.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'reference/api/sushy.resources.system.simple_storage' writing output... [ 80%] reference/api/sushy.resources.system.storage.constants [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/reference/api/sushy.resources.system.storage.constants.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/reference/api/sushy.resources.system.storage.constants.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'reference/api/sushy.resources.system.storage.constants' writing output... [ 81%] reference/api/sushy.resources.system.storage.drive [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/reference/api/sushy.resources.system.storage.drive.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/reference/api/sushy.resources.system.storage.drive.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'reference/api/sushy.resources.system.storage.drive' writing output... [ 83%] reference/api/sushy.resources.system.storage.mappings [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/reference/api/sushy.resources.system.storage.mappings.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/reference/api/sushy.resources.system.storage.mappings.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'reference/api/sushy.resources.system.storage.mappings' writing output... [ 85%] reference/api/sushy.resources.system.storage.storage [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/reference/api/sushy.resources.system.storage.storage.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/reference/api/sushy.resources.system.storage.storage.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'reference/api/sushy.resources.system.storage.storage' writing output... [ 86%] reference/api/sushy.resources.system.storage.volume [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/reference/api/sushy.resources.system.storage.volume.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/reference/api/sushy.resources.system.storage.volume.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'reference/api/sushy.resources.system.storage.volume' writing output... [ 88%] reference/api/sushy.resources.system.system [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/reference/api/sushy.resources.system.system.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/reference/api/sushy.resources.system.system.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'reference/api/sushy.resources.system.system' writing output... [ 90%] reference/api/sushy.resources.updateservice.constants [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/reference/api/sushy.resources.updateservice.constants.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/reference/api/sushy.resources.updateservice.constants.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'reference/api/sushy.resources.updateservice.constants' writing output... [ 91%] reference/api/sushy.resources.updateservice.mappings [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/reference/api/sushy.resources.updateservice.mappings.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/reference/api/sushy.resources.updateservice.mappings.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'reference/api/sushy.resources.updateservice.mappings' writing output... [ 93%] reference/api/sushy.resources.updateservice.softwareinventory [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/reference/api/sushy.resources.updateservice.softwareinventory.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/reference/api/sushy.resources.updateservice.softwareinventory.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'reference/api/sushy.resources.updateservice.softwareinventory' writing output... [ 95%] reference/api/sushy.resources.updateservice.updateservice [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/reference/api/sushy.resources.updateservice.updateservice.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/reference/api/sushy.resources.updateservice.updateservice.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'reference/api/sushy.resources.updateservice.updateservice' writing output... [ 96%] reference/api/sushy.utils [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/reference/api/sushy.utils.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/reference/api/sushy.utils.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'reference/api/sushy.utils' writing output... [ 98%] reference/index [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/reference/index.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/reference/index.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'reference/index' writing output... [100%] reference/usage [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/reference/usage.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/reference/usage.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'reference/usage' generating indices... genindex[openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for 'genindex' py-modindex[openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for 'py-modindex' writing additional pages... search[openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for 'search' copying static files... done copying extra files... done dumping search index in English (code: en) ... done dumping object inventory... done build succeeded. The HTML pages are in doc/build/html. + rm -rf doc/build/html/.doctrees doc/build/html/.buildinfo + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.BXDske + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/python-sushy-2.0.3-1.el7.noarch '!=' / ']' + rm -rf /builddir/build/BUILDROOT/python-sushy-2.0.3-1.el7.noarch ++ dirname /builddir/build/BUILDROOT/python-sushy-2.0.3-1.el7.noarch + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/python-sushy-2.0.3-1.el7.noarch + cd sushy-2.0.3 + CFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic' + /usr/bin/python2 setup.py install -O1 --skip-build --root /builddir/build/BUILDROOT/python-sushy-2.0.3-1.el7.noarch running install [pbr] Writing ChangeLog [pbr] Generating ChangeLog [pbr] ChangeLog complete (0.0s) [pbr] Generating AUTHORS [pbr] AUTHORS complete (0.0s) running install_lib creating /builddir/build/BUILDROOT/python-sushy-2.0.3-1.el7.noarch/usr creating /builddir/build/BUILDROOT/python-sushy-2.0.3-1.el7.noarch/usr/lib creating /builddir/build/BUILDROOT/python-sushy-2.0.3-1.el7.noarch/usr/lib/python2.7 creating /builddir/build/BUILDROOT/python-sushy-2.0.3-1.el7.noarch/usr/lib/python2.7/site-packages creating /builddir/build/BUILDROOT/python-sushy-2.0.3-1.el7.noarch/usr/lib/python2.7/site-packages/sushy copying build/lib/sushy/auth.py -> /builddir/build/BUILDROOT/python-sushy-2.0.3-1.el7.noarch/usr/lib/python2.7/site-packages/sushy copying build/lib/sushy/__init__.py -> /builddir/build/BUILDROOT/python-sushy-2.0.3-1.el7.noarch/usr/lib/python2.7/site-packages/sushy copying build/lib/sushy/connector.py -> /builddir/build/BUILDROOT/python-sushy-2.0.3-1.el7.noarch/usr/lib/python2.7/site-packages/sushy copying build/lib/sushy/exceptions.py -> /builddir/build/BUILDROOT/python-sushy-2.0.3-1.el7.noarch/usr/lib/python2.7/site-packages/sushy copying build/lib/sushy/utils.py -> /builddir/build/BUILDROOT/python-sushy-2.0.3-1.el7.noarch/usr/lib/python2.7/site-packages/sushy creating /builddir/build/BUILDROOT/python-sushy-2.0.3-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/standard_registries copying build/lib/sushy/standard_registries/Base.1.3.1.json -> /builddir/build/BUILDROOT/python-sushy-2.0.3-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/standard_registries copying build/lib/sushy/standard_registries/Base.1.0.0.json -> /builddir/build/BUILDROOT/python-sushy-2.0.3-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/standard_registries copying build/lib/sushy/standard_registries/Base.1.2.0.json -> /builddir/build/BUILDROOT/python-sushy-2.0.3-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/standard_registries copying build/lib/sushy/standard_registries/Base.1.3.0.json -> /builddir/build/BUILDROOT/python-sushy-2.0.3-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/standard_registries copying build/lib/sushy/standard_registries/Base.1.4.0.json -> /builddir/build/BUILDROOT/python-sushy-2.0.3-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/standard_registries creating /builddir/build/BUILDROOT/python-sushy-2.0.3-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/resources creating /builddir/build/BUILDROOT/python-sushy-2.0.3-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/resources/manager copying build/lib/sushy/resources/manager/__init__.py -> /builddir/build/BUILDROOT/python-sushy-2.0.3-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/resources/manager copying build/lib/sushy/resources/manager/manager.py -> /builddir/build/BUILDROOT/python-sushy-2.0.3-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/resources/manager copying build/lib/sushy/resources/manager/virtual_media.py -> /builddir/build/BUILDROOT/python-sushy-2.0.3-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/resources/manager copying build/lib/sushy/resources/manager/mappings.py -> /builddir/build/BUILDROOT/python-sushy-2.0.3-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/resources/manager copying build/lib/sushy/resources/manager/constants.py -> /builddir/build/BUILDROOT/python-sushy-2.0.3-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/resources/manager creating /builddir/build/BUILDROOT/python-sushy-2.0.3-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/resources/compositionservice copying build/lib/sushy/resources/compositionservice/resourceblock.py -> /builddir/build/BUILDROOT/python-sushy-2.0.3-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/resources/compositionservice copying build/lib/sushy/resources/compositionservice/__init__.py -> /builddir/build/BUILDROOT/python-sushy-2.0.3-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/resources/compositionservice copying build/lib/sushy/resources/compositionservice/resourcezone.py -> /builddir/build/BUILDROOT/python-sushy-2.0.3-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/resources/compositionservice copying build/lib/sushy/resources/compositionservice/mappings.py -> /builddir/build/BUILDROOT/python-sushy-2.0.3-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/resources/compositionservice copying build/lib/sushy/resources/compositionservice/compositionservice.py -> /builddir/build/BUILDROOT/python-sushy-2.0.3-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/resources/compositionservice copying build/lib/sushy/resources/compositionservice/constants.py -> /builddir/build/BUILDROOT/python-sushy-2.0.3-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/resources/compositionservice creating /builddir/build/BUILDROOT/python-sushy-2.0.3-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/resources/system creating /builddir/build/BUILDROOT/python-sushy-2.0.3-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/resources/system/storage copying build/lib/sushy/resources/system/storage/__init__.py -> /builddir/build/BUILDROOT/python-sushy-2.0.3-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/resources/system/storage copying build/lib/sushy/resources/system/storage/volume.py -> /builddir/build/BUILDROOT/python-sushy-2.0.3-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/resources/system/storage copying build/lib/sushy/resources/system/storage/mappings.py -> /builddir/build/BUILDROOT/python-sushy-2.0.3-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/resources/system/storage copying build/lib/sushy/resources/system/storage/drive.py -> /builddir/build/BUILDROOT/python-sushy-2.0.3-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/resources/system/storage copying build/lib/sushy/resources/system/storage/constants.py -> /builddir/build/BUILDROOT/python-sushy-2.0.3-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/resources/system/storage copying build/lib/sushy/resources/system/storage/storage.py -> /builddir/build/BUILDROOT/python-sushy-2.0.3-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/resources/system/storage copying build/lib/sushy/resources/system/simple_storage.py -> /builddir/build/BUILDROOT/python-sushy-2.0.3-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/resources/system copying build/lib/sushy/resources/system/ethernet_interface.py -> /builddir/build/BUILDROOT/python-sushy-2.0.3-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/resources/system copying build/lib/sushy/resources/system/__init__.py -> /builddir/build/BUILDROOT/python-sushy-2.0.3-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/resources/system copying build/lib/sushy/resources/system/bios.py -> /builddir/build/BUILDROOT/python-sushy-2.0.3-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/resources/system copying build/lib/sushy/resources/system/mappings.py -> /builddir/build/BUILDROOT/python-sushy-2.0.3-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/resources/system copying build/lib/sushy/resources/system/constants.py -> /builddir/build/BUILDROOT/python-sushy-2.0.3-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/resources/system copying build/lib/sushy/resources/system/system.py -> /builddir/build/BUILDROOT/python-sushy-2.0.3-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/resources/system copying build/lib/sushy/resources/system/processor.py -> /builddir/build/BUILDROOT/python-sushy-2.0.3-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/resources/system copying build/lib/sushy/resources/__init__.py -> /builddir/build/BUILDROOT/python-sushy-2.0.3-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/resources creating /builddir/build/BUILDROOT/python-sushy-2.0.3-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/resources/updateservice copying build/lib/sushy/resources/updateservice/__init__.py -> /builddir/build/BUILDROOT/python-sushy-2.0.3-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/resources/updateservice copying build/lib/sushy/resources/updateservice/softwareinventory.py -> /builddir/build/BUILDROOT/python-sushy-2.0.3-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/resources/updateservice copying build/lib/sushy/resources/updateservice/updateservice.py -> /builddir/build/BUILDROOT/python-sushy-2.0.3-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/resources/updateservice copying build/lib/sushy/resources/updateservice/mappings.py -> /builddir/build/BUILDROOT/python-sushy-2.0.3-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/resources/updateservice copying build/lib/sushy/resources/updateservice/constants.py -> /builddir/build/BUILDROOT/python-sushy-2.0.3-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/resources/updateservice copying build/lib/sushy/resources/common.py -> /builddir/build/BUILDROOT/python-sushy-2.0.3-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/resources creating /builddir/build/BUILDROOT/python-sushy-2.0.3-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/resources/registry copying build/lib/sushy/resources/registry/message_registry.py -> /builddir/build/BUILDROOT/python-sushy-2.0.3-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/resources/registry copying build/lib/sushy/resources/registry/__init__.py -> /builddir/build/BUILDROOT/python-sushy-2.0.3-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/resources/registry copying build/lib/sushy/resources/registry/message_registry_file.py -> /builddir/build/BUILDROOT/python-sushy-2.0.3-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/resources/registry creating /builddir/build/BUILDROOT/python-sushy-2.0.3-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/resources/fabric copying build/lib/sushy/resources/fabric/endpoint.py -> /builddir/build/BUILDROOT/python-sushy-2.0.3-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/resources/fabric copying build/lib/sushy/resources/fabric/__init__.py -> /builddir/build/BUILDROOT/python-sushy-2.0.3-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/resources/fabric copying build/lib/sushy/resources/fabric/fabric.py -> /builddir/build/BUILDROOT/python-sushy-2.0.3-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/resources/fabric copying build/lib/sushy/resources/fabric/mappings.py -> /builddir/build/BUILDROOT/python-sushy-2.0.3-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/resources/fabric copying build/lib/sushy/resources/fabric/constants.py -> /builddir/build/BUILDROOT/python-sushy-2.0.3-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/resources/fabric copying build/lib/sushy/resources/mappings.py -> /builddir/build/BUILDROOT/python-sushy-2.0.3-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/resources copying build/lib/sushy/resources/constants.py -> /builddir/build/BUILDROOT/python-sushy-2.0.3-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/resources copying build/lib/sushy/resources/settings.py -> /builddir/build/BUILDROOT/python-sushy-2.0.3-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/resources creating /builddir/build/BUILDROOT/python-sushy-2.0.3-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/resources/chassis creating /builddir/build/BUILDROOT/python-sushy-2.0.3-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/resources/chassis/power copying build/lib/sushy/resources/chassis/power/__init__.py -> /builddir/build/BUILDROOT/python-sushy-2.0.3-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/resources/chassis/power copying build/lib/sushy/resources/chassis/power/mappings.py -> /builddir/build/BUILDROOT/python-sushy-2.0.3-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/resources/chassis/power copying build/lib/sushy/resources/chassis/power/constants.py -> /builddir/build/BUILDROOT/python-sushy-2.0.3-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/resources/chassis/power copying build/lib/sushy/resources/chassis/power/power.py -> /builddir/build/BUILDROOT/python-sushy-2.0.3-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/resources/chassis/power copying build/lib/sushy/resources/chassis/__init__.py -> /builddir/build/BUILDROOT/python-sushy-2.0.3-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/resources/chassis creating /builddir/build/BUILDROOT/python-sushy-2.0.3-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/resources/chassis/thermal copying build/lib/sushy/resources/chassis/thermal/__init__.py -> /builddir/build/BUILDROOT/python-sushy-2.0.3-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/resources/chassis/thermal copying build/lib/sushy/resources/chassis/thermal/mappings.py -> /builddir/build/BUILDROOT/python-sushy-2.0.3-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/resources/chassis/thermal copying build/lib/sushy/resources/chassis/thermal/constants.py -> /builddir/build/BUILDROOT/python-sushy-2.0.3-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/resources/chassis/thermal copying build/lib/sushy/resources/chassis/thermal/thermal.py -> /builddir/build/BUILDROOT/python-sushy-2.0.3-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/resources/chassis/thermal copying build/lib/sushy/resources/chassis/mappings.py -> /builddir/build/BUILDROOT/python-sushy-2.0.3-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/resources/chassis copying build/lib/sushy/resources/chassis/constants.py -> /builddir/build/BUILDROOT/python-sushy-2.0.3-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/resources/chassis copying build/lib/sushy/resources/chassis/chassis.py -> /builddir/build/BUILDROOT/python-sushy-2.0.3-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/resources/chassis copying build/lib/sushy/resources/base.py -> /builddir/build/BUILDROOT/python-sushy-2.0.3-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/resources creating /builddir/build/BUILDROOT/python-sushy-2.0.3-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/resources/oem copying build/lib/sushy/resources/oem/fake.py -> /builddir/build/BUILDROOT/python-sushy-2.0.3-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/resources/oem copying build/lib/sushy/resources/oem/__init__.py -> /builddir/build/BUILDROOT/python-sushy-2.0.3-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/resources/oem copying build/lib/sushy/resources/oem/common.py -> /builddir/build/BUILDROOT/python-sushy-2.0.3-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/resources/oem copying build/lib/sushy/resources/oem/base.py -> /builddir/build/BUILDROOT/python-sushy-2.0.3-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/resources/oem creating /builddir/build/BUILDROOT/python-sushy-2.0.3-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/resources/sessionservice copying build/lib/sushy/resources/sessionservice/__init__.py -> /builddir/build/BUILDROOT/python-sushy-2.0.3-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/resources/sessionservice copying build/lib/sushy/resources/sessionservice/session.py -> /builddir/build/BUILDROOT/python-sushy-2.0.3-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/resources/sessionservice copying build/lib/sushy/resources/sessionservice/sessionservice.py -> /builddir/build/BUILDROOT/python-sushy-2.0.3-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/resources/sessionservice copying build/lib/sushy/main.py -> /builddir/build/BUILDROOT/python-sushy-2.0.3-1.el7.noarch/usr/lib/python2.7/site-packages/sushy creating /builddir/build/BUILDROOT/python-sushy-2.0.3-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/tests copying build/lib/sushy/tests/__init__.py -> /builddir/build/BUILDROOT/python-sushy-2.0.3-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/tests creating /builddir/build/BUILDROOT/python-sushy-2.0.3-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/tests/unit copying build/lib/sushy/tests/unit/__init__.py -> /builddir/build/BUILDROOT/python-sushy-2.0.3-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/tests/unit copying build/lib/sushy/tests/unit/test_utils.py -> /builddir/build/BUILDROOT/python-sushy-2.0.3-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/tests/unit creating /builddir/build/BUILDROOT/python-sushy-2.0.3-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/tests/unit/json_samples copying build/lib/sushy/tests/unit/json_samples/TestRegistry.zip -> /builddir/build/BUILDROOT/python-sushy-2.0.3-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/tests/unit/json_samples copying build/lib/sushy/tests/unit/json_samples/manager_collection.json -> /builddir/build/BUILDROOT/python-sushy-2.0.3-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/tests/unit/json_samples copying build/lib/sushy/tests/unit/json_samples/resourcezone.json -> /builddir/build/BUILDROOT/python-sushy-2.0.3-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/tests/unit/json_samples copying build/lib/sushy/tests/unit/json_samples/volume4.json -> /builddir/build/BUILDROOT/python-sushy-2.0.3-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/tests/unit/json_samples copying build/lib/sushy/tests/unit/json_samples/session_error.json -> /builddir/build/BUILDROOT/python-sushy-2.0.3-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/tests/unit/json_samples copying build/lib/sushy/tests/unit/json_samples/bare_minimum_root.json -> /builddir/build/BUILDROOT/python-sushy-2.0.3-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/tests/unit/json_samples copying build/lib/sushy/tests/unit/json_samples/ethernet_interfaces_collection.json -> /builddir/build/BUILDROOT/python-sushy-2.0.3-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/tests/unit/json_samples copying build/lib/sushy/tests/unit/json_samples/session.json -> /builddir/build/BUILDROOT/python-sushy-2.0.3-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/tests/unit/json_samples copying build/lib/sushy/tests/unit/json_samples/message_registry_file_collection.json -> /builddir/build/BUILDROOT/python-sushy-2.0.3-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/tests/unit/json_samples copying build/lib/sushy/tests/unit/json_samples/softwareinventory.json -> /builddir/build/BUILDROOT/python-sushy-2.0.3-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/tests/unit/json_samples copying build/lib/sushy/tests/unit/json_samples/endpoint.json -> /builddir/build/BUILDROOT/python-sushy-2.0.3-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/tests/unit/json_samples copying build/lib/sushy/tests/unit/json_samples/virtual_media.json -> /builddir/build/BUILDROOT/python-sushy-2.0.3-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/tests/unit/json_samples copying build/lib/sushy/tests/unit/json_samples/chassis.json -> /builddir/build/BUILDROOT/python-sushy-2.0.3-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/tests/unit/json_samples copying build/lib/sushy/tests/unit/json_samples/volume2.json -> /builddir/build/BUILDROOT/python-sushy-2.0.3-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/tests/unit/json_samples copying build/lib/sushy/tests/unit/json_samples/fabric_collection.json -> /builddir/build/BUILDROOT/python-sushy-2.0.3-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/tests/unit/json_samples copying build/lib/sushy/tests/unit/json_samples/resourcezone_collection.json -> /builddir/build/BUILDROOT/python-sushy-2.0.3-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/tests/unit/json_samples copying build/lib/sushy/tests/unit/json_samples/bios_settings.json -> /builddir/build/BUILDROOT/python-sushy-2.0.3-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/tests/unit/json_samples copying build/lib/sushy/tests/unit/json_samples/storage_collection.json -> /builddir/build/BUILDROOT/python-sushy-2.0.3-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/tests/unit/json_samples copying build/lib/sushy/tests/unit/json_samples/drive.json -> /builddir/build/BUILDROOT/python-sushy-2.0.3-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/tests/unit/json_samples copying build/lib/sushy/tests/unit/json_samples/updateservice.json -> /builddir/build/BUILDROOT/python-sushy-2.0.3-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/tests/unit/json_samples copying build/lib/sushy/tests/unit/json_samples/message_registry.json -> /builddir/build/BUILDROOT/python-sushy-2.0.3-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/tests/unit/json_samples copying build/lib/sushy/tests/unit/json_samples/volume_collection.json -> /builddir/build/BUILDROOT/python-sushy-2.0.3-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/tests/unit/json_samples copying build/lib/sushy/tests/unit/json_samples/storage.json -> /builddir/build/BUILDROOT/python-sushy-2.0.3-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/tests/unit/json_samples copying build/lib/sushy/tests/unit/json_samples/drive3.json -> /builddir/build/BUILDROOT/python-sushy-2.0.3-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/tests/unit/json_samples copying build/lib/sushy/tests/unit/json_samples/fabric.json -> /builddir/build/BUILDROOT/python-sushy-2.0.3-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/tests/unit/json_samples copying build/lib/sushy/tests/unit/json_samples/thermal.json -> /builddir/build/BUILDROOT/python-sushy-2.0.3-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/tests/unit/json_samples copying build/lib/sushy/tests/unit/json_samples/session_collection.json -> /builddir/build/BUILDROOT/python-sushy-2.0.3-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/tests/unit/json_samples copying build/lib/sushy/tests/unit/json_samples/bios.json -> /builddir/build/BUILDROOT/python-sushy-2.0.3-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/tests/unit/json_samples copying build/lib/sushy/tests/unit/json_samples/resourceblock_collection.json -> /builddir/build/BUILDROOT/python-sushy-2.0.3-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/tests/unit/json_samples copying build/lib/sushy/tests/unit/json_samples/system.json -> /builddir/build/BUILDROOT/python-sushy-2.0.3-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/tests/unit/json_samples copying build/lib/sushy/tests/unit/json_samples/simple_storage_collection.json -> /builddir/build/BUILDROOT/python-sushy-2.0.3-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/tests/unit/json_samples copying build/lib/sushy/tests/unit/json_samples/processor.json -> /builddir/build/BUILDROOT/python-sushy-2.0.3-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/tests/unit/json_samples copying build/lib/sushy/tests/unit/json_samples/resourceblock.json -> /builddir/build/BUILDROOT/python-sushy-2.0.3-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/tests/unit/json_samples copying build/lib/sushy/tests/unit/json_samples/session_creation_headers.json -> /builddir/build/BUILDROOT/python-sushy-2.0.3-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/tests/unit/json_samples copying build/lib/sushy/tests/unit/json_samples/volume.json -> /builddir/build/BUILDROOT/python-sushy-2.0.3-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/tests/unit/json_samples copying build/lib/sushy/tests/unit/json_samples/drive2.json -> /builddir/build/BUILDROOT/python-sushy-2.0.3-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/tests/unit/json_samples copying build/lib/sushy/tests/unit/json_samples/manager.json -> /builddir/build/BUILDROOT/python-sushy-2.0.3-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/tests/unit/json_samples copying build/lib/sushy/tests/unit/json_samples/processor2.json -> /builddir/build/BUILDROOT/python-sushy-2.0.3-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/tests/unit/json_samples copying build/lib/sushy/tests/unit/json_samples/error.json -> /builddir/build/BUILDROOT/python-sushy-2.0.3-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/tests/unit/json_samples copying build/lib/sushy/tests/unit/json_samples/virtual_media_collection.json -> /builddir/build/BUILDROOT/python-sushy-2.0.3-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/tests/unit/json_samples copying build/lib/sushy/tests/unit/json_samples/ethernet_interfaces.json -> /builddir/build/BUILDROOT/python-sushy-2.0.3-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/tests/unit/json_samples copying build/lib/sushy/tests/unit/json_samples/message_registry_file.json -> /builddir/build/BUILDROOT/python-sushy-2.0.3-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/tests/unit/json_samples copying build/lib/sushy/tests/unit/json_samples/system_collection.json -> /builddir/build/BUILDROOT/python-sushy-2.0.3-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/tests/unit/json_samples copying build/lib/sushy/tests/unit/json_samples/processor_collection.json -> /builddir/build/BUILDROOT/python-sushy-2.0.3-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/tests/unit/json_samples copying build/lib/sushy/tests/unit/json_samples/compositionservice.json -> /builddir/build/BUILDROOT/python-sushy-2.0.3-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/tests/unit/json_samples copying build/lib/sushy/tests/unit/json_samples/root.json -> /builddir/build/BUILDROOT/python-sushy-2.0.3-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/tests/unit/json_samples copying build/lib/sushy/tests/unit/json_samples/simple_storage.json -> /builddir/build/BUILDROOT/python-sushy-2.0.3-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/tests/unit/json_samples copying build/lib/sushy/tests/unit/json_samples/settings.json -> /builddir/build/BUILDROOT/python-sushy-2.0.3-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/tests/unit/json_samples copying build/lib/sushy/tests/unit/json_samples/endpoint_collection.json -> /builddir/build/BUILDROOT/python-sushy-2.0.3-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/tests/unit/json_samples copying build/lib/sushy/tests/unit/json_samples/session_service.json -> /builddir/build/BUILDROOT/python-sushy-2.0.3-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/tests/unit/json_samples copying build/lib/sushy/tests/unit/json_samples/chassis_collection.json -> /builddir/build/BUILDROOT/python-sushy-2.0.3-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/tests/unit/json_samples copying build/lib/sushy/tests/unit/json_samples/volume3.json -> /builddir/build/BUILDROOT/python-sushy-2.0.3-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/tests/unit/json_samples copying build/lib/sushy/tests/unit/json_samples/power.json -> /builddir/build/BUILDROOT/python-sushy-2.0.3-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/tests/unit/json_samples copying build/lib/sushy/tests/unit/json_samples/softwareinventory_collection.json -> /builddir/build/BUILDROOT/python-sushy-2.0.3-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/tests/unit/json_samples copying build/lib/sushy/tests/unit/test_main.py -> /builddir/build/BUILDROOT/python-sushy-2.0.3-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/tests/unit creating /builddir/build/BUILDROOT/python-sushy-2.0.3-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/tests/unit/resources creating /builddir/build/BUILDROOT/python-sushy-2.0.3-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/tests/unit/resources/manager copying build/lib/sushy/tests/unit/resources/manager/__init__.py -> /builddir/build/BUILDROOT/python-sushy-2.0.3-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/tests/unit/resources/manager copying build/lib/sushy/tests/unit/resources/manager/test_virtual_media.py -> /builddir/build/BUILDROOT/python-sushy-2.0.3-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/tests/unit/resources/manager copying build/lib/sushy/tests/unit/resources/manager/test_manager.py -> /builddir/build/BUILDROOT/python-sushy-2.0.3-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/tests/unit/resources/manager copying build/lib/sushy/tests/unit/resources/test_base.py -> /builddir/build/BUILDROOT/python-sushy-2.0.3-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/tests/unit/resources creating /builddir/build/BUILDROOT/python-sushy-2.0.3-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/tests/unit/resources/compositionservice copying build/lib/sushy/tests/unit/resources/compositionservice/__init__.py -> /builddir/build/BUILDROOT/python-sushy-2.0.3-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/tests/unit/resources/compositionservice copying build/lib/sushy/tests/unit/resources/compositionservice/test_compositionservice.py -> /builddir/build/BUILDROOT/python-sushy-2.0.3-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/tests/unit/resources/compositionservice copying build/lib/sushy/tests/unit/resources/compositionservice/test_resourcezone.py -> /builddir/build/BUILDROOT/python-sushy-2.0.3-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/tests/unit/resources/compositionservice copying build/lib/sushy/tests/unit/resources/compositionservice/test_resourceblock.py -> /builddir/build/BUILDROOT/python-sushy-2.0.3-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/tests/unit/resources/compositionservice creating /builddir/build/BUILDROOT/python-sushy-2.0.3-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/tests/unit/resources/system creating /builddir/build/BUILDROOT/python-sushy-2.0.3-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/tests/unit/resources/system/storage copying build/lib/sushy/tests/unit/resources/system/storage/__init__.py -> /builddir/build/BUILDROOT/python-sushy-2.0.3-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/tests/unit/resources/system/storage copying build/lib/sushy/tests/unit/resources/system/storage/test_storage.py -> /builddir/build/BUILDROOT/python-sushy-2.0.3-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/tests/unit/resources/system/storage copying build/lib/sushy/tests/unit/resources/system/storage/test_volume.py -> /builddir/build/BUILDROOT/python-sushy-2.0.3-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/tests/unit/resources/system/storage copying build/lib/sushy/tests/unit/resources/system/storage/test_drive.py -> /builddir/build/BUILDROOT/python-sushy-2.0.3-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/tests/unit/resources/system/storage copying build/lib/sushy/tests/unit/resources/system/__init__.py -> /builddir/build/BUILDROOT/python-sushy-2.0.3-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/tests/unit/resources/system copying build/lib/sushy/tests/unit/resources/system/test_ethernet_interfaces.py -> /builddir/build/BUILDROOT/python-sushy-2.0.3-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/tests/unit/resources/system copying build/lib/sushy/tests/unit/resources/system/test_processor.py -> /builddir/build/BUILDROOT/python-sushy-2.0.3-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/tests/unit/resources/system copying build/lib/sushy/tests/unit/resources/system/test_system.py -> /builddir/build/BUILDROOT/python-sushy-2.0.3-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/tests/unit/resources/system copying build/lib/sushy/tests/unit/resources/system/test_simple_storage.py -> /builddir/build/BUILDROOT/python-sushy-2.0.3-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/tests/unit/resources/system copying build/lib/sushy/tests/unit/resources/system/test_bios.py -> /builddir/build/BUILDROOT/python-sushy-2.0.3-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/tests/unit/resources/system copying build/lib/sushy/tests/unit/resources/__init__.py -> /builddir/build/BUILDROOT/python-sushy-2.0.3-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/tests/unit/resources creating /builddir/build/BUILDROOT/python-sushy-2.0.3-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/tests/unit/resources/updateservice copying build/lib/sushy/tests/unit/resources/updateservice/__init__.py -> /builddir/build/BUILDROOT/python-sushy-2.0.3-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/tests/unit/resources/updateservice copying build/lib/sushy/tests/unit/resources/updateservice/test_softwareinventory.py -> /builddir/build/BUILDROOT/python-sushy-2.0.3-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/tests/unit/resources/updateservice copying build/lib/sushy/tests/unit/resources/updateservice/test_updateservice.py -> /builddir/build/BUILDROOT/python-sushy-2.0.3-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/tests/unit/resources/updateservice creating /builddir/build/BUILDROOT/python-sushy-2.0.3-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/tests/unit/resources/registry copying build/lib/sushy/tests/unit/resources/registry/test_message_registry_file.py -> /builddir/build/BUILDROOT/python-sushy-2.0.3-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/tests/unit/resources/registry copying build/lib/sushy/tests/unit/resources/registry/__init__.py -> /builddir/build/BUILDROOT/python-sushy-2.0.3-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/tests/unit/resources/registry copying build/lib/sushy/tests/unit/resources/registry/test_message_registry.py -> /builddir/build/BUILDROOT/python-sushy-2.0.3-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/tests/unit/resources/registry creating /builddir/build/BUILDROOT/python-sushy-2.0.3-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/tests/unit/resources/fabric copying build/lib/sushy/tests/unit/resources/fabric/test_fabric.py -> /builddir/build/BUILDROOT/python-sushy-2.0.3-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/tests/unit/resources/fabric copying build/lib/sushy/tests/unit/resources/fabric/__init__.py -> /builddir/build/BUILDROOT/python-sushy-2.0.3-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/tests/unit/resources/fabric copying build/lib/sushy/tests/unit/resources/fabric/test_endpoint.py -> /builddir/build/BUILDROOT/python-sushy-2.0.3-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/tests/unit/resources/fabric copying build/lib/sushy/tests/unit/resources/test_settings.py -> /builddir/build/BUILDROOT/python-sushy-2.0.3-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/tests/unit/resources creating /builddir/build/BUILDROOT/python-sushy-2.0.3-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/tests/unit/resources/chassis copying build/lib/sushy/tests/unit/resources/chassis/test_thermal.py -> /builddir/build/BUILDROOT/python-sushy-2.0.3-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/tests/unit/resources/chassis copying build/lib/sushy/tests/unit/resources/chassis/__init__.py -> /builddir/build/BUILDROOT/python-sushy-2.0.3-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/tests/unit/resources/chassis copying build/lib/sushy/tests/unit/resources/chassis/test_power.py -> /builddir/build/BUILDROOT/python-sushy-2.0.3-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/tests/unit/resources/chassis copying build/lib/sushy/tests/unit/resources/chassis/test_chassis.py -> /builddir/build/BUILDROOT/python-sushy-2.0.3-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/tests/unit/resources/chassis creating /builddir/build/BUILDROOT/python-sushy-2.0.3-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/tests/unit/resources/oem copying build/lib/sushy/tests/unit/resources/oem/__init__.py -> /builddir/build/BUILDROOT/python-sushy-2.0.3-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/tests/unit/resources/oem copying build/lib/sushy/tests/unit/resources/oem/test_fake.py -> /builddir/build/BUILDROOT/python-sushy-2.0.3-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/tests/unit/resources/oem copying build/lib/sushy/tests/unit/resources/oem/test_common.py -> /builddir/build/BUILDROOT/python-sushy-2.0.3-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/tests/unit/resources/oem creating /builddir/build/BUILDROOT/python-sushy-2.0.3-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/tests/unit/resources/sessionservice copying build/lib/sushy/tests/unit/resources/sessionservice/__init__.py -> /builddir/build/BUILDROOT/python-sushy-2.0.3-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/tests/unit/resources/sessionservice copying build/lib/sushy/tests/unit/resources/sessionservice/test_session.py -> /builddir/build/BUILDROOT/python-sushy-2.0.3-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/tests/unit/resources/sessionservice copying build/lib/sushy/tests/unit/resources/sessionservice/test_sessionservice.py -> /builddir/build/BUILDROOT/python-sushy-2.0.3-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/tests/unit/resources/sessionservice copying build/lib/sushy/tests/unit/base.py -> /builddir/build/BUILDROOT/python-sushy-2.0.3-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/tests/unit copying build/lib/sushy/tests/unit/test_auth.py -> /builddir/build/BUILDROOT/python-sushy-2.0.3-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/tests/unit copying build/lib/sushy/tests/unit/test_connector.py -> /builddir/build/BUILDROOT/python-sushy-2.0.3-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/tests/unit byte-compiling /builddir/build/BUILDROOT/python-sushy-2.0.3-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/auth.py to auth.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-2.0.3-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-2.0.3-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/connector.py to connector.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-2.0.3-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/exceptions.py to exceptions.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-2.0.3-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/utils.py to utils.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-2.0.3-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/resources/manager/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-2.0.3-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/resources/manager/manager.py to manager.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-2.0.3-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/resources/manager/virtual_media.py to virtual_media.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-2.0.3-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/resources/manager/mappings.py to mappings.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-2.0.3-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/resources/manager/constants.py to constants.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-2.0.3-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/resources/compositionservice/resourceblock.py to resourceblock.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-2.0.3-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/resources/compositionservice/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-2.0.3-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/resources/compositionservice/resourcezone.py to resourcezone.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-2.0.3-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/resources/compositionservice/mappings.py to mappings.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-2.0.3-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/resources/compositionservice/compositionservice.py to compositionservice.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-2.0.3-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/resources/compositionservice/constants.py to constants.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-2.0.3-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/resources/system/storage/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-2.0.3-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/resources/system/storage/volume.py to volume.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-2.0.3-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/resources/system/storage/mappings.py to mappings.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-2.0.3-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/resources/system/storage/drive.py to drive.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-2.0.3-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/resources/system/storage/constants.py to constants.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-2.0.3-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/resources/system/storage/storage.py to storage.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-2.0.3-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/resources/system/simple_storage.py to simple_storage.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-2.0.3-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/resources/system/ethernet_interface.py to ethernet_interface.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-2.0.3-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/resources/system/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-2.0.3-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/resources/system/bios.py to bios.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-2.0.3-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/resources/system/mappings.py to mappings.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-2.0.3-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/resources/system/constants.py to constants.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-2.0.3-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/resources/system/system.py to system.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-2.0.3-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/resources/system/processor.py to processor.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-2.0.3-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/resources/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-2.0.3-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/resources/updateservice/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-2.0.3-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/resources/updateservice/softwareinventory.py to softwareinventory.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-2.0.3-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/resources/updateservice/updateservice.py to updateservice.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-2.0.3-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/resources/updateservice/mappings.py to mappings.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-2.0.3-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/resources/updateservice/constants.py to constants.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-2.0.3-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/resources/common.py to common.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-2.0.3-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/resources/registry/message_registry.py to message_registry.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-2.0.3-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/resources/registry/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-2.0.3-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/resources/registry/message_registry_file.py to message_registry_file.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-2.0.3-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/resources/fabric/endpoint.py to endpoint.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-2.0.3-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/resources/fabric/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-2.0.3-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/resources/fabric/fabric.py to fabric.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-2.0.3-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/resources/fabric/mappings.py to mappings.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-2.0.3-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/resources/fabric/constants.py to constants.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-2.0.3-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/resources/mappings.py to mappings.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-2.0.3-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/resources/constants.py to constants.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-2.0.3-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/resources/settings.py to settings.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-2.0.3-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/resources/chassis/power/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-2.0.3-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/resources/chassis/power/mappings.py to mappings.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-2.0.3-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/resources/chassis/power/constants.py to constants.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-2.0.3-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/resources/chassis/power/power.py to power.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-2.0.3-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/resources/chassis/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-2.0.3-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/resources/chassis/thermal/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-2.0.3-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/resources/chassis/thermal/mappings.py to mappings.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-2.0.3-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/resources/chassis/thermal/constants.py to constants.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-2.0.3-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/resources/chassis/thermal/thermal.py to thermal.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-2.0.3-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/resources/chassis/mappings.py to mappings.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-2.0.3-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/resources/chassis/constants.py to constants.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-2.0.3-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/resources/chassis/chassis.py to chassis.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-2.0.3-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/resources/base.py to base.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-2.0.3-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/resources/oem/fake.py to fake.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-2.0.3-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/resources/oem/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-2.0.3-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/resources/oem/common.py to common.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-2.0.3-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/resources/oem/base.py to base.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-2.0.3-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/resources/sessionservice/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-2.0.3-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/resources/sessionservice/session.py to session.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-2.0.3-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/resources/sessionservice/sessionservice.py to sessionservice.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-2.0.3-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/main.py to main.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-2.0.3-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/tests/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-2.0.3-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/tests/unit/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-2.0.3-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/tests/unit/test_utils.py to test_utils.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-2.0.3-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/tests/unit/test_main.py to test_main.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-2.0.3-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/tests/unit/resources/manager/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-2.0.3-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/tests/unit/resources/manager/test_virtual_media.py to test_virtual_media.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-2.0.3-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/tests/unit/resources/manager/test_manager.py to test_manager.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-2.0.3-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/tests/unit/resources/test_base.py to test_base.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-2.0.3-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/tests/unit/resources/compositionservice/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-2.0.3-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/tests/unit/resources/compositionservice/test_compositionservice.py to test_compositionservice.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-2.0.3-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/tests/unit/resources/compositionservice/test_resourcezone.py to test_resourcezone.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-2.0.3-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/tests/unit/resources/compositionservice/test_resourceblock.py to test_resourceblock.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-2.0.3-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/tests/unit/resources/system/storage/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-2.0.3-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/tests/unit/resources/system/storage/test_storage.py to test_storage.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-2.0.3-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/tests/unit/resources/system/storage/test_volume.py to test_volume.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-2.0.3-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/tests/unit/resources/system/storage/test_drive.py to test_drive.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-2.0.3-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/tests/unit/resources/system/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-2.0.3-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/tests/unit/resources/system/test_ethernet_interfaces.py to test_ethernet_interfaces.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-2.0.3-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/tests/unit/resources/system/test_processor.py to test_processor.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-2.0.3-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/tests/unit/resources/system/test_system.py to test_system.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-2.0.3-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/tests/unit/resources/system/test_simple_storage.py to test_simple_storage.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-2.0.3-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/tests/unit/resources/system/test_bios.py to test_bios.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-2.0.3-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/tests/unit/resources/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-2.0.3-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/tests/unit/resources/updateservice/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-2.0.3-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/tests/unit/resources/updateservice/test_softwareinventory.py to test_softwareinventory.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-2.0.3-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/tests/unit/resources/updateservice/test_updateservice.py to test_updateservice.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-2.0.3-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/tests/unit/resources/registry/test_message_registry_file.py to test_message_registry_file.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-2.0.3-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/tests/unit/resources/registry/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-2.0.3-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/tests/unit/resources/registry/test_message_registry.py to test_message_registry.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-2.0.3-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/tests/unit/resources/fabric/test_fabric.py to test_fabric.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-2.0.3-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/tests/unit/resources/fabric/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-2.0.3-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/tests/unit/resources/fabric/test_endpoint.py to test_endpoint.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-2.0.3-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/tests/unit/resources/test_settings.py to test_settings.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-2.0.3-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/tests/unit/resources/chassis/test_thermal.py to test_thermal.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-2.0.3-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/tests/unit/resources/chassis/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-2.0.3-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/tests/unit/resources/chassis/test_power.py to test_power.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-2.0.3-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/tests/unit/resources/chassis/test_chassis.py to test_chassis.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-2.0.3-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/tests/unit/resources/oem/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-2.0.3-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/tests/unit/resources/oem/test_fake.py to test_fake.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-2.0.3-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/tests/unit/resources/oem/test_common.py to test_common.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-2.0.3-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/tests/unit/resources/sessionservice/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-2.0.3-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/tests/unit/resources/sessionservice/test_session.py to test_session.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-2.0.3-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/tests/unit/resources/sessionservice/test_sessionservice.py to test_sessionservice.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-2.0.3-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/tests/unit/base.py to base.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-2.0.3-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/tests/unit/test_auth.py to test_auth.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-2.0.3-1.el7.noarch/usr/lib/python2.7/site-packages/sushy/tests/unit/test_connector.py to test_connector.pyc writing byte-compilation script '/tmp/tmpvp_asV.py' /usr/bin/python2 -O /tmp/tmpvp_asV.py removing /tmp/tmpvp_asV.py running install_egg_info running egg_info writing sushy.egg-info/PKG-INFO writing top-level names to sushy.egg-info/top_level.txt writing dependency_links to sushy.egg-info/dependency_links.txt writing entry points to sushy.egg-info/entry_points.txt writing pbr to sushy.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 'sushy.egg-info/SOURCES.txt' Copying sushy.egg-info to /builddir/build/BUILDROOT/python-sushy-2.0.3-1.el7.noarch/usr/lib/python2.7/site-packages/sushy-2.0.3-py2.7.egg-info running install_scripts /usr/lib/python2.7/site-packages/pbr/packaging.py:410: EasyInstallDeprecationWarning: Use get_header header = easy_install.get_script_header("", executable, is_wininst) + /usr/lib/rpm/find-debuginfo.sh --strict-build-id -m --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 /builddir/build/BUILD/sushy-2.0.3 /usr/lib/rpm/sepdebugcrcfix: Updated 0 CRC32s, 0 CRC32s did match. find: 'debug': No such file or directory + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-compress + /usr/lib/rpm/redhat/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1 Bytecompiling .py files below /builddir/build/BUILDROOT/python-sushy-2.0.3-1.el7.noarch/usr/lib/python2.7 using /usr/bin/python2.7 + /usr/lib/rpm/redhat/brp-python-hardlink + /usr/lib/rpm/redhat/brp-java-repack-jars Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.r2ipeK + umask 022 + cd /builddir/build/BUILD + cd sushy-2.0.3 + python2 setup.py test running test running egg_info writing sushy.egg-info/PKG-INFO writing top-level names to sushy.egg-info/top_level.txt writing dependency_links to sushy.egg-info/dependency_links.txt writing entry points to sushy.egg-info/entry_points.txt writing pbr to sushy.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 'sushy.egg-info/SOURCES.txt' running build_ext test_cache_clear_failure (sushy.tests.unit.test_utils.CacheTestCase) sushy.tests.unit.test_utils.CacheTestCase.test_cache_clear_failure ... ok test_cache_clear_only_selected_attr (sushy.tests.unit.test_utils.CacheTestCase) sushy.tests.unit.test_utils.CacheTestCase.test_cache_clear_only_selected_attr ... ok test_cache_nested_resource_retrieval (sushy.tests.unit.test_utils.CacheTestCase) sushy.tests.unit.test_utils.CacheTestCase.test_cache_nested_resource_retrieval ... ok test_cache_non_resource_retrieval (sushy.tests.unit.test_utils.CacheTestCase) sushy.tests.unit.test_utils.CacheTestCase.test_cache_non_resource_retrieval ... ok test_camelcase_to_underscore_joined (sushy.tests.unit.test_utils.UtilsTestCase) sushy.tests.unit.test_utils.UtilsTestCase.test_camelcase_to_underscore_joined ... ok test_camelcase_to_underscore_joined_fails_with_empty_string (sushy.tests.unit.test_utils.UtilsTestCase) sushy.tests.unit.test_utils.UtilsTestCase.test_camelcase_to_underscore_joined_fails_with_empty_string ... ok test_get_members_identities (sushy.tests.unit.test_utils.UtilsTestCase) sushy.tests.unit.test_utils.UtilsTestCase.test_get_members_identities ... ok test_get_sub_resource_path_by (sushy.tests.unit.test_utils.UtilsTestCase) sushy.tests.unit.test_utils.UtilsTestCase.test_get_sub_resource_path_by ... ok test_get_sub_resource_path_by_collection (sushy.tests.unit.test_utils.UtilsTestCase) sushy.tests.unit.test_utils.UtilsTestCase.test_get_sub_resource_path_by_collection ... ok test_get_sub_resource_path_by_fails (sushy.tests.unit.test_utils.UtilsTestCase) sushy.tests.unit.test_utils.UtilsTestCase.test_get_sub_resource_path_by_fails ... ok test_get_sub_resource_path_by_fails_with_empty_path (sushy.tests.unit.test_utils.UtilsTestCase) sushy.tests.unit.test_utils.UtilsTestCase.test_get_sub_resource_path_by_fails_with_empty_path ... ok test_get_sub_resource_path_by_fails_with_empty_string (sushy.tests.unit.test_utils.UtilsTestCase) sushy.tests.unit.test_utils.UtilsTestCase.test_get_sub_resource_path_by_fails_with_empty_string ... ok test_get_sub_resource_path_by_list (sushy.tests.unit.test_utils.UtilsTestCase) sushy.tests.unit.test_utils.UtilsTestCase.test_get_sub_resource_path_by_list ... ok test_int_or_none (sushy.tests.unit.test_utils.UtilsTestCase) sushy.tests.unit.test_utils.UtilsTestCase.test_int_or_none ... ok test_max_safe (sushy.tests.unit.test_utils.UtilsTestCase) sushy.tests.unit.test_utils.UtilsTestCase.test_max_safe ... ok test_revert_dictionary (sushy.tests.unit.test_utils.UtilsTestCase) sushy.tests.unit.test_utils.UtilsTestCase.test_revert_dictionary ... ok test__get_registry_collection_when_registries_attr_absent (sushy.tests.unit.test_main.BareMinimumMainTestCase) sushy.tests.unit.test_main.BareMinimumMainTestCase.test__get_registry_collection_when_registries_attr_absent ... ok test_get_chassis_collection_when_chassis_attr_absent (sushy.tests.unit.test_main.BareMinimumMainTestCase) sushy.tests.unit.test_main.BareMinimumMainTestCase.test_get_chassis_collection_when_chassis_attr_absent ... ok test_get_composition_service_when_compositionservice_attr_absent (sushy.tests.unit.test_main.BareMinimumMainTestCase) sushy.tests.unit.test_main.BareMinimumMainTestCase.test_get_composition_service_when_compositionservice_attr_absent ... ok test_get_fabric_collection_when_fabrics_attr_absent (sushy.tests.unit.test_main.BareMinimumMainTestCase) sushy.tests.unit.test_main.BareMinimumMainTestCase.test_get_fabric_collection_when_fabrics_attr_absent ... ok test_get_manager_collection_when_managers_attr_absent (sushy.tests.unit.test_main.BareMinimumMainTestCase) sushy.tests.unit.test_main.BareMinimumMainTestCase.test_get_manager_collection_when_managers_attr_absent ... ok test_get_session_service_when_sessionservice_attr_absent (sushy.tests.unit.test_main.BareMinimumMainTestCase) sushy.tests.unit.test_main.BareMinimumMainTestCase.test_get_session_service_when_sessionservice_attr_absent ... ok test_get_system_collection_when_systems_attr_absent (sushy.tests.unit.test_main.BareMinimumMainTestCase) sushy.tests.unit.test_main.BareMinimumMainTestCase.test_get_system_collection_when_systems_attr_absent ... ok test_get_update_service_when_updateservice_attr_absent (sushy.tests.unit.test_main.BareMinimumMainTestCase) sushy.tests.unit.test_main.BareMinimumMainTestCase.test_get_update_service_when_updateservice_attr_absent ... ok test__get_message_registries (sushy.tests.unit.test_main.MainTestCase) sushy.tests.unit.test_main.MainTestCase.test__get_message_registries ... ok test__get_message_registries_caching (sushy.tests.unit.test_main.MainTestCase) sushy.tests.unit.test_main.MainTestCase.test__get_message_registries_caching ... ok test__get_registry_collection (sushy.tests.unit.test_main.MainTestCase) sushy.tests.unit.test_main.MainTestCase.test__get_registry_collection ... ok test__get_standard_message_registry_collection (sushy.tests.unit.test_main.MainTestCase) sushy.tests.unit.test_main.MainTestCase.test__get_standard_message_registry_collection ... ok test__init_throws_exception (sushy.tests.unit.test_main.MainTestCase) sushy.tests.unit.test_main.MainTestCase.test__init_throws_exception ... Exception AttributeError: "'Sushy' object has no attribute '_auth'" in > ignored ok test__parse_attributes (sushy.tests.unit.test_main.MainTestCase) sushy.tests.unit.test_main.MainTestCase.test__parse_attributes ... ok test_custom_connector (sushy.tests.unit.test_main.MainTestCase) sushy.tests.unit.test_main.MainTestCase.test_custom_connector ... ok test_get_chassis (sushy.tests.unit.test_main.MainTestCase) sushy.tests.unit.test_main.MainTestCase.test_get_chassis ... ok test_get_chassis_collection (sushy.tests.unit.test_main.MainTestCase) sushy.tests.unit.test_main.MainTestCase.test_get_chassis_collection ... ok test_get_composition_service (sushy.tests.unit.test_main.MainTestCase) sushy.tests.unit.test_main.MainTestCase.test_get_composition_service ... ok test_get_fabric (sushy.tests.unit.test_main.MainTestCase) sushy.tests.unit.test_main.MainTestCase.test_get_fabric ... ok test_get_fabric_collection (sushy.tests.unit.test_main.MainTestCase) sushy.tests.unit.test_main.MainTestCase.test_get_fabric_collection ... ok test_get_manager (sushy.tests.unit.test_main.MainTestCase) sushy.tests.unit.test_main.MainTestCase.test_get_manager ... ok test_get_manager_collection (sushy.tests.unit.test_main.MainTestCase) sushy.tests.unit.test_main.MainTestCase.test_get_manager_collection ... ok test_get_session (sushy.tests.unit.test_main.MainTestCase) sushy.tests.unit.test_main.MainTestCase.test_get_session ... ok test_get_sessionservice (sushy.tests.unit.test_main.MainTestCase) sushy.tests.unit.test_main.MainTestCase.test_get_sessionservice ... ok test_get_system (sushy.tests.unit.test_main.MainTestCase) sushy.tests.unit.test_main.MainTestCase.test_get_system ... ok test_get_system_collection (sushy.tests.unit.test_main.MainTestCase) sushy.tests.unit.test_main.MainTestCase.test_get_system_collection ... ok test_get_update_service (sushy.tests.unit.test_main.MainTestCase) sushy.tests.unit.test_main.MainTestCase.test_get_update_service ... ok test_registries_provided_empty (sushy.tests.unit.test_main.MainTestCase) sushy.tests.unit.test_main.MainTestCase.test_registries_provided_empty ... ok test__parse_atrtributes (sushy.tests.unit.resources.manager.test_virtual_media.VirtualMediaTestCase) sushy.tests.unit.resources.manager.test_virtual_media.VirtualMediaTestCase.test__parse_atrtributes ... ok test_eject_media (sushy.tests.unit.resources.manager.test_virtual_media.VirtualMediaTestCase) sushy.tests.unit.resources.manager.test_virtual_media.VirtualMediaTestCase.test_eject_media ... ok test_eject_media_none (sushy.tests.unit.resources.manager.test_virtual_media.VirtualMediaTestCase) sushy.tests.unit.resources.manager.test_virtual_media.VirtualMediaTestCase.test_eject_media_none ... ok test_eject_media_pass_empty_dict_400 (sushy.tests.unit.resources.manager.test_virtual_media.VirtualMediaTestCase) sushy.tests.unit.resources.manager.test_virtual_media.VirtualMediaTestCase.test_eject_media_pass_empty_dict_400 ... ok test_eject_media_pass_empty_dict_415 (sushy.tests.unit.resources.manager.test_virtual_media.VirtualMediaTestCase) sushy.tests.unit.resources.manager.test_virtual_media.VirtualMediaTestCase.test_eject_media_pass_empty_dict_415 ... ok test_insert_media (sushy.tests.unit.resources.manager.test_virtual_media.VirtualMediaTestCase) sushy.tests.unit.resources.manager.test_virtual_media.VirtualMediaTestCase.test_insert_media ... ok test_insert_media_none (sushy.tests.unit.resources.manager.test_virtual_media.VirtualMediaTestCase) sushy.tests.unit.resources.manager.test_virtual_media.VirtualMediaTestCase.test_insert_media_none ... ok test_get_member (sushy.tests.unit.resources.manager.test_manager.ManagerCollectionTestCase) sushy.tests.unit.resources.manager.test_manager.ManagerCollectionTestCase.test_get_member ... ok test_get_members (sushy.tests.unit.resources.manager.test_manager.ManagerCollectionTestCase) sushy.tests.unit.resources.manager.test_manager.ManagerCollectionTestCase.test_get_members ... ok test__parse_attributes (sushy.tests.unit.resources.manager.test_manager.ManagerTestCase) sushy.tests.unit.resources.manager.test_manager.ManagerTestCase.test__parse_attributes ... ok test_chassis (sushy.tests.unit.resources.manager.test_manager.ManagerTestCase) sushy.tests.unit.resources.manager.test_manager.ManagerTestCase.test_chassis ... ok test_get_allowed_reset_manager_values (sushy.tests.unit.resources.manager.test_manager.ManagerTestCase) sushy.tests.unit.resources.manager.test_manager.ManagerTestCase.test_get_allowed_reset_manager_values ... ok test_get_allowed_reset_manager_values_for_no_values_set (sushy.tests.unit.resources.manager.test_manager.ManagerTestCase) sushy.tests.unit.resources.manager.test_manager.ManagerTestCase.test_get_allowed_reset_manager_values_for_no_values_set ... WARNING [sushy.resources.manager.manager] Could not figure out the allowed values for the reset manager action for Manager BMC ok test_get_allowed_reset_manager_values_missing_action_reset_attr (sushy.tests.unit.resources.manager.test_manager.ManagerTestCase) sushy.tests.unit.resources.manager.test_manager.ManagerTestCase.test_get_allowed_reset_manager_values_missing_action_reset_attr ... ok test_get_supported_command_shell_types (sushy.tests.unit.resources.manager.test_manager.ManagerTestCase) sushy.tests.unit.resources.manager.test_manager.ManagerTestCase.test_get_supported_command_shell_types ... ok test_get_supported_command_shell_types_for_no_connect_types (sushy.tests.unit.resources.manager.test_manager.ManagerTestCase) sushy.tests.unit.resources.manager.test_manager.ManagerTestCase.test_get_supported_command_shell_types_for_no_connect_types ... WARNING [sushy.resources.manager.manager] Could not figure out the supported values for remote access via command shell for Manager BMC WARNING [sushy.resources.manager.manager] Could not figure out the supported values for remote access via command shell for Manager BMC ok test_get_supported_command_shell_types_missing_cmdshell_attr (sushy.tests.unit.resources.manager.test_manager.ManagerTestCase) sushy.tests.unit.resources.manager.test_manager.ManagerTestCase.test_get_supported_command_shell_types_missing_cmdshell_attr ... WARNING [sushy.resources.manager.manager] Could not figure out the supported values for remote access via command shell for Manager BMC ok test_get_supported_graphical_console_types (sushy.tests.unit.resources.manager.test_manager.ManagerTestCase) sushy.tests.unit.resources.manager.test_manager.ManagerTestCase.test_get_supported_graphical_console_types ... ok test_get_supported_graphical_console_types_for_no_connect_types (sushy.tests.unit.resources.manager.test_manager.ManagerTestCase) sushy.tests.unit.resources.manager.test_manager.ManagerTestCase.test_get_supported_graphical_console_types_for_no_connect_types ... WARNING [sushy.resources.manager.manager] Could not figure out the supported values for remote access via graphical console for Manager BMC WARNING [sushy.resources.manager.manager] Could not figure out the supported values for remote access via graphical console for Manager BMC ok test_get_supported_graphical_console_types_missing_graphcon_attr (sushy.tests.unit.resources.manager.test_manager.ManagerTestCase) sushy.tests.unit.resources.manager.test_manager.ManagerTestCase.test_get_supported_graphical_console_types_missing_graphcon_attr ... WARNING [sushy.resources.manager.manager] Could not figure out the supported values for remote access via graphical console for Manager BMC ok test_get_supported_serial_console_types (sushy.tests.unit.resources.manager.test_manager.ManagerTestCase) sushy.tests.unit.resources.manager.test_manager.ManagerTestCase.test_get_supported_serial_console_types ... ok test_get_supported_serial_console_types_for_no_connect_types (sushy.tests.unit.resources.manager.test_manager.ManagerTestCase) sushy.tests.unit.resources.manager.test_manager.ManagerTestCase.test_get_supported_serial_console_types_for_no_connect_types ... WARNING [sushy.resources.manager.manager] Could not figure out the supported values for remote access via serial console for Manager BMC WARNING [sushy.resources.manager.manager] Could not figure out the supported values for remote access via serial console for Manager BMC ok test_get_supported_serial_console_types_missing_serialcon_attr (sushy.tests.unit.resources.manager.test_manager.ManagerTestCase) sushy.tests.unit.resources.manager.test_manager.ManagerTestCase.test_get_supported_serial_console_types_missing_serialcon_attr ... WARNING [sushy.resources.manager.manager] Could not figure out the supported values for remote access via serial console for Manager BMC ok test_reset_manager (sushy.tests.unit.resources.manager.test_manager.ManagerTestCase) sushy.tests.unit.resources.manager.test_manager.ManagerTestCase.test_reset_manager ... ok test_reset_manager_with_invalid_value (sushy.tests.unit.resources.manager.test_manager.ManagerTestCase) sushy.tests.unit.resources.manager.test_manager.ManagerTestCase.test_reset_manager_with_invalid_value ... ok test_systems (sushy.tests.unit.resources.manager.test_manager.ManagerTestCase) sushy.tests.unit.resources.manager.test_manager.ManagerTestCase.test_systems ... ok test_virtual_media (sushy.tests.unit.resources.manager.test_manager.ManagerTestCase) sushy.tests.unit.resources.manager.test_manager.ManagerTestCase.test_virtual_media ... ok test_virtual_media_on_refresh (sushy.tests.unit.resources.manager.test_manager.ManagerTestCase) sushy.tests.unit.resources.manager.test_manager.ManagerTestCase.test_virtual_media_on_refresh ... ok test_ok (sushy.tests.unit.resources.test_base.FieldPartialKeyTestCase) sushy.tests.unit.resources.test_base.FieldPartialKeyTestCase.test_ok ... ok test_composite_field_as_mapping (sushy.tests.unit.resources.test_base.FieldTestCase) sushy.tests.unit.resources.test_base.FieldTestCase.test_composite_field_as_mapping ... ok test_malformed_int (sushy.tests.unit.resources.test_base.FieldTestCase) sushy.tests.unit.resources.test_base.FieldTestCase.test_malformed_int ... ok test_malformed_nested_int (sushy.tests.unit.resources.test_base.FieldTestCase) sushy.tests.unit.resources.test_base.FieldTestCase.test_malformed_nested_int ... ok test_mapping_missing (sushy.tests.unit.resources.test_base.FieldTestCase) sushy.tests.unit.resources.test_base.FieldTestCase.test_mapping_missing ... ok test_missing_nested_required (sushy.tests.unit.resources.test_base.FieldTestCase) sushy.tests.unit.resources.test_base.FieldTestCase.test_missing_nested_required ... ok test_missing_nested_required2 (sushy.tests.unit.resources.test_base.FieldTestCase) sushy.tests.unit.resources.test_base.FieldTestCase.test_missing_nested_required2 ... ok test_missing_required (sushy.tests.unit.resources.test_base.FieldTestCase) sushy.tests.unit.resources.test_base.FieldTestCase.test_missing_required ... ok test_ok (sushy.tests.unit.resources.test_base.FieldTestCase) sushy.tests.unit.resources.test_base.FieldTestCase.test_ok ... ok test__parse_attributes (sushy.tests.unit.resources.test_base.ResourceBaseTestCase) sushy.tests.unit.resources.test_base.ResourceBaseTestCase.test__parse_attributes ... ok test_init_default_reader (sushy.tests.unit.resources.test_base.ResourceBaseTestCase) sushy.tests.unit.resources.test_base.ResourceBaseTestCase.test_init_default_reader ... ok test_invalidate (sushy.tests.unit.resources.test_base.ResourceBaseTestCase) sushy.tests.unit.resources.test_base.ResourceBaseTestCase.test_invalidate ... ok test_invalidate_force_refresh (sushy.tests.unit.resources.test_base.ResourceBaseTestCase) sushy.tests.unit.resources.test_base.ResourceBaseTestCase.test_invalidate_force_refresh ... ok test_refresh_archive (sushy.tests.unit.resources.test_base.ResourceBaseTestCase) sushy.tests.unit.resources.test_base.ResourceBaseTestCase.test_refresh_archive ... ok test_refresh_archive_badzip_error (sushy.tests.unit.resources.test_base.ResourceBaseTestCase) sushy.tests.unit.resources.test_base.ResourceBaseTestCase.test_refresh_archive_badzip_error ... ok test_refresh_archive_not_implemented (sushy.tests.unit.resources.test_base.ResourceBaseTestCase) sushy.tests.unit.resources.test_base.ResourceBaseTestCase.test_refresh_archive_not_implemented ... ok test_refresh_force (sushy.tests.unit.resources.test_base.ResourceBaseTestCase) sushy.tests.unit.resources.test_base.ResourceBaseTestCase.test_refresh_force ... ok test_refresh_local (sushy.tests.unit.resources.test_base.ResourceBaseTestCase) sushy.tests.unit.resources.test_base.ResourceBaseTestCase.test_refresh_local ... ok test_refresh_no_force (sushy.tests.unit.resources.test_base.ResourceBaseTestCase) sushy.tests.unit.resources.test_base.ResourceBaseTestCase.test_refresh_no_force ... ok test_refresh_public (sushy.tests.unit.resources.test_base.ResourceBaseTestCase) sushy.tests.unit.resources.test_base.ResourceBaseTestCase.test_refresh_public ... ok test_get_member (sushy.tests.unit.resources.test_base.ResourceCollectionBaseTestCase) sushy.tests.unit.resources.test_base.ResourceCollectionBaseTestCase.test_get_member ... ok test_get_member_for_invalid_id (sushy.tests.unit.resources.test_base.ResourceCollectionBaseTestCase) sushy.tests.unit.resources.test_base.ResourceCollectionBaseTestCase.test_get_member_for_invalid_id ... ok test_get_members (sushy.tests.unit.resources.test_base.ResourceCollectionBaseTestCase) sushy.tests.unit.resources.test_base.ResourceCollectionBaseTestCase.test_get_members ... ok test_get_members_caching (sushy.tests.unit.resources.test_base.ResourceCollectionBaseTestCase) sushy.tests.unit.resources.test_base.ResourceCollectionBaseTestCase.test_get_members_caching ... ok test_get_members_on_refresh (sushy.tests.unit.resources.test_base.ResourceCollectionBaseTestCase) sushy.tests.unit.resources.test_base.ResourceCollectionBaseTestCase.test_get_members_on_refresh ... ok test__parse_attributes (sushy.tests.unit.resources.compositionservice.test_compositionservice.CompositionServiceTestCase) sushy.tests.unit.resources.compositionservice.test_compositionservice.CompositionServiceTestCase.test__parse_attributes ... ok test__parse_attributes (sushy.tests.unit.resources.compositionservice.test_resourcezone.ResourceZoneCollectionTestCase) sushy.tests.unit.resources.compositionservice.test_resourcezone.ResourceZoneCollectionTestCase.test__parse_attributes ... ok test_get_member (sushy.tests.unit.resources.compositionservice.test_resourcezone.ResourceZoneCollectionTestCase) sushy.tests.unit.resources.compositionservice.test_resourcezone.ResourceZoneCollectionTestCase.test_get_member ... ok test_get_members (sushy.tests.unit.resources.compositionservice.test_resourcezone.ResourceZoneCollectionTestCase) sushy.tests.unit.resources.compositionservice.test_resourcezone.ResourceZoneCollectionTestCase.test_get_members ... ok test__parse_attributes (sushy.tests.unit.resources.compositionservice.test_resourcezone.ResourceZoneTestCase) sushy.tests.unit.resources.compositionservice.test_resourcezone.ResourceZoneTestCase.test__parse_attributes ... ok test__parse_attributes_missing_identity (sushy.tests.unit.resources.compositionservice.test_resourcezone.ResourceZoneTestCase) sushy.tests.unit.resources.compositionservice.test_resourcezone.ResourceZoneTestCase.test__parse_attributes_missing_identity ... ok test__parse_attributes (sushy.tests.unit.resources.compositionservice.test_resourceblock.ResourceBlockCollectionTestCase) sushy.tests.unit.resources.compositionservice.test_resourceblock.ResourceBlockCollectionTestCase.test__parse_attributes ... ok test_get_member (sushy.tests.unit.resources.compositionservice.test_resourceblock.ResourceBlockCollectionTestCase) sushy.tests.unit.resources.compositionservice.test_resourceblock.ResourceBlockCollectionTestCase.test_get_member ... ok test_get_members (sushy.tests.unit.resources.compositionservice.test_resourceblock.ResourceBlockCollectionTestCase) sushy.tests.unit.resources.compositionservice.test_resourceblock.ResourceBlockCollectionTestCase.test_get_members ... ok test__parse_attributes (sushy.tests.unit.resources.compositionservice.test_resourceblock.ResourceBlockTestCase) sushy.tests.unit.resources.compositionservice.test_resourceblock.ResourceBlockTestCase.test__parse_attributes ... ok test__parse_attributes_missing_identity (sushy.tests.unit.resources.compositionservice.test_resourceblock.ResourceBlockTestCase) sushy.tests.unit.resources.compositionservice.test_resourceblock.ResourceBlockTestCase.test__parse_attributes_missing_identity ... ok test__parse_attributes (sushy.tests.unit.resources.system.storage.test_storage.StorageCollectionTestCase) sushy.tests.unit.resources.system.storage.test_storage.StorageCollectionTestCase.test__parse_attributes ... ok test_drives_sizes_bytes (sushy.tests.unit.resources.system.storage.test_storage.StorageCollectionTestCase) sushy.tests.unit.resources.system.storage.test_storage.StorageCollectionTestCase.test_drives_sizes_bytes ... ok test_get_member (sushy.tests.unit.resources.system.storage.test_storage.StorageCollectionTestCase) sushy.tests.unit.resources.system.storage.test_storage.StorageCollectionTestCase.test_get_member ... ok test_get_members (sushy.tests.unit.resources.system.storage.test_storage.StorageCollectionTestCase) sushy.tests.unit.resources.system.storage.test_storage.StorageCollectionTestCase.test_get_members ... ok test_max_drive_size_bytes (sushy.tests.unit.resources.system.storage.test_storage.StorageCollectionTestCase) sushy.tests.unit.resources.system.storage.test_storage.StorageCollectionTestCase.test_max_drive_size_bytes ... ok test_max_drive_size_bytes_after_refresh (sushy.tests.unit.resources.system.storage.test_storage.StorageCollectionTestCase) sushy.tests.unit.resources.system.storage.test_storage.StorageCollectionTestCase.test_max_drive_size_bytes_after_refresh ... ok test_max_volume_size_bytes (sushy.tests.unit.resources.system.storage.test_storage.StorageCollectionTestCase) sushy.tests.unit.resources.system.storage.test_storage.StorageCollectionTestCase.test_max_volume_size_bytes ... ok test_max_volume_size_bytes_after_refresh (sushy.tests.unit.resources.system.storage.test_storage.StorageCollectionTestCase) sushy.tests.unit.resources.system.storage.test_storage.StorageCollectionTestCase.test_max_volume_size_bytes_after_refresh ... ok test_volumes_sizes_bytes (sushy.tests.unit.resources.system.storage.test_storage.StorageCollectionTestCase) sushy.tests.unit.resources.system.storage.test_storage.StorageCollectionTestCase.test_volumes_sizes_bytes ... ok test__parse_attributes (sushy.tests.unit.resources.system.storage.test_storage.StorageTestCase) sushy.tests.unit.resources.system.storage.test_storage.StorageTestCase.test__parse_attributes ... ok test_drives (sushy.tests.unit.resources.system.storage.test_storage.StorageTestCase) sushy.tests.unit.resources.system.storage.test_storage.StorageTestCase.test_drives ... ok test_drives_after_refresh (sushy.tests.unit.resources.system.storage.test_storage.StorageTestCase) sushy.tests.unit.resources.system.storage.test_storage.StorageTestCase.test_drives_after_refresh ... ok test_drives_max_size_bytes (sushy.tests.unit.resources.system.storage.test_storage.StorageTestCase) sushy.tests.unit.resources.system.storage.test_storage.StorageTestCase.test_drives_max_size_bytes ... ok test_drives_max_size_bytes_after_refresh (sushy.tests.unit.resources.system.storage.test_storage.StorageTestCase) sushy.tests.unit.resources.system.storage.test_storage.StorageTestCase.test_drives_max_size_bytes_after_refresh ... ok test_get_drive (sushy.tests.unit.resources.system.storage.test_storage.StorageTestCase) sushy.tests.unit.resources.system.storage.test_storage.StorageTestCase.test_get_drive ... ok test_storage_controllers (sushy.tests.unit.resources.system.storage.test_storage.StorageTestCase) sushy.tests.unit.resources.system.storage.test_storage.StorageTestCase.test_storage_controllers ... ok test_volumes (sushy.tests.unit.resources.system.storage.test_storage.StorageTestCase) sushy.tests.unit.resources.system.storage.test_storage.StorageTestCase.test_volumes ... ok test_volumes_cached (sushy.tests.unit.resources.system.storage.test_storage.StorageTestCase) sushy.tests.unit.resources.system.storage.test_storage.StorageTestCase.test_volumes_cached ... ok test_volumes_on_refresh (sushy.tests.unit.resources.system.storage.test_storage.StorageTestCase) sushy.tests.unit.resources.system.storage.test_storage.StorageTestCase.test_volumes_on_refresh ... ok test__parse_attributes (sushy.tests.unit.resources.system.storage.test_volume.VolumeCollectionTestCase) sushy.tests.unit.resources.system.storage.test_volume.VolumeCollectionTestCase.test__parse_attributes ... ok test_create_volume (sushy.tests.unit.resources.system.storage.test_volume.VolumeCollectionTestCase) sushy.tests.unit.resources.system.storage.test_volume.VolumeCollectionTestCase.test_create_volume ... ok test_get_member (sushy.tests.unit.resources.system.storage.test_volume.VolumeCollectionTestCase) sushy.tests.unit.resources.system.storage.test_volume.VolumeCollectionTestCase.test_get_member ... ok test_get_members (sushy.tests.unit.resources.system.storage.test_volume.VolumeCollectionTestCase) sushy.tests.unit.resources.system.storage.test_volume.VolumeCollectionTestCase.test_get_members ... ok test_max_size_bytes (sushy.tests.unit.resources.system.storage.test_volume.VolumeCollectionTestCase) sushy.tests.unit.resources.system.storage.test_volume.VolumeCollectionTestCase.test_max_size_bytes ... ok test_max_size_bytes_after_refresh (sushy.tests.unit.resources.system.storage.test_volume.VolumeCollectionTestCase) sushy.tests.unit.resources.system.storage.test_volume.VolumeCollectionTestCase.test_max_size_bytes_after_refresh ... ok test_operation_apply_time_support (sushy.tests.unit.resources.system.storage.test_volume.VolumeCollectionTestCase) sushy.tests.unit.resources.system.storage.test_volume.VolumeCollectionTestCase.test_operation_apply_time_support ... ok test__parse_attributes (sushy.tests.unit.resources.system.storage.test_volume.VolumeTestCase) sushy.tests.unit.resources.system.storage.test_volume.VolumeTestCase.test__parse_attributes ... ok test_delete_volume (sushy.tests.unit.resources.system.storage.test_volume.VolumeTestCase) sushy.tests.unit.resources.system.storage.test_volume.VolumeTestCase.test_delete_volume ... ok test_delete_volume_with_payload (sushy.tests.unit.resources.system.storage.test_volume.VolumeTestCase) sushy.tests.unit.resources.system.storage.test_volume.VolumeTestCase.test_delete_volume_with_payload ... ok test_initialize_volume (sushy.tests.unit.resources.system.storage.test_volume.VolumeTestCase) sushy.tests.unit.resources.system.storage.test_volume.VolumeTestCase.test_initialize_volume ... ok test_initialize_volume_bad_value (sushy.tests.unit.resources.system.storage.test_volume.VolumeTestCase) sushy.tests.unit.resources.system.storage.test_volume.VolumeTestCase.test_initialize_volume_bad_value ... ok test__parse_attributes (sushy.tests.unit.resources.system.storage.test_drive.DriveTestCase) sushy.tests.unit.resources.system.storage.test_drive.DriveTestCase.test__parse_attributes ... ok test_set_indicator_led (sushy.tests.unit.resources.system.storage.test_drive.DriveTestCase) sushy.tests.unit.resources.system.storage.test_drive.DriveTestCase.test_set_indicator_led ... ok test_set_indicator_led_invalid_state (sushy.tests.unit.resources.system.storage.test_drive.DriveTestCase) sushy.tests.unit.resources.system.storage.test_drive.DriveTestCase.test_set_indicator_led_invalid_state ... ok test__parse_attributes (sushy.tests.unit.resources.system.test_ethernet_interfaces.EthernetInterfaceCollectionTestCase) sushy.tests.unit.resources.system.test_ethernet_interfaces.EthernetInterfaceCollectionTestCase.test__parse_attributes ... ok test_get_member (sushy.tests.unit.resources.system.test_ethernet_interfaces.EthernetInterfaceCollectionTestCase) sushy.tests.unit.resources.system.test_ethernet_interfaces.EthernetInterfaceCollectionTestCase.test_get_member ... ok test_get_members (sushy.tests.unit.resources.system.test_ethernet_interfaces.EthernetInterfaceCollectionTestCase) sushy.tests.unit.resources.system.test_ethernet_interfaces.EthernetInterfaceCollectionTestCase.test_get_members ... ok test_summary (sushy.tests.unit.resources.system.test_ethernet_interfaces.EthernetInterfaceCollectionTestCase) sushy.tests.unit.resources.system.test_ethernet_interfaces.EthernetInterfaceCollectionTestCase.test_summary ... ok test__parse_attributes (sushy.tests.unit.resources.system.test_ethernet_interfaces.EthernetInterfaceTestCase) sushy.tests.unit.resources.system.test_ethernet_interfaces.EthernetInterfaceTestCase.test__parse_attributes ... ok test__parse_attributes (sushy.tests.unit.resources.system.test_processor.ProcessorCollectionTestCase) sushy.tests.unit.resources.system.test_processor.ProcessorCollectionTestCase.test__parse_attributes ... ok test_get_member (sushy.tests.unit.resources.system.test_processor.ProcessorCollectionTestCase) sushy.tests.unit.resources.system.test_processor.ProcessorCollectionTestCase.test_get_member ... ok test_get_members (sushy.tests.unit.resources.system.test_processor.ProcessorCollectionTestCase) sushy.tests.unit.resources.system.test_processor.ProcessorCollectionTestCase.test_get_members ... ok test_summary (sushy.tests.unit.resources.system.test_processor.ProcessorCollectionTestCase) sushy.tests.unit.resources.system.test_processor.ProcessorCollectionTestCase.test_summary ... ok test_summary_on_refresh (sushy.tests.unit.resources.system.test_processor.ProcessorCollectionTestCase) sushy.tests.unit.resources.system.test_processor.ProcessorCollectionTestCase.test_summary_on_refresh ... ok test__parse_attributes (sushy.tests.unit.resources.system.test_processor.ProcessorTestCase) sushy.tests.unit.resources.system.test_processor.ProcessorTestCase.test__parse_attributes ... ok test__parse_attributes (sushy.tests.unit.resources.system.test_system.SystemCollectionTestCase) sushy.tests.unit.resources.system.test_system.SystemCollectionTestCase.test__parse_attributes ... ok test_get_member (sushy.tests.unit.resources.system.test_system.SystemCollectionTestCase) sushy.tests.unit.resources.system.test_system.SystemCollectionTestCase.test_get_member ... ok test_get_members (sushy.tests.unit.resources.system.test_system.SystemCollectionTestCase) sushy.tests.unit.resources.system.test_system.SystemCollectionTestCase.test_get_members ... ok test__get_processor_collection_path_missing_processors_attr (sushy.tests.unit.resources.system.test_system.SystemTestCase) sushy.tests.unit.resources.system.test_system.SystemTestCase.test__get_processor_collection_path_missing_processors_attr ... ok test__parse_attributes (sushy.tests.unit.resources.system.test_system.SystemTestCase) sushy.tests.unit.resources.system.test_system.SystemTestCase.test__parse_attributes ... ok test__parse_attributes_bad_maintenance_window_time (sushy.tests.unit.resources.system.test_system.SystemTestCase) sushy.tests.unit.resources.system.test_system.SystemTestCase.test__parse_attributes_bad_maintenance_window_time ... ok test__parse_attributes_missing_actions (sushy.tests.unit.resources.system.test_system.SystemTestCase) sushy.tests.unit.resources.system.test_system.SystemTestCase.test__parse_attributes_missing_actions ... ok test__parse_attributes_missing_boot (sushy.tests.unit.resources.system.test_system.SystemTestCase) sushy.tests.unit.resources.system.test_system.SystemTestCase.test__parse_attributes_missing_boot ... ok test__parse_attributes_missing_reset_target (sushy.tests.unit.resources.system.test_system.SystemTestCase) sushy.tests.unit.resources.system.test_system.SystemTestCase.test__parse_attributes_missing_reset_target ... ok test__parse_attributes_null_memory_capacity (sushy.tests.unit.resources.system.test_system.SystemTestCase) sushy.tests.unit.resources.system.test_system.SystemTestCase.test__parse_attributes_null_memory_capacity ... ok test_bios (sushy.tests.unit.resources.system.test_system.SystemTestCase) sushy.tests.unit.resources.system.test_system.SystemTestCase.test_bios ... ok test_chassis (sushy.tests.unit.resources.system.test_system.SystemTestCase) sushy.tests.unit.resources.system.test_system.SystemTestCase.test_chassis ... ok test_ethernet_interfaces (sushy.tests.unit.resources.system.test_system.SystemTestCase) sushy.tests.unit.resources.system.test_system.SystemTestCase.test_ethernet_interfaces ... ok test_get__reset_action_element (sushy.tests.unit.resources.system.test_system.SystemTestCase) sushy.tests.unit.resources.system.test_system.SystemTestCase.test_get__reset_action_element ... ok test_get__reset_action_element_missing_reset_action (sushy.tests.unit.resources.system.test_system.SystemTestCase) sushy.tests.unit.resources.system.test_system.SystemTestCase.test_get__reset_action_element_missing_reset_action ... ok test_get_allowed_reset_system_values (sushy.tests.unit.resources.system.test_system.SystemTestCase) sushy.tests.unit.resources.system.test_system.SystemTestCase.test_get_allowed_reset_system_values ... ok test_get_allowed_reset_system_values_no_values_specified (sushy.tests.unit.resources.system.test_system.SystemTestCase) sushy.tests.unit.resources.system.test_system.SystemTestCase.test_get_allowed_reset_system_values_no_values_specified ... ok test_get_allowed_system_boot_source_values (sushy.tests.unit.resources.system.test_system.SystemTestCase) sushy.tests.unit.resources.system.test_system.SystemTestCase.test_get_allowed_system_boot_source_values ... ok test_get_allowed_system_boot_source_values_no_values_specified (sushy.tests.unit.resources.system.test_system.SystemTestCase) sushy.tests.unit.resources.system.test_system.SystemTestCase.test_get_allowed_system_boot_source_values_no_values_specified ... ok test_get_oem_extension (sushy.tests.unit.resources.system.test_system.SystemTestCase) sushy.tests.unit.resources.system.test_system.SystemTestCase.test_get_oem_extension ... ok test_managers (sushy.tests.unit.resources.system.test_system.SystemTestCase) sushy.tests.unit.resources.system.test_system.SystemTestCase.test_managers ... ok test_memory_summary_missing_attr (sushy.tests.unit.resources.system.test_system.SystemTestCase) sushy.tests.unit.resources.system.test_system.SystemTestCase.test_memory_summary_missing_attr ... ok test_processor_summary (sushy.tests.unit.resources.system.test_system.SystemTestCase) sushy.tests.unit.resources.system.test_system.SystemTestCase.test_processor_summary ... ok test_processors (sushy.tests.unit.resources.system.test_system.SystemTestCase) sushy.tests.unit.resources.system.test_system.SystemTestCase.test_processors ... ok test_processors_on_refresh (sushy.tests.unit.resources.system.test_system.SystemTestCase) sushy.tests.unit.resources.system.test_system.SystemTestCase.test_processors_on_refresh ... ok test_reset_action_operation_apply_time_support (sushy.tests.unit.resources.system.test_system.SystemTestCase) sushy.tests.unit.resources.system.test_system.SystemTestCase.test_reset_action_operation_apply_time_support ... ok test_reset_system (sushy.tests.unit.resources.system.test_system.SystemTestCase) sushy.tests.unit.resources.system.test_system.SystemTestCase.test_reset_system ... ok test_reset_system_invalid_value (sushy.tests.unit.resources.system.test_system.SystemTestCase) sushy.tests.unit.resources.system.test_system.SystemTestCase.test_reset_system_invalid_value ... ok test_set_indicator_led (sushy.tests.unit.resources.system.test_system.SystemTestCase) sushy.tests.unit.resources.system.test_system.SystemTestCase.test_set_indicator_led ... ok test_set_indicator_led_invalid_state (sushy.tests.unit.resources.system.test_system.SystemTestCase) sushy.tests.unit.resources.system.test_system.SystemTestCase.test_set_indicator_led_invalid_state ... ok test_set_system_boot_source (sushy.tests.unit.resources.system.test_system.SystemTestCase) sushy.tests.unit.resources.system.test_system.SystemTestCase.test_set_system_boot_source ... ok test_set_system_boot_source_invalid_enabled (sushy.tests.unit.resources.system.test_system.SystemTestCase) sushy.tests.unit.resources.system.test_system.SystemTestCase.test_set_system_boot_source_invalid_enabled ... ok test_set_system_boot_source_invalid_target (sushy.tests.unit.resources.system.test_system.SystemTestCase) sushy.tests.unit.resources.system.test_system.SystemTestCase.test_set_system_boot_source_invalid_target ... ok test_set_system_boot_source_no_mode_specified (sushy.tests.unit.resources.system.test_system.SystemTestCase) sushy.tests.unit.resources.system.test_system.SystemTestCase.test_set_system_boot_source_no_mode_specified ... ok test_simple_storage (sushy.tests.unit.resources.system.test_system.SystemTestCase) sushy.tests.unit.resources.system.test_system.SystemTestCase.test_simple_storage ... ok test_simple_storage_for_missing_attr (sushy.tests.unit.resources.system.test_system.SystemTestCase) sushy.tests.unit.resources.system.test_system.SystemTestCase.test_simple_storage_for_missing_attr ... ok test_simple_storage_on_refresh (sushy.tests.unit.resources.system.test_system.SystemTestCase) sushy.tests.unit.resources.system.test_system.SystemTestCase.test_simple_storage_on_refresh ... ok test_storage (sushy.tests.unit.resources.system.test_system.SystemTestCase) sushy.tests.unit.resources.system.test_system.SystemTestCase.test_storage ... ok test_storage_for_missing_attr (sushy.tests.unit.resources.system.test_system.SystemTestCase) sushy.tests.unit.resources.system.test_system.SystemTestCase.test_storage_for_missing_attr ... ok test_storage_on_refresh (sushy.tests.unit.resources.system.test_system.SystemTestCase) sushy.tests.unit.resources.system.test_system.SystemTestCase.test_storage_on_refresh ... ok test__parse_attributes (sushy.tests.unit.resources.system.test_simple_storage.SimpleStorageCollectionTestCase) sushy.tests.unit.resources.system.test_simple_storage.SimpleStorageCollectionTestCase.test__parse_attributes ... ok test_disks_sizes_bytes (sushy.tests.unit.resources.system.test_simple_storage.SimpleStorageCollectionTestCase) sushy.tests.unit.resources.system.test_simple_storage.SimpleStorageCollectionTestCase.test_disks_sizes_bytes ... ok test_disks_sizes_bytes_capacity_bytes_none (sushy.tests.unit.resources.system.test_simple_storage.SimpleStorageCollectionTestCase) sushy.tests.unit.resources.system.test_simple_storage.SimpleStorageCollectionTestCase.test_disks_sizes_bytes_capacity_bytes_none ... ok test_get_member (sushy.tests.unit.resources.system.test_simple_storage.SimpleStorageCollectionTestCase) sushy.tests.unit.resources.system.test_simple_storage.SimpleStorageCollectionTestCase.test_get_member ... ok test_get_members (sushy.tests.unit.resources.system.test_simple_storage.SimpleStorageCollectionTestCase) sushy.tests.unit.resources.system.test_simple_storage.SimpleStorageCollectionTestCase.test_get_members ... ok test_max_size_bytes (sushy.tests.unit.resources.system.test_simple_storage.SimpleStorageCollectionTestCase) sushy.tests.unit.resources.system.test_simple_storage.SimpleStorageCollectionTestCase.test_max_size_bytes ... ok test_max_size_bytes_after_refresh (sushy.tests.unit.resources.system.test_simple_storage.SimpleStorageCollectionTestCase) sushy.tests.unit.resources.system.test_simple_storage.SimpleStorageCollectionTestCase.test_max_size_bytes_after_refresh ... ok test__parse_attributes (sushy.tests.unit.resources.system.test_simple_storage.SimpleStorageTestCase) sushy.tests.unit.resources.system.test_simple_storage.SimpleStorageTestCase.test__parse_attributes ... ok test__get_change_password_element (sushy.tests.unit.resources.system.test_bios.BiosTestCase) sushy.tests.unit.resources.system.test_bios.BiosTestCase.test__get_change_password_element ... WARNING [root] Applying default "warning" on required, but missing attribute "['Messages', 'Severity']" WARNING [root] Applying default "" on required, but missing attribute "['Messages', 'Description']" ok test__get_reset_bios_action_element (sushy.tests.unit.resources.system.test_bios.BiosTestCase) sushy.tests.unit.resources.system.test_bios.BiosTestCase.test__get_reset_bios_action_element ... WARNING [root] Applying default "warning" on required, but missing attribute "['Messages', 'Severity']" WARNING [root] Applying default "" on required, but missing attribute "['Messages', 'Description']" ok test__parse_attributes (sushy.tests.unit.resources.system.test_bios.BiosTestCase) sushy.tests.unit.resources.system.test_bios.BiosTestCase.test__parse_attributes ... WARNING [root] Applying default "warning" on required, but missing attribute "['Messages', 'Severity']" WARNING [root] Applying default "" on required, but missing attribute "['Messages', 'Description']" ok test__parse_attributes_missing_change_password_target (sushy.tests.unit.resources.system.test_bios.BiosTestCase) sushy.tests.unit.resources.system.test_bios.BiosTestCase.test__parse_attributes_missing_change_password_target ... WARNING [root] Applying default "warning" on required, but missing attribute "['Messages', 'Severity']" WARNING [root] Applying default "" on required, but missing attribute "['Messages', 'Description']" ok test__parse_attributes_missing_reset_bios_target (sushy.tests.unit.resources.system.test_bios.BiosTestCase) sushy.tests.unit.resources.system.test_bios.BiosTestCase.test__parse_attributes_missing_reset_bios_target ... WARNING [root] Applying default "warning" on required, but missing attribute "['Messages', 'Severity']" WARNING [root] Applying default "" on required, but missing attribute "['Messages', 'Description']" ok test_apply_time_settings (sushy.tests.unit.resources.system.test_bios.BiosTestCase) sushy.tests.unit.resources.system.test_bios.BiosTestCase.test_apply_time_settings ... WARNING [root] Applying default "warning" on required, but missing attribute "['Messages', 'Severity']" WARNING [root] Applying default "" on required, but missing attribute "['Messages', 'Description']" ok test_change_password (sushy.tests.unit.resources.system.test_bios.BiosTestCase) sushy.tests.unit.resources.system.test_bios.BiosTestCase.test_change_password ... WARNING [root] Applying default "warning" on required, but missing attribute "['Messages', 'Severity']" WARNING [root] Applying default "" on required, but missing attribute "['Messages', 'Description']" ok test_change_password_missing_action (sushy.tests.unit.resources.system.test_bios.BiosTestCase) sushy.tests.unit.resources.system.test_bios.BiosTestCase.test_change_password_missing_action ... WARNING [root] Applying default "warning" on required, but missing attribute "['Messages', 'Severity']" WARNING [root] Applying default "" on required, but missing attribute "['Messages', 'Description']" ok test_reset_bios (sushy.tests.unit.resources.system.test_bios.BiosTestCase) sushy.tests.unit.resources.system.test_bios.BiosTestCase.test_reset_bios ... WARNING [root] Applying default "warning" on required, but missing attribute "['Messages', 'Severity']" WARNING [root] Applying default "" on required, but missing attribute "['Messages', 'Description']" ok test_reset_bios_handle_http_error_405 (sushy.tests.unit.resources.system.test_bios.BiosTestCase) sushy.tests.unit.resources.system.test_bios.BiosTestCase.test_reset_bios_handle_http_error_405 ... WARNING [root] Applying default "warning" on required, but missing attribute "['Messages', 'Severity']" WARNING [root] Applying default "" on required, but missing attribute "['Messages', 'Description']" ok test_reset_bios_handle_http_error_415 (sushy.tests.unit.resources.system.test_bios.BiosTestCase) sushy.tests.unit.resources.system.test_bios.BiosTestCase.test_reset_bios_handle_http_error_415 ... WARNING [root] Applying default "warning" on required, but missing attribute "['Messages', 'Severity']" WARNING [root] Applying default "" on required, but missing attribute "['Messages', 'Description']" ok test_reset_bios_missing_action (sushy.tests.unit.resources.system.test_bios.BiosTestCase) sushy.tests.unit.resources.system.test_bios.BiosTestCase.test_reset_bios_missing_action ... WARNING [root] Applying default "warning" on required, but missing attribute "['Messages', 'Severity']" WARNING [root] Applying default "" on required, but missing attribute "['Messages', 'Description']" ok test_set_attribute (sushy.tests.unit.resources.system.test_bios.BiosTestCase) sushy.tests.unit.resources.system.test_bios.BiosTestCase.test_set_attribute ... WARNING [root] Applying default "warning" on required, but missing attribute "['Messages', 'Severity']" WARNING [root] Applying default "" on required, but missing attribute "['Messages', 'Description']" ok test_set_attribute_on_refresh (sushy.tests.unit.resources.system.test_bios.BiosTestCase) sushy.tests.unit.resources.system.test_bios.BiosTestCase.test_set_attribute_on_refresh ... WARNING [root] Applying default "warning" on required, but missing attribute "['Messages', 'Severity']" WARNING [root] Applying default "" on required, but missing attribute "['Messages', 'Description']" ok test_set_attributes (sushy.tests.unit.resources.system.test_bios.BiosTestCase) sushy.tests.unit.resources.system.test_bios.BiosTestCase.test_set_attributes ... WARNING [root] Applying default "warning" on required, but missing attribute "['Messages', 'Severity']" WARNING [root] Applying default "" on required, but missing attribute "['Messages', 'Description']" ok test_set_attributes_on_refresh (sushy.tests.unit.resources.system.test_bios.BiosTestCase) sushy.tests.unit.resources.system.test_bios.BiosTestCase.test_set_attributes_on_refresh ... WARNING [root] Applying default "warning" on required, but missing attribute "['Messages', 'Severity']" WARNING [root] Applying default "" on required, but missing attribute "['Messages', 'Description']" ok test__parse_attributes (sushy.tests.unit.resources.updateservice.test_softwareinventory.SoftwareInventoryCollectionTestCase) sushy.tests.unit.resources.updateservice.test_softwareinventory.SoftwareInventoryCollectionTestCase.test__parse_attributes ... ok test_get_member (sushy.tests.unit.resources.updateservice.test_softwareinventory.SoftwareInventoryCollectionTestCase) sushy.tests.unit.resources.updateservice.test_softwareinventory.SoftwareInventoryCollectionTestCase.test_get_member ... ok test__parse_attributes (sushy.tests.unit.resources.updateservice.test_softwareinventory.SoftwareInventoryTestCase) sushy.tests.unit.resources.updateservice.test_softwareinventory.SoftwareInventoryTestCase.test__parse_attributes ... ok test__parse_attributes_missing_identity (sushy.tests.unit.resources.updateservice.test_softwareinventory.SoftwareInventoryTestCase) sushy.tests.unit.resources.updateservice.test_softwareinventory.SoftwareInventoryTestCase.test__parse_attributes_missing_identity ... ok test__parse_attributes (sushy.tests.unit.resources.updateservice.test_updateservice.UpdateServiceTestCase) sushy.tests.unit.resources.updateservice.test_updateservice.UpdateServiceTestCase.test__parse_attributes ... ok test__parse_attributes_missing_actions (sushy.tests.unit.resources.updateservice.test_updateservice.UpdateServiceTestCase) sushy.tests.unit.resources.updateservice.test_updateservice.UpdateServiceTestCase.test__parse_attributes_missing_actions ... ok test_firmware_inventory (sushy.tests.unit.resources.updateservice.test_updateservice.UpdateServiceTestCase) sushy.tests.unit.resources.updateservice.test_updateservice.UpdateServiceTestCase.test_firmware_inventory ... ok test_simple_update (sushy.tests.unit.resources.updateservice.test_updateservice.UpdateServiceTestCase) sushy.tests.unit.resources.updateservice.test_updateservice.UpdateServiceTestCase.test_simple_update ... ok test_simple_update_backward_compatible_protocol (sushy.tests.unit.resources.updateservice.test_updateservice.UpdateServiceTestCase) sushy.tests.unit.resources.updateservice.test_updateservice.UpdateServiceTestCase.test_simple_update_backward_compatible_protocol ... WARNING [sushy.resources.updateservice.updateservice] Could not figure out the allowed values for the simple update action for UpdateService UpdateService WARNING [sushy.resources.updateservice.updateservice] Legacy transfer protocol constant HTTPS is being used. Consider migrating to any of: Network File System Protocol, Secure File Copy Protocol, Trivial File Transfer Protocol, Hypertext Transport Protocol, File Transfer Protocol, OEM specific, Secure Hypertext Transport Protocol, Common Internet File System Protocol, Secure File Transfer Protocol ok test_simple_update_bad_protocol (sushy.tests.unit.resources.updateservice.test_updateservice.UpdateServiceTestCase) sushy.tests.unit.resources.updateservice.test_updateservice.UpdateServiceTestCase.test_simple_update_bad_protocol ... WARNING [sushy.resources.updateservice.updateservice] Could not figure out the allowed values for the simple update action for UpdateService UpdateService ok test_simple_update_without_target (sushy.tests.unit.resources.updateservice.test_updateservice.UpdateServiceTestCase) sushy.tests.unit.resources.updateservice.test_updateservice.UpdateServiceTestCase.test_simple_update_without_target ... WARNING [sushy.resources.updateservice.updateservice] Could not figure out the allowed values for the simple update action for UpdateService UpdateService WARNING [sushy.resources.updateservice.updateservice] Legacy transfer protocol constant HTTPS is being used. Consider migrating to any of: Network File System Protocol, Secure File Copy Protocol, Trivial File Transfer Protocol, Hypertext Transport Protocol, File Transfer Protocol, OEM specific, Secure Hypertext Transport Protocol, Common Internet File System Protocol, Secure File Transfer Protocol ok test_software_inventory (sushy.tests.unit.resources.updateservice.test_updateservice.UpdateServiceTestCase) sushy.tests.unit.resources.updateservice.test_updateservice.UpdateServiceTestCase.test_software_inventory ... ok test__parse_attributes (sushy.tests.unit.resources.registry.test_message_registry_file.MessageRegistryFileCollectionTestCase) sushy.tests.unit.resources.registry.test_message_registry_file.MessageRegistryFileCollectionTestCase.test__parse_attributes ... ok test__parse_attributes (sushy.tests.unit.resources.registry.test_message_registry_file.MessageRegistryFileTestCase) sushy.tests.unit.resources.registry.test_message_registry_file.MessageRegistryFileTestCase.test__parse_attributes ... ok test__parse_attributes_missing_registry (sushy.tests.unit.resources.registry.test_message_registry_file.MessageRegistryFileTestCase) sushy.tests.unit.resources.registry.test_message_registry_file.MessageRegistryFileTestCase.test__parse_attributes_missing_registry ... ok test_get_message_registry_archive (sushy.tests.unit.resources.registry.test_message_registry_file.MessageRegistryFileTestCase) sushy.tests.unit.resources.registry.test_message_registry_file.MessageRegistryFileTestCase.test_get_message_registry_archive ... ok test_get_message_registry_invalid (sushy.tests.unit.resources.registry.test_message_registry_file.MessageRegistryFileTestCase) sushy.tests.unit.resources.registry.test_message_registry_file.MessageRegistryFileTestCase.test_get_message_registry_invalid ... ok test_get_message_registry_invalid_uri (sushy.tests.unit.resources.registry.test_message_registry_file.MessageRegistryFileTestCase) sushy.tests.unit.resources.registry.test_message_registry_file.MessageRegistryFileTestCase.test_get_message_registry_invalid_uri ... ok test_get_message_registry_missing_lang (sushy.tests.unit.resources.registry.test_message_registry_file.MessageRegistryFileTestCase) sushy.tests.unit.resources.registry.test_message_registry_file.MessageRegistryFileTestCase.test_get_message_registry_missing_lang ... ok test_get_message_registry_non_default_lang (sushy.tests.unit.resources.registry.test_message_registry_file.MessageRegistryFileTestCase) sushy.tests.unit.resources.registry.test_message_registry_file.MessageRegistryFileTestCase.test_get_message_registry_non_default_lang ... WARNING [sushy.resources.registry.message_registry_file] Ignoring unsupported flavor of registry FishingRegistry WARNING [sushy.resources.registry.message_registry_file] No message registry found for en or default ok test_get_message_registry_public (sushy.tests.unit.resources.registry.test_message_registry_file.MessageRegistryFileTestCase) sushy.tests.unit.resources.registry.test_message_registry_file.MessageRegistryFileTestCase.test_get_message_registry_public ... ok test_get_message_registry_strangely_cased_lang (sushy.tests.unit.resources.registry.test_message_registry_file.MessageRegistryFileTestCase) sushy.tests.unit.resources.registry.test_message_registry_file.MessageRegistryFileTestCase.test_get_message_registry_strangely_cased_lang ... WARNING [sushy.resources.registry.message_registry_file] Ignoring unsupported flavor of registry FishingRegistry WARNING [sushy.resources.registry.message_registry_file] No message registry found for en or default ok test_get_message_registry_unknown_type (sushy.tests.unit.resources.registry.test_message_registry_file.MessageRegistryFileTestCase) sushy.tests.unit.resources.registry.test_message_registry_file.MessageRegistryFileTestCase.test_get_message_registry_unknown_type ... WARNING [sushy.resources.registry.message_registry_file] Ignoring unsupported flavor of registry #FishingRegistry.v1_1_1.FishingRegistry WARNING [sushy.resources.registry.message_registry_file] No message registry found for en or default ok test_get_message_registry_uri (sushy.tests.unit.resources.registry.test_message_registry_file.MessageRegistryFileTestCase) sushy.tests.unit.resources.registry.test_message_registry_file.MessageRegistryFileTestCase.test_get_message_registry_uri ... ok test__parse_attribtues_unknown_param_type (sushy.tests.unit.resources.registry.test_message_registry.MessageRegistryTestCase) sushy.tests.unit.resources.registry.test_message_registry.MessageRegistryTestCase.test__parse_attribtues_unknown_param_type ... WARNING [root] Applying default "warning" on required, but missing attribute "['Messages', 'Severity']" WARNING [root] Applying default "" on required, but missing attribute "['Messages', 'Description']" ok test__parse_attributes (sushy.tests.unit.resources.registry.test_message_registry.MessageRegistryTestCase) sushy.tests.unit.resources.registry.test_message_registry.MessageRegistryTestCase.test__parse_attributes ... WARNING [root] Applying default "warning" on required, but missing attribute "['Messages', 'Severity']" WARNING [root] Applying default "" on required, but missing attribute "['Messages', 'Description']" WARNING [root] Applying default "warning" on required, but missing attribute "['Messages', 'Severity']" WARNING [root] Applying default "" on required, but missing attribute "['Messages', 'Description']" ok test__parse_attributes_missing_msg_desc (sushy.tests.unit.resources.registry.test_message_registry.MessageRegistryTestCase) sushy.tests.unit.resources.registry.test_message_registry.MessageRegistryTestCase.test__parse_attributes_missing_msg_desc ... WARNING [root] Applying default "warning" on required, but missing attribute "['Messages', 'Severity']" WARNING [root] Applying default "" on required, but missing attribute "['Messages', 'Description']" WARNING [root] Applying default "warning" on required, but missing attribute "['Messages', 'Severity']" WARNING [root] Applying default "" on required, but missing attribute "['Messages', 'Description']" WARNING [root] Applying default "" on required, but missing attribute "['Messages', 'Description']" ok test__parse_attributes_missing_msg_severity (sushy.tests.unit.resources.registry.test_message_registry.MessageRegistryTestCase) sushy.tests.unit.resources.registry.test_message_registry.MessageRegistryTestCase.test__parse_attributes_missing_msg_severity ... WARNING [root] Applying default "warning" on required, but missing attribute "['Messages', 'Severity']" WARNING [root] Applying default "" on required, but missing attribute "['Messages', 'Description']" WARNING [root] Applying default "warning" on required, but missing attribute "['Messages', 'Severity']" WARNING [root] Applying default "" on required, but missing attribute "['Messages', 'Description']" WARNING [root] Applying default "warning" on required, but missing attribute "['Messages', 'Severity']" ok test_parse_message (sushy.tests.unit.resources.registry.test_message_registry.MessageRegistryTestCase) sushy.tests.unit.resources.registry.test_message_registry.MessageRegistryTestCase.test_parse_message ... WARNING [root] Applying default "warning" on required, but missing attribute "['Messages', 'Severity']" WARNING [root] Applying default "" on required, but missing attribute "['Messages', 'Description']" WARNING [root] Applying default "warning" on required, but missing attribute "['Messages', 'Severity']" WARNING [root] Applying default "" on required, but missing attribute "['Messages', 'Description']" ok test_parse_message_with_severity_resolution_no_args (sushy.tests.unit.resources.registry.test_message_registry.MessageRegistryTestCase) sushy.tests.unit.resources.registry.test_message_registry.MessageRegistryTestCase.test_parse_message_with_severity_resolution_no_args ... WARNING [root] Applying default "warning" on required, but missing attribute "['Messages', 'Severity']" WARNING [root] Applying default "" on required, but missing attribute "['Messages', 'Description']" WARNING [root] Applying default "warning" on required, but missing attribute "['Messages', 'Severity']" WARNING [root] Applying default "" on required, but missing attribute "['Messages', 'Description']" ok test_get_member (sushy.tests.unit.resources.fabric.test_fabric.FabricCollectionTestCase) sushy.tests.unit.resources.fabric.test_fabric.FabricCollectionTestCase.test_get_member ... ok test_get_members (sushy.tests.unit.resources.fabric.test_fabric.FabricCollectionTestCase) sushy.tests.unit.resources.fabric.test_fabric.FabricCollectionTestCase.test_get_members ... ok test__parse_attributes (sushy.tests.unit.resources.fabric.test_fabric.FabricTestCase) sushy.tests.unit.resources.fabric.test_fabric.FabricTestCase.test__parse_attributes ... ok test_endpoints (sushy.tests.unit.resources.fabric.test_fabric.FabricTestCase) sushy.tests.unit.resources.fabric.test_fabric.FabricTestCase.test_endpoints ... ok test_endpoints_on_refresh (sushy.tests.unit.resources.fabric.test_fabric.FabricTestCase) sushy.tests.unit.resources.fabric.test_fabric.FabricTestCase.test_endpoints_on_refresh ... ok test__parse_atrtributes (sushy.tests.unit.resources.fabric.test_endpoint.EndpointTestCase) sushy.tests.unit.resources.fabric.test_endpoint.EndpointTestCase.test__parse_atrtributes ... ok test__load (sushy.tests.unit.resources.test_settings.SettingsFieldTestCase) sushy.tests.unit.resources.test_settings.SettingsFieldTestCase.test__load ... WARNING [root] Applying default "warning" on required, but missing attribute "['Messages', 'Severity']" WARNING [root] Applying default "" on required, but missing attribute "['Messages', 'Description']" ok test_commit (sushy.tests.unit.resources.test_settings.SettingsFieldTestCase) sushy.tests.unit.resources.test_settings.SettingsFieldTestCase.test_commit ... WARNING [root] Applying default "warning" on required, but missing attribute "['Messages', 'Severity']" WARNING [root] Applying default "" on required, but missing attribute "['Messages', 'Description']" ok test_get_status_failure (sushy.tests.unit.resources.test_settings.SettingsFieldTestCase) sushy.tests.unit.resources.test_settings.SettingsFieldTestCase.test_get_status_failure ... WARNING [root] Applying default "warning" on required, but missing attribute "['Messages', 'Severity']" WARNING [root] Applying default "" on required, but missing attribute "['Messages', 'Description']" ok test_get_status_noupdates (sushy.tests.unit.resources.test_settings.SettingsFieldTestCase) sushy.tests.unit.resources.test_settings.SettingsFieldTestCase.test_get_status_noupdates ... WARNING [root] Applying default "warning" on required, but missing attribute "['Messages', 'Severity']" WARNING [root] Applying default "" on required, but missing attribute "['Messages', 'Description']" ok test_get_status_success (sushy.tests.unit.resources.test_settings.SettingsFieldTestCase) sushy.tests.unit.resources.test_settings.SettingsFieldTestCase.test_get_status_success ... WARNING [root] Applying default "warning" on required, but missing attribute "['Messages', 'Severity']" WARNING [root] Applying default "" on required, but missing attribute "['Messages', 'Description']" ok test__parse_attributes (sushy.tests.unit.resources.chassis.test_thermal.ThermalTestCase) sushy.tests.unit.resources.chassis.test_thermal.ThermalTestCase.test__parse_attributes ... ok test__parse_attributes (sushy.tests.unit.resources.chassis.test_power.PowerTestCase) sushy.tests.unit.resources.chassis.test_power.PowerTestCase.test__parse_attributes ... ok test_get_member (sushy.tests.unit.resources.chassis.test_chassis.ChassisCollectionTestCase) sushy.tests.unit.resources.chassis.test_chassis.ChassisCollectionTestCase.test_get_member ... ok test_get_members (sushy.tests.unit.resources.chassis.test_chassis.ChassisCollectionTestCase) sushy.tests.unit.resources.chassis.test_chassis.ChassisCollectionTestCase.test_get_members ... ok test__parse_attributes (sushy.tests.unit.resources.chassis.test_chassis.ChassisTestCase) sushy.tests.unit.resources.chassis.test_chassis.ChassisTestCase.test__parse_attributes ... ok test_get_allowed_reset_chasis_values (sushy.tests.unit.resources.chassis.test_chassis.ChassisTestCase) sushy.tests.unit.resources.chassis.test_chassis.ChassisTestCase.test_get_allowed_reset_chasis_values ... ok test_get_allowed_reset_chassis_values_for_no_values_set (sushy.tests.unit.resources.chassis.test_chassis.ChassisTestCase) sushy.tests.unit.resources.chassis.test_chassis.ChassisTestCase.test_get_allowed_reset_chassis_values_for_no_values_set ... WARNING [sushy.resources.chassis.chassis] Could not figure out the allowed values for the reset chassis action for Chassis Blade1 ok test_get_allowed_reset_chassis_values_missing_action_reset_attr (sushy.tests.unit.resources.chassis.test_chassis.ChassisTestCase) sushy.tests.unit.resources.chassis.test_chassis.ChassisTestCase.test_get_allowed_reset_chassis_values_missing_action_reset_attr ... ok test_managers (sushy.tests.unit.resources.chassis.test_chassis.ChassisTestCase) sushy.tests.unit.resources.chassis.test_chassis.ChassisTestCase.test_managers ... ok test_reset_chassis (sushy.tests.unit.resources.chassis.test_chassis.ChassisTestCase) sushy.tests.unit.resources.chassis.test_chassis.ChassisTestCase.test_reset_chassis ... ok test_reset_chassis_with_invalid_value (sushy.tests.unit.resources.chassis.test_chassis.ChassisTestCase) sushy.tests.unit.resources.chassis.test_chassis.ChassisTestCase.test_reset_chassis_with_invalid_value ... ok test_set_indicator_led (sushy.tests.unit.resources.chassis.test_chassis.ChassisTestCase) sushy.tests.unit.resources.chassis.test_chassis.ChassisTestCase.test_set_indicator_led ... ok test_set_indicator_led_invalid_state (sushy.tests.unit.resources.chassis.test_chassis.ChassisTestCase) sushy.tests.unit.resources.chassis.test_chassis.ChassisTestCase.test_set_indicator_led_invalid_state ... ok test_systems (sushy.tests.unit.resources.chassis.test_chassis.ChassisTestCase) sushy.tests.unit.resources.chassis.test_chassis.ChassisTestCase.test_systems ... ok test__parse_oem_attributes (sushy.tests.unit.resources.oem.test_fake.FakeOEMSystemExtensionTestCase) sushy.tests.unit.resources.oem.test_fake.FakeOEMSystemExtensionTestCase.test__parse_oem_attributes ... ok test_get_reset_system_path (sushy.tests.unit.resources.oem.test_fake.FakeOEMSystemExtensionTestCase) sushy.tests.unit.resources.oem.test_fake.FakeOEMSystemExtensionTestCase.test_get_reset_system_path ... ok test__create_extension_manager (sushy.tests.unit.resources.oem.test_common.ResourceOEMCommonMethodsTestCase) sushy.tests.unit.resources.oem.test_common.ResourceOEMCommonMethodsTestCase.test__create_extension_manager ... ok test__create_extension_manager_no_extns (sushy.tests.unit.resources.oem.test_common.ResourceOEMCommonMethodsTestCase) sushy.tests.unit.resources.oem.test_common.ResourceOEMCommonMethodsTestCase.test__create_extension_manager_no_extns ... ERROR [sushy.resources.oem.common] No extensions found for "system" under namespace "sushy.resources.system.oems" ok test__get_extension_manager_of_resource (sushy.tests.unit.resources.oem.test_common.ResourceOEMCommonMethodsTestCase) sushy.tests.unit.resources.oem.test_common.ResourceOEMCommonMethodsTestCase.test__get_extension_manager_of_resource ... ok test_get_resource_extension_by_vendor (sushy.tests.unit.resources.oem.test_common.ResourceOEMCommonMethodsTestCase) sushy.tests.unit.resources.oem.test_common.ResourceOEMCommonMethodsTestCase.test_get_resource_extension_by_vendor ... ok test_get_resource_extension_by_vendor_different_resources (sushy.tests.unit.resources.oem.test_common.ResourceOEMCommonMethodsTestCase) sushy.tests.unit.resources.oem.test_common.ResourceOEMCommonMethodsTestCase.test_get_resource_extension_by_vendor_different_resources ... ok test_get_resource_extension_by_vendor_fail (sushy.tests.unit.resources.oem.test_common.ResourceOEMCommonMethodsTestCase) sushy.tests.unit.resources.oem.test_common.ResourceOEMCommonMethodsTestCase.test_get_resource_extension_by_vendor_fail ... ok test__parse_attributes (sushy.tests.unit.resources.sessionservice.test_session.SessionCollectionTestCase) sushy.tests.unit.resources.sessionservice.test_session.SessionCollectionTestCase.test__parse_attributes ... ok test_get_member (sushy.tests.unit.resources.sessionservice.test_session.SessionCollectionTestCase) sushy.tests.unit.resources.sessionservice.test_session.SessionCollectionTestCase.test_get_member ... ok test_get_members (sushy.tests.unit.resources.sessionservice.test_session.SessionCollectionTestCase) sushy.tests.unit.resources.sessionservice.test_session.SessionCollectionTestCase.test_get_members ... ok test__parse_attributes (sushy.tests.unit.resources.sessionservice.test_session.SessionTestCase) sushy.tests.unit.resources.sessionservice.test_session.SessionTestCase.test__parse_attributes ... ok test__parse_attributes_missing_identity (sushy.tests.unit.resources.sessionservice.test_session.SessionTestCase) sushy.tests.unit.resources.sessionservice.test_session.SessionTestCase.test__parse_attributes_missing_identity ... ok test_session_close (sushy.tests.unit.resources.sessionservice.test_session.SessionTestCase) sushy.tests.unit.resources.sessionservice.test_session.SessionTestCase.test_session_close ... ok test__get_sessions_collection_path (sushy.tests.unit.resources.sessionservice.test_sessionservice.SessionServiceTestCase) sushy.tests.unit.resources.sessionservice.test_sessionservice.SessionServiceTestCase.test__get_sessions_collection_path ... ok test__init_throws_exception (sushy.tests.unit.resources.sessionservice.test_sessionservice.SessionServiceTestCase) sushy.tests.unit.resources.sessionservice.test_sessionservice.SessionServiceTestCase.test__init_throws_exception ... ok test__parse_attributes (sushy.tests.unit.resources.sessionservice.test_sessionservice.SessionServiceTestCase) sushy.tests.unit.resources.sessionservice.test_sessionservice.SessionServiceTestCase.test__parse_attributes ... ok test_close_session (sushy.tests.unit.resources.sessionservice.test_sessionservice.SessionServiceTestCase) sushy.tests.unit.resources.sessionservice.test_sessionservice.SessionServiceTestCase.test_close_session ... ok test_create_session (sushy.tests.unit.resources.sessionservice.test_sessionservice.SessionServiceTestCase) sushy.tests.unit.resources.sessionservice.test_sessionservice.SessionServiceTestCase.test_create_session ... ok test_create_session_missing_location (sushy.tests.unit.resources.sessionservice.test_sessionservice.SessionServiceTestCase) sushy.tests.unit.resources.sessionservice.test_sessionservice.SessionServiceTestCase.test_create_session_missing_location ... ok test_create_session_missing_x_auth_token (sushy.tests.unit.resources.sessionservice.test_sessionservice.SessionServiceTestCase) sushy.tests.unit.resources.sessionservice.test_sessionservice.SessionServiceTestCase.test_create_session_missing_x_auth_token ... ok test_create_session_unknown_path (sushy.tests.unit.resources.sessionservice.test_sessionservice.SessionServiceTestCase) sushy.tests.unit.resources.sessionservice.test_sessionservice.SessionServiceTestCase.test_create_session_unknown_path ... ok test_session_collection (sushy.tests.unit.resources.sessionservice.test_sessionservice.SessionServiceTestCase) sushy.tests.unit.resources.sessionservice.test_sessionservice.SessionServiceTestCase.test_session_collection ... ok test_sessions (sushy.tests.unit.resources.sessionservice.test_sessionservice.SessionServiceTestCase) sushy.tests.unit.resources.sessionservice.test_sessionservice.SessionServiceTestCase.test_sessions ... ok test_sessions_on_refresh (sushy.tests.unit.resources.sessionservice.test_sessionservice.SessionServiceTestCase) sushy.tests.unit.resources.sessionservice.test_sessionservice.SessionServiceTestCase.test_sessions_on_refresh ... ok test__do_authenticate (sushy.tests.unit.test_auth.BasicAuthTestCase) sushy.tests.unit.test_auth.BasicAuthTestCase.test__do_authenticate ... ok test__do_authenticate_no_context (sushy.tests.unit.test_auth.BasicAuthTestCase) sushy.tests.unit.test_auth.BasicAuthTestCase.test__do_authenticate_no_context ... ok test_can_refresh_session (sushy.tests.unit.test_auth.BasicAuthTestCase) sushy.tests.unit.test_auth.BasicAuthTestCase.test_can_refresh_session ... ok test_context_manager (sushy.tests.unit.test_auth.BasicAuthTestCase) sushy.tests.unit.test_auth.BasicAuthTestCase.test_context_manager ... ok test_init (sushy.tests.unit.test_auth.BasicAuthTestCase) sushy.tests.unit.test_auth.BasicAuthTestCase.test_init ... ok test_set_context (sushy.tests.unit.test_auth.BasicAuthTestCase) sushy.tests.unit.test_auth.BasicAuthTestCase.test_set_context ... ok test__do_authenticate (sushy.tests.unit.test_auth.SessionAuthTestCase) sushy.tests.unit.test_auth.SessionAuthTestCase.test__do_authenticate ... ok test__do_authenticate_no_context (sushy.tests.unit.test_auth.SessionAuthTestCase) sushy.tests.unit.test_auth.SessionAuthTestCase.test__do_authenticate_no_context ... ok test_can_refresh_session (sushy.tests.unit.test_auth.SessionAuthTestCase) sushy.tests.unit.test_auth.SessionAuthTestCase.test_can_refresh_session ... ok test_close (sushy.tests.unit.test_auth.SessionAuthTestCase) sushy.tests.unit.test_auth.SessionAuthTestCase.test_close ... ok test_close_do_nothing (sushy.tests.unit.test_auth.SessionAuthTestCase) sushy.tests.unit.test_auth.SessionAuthTestCase.test_close_do_nothing ... ok test_close_fail (sushy.tests.unit.test_auth.SessionAuthTestCase) sushy.tests.unit.test_auth.SessionAuthTestCase.test_close_fail ... ok test_context_manager (sushy.tests.unit.test_auth.SessionAuthTestCase) sushy.tests.unit.test_auth.SessionAuthTestCase.test_context_manager ... ok test_get_session_key (sushy.tests.unit.test_auth.SessionAuthTestCase) sushy.tests.unit.test_auth.SessionAuthTestCase.test_get_session_key ... ok test_get_session_resource_id (sushy.tests.unit.test_auth.SessionAuthTestCase) sushy.tests.unit.test_auth.SessionAuthTestCase.test_get_session_resource_id ... ok test_init (sushy.tests.unit.test_auth.SessionAuthTestCase) sushy.tests.unit.test_auth.SessionAuthTestCase.test_init ... ok test_refresh (sushy.tests.unit.test_auth.SessionAuthTestCase) sushy.tests.unit.test_auth.SessionAuthTestCase.test_refresh ... ok test_reset_session_attrs (sushy.tests.unit.test_auth.SessionAuthTestCase) sushy.tests.unit.test_auth.SessionAuthTestCase.test_reset_session_attrs ... ok test_set_context (sushy.tests.unit.test_auth.SessionAuthTestCase) sushy.tests.unit.test_auth.SessionAuthTestCase.test_set_context ... ok test__do_authenticate (sushy.tests.unit.test_auth.SessionOrBasicAuthTestCase) sushy.tests.unit.test_auth.SessionOrBasicAuthTestCase.test__do_authenticate ... ok test__do_authenticate_for_basic_auth (sushy.tests.unit.test_auth.SessionOrBasicAuthTestCase) sushy.tests.unit.test_auth.SessionOrBasicAuthTestCase.test__do_authenticate_for_basic_auth ... ok test__do_authenticate_no_context (sushy.tests.unit.test_auth.SessionOrBasicAuthTestCase) sushy.tests.unit.test_auth.SessionOrBasicAuthTestCase.test__do_authenticate_no_context ... ok test_can_refresh_session (sushy.tests.unit.test_auth.SessionOrBasicAuthTestCase) sushy.tests.unit.test_auth.SessionOrBasicAuthTestCase.test_can_refresh_session ... ok test_close (sushy.tests.unit.test_auth.SessionOrBasicAuthTestCase) sushy.tests.unit.test_auth.SessionOrBasicAuthTestCase.test_close ... ok test_close_do_nothing (sushy.tests.unit.test_auth.SessionOrBasicAuthTestCase) sushy.tests.unit.test_auth.SessionOrBasicAuthTestCase.test_close_do_nothing ... ok test_context_manager (sushy.tests.unit.test_auth.SessionOrBasicAuthTestCase) sushy.tests.unit.test_auth.SessionOrBasicAuthTestCase.test_context_manager ... ok test_get_session_key (sushy.tests.unit.test_auth.SessionOrBasicAuthTestCase) sushy.tests.unit.test_auth.SessionOrBasicAuthTestCase.test_get_session_key ... ok test_get_session_resource_id (sushy.tests.unit.test_auth.SessionOrBasicAuthTestCase) sushy.tests.unit.test_auth.SessionOrBasicAuthTestCase.test_get_session_resource_id ... ok test_init (sushy.tests.unit.test_auth.SessionOrBasicAuthTestCase) sushy.tests.unit.test_auth.SessionOrBasicAuthTestCase.test_init ... ok test_refresh_no_previous_session (sushy.tests.unit.test_auth.SessionOrBasicAuthTestCase) sushy.tests.unit.test_auth.SessionOrBasicAuthTestCase.test_refresh_no_previous_session ... ok test_refresh_previous_session_exists (sushy.tests.unit.test_auth.SessionOrBasicAuthTestCase) sushy.tests.unit.test_auth.SessionOrBasicAuthTestCase.test_refresh_previous_session_exists ... ok test_reset_session_attrs (sushy.tests.unit.test_auth.SessionOrBasicAuthTestCase) sushy.tests.unit.test_auth.SessionOrBasicAuthTestCase.test_reset_session_attrs ... ok test_set_context (sushy.tests.unit.test_auth.SessionOrBasicAuthTestCase) sushy.tests.unit.test_auth.SessionOrBasicAuthTestCase.test_set_context ... ok test_close (sushy.tests.unit.test_connector.ConnectorMethodsTestCase) sushy.tests.unit.test_connector.ConnectorMethodsTestCase.test_close ... ok test_delete (sushy.tests.unit.test_connector.ConnectorMethodsTestCase) sushy.tests.unit.test_connector.ConnectorMethodsTestCase.test_delete ... ok test_get (sushy.tests.unit.test_connector.ConnectorMethodsTestCase) sushy.tests.unit.test_connector.ConnectorMethodsTestCase.test_get ... ok test_init_with_credentials (sushy.tests.unit.test_connector.ConnectorMethodsTestCase) sushy.tests.unit.test_connector.ConnectorMethodsTestCase.test_init_with_credentials ... WARNING [sushy.connector] Passing username and password to Connector is deprecated. Authentication is passed through set_auth now, support for these arguments will be removed in the future ok test_patch (sushy.tests.unit.test_connector.ConnectorMethodsTestCase) sushy.tests.unit.test_connector.ConnectorMethodsTestCase.test_patch ... ok test_post (sushy.tests.unit.test_connector.ConnectorMethodsTestCase) sushy.tests.unit.test_connector.ConnectorMethodsTestCase.test_post ... ok test_put (sushy.tests.unit.test_connector.ConnectorMethodsTestCase) sushy.tests.unit.test_connector.ConnectorMethodsTestCase.test_put ... ok test_set_auth (sushy.tests.unit.test_connector.ConnectorMethodsTestCase) sushy.tests.unit.test_connector.ConnectorMethodsTestCase.test_set_auth ... ok test_set_http_basic_auth (sushy.tests.unit.test_connector.ConnectorMethodsTestCase) sushy.tests.unit.test_connector.ConnectorMethodsTestCase.test_set_http_basic_auth ... ok test_set_http_session_auth (sushy.tests.unit.test_connector.ConnectorMethodsTestCase) sushy.tests.unit.test_connector.ConnectorMethodsTestCase.test_set_http_session_auth ... ok test_access_error (sushy.tests.unit.test_connector.ConnectorOpTestCase) sushy.tests.unit.test_connector.ConnectorOpTestCase.test_access_error ... WARNING [sushy.exceptions] Error response from GET http://foo.bar with status code 403 has no JSON body ok test_connection_error (sushy.tests.unit.test_connector.ConnectorOpTestCase) sushy.tests.unit.test_connector.ConnectorOpTestCase.test_connection_error ... ok test_known_http_error (sushy.tests.unit.test_connector.ConnectorOpTestCase) sushy.tests.unit.test_connector.ConnectorOpTestCase.test_known_http_error ... ok test_not_found_error (sushy.tests.unit.test_connector.ConnectorOpTestCase) sushy.tests.unit.test_connector.ConnectorOpTestCase.test_not_found_error ... WARNING [sushy.exceptions] Error response from GET http://foo.bar with status code 404 has no JSON body ok test_odata_version_header_redfish (sushy.tests.unit.test_connector.ConnectorOpTestCase) sushy.tests.unit.test_connector.ConnectorOpTestCase.test_odata_version_header_redfish ... ok test_odata_version_header_redfish_existing_header (sushy.tests.unit.test_connector.ConnectorOpTestCase) sushy.tests.unit.test_connector.ConnectorOpTestCase.test_odata_version_header_redfish_existing_header ... ok test_odata_version_header_redfish_no_headers (sushy.tests.unit.test_connector.ConnectorOpTestCase) sushy.tests.unit.test_connector.ConnectorOpTestCase.test_odata_version_header_redfish_no_headers ... ok test_ok_delete (sushy.tests.unit.test_connector.ConnectorOpTestCase) sushy.tests.unit.test_connector.ConnectorOpTestCase.test_ok_delete ... ok test_ok_get (sushy.tests.unit.test_connector.ConnectorOpTestCase) sushy.tests.unit.test_connector.ConnectorOpTestCase.test_ok_get ... ok test_ok_get_url_redirect_false (sushy.tests.unit.test_connector.ConnectorOpTestCase) sushy.tests.unit.test_connector.ConnectorOpTestCase.test_ok_get_url_redirect_false ... ok test_ok_post (sushy.tests.unit.test_connector.ConnectorOpTestCase) sushy.tests.unit.test_connector.ConnectorOpTestCase.test_ok_post ... ok test_ok_post_with_session (sushy.tests.unit.test_connector.ConnectorOpTestCase) sushy.tests.unit.test_connector.ConnectorOpTestCase.test_ok_post_with_session ... ok test_ok_put (sushy.tests.unit.test_connector.ConnectorOpTestCase) sushy.tests.unit.test_connector.ConnectorOpTestCase.test_ok_put ... ok test_server_error (sushy.tests.unit.test_connector.ConnectorOpTestCase) sushy.tests.unit.test_connector.ConnectorOpTestCase.test_server_error ... WARNING [sushy.exceptions] Error response from GET http://foo.bar with status code 500 has no JSON body ok test_timed_out_session_re_established (sushy.tests.unit.test_connector.ConnectorOpTestCase) sushy.tests.unit.test_connector.ConnectorOpTestCase.test_timed_out_session_re_established ... ok test_timed_out_session_unable_to_create_session (sushy.tests.unit.test_connector.ConnectorOpTestCase) sushy.tests.unit.test_connector.ConnectorOpTestCase.test_timed_out_session_unable_to_create_session ... WARNING [sushy.exceptions] Error response from POST http://foo.bar:1234/fake/path with status code 403 has no JSON body ok test_unknown_http_error (sushy.tests.unit.test_connector.ConnectorOpTestCase) sushy.tests.unit.test_connector.ConnectorOpTestCase.test_unknown_http_error ... WARNING [sushy.exceptions] Error response from GET http://foo.bar with status code 409 has no JSON body ok ---------------------------------------------------------------------- Ran 357 tests in 6.265s OK + exit 0 Processing files: python2-sushy-2.0.3-1.el7.noarch Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.br9J1v + umask 022 + cd /builddir/build/BUILD + cd sushy-2.0.3 + LICENSEDIR=/builddir/build/BUILDROOT/python-sushy-2.0.3-1.el7.noarch/usr/share/licenses/python2-sushy-2.0.3 + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-sushy-2.0.3-1.el7.noarch/usr/share/licenses/python2-sushy-2.0.3 + cp -pr LICENSE /builddir/build/BUILDROOT/python-sushy-2.0.3-1.el7.noarch/usr/share/licenses/python2-sushy-2.0.3 + exit 0 Provides: python-sushy = 2.0.3-1.el7 python2-sushy = 2.0.3-1.el7 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PartialHardlinkSets) <= 4.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: python(abi) = 2.7 Obsoletes: python-sushy < 2.0.3-1.el7 Processing files: python2-sushy-tests-2.0.3-1.el7.noarch Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.HPNNll + umask 022 + cd /builddir/build/BUILD + cd sushy-2.0.3 + LICENSEDIR=/builddir/build/BUILDROOT/python-sushy-2.0.3-1.el7.noarch/usr/share/licenses/python2-sushy-tests-2.0.3 + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-sushy-2.0.3-1.el7.noarch/usr/share/licenses/python2-sushy-tests-2.0.3 + cp -pr LICENSE /builddir/build/BUILDROOT/python-sushy-2.0.3-1.el7.noarch/usr/share/licenses/python2-sushy-tests-2.0.3 + exit 0 Provides: python2-sushy-tests = 2.0.3-1.el7 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PartialHardlinkSets) <= 4.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: python(abi) = 2.7 Processing files: python-sushy-doc-2.0.3-1.el7.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.Ob7dkd + umask 022 + cd /builddir/build/BUILD + cd sushy-2.0.3 + DOCDIR=/builddir/build/BUILDROOT/python-sushy-2.0.3-1.el7.noarch/usr/share/doc/python-sushy-doc-2.0.3 + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-sushy-2.0.3-1.el7.noarch/usr/share/doc/python-sushy-doc-2.0.3 + cp -pr doc/build/html /builddir/build/BUILDROOT/python-sushy-2.0.3-1.el7.noarch/usr/share/doc/python-sushy-doc-2.0.3 + cp -pr README.rst /builddir/build/BUILDROOT/python-sushy-2.0.3-1.el7.noarch/usr/share/doc/python-sushy-doc-2.0.3 + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.3Vq7l5 + umask 022 + cd /builddir/build/BUILD + cd sushy-2.0.3 + LICENSEDIR=/builddir/build/BUILDROOT/python-sushy-2.0.3-1.el7.noarch/usr/share/licenses/python-sushy-doc-2.0.3 + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-sushy-2.0.3-1.el7.noarch/usr/share/licenses/python-sushy-doc-2.0.3 + cp -pr LICENSE /builddir/build/BUILDROOT/python-sushy-2.0.3-1.el7.noarch/usr/share/licenses/python-sushy-doc-2.0.3 + exit 0 Provides: python-sushy-doc = 2.0.3-1.el7 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/python-sushy-2.0.3-1.el7.noarch Wrote: /builddir/build/RPMS/python2-sushy-2.0.3-1.el7.noarch.rpm Wrote: /builddir/build/RPMS/python2-sushy-tests-2.0.3-1.el7.noarch.rpm Wrote: /builddir/build/RPMS/python-sushy-doc-2.0.3-1.el7.noarch.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.ns28EP + umask 022 + cd /builddir/build/BUILD + cd sushy-2.0.3 + /usr/bin/rm -rf /builddir/build/BUILDROOT/python-sushy-2.0.3-1.el7.noarch + exit 0 Child return code was: 0