Mock Version: 5.4 Mock Version: 5.4 Mock Version: 5.4 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --noclean --target noarch --nodeps /builddir/build/SPECS/python-sushy.spec'], chrootPath='/var/lib/mock/cloud9s-openstack-yoga-el9s-build-204056-1158551/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'}shell=Falselogger=timeout=86400uid=989gid=135user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --noclean --target noarch --nodeps /builddir/build/SPECS/python-sushy.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'} and shell False sh: line 1: python3: command not found sh: line 1: python3: command not found sh: line 1: python3: command not found sh: line 1: python3: command not found Building target platforms: noarch Building for target noarch setting SOURCE_DATE_EPOCH=1706832000 Wrote: /builddir/build/SRPMS/python-sushy-4.1.7-1.el9s.src.rpm Child return code was: 0 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --noclean --target noarch --nodeps /builddir/build/SPECS/python-sushy.spec'], chrootPath='/var/lib/mock/cloud9s-openstack-yoga-el9s-build-204056-1158551/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'}shell=Falselogger=timeout=86400uid=989gid=135user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --noclean --target noarch --nodeps /builddir/build/SPECS/python-sushy.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'} and shell False Building target platforms: noarch Building for target noarch setting SOURCE_DATE_EPOCH=1706832000 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.evlItI + umask 022 + cd /builddir/build/BUILD + /usr/lib/rpm/redhat/gpgverify --keyring=/builddir/build/SOURCES/0x2ef3fe0ec2b075ab7458b5f8b702b20b13df2318.txt --signature=/builddir/build/SOURCES/sushy-4.1.7.tar.gz.asc --data=/builddir/build/SOURCES/sushy-4.1.7.tar.gz gpgv: Signature made Thu Feb 1 16:07:55 2024 UTC gpgv: using EDDSA key 8DA01F8E458F7C4040037EF27A1014352C3D5B21 gpgv: Good signature from "OpenStack Infra (2024.1/Caracal Cycle) " + cd /builddir/build/BUILD + rm -rf sushy-4.1.7 + /usr/bin/gzip -dc /builddir/build/SOURCES/sushy-4.1.7.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd sushy-4.1.7 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + /usr/bin/git init -q + /usr/bin/git config user.name rpm-build + /usr/bin/git config user.email '' + /usr/bin/git config gc.auto 0 + /usr/bin/git add --force . + /usr/bin/git commit -q --allow-empty -a --author 'rpm-build ' -m 'python-sushy-4.1.7 base' + rm -f requirements.txt test-requirements.txt + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.QnnRte + umask 022 + cd /builddir/build/BUILD + cd sushy-4.1.7 ++ '[' -f _current_flavor ']' ++ true + python_flavor= + '[' -z '' ']' + python_flavor=tmp + '[' tmp '!=' python3 ']' + '[' -d build ']' + '[' -d _build.python3 ']' + echo python3 + /usr/bin/python3 setup.py build '--executable=/usr/bin/python3 -s' /usr/lib/python3.9/site-packages/pbr/core.py:131: UserWarning: Unknown distribution option: 'requires_python' warnings.warn(msg) running build running build_py creating build creating build/lib creating build/lib/sushy creating build/lib/sushy/resources creating build/lib/sushy/resources/fabric copying sushy/resources/fabric/constants.py -> build/lib/sushy/resources/fabric copying sushy/resources/fabric/endpoint.py -> build/lib/sushy/resources/fabric copying sushy/resources/fabric/fabric.py -> build/lib/sushy/resources/fabric copying sushy/resources/fabric/__init__.py -> build/lib/sushy/resources/fabric creating build/lib/sushy/resources/taskservice copying sushy/resources/taskservice/constants.py -> build/lib/sushy/resources/taskservice copying sushy/resources/taskservice/taskservice.py -> build/lib/sushy/resources/taskservice copying sushy/resources/taskservice/__init__.py -> build/lib/sushy/resources/taskservice copying sushy/resources/taskservice/task.py -> build/lib/sushy/resources/taskservice creating build/lib/sushy/resources/chassis creating 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 copying sushy/resources/chassis/thermal/__init__.py -> build/lib/sushy/resources/chassis/thermal 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/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/system creating build/lib/sushy/resources/system/network copying sushy/resources/system/network/device_function.py -> build/lib/sushy/resources/system/network copying sushy/resources/system/network/adapter.py -> build/lib/sushy/resources/system/network copying sushy/resources/system/network/constants.py -> build/lib/sushy/resources/system/network copying sushy/resources/system/network/port.py -> build/lib/sushy/resources/system/network copying sushy/resources/system/network/__init__.py -> build/lib/sushy/resources/system/network creating build/lib/sushy/tests/unit/resources/system creating 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 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/__init__.py -> build/lib/sushy/tests/unit/resources/system/storage copying sushy/tests/unit/test_utils.py -> build/lib/sushy/tests/unit copying sushy/tests/unit/test_taskmonitor.py -> build/lib/sushy/tests/unit copying sushy/tests/unit/base.py -> build/lib/sushy/tests/unit copying sushy/tests/unit/test_main.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 copying sushy/tests/unit/__init__.py -> build/lib/sushy/tests/unit creating build/lib/sushy/resources/certificateservice copying sushy/resources/certificateservice/constants.py -> build/lib/sushy/resources/certificateservice copying sushy/resources/certificateservice/certificateservice.py -> build/lib/sushy/resources/certificateservice copying sushy/resources/certificateservice/certificate.py -> build/lib/sushy/resources/certificateservice copying sushy/resources/certificateservice/__init__.py -> build/lib/sushy/resources/certificateservice creating build/lib/sushy/resources/compositionservice copying sushy/resources/compositionservice/resourcezone.py -> build/lib/sushy/resources/compositionservice copying sushy/resources/compositionservice/resourceblock.py -> build/lib/sushy/resources/compositionservice copying sushy/resources/compositionservice/constants.py -> build/lib/sushy/resources/compositionservice copying sushy/resources/compositionservice/compositionservice.py -> build/lib/sushy/resources/compositionservice copying sushy/resources/compositionservice/__init__.py -> build/lib/sushy/resources/compositionservice creating build/lib/sushy/resources/eventservice copying sushy/resources/eventservice/constants.py -> build/lib/sushy/resources/eventservice copying sushy/resources/eventservice/eventservice.py -> build/lib/sushy/resources/eventservice copying sushy/resources/eventservice/eventdestination.py -> build/lib/sushy/resources/eventservice copying sushy/resources/eventservice/__init__.py -> build/lib/sushy/resources/eventservice creating build/lib/sushy/resources/updateservice copying sushy/resources/updateservice/softwareinventory.py -> build/lib/sushy/resources/updateservice copying sushy/resources/updateservice/constants.py -> build/lib/sushy/resources/updateservice copying sushy/resources/updateservice/updateservice.py -> build/lib/sushy/resources/updateservice copying sushy/resources/updateservice/__init__.py -> build/lib/sushy/resources/updateservice creating build/lib/sushy/resources/registry copying sushy/resources/registry/message_registry_file.py -> build/lib/sushy/resources/registry copying sushy/resources/registry/constants.py -> build/lib/sushy/resources/registry copying sushy/resources/registry/message_registry.py -> build/lib/sushy/resources/registry copying sushy/resources/registry/attribute_registry.py -> build/lib/sushy/resources/registry copying sushy/resources/registry/__init__.py -> build/lib/sushy/resources/registry creating build/lib/sushy/tests/unit/resources/certificateservice copying sushy/tests/unit/resources/certificateservice/test_certificate.py -> build/lib/sushy/tests/unit/resources/certificateservice copying sushy/tests/unit/resources/certificateservice/test_certificateservice.py -> build/lib/sushy/tests/unit/resources/certificateservice copying sushy/tests/unit/resources/certificateservice/__init__.py -> build/lib/sushy/tests/unit/resources/certificateservice creating build/lib/sushy/tests/unit/resources/eventservice copying sushy/tests/unit/resources/eventservice/test_evendestination.py -> build/lib/sushy/tests/unit/resources/eventservice copying sushy/tests/unit/resources/eventservice/test_eventservice.py -> build/lib/sushy/tests/unit/resources/eventservice copying sushy/tests/unit/resources/eventservice/__init__.py -> build/lib/sushy/tests/unit/resources/eventservice copying sushy/tests/unit/resources/test_settings.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_base.py -> build/lib/sushy/tests/unit/resources creating 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/oem/__init__.py -> build/lib/sushy/tests/unit/resources/oem creating 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 copying sushy/tests/unit/resources/compositionservice/__init__.py -> build/lib/sushy/tests/unit/resources/compositionservice copying sushy/resources/settings.py -> build/lib/sushy/resources copying sushy/resources/constants.py -> build/lib/sushy/resources copying sushy/resources/ipaddresses.py -> build/lib/sushy/resources copying sushy/resources/common.py -> build/lib/sushy/resources copying sushy/resources/base.py -> build/lib/sushy/resources copying sushy/resources/__init__.py -> build/lib/sushy/resources creating build/lib/sushy/tests/unit/resources/registry copying sushy/tests/unit/resources/registry/test_message_registry.py -> build/lib/sushy/tests/unit/resources/registry copying sushy/tests/unit/resources/registry/test_attribute_registry.py -> 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/system/test_secure_boot.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_secure_boot_database.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/tests/unit/resources/system/test_processor.py -> 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_simple_storage.py -> build/lib/sushy/tests/unit/resources/system copying sushy/tests/unit/resources/system/test_system.py -> build/lib/sushy/tests/unit/resources/system creating build/lib/sushy/tests/unit/resources/system/network copying sushy/tests/unit/resources/system/network/test_port.py -> build/lib/sushy/tests/unit/resources/system/network copying sushy/tests/unit/resources/system/network/test_device_function.py -> build/lib/sushy/tests/unit/resources/system/network copying sushy/tests/unit/resources/system/network/test_adapter.py -> build/lib/sushy/tests/unit/resources/system/network copying sushy/tests/unit/resources/system/network/__init__.py -> build/lib/sushy/tests/unit/resources/system/network copying sushy/resources/system/simple_storage.py -> build/lib/sushy/resources/system copying sushy/resources/system/processor.py -> build/lib/sushy/resources/system copying sushy/resources/system/constants.py -> build/lib/sushy/resources/system copying sushy/resources/system/secure_boot.py -> build/lib/sushy/resources/system copying sushy/resources/system/secure_boot_database.py -> build/lib/sushy/resources/system copying sushy/resources/system/ethernet_interface.py -> build/lib/sushy/resources/system copying sushy/resources/system/bios.py -> build/lib/sushy/resources/system copying sushy/resources/system/__init__.py -> build/lib/sushy/resources/system copying sushy/resources/system/system.py -> build/lib/sushy/resources/system creating build/lib/sushy/resources/manager copying sushy/resources/manager/manager.py -> build/lib/sushy/resources/manager copying sushy/resources/manager/constants.py -> build/lib/sushy/resources/manager copying sushy/resources/manager/virtual_media.py -> build/lib/sushy/resources/manager copying sushy/resources/manager/__init__.py -> build/lib/sushy/resources/manager creating build/lib/sushy/tests/unit/resources/updateservice copying sushy/tests/unit/resources/updateservice/test_updateservice.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/__init__.py -> build/lib/sushy/tests/unit/resources/updateservice creating build/lib/sushy/tests/unit/resources/taskservice copying sushy/tests/unit/resources/taskservice/test_taskservice.py -> build/lib/sushy/tests/unit/resources/taskservice copying sushy/tests/unit/resources/taskservice/test_task.py -> build/lib/sushy/tests/unit/resources/taskservice copying sushy/tests/unit/resources/taskservice/__init__.py -> build/lib/sushy/tests/unit/resources/taskservice copying sushy/auth.py -> build/lib/sushy copying sushy/taskmonitor.py -> build/lib/sushy copying sushy/exceptions.py -> build/lib/sushy copying sushy/main.py -> build/lib/sushy copying sushy/connector.py -> build/lib/sushy copying sushy/utils.py -> build/lib/sushy copying sushy/__init__.py -> build/lib/sushy copying sushy/resources/chassis/constants.py -> build/lib/sushy/resources/chassis copying sushy/resources/chassis/chassis.py -> build/lib/sushy/resources/chassis copying sushy/resources/chassis/__init__.py -> build/lib/sushy/resources/chassis creating build/lib/sushy/resources/oem copying sushy/resources/oem/fake.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 copying sushy/resources/oem/__init__.py -> build/lib/sushy/resources/oem creating 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 copying sushy/resources/chassis/power/__init__.py -> build/lib/sushy/resources/chassis/power creating 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/unit/resources/sessionservice/test_session.py -> build/lib/sushy/tests/unit/resources/sessionservice copying sushy/tests/unit/resources/sessionservice/__init__.py -> build/lib/sushy/tests/unit/resources/sessionservice creating 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 copying sushy/tests/unit/resources/manager/__init__.py -> build/lib/sushy/tests/unit/resources/manager creating 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 copying sushy/resources/sessionservice/__init__.py -> build/lib/sushy/resources/sessionservice creating build/lib/sushy/resources/system/storage copying sushy/resources/system/storage/constants.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/storage.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/__init__.py -> build/lib/sushy/resources/system/storage copying sushy/tests/__init__.py -> build/lib/sushy/tests creating 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_thermal.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/tests/unit/resources/chassis/__init__.py -> build/lib/sushy/tests/unit/resources/chassis running egg_info writing sushy.egg-info/PKG-INFO writing dependency_links to sushy.egg-info/dependency_links.txt writing entry points to sushy.egg-info/entry_points.txt deleting sushy.egg-info/requires.txt writing top-level names to sushy.egg-info/top_level.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 adding license file 'LICENSE' adding license file 'AUTHORS' writing manifest file 'sushy.egg-info/SOURCES.txt' 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_attribute_registry.json -> build/lib/sushy/tests/unit/json_samples copying sushy/tests/unit/json_samples/bios_attribute_registry_file.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/certificate.json -> build/lib/sushy/tests/unit/json_samples copying sushy/tests/unit/json_samples/certificate_collection.json -> build/lib/sushy/tests/unit/json_samples copying sushy/tests/unit/json_samples/certificate_locations.json -> build/lib/sushy/tests/unit/json_samples copying sushy/tests/unit/json_samples/certificateservice.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/error_single_ext_info.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/eventdestination1.json -> build/lib/sushy/tests/unit/json_samples copying sushy/tests/unit/json_samples/eventdestination2.json -> build/lib/sushy/tests/unit/json_samples copying sushy/tests/unit/json_samples/eventdestination3.json -> build/lib/sushy/tests/unit/json_samples copying sushy/tests/unit/json_samples/eventdestination_collection.json -> build/lib/sushy/tests/unit/json_samples copying sushy/tests/unit/json_samples/eventservice.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/firmwareinventory_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/network_adapter.json -> build/lib/sushy/tests/unit/json_samples copying sushy/tests/unit/json_samples/network_adapter_collection.json -> build/lib/sushy/tests/unit/json_samples copying sushy/tests/unit/json_samples/network_device_function.json -> build/lib/sushy/tests/unit/json_samples copying sushy/tests/unit/json_samples/network_device_function_collection.json -> build/lib/sushy/tests/unit/json_samples copying sushy/tests/unit/json_samples/network_port.json -> build/lib/sushy/tests/unit/json_samples copying sushy/tests/unit/json_samples/network_port_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/secure_boot.json -> build/lib/sushy/tests/unit/json_samples copying sushy/tests/unit/json_samples/secure_boot_database.json -> build/lib/sushy/tests/unit/json_samples copying sushy/tests/unit/json_samples/secure_boot_database_collection.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_creation_headers_no_location.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-body-bootsourceoverridemode-only.json -> build/lib/sushy/tests/unit/json_samples copying sushy/tests/unit/json_samples/settings-body-lenovo-se450.json -> build/lib/sushy/tests/unit/json_samples copying sushy/tests/unit/json_samples/settings-body-nokia.json -> build/lib/sushy/tests/unit/json_samples copying sushy/tests/unit/json_samples/settings-lenovo-se450.json -> build/lib/sushy/tests/unit/json_samples copying sushy/tests/unit/json_samples/settings-nokia.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/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/subprocessor.json -> build/lib/sushy/tests/unit/json_samples copying sushy/tests/unit/json_samples/subprocessor_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/task.json -> build/lib/sushy/tests/unit/json_samples copying sushy/tests/unit/json_samples/task2.json -> build/lib/sushy/tests/unit/json_samples copying sushy/tests/unit/json_samples/task_collection.json -> build/lib/sushy/tests/unit/json_samples copying sushy/tests/unit/json_samples/task_monitor.json -> build/lib/sushy/tests/unit/json_samples copying sushy/tests/unit/json_samples/taskservice.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/transfer_proto_required_error.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/updateservice_no_inv.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 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 + sphinx-build-3 -b html doc/source doc/build/html Running Sphinx v3.4.3 [openstackdocstheme] version: 2.2.6 [openstackdocstheme] connecting html-page-context event handler making output directory... done [openstackdocstheme] overriding configured project name (Python) with name extracted from the package (sushy); you can disable this behavior with the 'openstackdocs_auto_name' option Creating file /builddir/build/BUILD/sushy-4.1.7/doc/source/reference/api/sushy.rst. Creating file /builddir/build/BUILD/sushy-4.1.7/doc/source/reference/api/sushy.resources.rst. Creating file /builddir/build/BUILD/sushy-4.1.7/doc/source/reference/api/sushy.resources.certificateservice.rst. Creating file /builddir/build/BUILD/sushy-4.1.7/doc/source/reference/api/sushy.resources.chassis.rst. Creating file /builddir/build/BUILD/sushy-4.1.7/doc/source/reference/api/sushy.resources.chassis.power.rst. Creating file /builddir/build/BUILD/sushy-4.1.7/doc/source/reference/api/sushy.resources.chassis.thermal.rst. Creating file /builddir/build/BUILD/sushy-4.1.7/doc/source/reference/api/sushy.resources.compositionservice.rst. Creating file /builddir/build/BUILD/sushy-4.1.7/doc/source/reference/api/sushy.resources.eventservice.rst. Creating file /builddir/build/BUILD/sushy-4.1.7/doc/source/reference/api/sushy.resources.fabric.rst. Creating file /builddir/build/BUILD/sushy-4.1.7/doc/source/reference/api/sushy.resources.manager.rst. Creating file /builddir/build/BUILD/sushy-4.1.7/doc/source/reference/api/sushy.resources.oem.rst. Creating file /builddir/build/BUILD/sushy-4.1.7/doc/source/reference/api/sushy.resources.registry.rst. Creating file /builddir/build/BUILD/sushy-4.1.7/doc/source/reference/api/sushy.resources.sessionservice.rst. Creating file /builddir/build/BUILD/sushy-4.1.7/doc/source/reference/api/sushy.resources.system.rst. Creating file /builddir/build/BUILD/sushy-4.1.7/doc/source/reference/api/sushy.resources.system.network.rst. Creating file /builddir/build/BUILD/sushy-4.1.7/doc/source/reference/api/sushy.resources.system.storage.rst. Creating file /builddir/build/BUILD/sushy-4.1.7/doc/source/reference/api/sushy.resources.taskservice.rst. Creating file /builddir/build/BUILD/sushy-4.1.7/doc/source/reference/api/sushy.resources.updateservice.rst. Creating file /builddir/build/BUILD/sushy-4.1.7/doc/source/reference/api/modules.rst. [openstackdocstheme] using theme from /usr/lib/python3.9/site-packages/openstackdocstheme/theme [openstackdocstheme] no /builddir/build/BUILD/sushy-4.1.7/.gitreview found building [mo]: targets for 0 po files that are out of date building [html]: targets for 5 source files that are out of date updating environment: [new config] 24 added, 0 changed, 0 removed reading sources... [ 4%] contributor/index reading sources... [ 8%] index reading sources... [ 12%] install/index reading sources... [ 16%] reference/api/modules reading sources... [ 20%] reference/api/sushy reading sources... [ 25%] reference/api/sushy.resources reading sources... [ 29%] reference/api/sushy.resources.certificateservice reading sources... [ 33%] reference/api/sushy.resources.chassis reading sources... [ 37%] reference/api/sushy.resources.chassis.power reading sources... [ 41%] reference/api/sushy.resources.chassis.thermal reading sources... [ 45%] reference/api/sushy.resources.compositionservice reading sources... [ 50%] reference/api/sushy.resources.eventservice reading sources... [ 54%] reference/api/sushy.resources.fabric reading sources... [ 58%] reference/api/sushy.resources.manager reading sources... [ 62%] reference/api/sushy.resources.oem reading sources... [ 66%] reference/api/sushy.resources.registry reading sources... [ 70%] reference/api/sushy.resources.sessionservice reading sources... [ 75%] reference/api/sushy.resources.system reading sources... [ 79%] reference/api/sushy.resources.system.network reading sources... [ 83%] reference/api/sushy.resources.system.storage reading sources... [ 87%] reference/api/sushy.resources.taskservice reading sources... [ 91%] reference/api/sushy.resources.updateservice reading sources... [ 95%] 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... [ 4%] contributor/index writing output... [ 8%] index writing output... [ 12%] install/index writing output... [ 16%] reference/api/modules [openstackdocstheme] could not determine last_updated for 'reference/api/modules' writing output... [ 20%] reference/api/sushy [openstackdocstheme] could not determine last_updated for 'reference/api/sushy' writing output... [ 25%] reference/api/sushy.resources [openstackdocstheme] could not determine last_updated for 'reference/api/sushy.resources' writing output... [ 29%] reference/api/sushy.resources.certificateservice [openstackdocstheme] could not determine last_updated for 'reference/api/sushy.resources.certificateservice' writing output... [ 33%] reference/api/sushy.resources.chassis [openstackdocstheme] could not determine last_updated for 'reference/api/sushy.resources.chassis' writing output... [ 37%] reference/api/sushy.resources.chassis.power [openstackdocstheme] could not determine last_updated for 'reference/api/sushy.resources.chassis.power' writing output... [ 41%] reference/api/sushy.resources.chassis.thermal [openstackdocstheme] could not determine last_updated for 'reference/api/sushy.resources.chassis.thermal' writing output... [ 45%] reference/api/sushy.resources.compositionservice [openstackdocstheme] could not determine last_updated for 'reference/api/sushy.resources.compositionservice' writing output... [ 50%] reference/api/sushy.resources.eventservice [openstackdocstheme] could not determine last_updated for 'reference/api/sushy.resources.eventservice' writing output... [ 54%] reference/api/sushy.resources.fabric [openstackdocstheme] could not determine last_updated for 'reference/api/sushy.resources.fabric' writing output... [ 58%] reference/api/sushy.resources.manager [openstackdocstheme] could not determine last_updated for 'reference/api/sushy.resources.manager' writing output... [ 62%] reference/api/sushy.resources.oem [openstackdocstheme] could not determine last_updated for 'reference/api/sushy.resources.oem' writing output... [ 66%] reference/api/sushy.resources.registry [openstackdocstheme] could not determine last_updated for 'reference/api/sushy.resources.registry' writing output... [ 70%] reference/api/sushy.resources.sessionservice [openstackdocstheme] could not determine last_updated for 'reference/api/sushy.resources.sessionservice' writing output... [ 75%] reference/api/sushy.resources.system [openstackdocstheme] could not determine last_updated for 'reference/api/sushy.resources.system' writing output... [ 79%] reference/api/sushy.resources.system.network [openstackdocstheme] could not determine last_updated for 'reference/api/sushy.resources.system.network' writing output... [ 83%] reference/api/sushy.resources.system.storage [openstackdocstheme] could not determine last_updated for 'reference/api/sushy.resources.system.storage' writing output... [ 87%] reference/api/sushy.resources.taskservice [openstackdocstheme] could not determine last_updated for 'reference/api/sushy.resources.taskservice' writing output... [ 91%] reference/api/sushy.resources.updateservice [openstackdocstheme] could not determine last_updated for 'reference/api/sushy.resources.updateservice' writing output... [ 95%] reference/index writing output... [100%] reference/usage generating indices... genindex py-modindex [openstackdocstheme] could not determine last_updated for 'py-modindex' done writing additional pages... search done 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 + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.ieTpg3 + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch '!=' / ']' + rm -rf /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch ++ dirname /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch + cd sushy-4.1.7 ++ '[' -f _current_flavor ']' ++ cat _current_flavor + python_flavor=python3 + '[' -z python3 ']' + '[' python3 '!=' python3 ']' + echo python3 + /usr/bin/python3 setup.py install -O1 --skip-build --force --root /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch --prefix /usr /usr/lib/python3.9/site-packages/pbr/core.py:131: UserWarning: Unknown distribution option: 'requires_python' warnings.warn(msg) running install [pbr] Writing ChangeLog [pbr] Generating ChangeLog [pbr] ChangeLog complete (0.0s) [pbr] Generating AUTHORS [pbr] AUTHORS complete (0.0s) running install_lib creating /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr creating /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib creating /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9 creating /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages creating /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy copying build/lib/sushy/auth.py -> /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy creating /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/tests creating /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/tests/unit creating /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/tests/unit/json_samples copying build/lib/sushy/tests/unit/json_samples/storage_collection.json -> /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/tests/unit/json_samples copying build/lib/sushy/tests/unit/json_samples/bios.json -> /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/tests/unit/json_samples copying build/lib/sushy/tests/unit/json_samples/session.json -> /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/tests/unit/json_samples copying build/lib/sushy/tests/unit/json_samples/bios_attribute_registry.json -> /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/tests/unit/json_samples copying build/lib/sushy/tests/unit/json_samples/message_registry.json -> /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/tests/unit/json_samples copying build/lib/sushy/tests/unit/json_samples/drive3.json -> /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/tests/unit/json_samples copying build/lib/sushy/tests/unit/json_samples/simple_storage.json -> /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/tests/unit/json_samples copying build/lib/sushy/tests/unit/json_samples/eventservice.json -> /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/tests/unit/json_samples copying build/lib/sushy/tests/unit/json_samples/processor2.json -> /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/tests/unit/json_samples copying build/lib/sushy/tests/unit/json_samples/ethernet_interfaces_collection.json -> /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/tests/unit/json_samples copying build/lib/sushy/tests/unit/json_samples/eventdestination1.json -> /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/tests/unit/json_samples copying build/lib/sushy/tests/unit/json_samples/session_service.json -> /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/tests/unit/json_samples copying build/lib/sushy/tests/unit/json_samples/volume2.json -> /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/tests/unit/json_samples copying build/lib/sushy/tests/unit/json_samples/simple_storage_collection.json -> /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/tests/unit/json_samples copying build/lib/sushy/tests/unit/json_samples/virtual_media_collection.json -> /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/tests/unit/json_samples copying build/lib/sushy/tests/unit/json_samples/endpoint_collection.json -> /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/tests/unit/json_samples copying build/lib/sushy/tests/unit/json_samples/storage.json -> /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/tests/unit/json_samples copying build/lib/sushy/tests/unit/json_samples/resourceblock.json -> /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/tests/unit/json_samples copying build/lib/sushy/tests/unit/json_samples/bare_minimum_root.json -> /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/tests/unit/json_samples copying build/lib/sushy/tests/unit/json_samples/volume.json -> /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/tests/unit/json_samples copying build/lib/sushy/tests/unit/json_samples/eventdestination3.json -> /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/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-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/tests/unit/json_samples copying build/lib/sushy/tests/unit/json_samples/subprocessor_collection.json -> /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/tests/unit/json_samples copying build/lib/sushy/tests/unit/json_samples/network_device_function_collection.json -> /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/tests/unit/json_samples copying build/lib/sushy/tests/unit/json_samples/resourcezone_collection.json -> /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/tests/unit/json_samples copying build/lib/sushy/tests/unit/json_samples/task2.json -> /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/tests/unit/json_samples copying build/lib/sushy/tests/unit/json_samples/root.json -> /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/tests/unit/json_samples copying build/lib/sushy/tests/unit/json_samples/session_error.json -> /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/tests/unit/json_samples copying build/lib/sushy/tests/unit/json_samples/drive.json -> /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/tests/unit/json_samples copying build/lib/sushy/tests/unit/json_samples/manager.json -> /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/tests/unit/json_samples copying build/lib/sushy/tests/unit/json_samples/virtual_media.json -> /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/tests/unit/json_samples copying build/lib/sushy/tests/unit/json_samples/drive2.json -> /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/tests/unit/json_samples copying build/lib/sushy/tests/unit/json_samples/resourcezone.json -> /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/tests/unit/json_samples copying build/lib/sushy/tests/unit/json_samples/updateservice_no_inv.json -> /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/tests/unit/json_samples copying build/lib/sushy/tests/unit/json_samples/certificateservice.json -> /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/tests/unit/json_samples copying build/lib/sushy/tests/unit/json_samples/resourceblock_collection.json -> /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/tests/unit/json_samples copying build/lib/sushy/tests/unit/json_samples/processor_collection.json -> /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/tests/unit/json_samples copying build/lib/sushy/tests/unit/json_samples/settings-body-nokia.json -> /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/tests/unit/json_samples copying build/lib/sushy/tests/unit/json_samples/firmwareinventory_collection.json -> /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/tests/unit/json_samples copying build/lib/sushy/tests/unit/json_samples/thermal.json -> /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/tests/unit/json_samples copying build/lib/sushy/tests/unit/json_samples/processor.json -> /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/tests/unit/json_samples copying build/lib/sushy/tests/unit/json_samples/certificate_locations.json -> /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/tests/unit/json_samples copying build/lib/sushy/tests/unit/json_samples/taskservice.json -> /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/tests/unit/json_samples copying build/lib/sushy/tests/unit/json_samples/session_collection.json -> /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/tests/unit/json_samples copying build/lib/sushy/tests/unit/json_samples/network_port.json -> /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/tests/unit/json_samples copying build/lib/sushy/tests/unit/json_samples/session_creation_headers_no_location.json -> /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/tests/unit/json_samples copying build/lib/sushy/tests/unit/json_samples/eventdestination_collection.json -> /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/tests/unit/json_samples copying build/lib/sushy/tests/unit/json_samples/task.json -> /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/tests/unit/json_samples copying build/lib/sushy/tests/unit/json_samples/compositionservice.json -> /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/tests/unit/json_samples copying build/lib/sushy/tests/unit/json_samples/manager_collection.json -> /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/tests/unit/json_samples copying build/lib/sushy/tests/unit/json_samples/network_port_collection.json -> /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/tests/unit/json_samples copying build/lib/sushy/tests/unit/json_samples/subprocessor.json -> /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/tests/unit/json_samples copying build/lib/sushy/tests/unit/json_samples/error_single_ext_info.json -> /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/tests/unit/json_samples copying build/lib/sushy/tests/unit/json_samples/task_collection.json -> /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/tests/unit/json_samples copying build/lib/sushy/tests/unit/json_samples/system.json -> /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/tests/unit/json_samples copying build/lib/sushy/tests/unit/json_samples/updateservice.json -> /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/tests/unit/json_samples copying build/lib/sushy/tests/unit/json_samples/settings-body-bootsourceoverridemode-only.json -> /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/tests/unit/json_samples copying build/lib/sushy/tests/unit/json_samples/error.json -> /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/tests/unit/json_samples copying build/lib/sushy/tests/unit/json_samples/volume4.json -> /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/tests/unit/json_samples copying build/lib/sushy/tests/unit/json_samples/bios_attribute_registry_file.json -> /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/tests/unit/json_samples copying build/lib/sushy/tests/unit/json_samples/network_adapter_collection.json -> /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/tests/unit/json_samples copying build/lib/sushy/tests/unit/json_samples/network_device_function.json -> /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/tests/unit/json_samples copying build/lib/sushy/tests/unit/json_samples/fabric.json -> /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/tests/unit/json_samples copying build/lib/sushy/tests/unit/json_samples/softwareinventory.json -> /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/tests/unit/json_samples copying build/lib/sushy/tests/unit/json_samples/power.json -> /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/tests/unit/json_samples copying build/lib/sushy/tests/unit/json_samples/endpoint.json -> /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/tests/unit/json_samples copying build/lib/sushy/tests/unit/json_samples/transfer_proto_required_error.json -> /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/tests/unit/json_samples copying build/lib/sushy/tests/unit/json_samples/chassis_collection.json -> /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/tests/unit/json_samples copying build/lib/sushy/tests/unit/json_samples/fabric_collection.json -> /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/tests/unit/json_samples copying build/lib/sushy/tests/unit/json_samples/secure_boot_database_collection.json -> /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/tests/unit/json_samples copying build/lib/sushy/tests/unit/json_samples/ethernet_interfaces.json -> /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/tests/unit/json_samples copying build/lib/sushy/tests/unit/json_samples/task_monitor.json -> /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/tests/unit/json_samples copying build/lib/sushy/tests/unit/json_samples/message_registry_file.json -> /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/tests/unit/json_samples copying build/lib/sushy/tests/unit/json_samples/secure_boot.json -> /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/tests/unit/json_samples copying build/lib/sushy/tests/unit/json_samples/bios_settings.json -> /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/tests/unit/json_samples copying build/lib/sushy/tests/unit/json_samples/settings-body-lenovo-se450.json -> /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/tests/unit/json_samples copying build/lib/sushy/tests/unit/json_samples/eventdestination2.json -> /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/tests/unit/json_samples copying build/lib/sushy/tests/unit/json_samples/chassis.json -> /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/tests/unit/json_samples copying build/lib/sushy/tests/unit/json_samples/secure_boot_database.json -> /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/tests/unit/json_samples copying build/lib/sushy/tests/unit/json_samples/TestRegistry.zip -> /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/tests/unit/json_samples copying build/lib/sushy/tests/unit/json_samples/session_creation_headers.json -> /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/tests/unit/json_samples copying build/lib/sushy/tests/unit/json_samples/certificate_collection.json -> /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/tests/unit/json_samples copying build/lib/sushy/tests/unit/json_samples/settings-lenovo-se450.json -> /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/tests/unit/json_samples copying build/lib/sushy/tests/unit/json_samples/system_collection.json -> /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/tests/unit/json_samples copying build/lib/sushy/tests/unit/json_samples/volume_collection.json -> /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/tests/unit/json_samples copying build/lib/sushy/tests/unit/json_samples/settings-nokia.json -> /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/tests/unit/json_samples copying build/lib/sushy/tests/unit/json_samples/certificate.json -> /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/tests/unit/json_samples copying build/lib/sushy/tests/unit/json_samples/network_adapter.json -> /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/tests/unit/json_samples copying build/lib/sushy/tests/unit/json_samples/settings.json -> /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/tests/unit/json_samples copying build/lib/sushy/tests/unit/json_samples/volume3.json -> /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/tests/unit/json_samples copying build/lib/sushy/tests/unit/test_utils.py -> /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/tests/unit copying build/lib/sushy/tests/unit/test_taskmonitor.py -> /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/tests/unit copying build/lib/sushy/tests/unit/base.py -> /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/tests/unit copying build/lib/sushy/tests/unit/test_main.py -> /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/tests/unit copying build/lib/sushy/tests/unit/test_auth.py -> /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/tests/unit creating /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/tests/unit/resources copying build/lib/sushy/tests/unit/resources/test_settings.py -> /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/tests/unit/resources creating /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/tests/unit/resources/fabric copying build/lib/sushy/tests/unit/resources/fabric/test_fabric.py -> /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/tests/unit/resources/fabric copying build/lib/sushy/tests/unit/resources/fabric/__init__.py -> /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/tests/unit/resources/fabric copying build/lib/sushy/tests/unit/resources/fabric/test_endpoint.py -> /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/tests/unit/resources/fabric creating /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/tests/unit/resources/registry copying build/lib/sushy/tests/unit/resources/registry/test_message_registry.py -> /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/tests/unit/resources/registry copying build/lib/sushy/tests/unit/resources/registry/test_attribute_registry.py -> /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/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-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/tests/unit/resources/registry copying build/lib/sushy/tests/unit/resources/registry/__init__.py -> /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/tests/unit/resources/registry creating /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/tests/unit/resources/certificateservice copying build/lib/sushy/tests/unit/resources/certificateservice/test_certificate.py -> /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/tests/unit/resources/certificateservice copying build/lib/sushy/tests/unit/resources/certificateservice/test_certificateservice.py -> /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/tests/unit/resources/certificateservice copying build/lib/sushy/tests/unit/resources/certificateservice/__init__.py -> /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/tests/unit/resources/certificateservice creating /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/tests/unit/resources/manager copying build/lib/sushy/tests/unit/resources/manager/test_virtual_media.py -> /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/tests/unit/resources/manager copying build/lib/sushy/tests/unit/resources/manager/test_manager.py -> /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/tests/unit/resources/manager copying build/lib/sushy/tests/unit/resources/manager/__init__.py -> /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/tests/unit/resources/manager creating /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/tests/unit/resources/eventservice copying build/lib/sushy/tests/unit/resources/eventservice/test_evendestination.py -> /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/tests/unit/resources/eventservice copying build/lib/sushy/tests/unit/resources/eventservice/test_eventservice.py -> /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/tests/unit/resources/eventservice copying build/lib/sushy/tests/unit/resources/eventservice/__init__.py -> /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/tests/unit/resources/eventservice creating /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/tests/unit/resources/taskservice copying build/lib/sushy/tests/unit/resources/taskservice/test_taskservice.py -> /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/tests/unit/resources/taskservice copying build/lib/sushy/tests/unit/resources/taskservice/test_task.py -> /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/tests/unit/resources/taskservice copying build/lib/sushy/tests/unit/resources/taskservice/__init__.py -> /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/tests/unit/resources/taskservice creating /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/tests/unit/resources/sessionservice copying build/lib/sushy/tests/unit/resources/sessionservice/test_sessionservice.py -> /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/tests/unit/resources/sessionservice copying build/lib/sushy/tests/unit/resources/sessionservice/test_session.py -> /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/tests/unit/resources/sessionservice copying build/lib/sushy/tests/unit/resources/sessionservice/__init__.py -> /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/tests/unit/resources/sessionservice creating /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/tests/unit/resources/updateservice copying build/lib/sushy/tests/unit/resources/updateservice/test_updateservice.py -> /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/tests/unit/resources/updateservice copying build/lib/sushy/tests/unit/resources/updateservice/test_softwareinventory.py -> /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/tests/unit/resources/updateservice copying build/lib/sushy/tests/unit/resources/updateservice/__init__.py -> /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/tests/unit/resources/updateservice creating /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/tests/unit/resources/oem copying build/lib/sushy/tests/unit/resources/oem/test_fake.py -> /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/tests/unit/resources/oem copying build/lib/sushy/tests/unit/resources/oem/test_common.py -> /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/tests/unit/resources/oem copying build/lib/sushy/tests/unit/resources/oem/__init__.py -> /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/tests/unit/resources/oem creating /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/tests/unit/resources/compositionservice copying build/lib/sushy/tests/unit/resources/compositionservice/test_compositionservice.py -> /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/tests/unit/resources/compositionservice copying build/lib/sushy/tests/unit/resources/compositionservice/test_resourcezone.py -> /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/tests/unit/resources/compositionservice copying build/lib/sushy/tests/unit/resources/compositionservice/test_resourceblock.py -> /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/tests/unit/resources/compositionservice copying build/lib/sushy/tests/unit/resources/compositionservice/__init__.py -> /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/tests/unit/resources/compositionservice creating /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/tests/unit/resources/chassis copying build/lib/sushy/tests/unit/resources/chassis/test_power.py -> /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/tests/unit/resources/chassis copying build/lib/sushy/tests/unit/resources/chassis/test_thermal.py -> /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/tests/unit/resources/chassis copying build/lib/sushy/tests/unit/resources/chassis/test_chassis.py -> /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/tests/unit/resources/chassis copying build/lib/sushy/tests/unit/resources/chassis/__init__.py -> /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/tests/unit/resources/chassis creating /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/tests/unit/resources/system creating /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/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-4.1.7-1.el9s.noarch/usr/lib/python3.9/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-4.1.7-1.el9s.noarch/usr/lib/python3.9/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-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/tests/unit/resources/system/storage copying build/lib/sushy/tests/unit/resources/system/storage/__init__.py -> /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/tests/unit/resources/system/storage copying build/lib/sushy/tests/unit/resources/system/test_secure_boot.py -> /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/tests/unit/resources/system creating /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/tests/unit/resources/system/network copying build/lib/sushy/tests/unit/resources/system/network/test_port.py -> /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/tests/unit/resources/system/network copying build/lib/sushy/tests/unit/resources/system/network/test_device_function.py -> /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/tests/unit/resources/system/network copying build/lib/sushy/tests/unit/resources/system/network/test_adapter.py -> /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/tests/unit/resources/system/network copying build/lib/sushy/tests/unit/resources/system/network/__init__.py -> /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/tests/unit/resources/system/network copying build/lib/sushy/tests/unit/resources/system/test_ethernet_interfaces.py -> /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/tests/unit/resources/system copying build/lib/sushy/tests/unit/resources/system/test_secure_boot_database.py -> /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/tests/unit/resources/system copying build/lib/sushy/tests/unit/resources/system/test_bios.py -> /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/tests/unit/resources/system copying build/lib/sushy/tests/unit/resources/system/test_processor.py -> /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/tests/unit/resources/system copying build/lib/sushy/tests/unit/resources/system/__init__.py -> /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/tests/unit/resources/system copying build/lib/sushy/tests/unit/resources/system/test_simple_storage.py -> /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/tests/unit/resources/system copying build/lib/sushy/tests/unit/resources/system/test_system.py -> /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/tests/unit/resources/system copying build/lib/sushy/tests/unit/resources/__init__.py -> /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/tests/unit/resources copying build/lib/sushy/tests/unit/resources/test_base.py -> /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/tests/unit/resources copying build/lib/sushy/tests/unit/test_connector.py -> /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/tests/unit copying build/lib/sushy/tests/unit/__init__.py -> /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/tests/unit copying build/lib/sushy/tests/__init__.py -> /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/tests copying build/lib/sushy/taskmonitor.py -> /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy copying build/lib/sushy/exceptions.py -> /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy copying build/lib/sushy/main.py -> /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy copying build/lib/sushy/connector.py -> /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy creating /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/standard_registries copying build/lib/sushy/standard_registries/Base.1.2.0.json -> /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/standard_registries copying build/lib/sushy/standard_registries/Base.1.3.0.json -> /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/standard_registries copying build/lib/sushy/standard_registries/Base.1.3.1.json -> /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/standard_registries copying build/lib/sushy/standard_registries/Base.1.0.0.json -> /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/standard_registries copying build/lib/sushy/standard_registries/Base.1.4.0.json -> /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/standard_registries copying build/lib/sushy/utils.py -> /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy creating /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/resources creating /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/resources/fabric copying build/lib/sushy/resources/fabric/constants.py -> /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/resources/fabric copying build/lib/sushy/resources/fabric/endpoint.py -> /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/resources/fabric copying build/lib/sushy/resources/fabric/fabric.py -> /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/resources/fabric copying build/lib/sushy/resources/fabric/__init__.py -> /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/resources/fabric creating /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/resources/registry copying build/lib/sushy/resources/registry/message_registry_file.py -> /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/resources/registry copying build/lib/sushy/resources/registry/constants.py -> /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/resources/registry copying build/lib/sushy/resources/registry/message_registry.py -> /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/resources/registry copying build/lib/sushy/resources/registry/attribute_registry.py -> /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/resources/registry copying build/lib/sushy/resources/registry/__init__.py -> /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/resources/registry creating /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/resources/certificateservice copying build/lib/sushy/resources/certificateservice/constants.py -> /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/resources/certificateservice copying build/lib/sushy/resources/certificateservice/certificateservice.py -> /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/resources/certificateservice copying build/lib/sushy/resources/certificateservice/certificate.py -> /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/resources/certificateservice copying build/lib/sushy/resources/certificateservice/__init__.py -> /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/resources/certificateservice creating /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/resources/manager copying build/lib/sushy/resources/manager/manager.py -> /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/resources/manager copying build/lib/sushy/resources/manager/constants.py -> /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/resources/manager copying build/lib/sushy/resources/manager/virtual_media.py -> /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/resources/manager copying build/lib/sushy/resources/manager/__init__.py -> /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/resources/manager creating /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/resources/eventservice copying build/lib/sushy/resources/eventservice/constants.py -> /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/resources/eventservice copying build/lib/sushy/resources/eventservice/eventservice.py -> /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/resources/eventservice copying build/lib/sushy/resources/eventservice/eventdestination.py -> /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/resources/eventservice copying build/lib/sushy/resources/eventservice/__init__.py -> /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/resources/eventservice copying build/lib/sushy/resources/settings.py -> /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/resources copying build/lib/sushy/resources/constants.py -> /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/resources copying build/lib/sushy/resources/ipaddresses.py -> /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/resources creating /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/resources/taskservice copying build/lib/sushy/resources/taskservice/constants.py -> /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/resources/taskservice copying build/lib/sushy/resources/taskservice/taskservice.py -> /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/resources/taskservice copying build/lib/sushy/resources/taskservice/__init__.py -> /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/resources/taskservice copying build/lib/sushy/resources/taskservice/task.py -> /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/resources/taskservice creating /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/resources/sessionservice copying build/lib/sushy/resources/sessionservice/session.py -> /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/resources/sessionservice copying build/lib/sushy/resources/sessionservice/sessionservice.py -> /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/resources/sessionservice copying build/lib/sushy/resources/sessionservice/__init__.py -> /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/resources/sessionservice copying build/lib/sushy/resources/common.py -> /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/resources creating /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/resources/updateservice copying build/lib/sushy/resources/updateservice/softwareinventory.py -> /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/resources/updateservice copying build/lib/sushy/resources/updateservice/constants.py -> /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/resources/updateservice copying build/lib/sushy/resources/updateservice/updateservice.py -> /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/resources/updateservice copying build/lib/sushy/resources/updateservice/__init__.py -> /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/resources/updateservice creating /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/resources/oem copying build/lib/sushy/resources/oem/fake.py -> /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/resources/oem copying build/lib/sushy/resources/oem/common.py -> /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/resources/oem copying build/lib/sushy/resources/oem/base.py -> /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/resources/oem copying build/lib/sushy/resources/oem/__init__.py -> /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/resources/oem copying build/lib/sushy/resources/base.py -> /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/resources creating /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/resources/compositionservice copying build/lib/sushy/resources/compositionservice/resourcezone.py -> /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/resources/compositionservice copying build/lib/sushy/resources/compositionservice/resourceblock.py -> /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/resources/compositionservice copying build/lib/sushy/resources/compositionservice/constants.py -> /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/resources/compositionservice copying build/lib/sushy/resources/compositionservice/compositionservice.py -> /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/resources/compositionservice copying build/lib/sushy/resources/compositionservice/__init__.py -> /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/resources/compositionservice creating /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/resources/chassis creating /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/resources/chassis/thermal copying build/lib/sushy/resources/chassis/thermal/constants.py -> /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/resources/chassis/thermal copying build/lib/sushy/resources/chassis/thermal/thermal.py -> /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/resources/chassis/thermal copying build/lib/sushy/resources/chassis/thermal/__init__.py -> /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/resources/chassis/thermal copying build/lib/sushy/resources/chassis/constants.py -> /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/resources/chassis creating /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/resources/chassis/power copying build/lib/sushy/resources/chassis/power/constants.py -> /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/resources/chassis/power copying build/lib/sushy/resources/chassis/power/power.py -> /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/resources/chassis/power copying build/lib/sushy/resources/chassis/power/__init__.py -> /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/resources/chassis/power copying build/lib/sushy/resources/chassis/chassis.py -> /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/resources/chassis copying build/lib/sushy/resources/chassis/__init__.py -> /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/resources/chassis creating /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/resources/system creating /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/resources/system/storage copying build/lib/sushy/resources/system/storage/constants.py -> /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/resources/system/storage copying build/lib/sushy/resources/system/storage/volume.py -> /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/resources/system/storage copying build/lib/sushy/resources/system/storage/storage.py -> /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/resources/system/storage copying build/lib/sushy/resources/system/storage/drive.py -> /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/resources/system/storage copying build/lib/sushy/resources/system/storage/__init__.py -> /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/resources/system/storage copying build/lib/sushy/resources/system/simple_storage.py -> /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/resources/system copying build/lib/sushy/resources/system/processor.py -> /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/resources/system creating /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/resources/system/network copying build/lib/sushy/resources/system/network/device_function.py -> /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/resources/system/network copying build/lib/sushy/resources/system/network/adapter.py -> /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/resources/system/network copying build/lib/sushy/resources/system/network/constants.py -> /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/resources/system/network copying build/lib/sushy/resources/system/network/port.py -> /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/resources/system/network copying build/lib/sushy/resources/system/network/__init__.py -> /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/resources/system/network copying build/lib/sushy/resources/system/constants.py -> /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/resources/system copying build/lib/sushy/resources/system/secure_boot.py -> /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/resources/system copying build/lib/sushy/resources/system/secure_boot_database.py -> /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/resources/system copying build/lib/sushy/resources/system/ethernet_interface.py -> /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/resources/system copying build/lib/sushy/resources/system/bios.py -> /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/resources/system copying build/lib/sushy/resources/system/__init__.py -> /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/resources/system copying build/lib/sushy/resources/system/system.py -> /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/resources/system copying build/lib/sushy/resources/__init__.py -> /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/resources copying build/lib/sushy/__init__.py -> /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy byte-compiling /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/auth.py to auth.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/tests/unit/test_utils.py to test_utils.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/tests/unit/test_taskmonitor.py to test_taskmonitor.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/tests/unit/base.py to base.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/tests/unit/test_main.py to test_main.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/tests/unit/test_auth.py to test_auth.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/tests/unit/resources/test_settings.py to test_settings.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/tests/unit/resources/fabric/test_fabric.py to test_fabric.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/tests/unit/resources/fabric/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/tests/unit/resources/fabric/test_endpoint.py to test_endpoint.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/tests/unit/resources/registry/test_message_registry.py to test_message_registry.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/tests/unit/resources/registry/test_attribute_registry.py to test_attribute_registry.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/tests/unit/resources/registry/test_message_registry_file.py to test_message_registry_file.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/tests/unit/resources/registry/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/tests/unit/resources/certificateservice/test_certificate.py to test_certificate.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/tests/unit/resources/certificateservice/test_certificateservice.py to test_certificateservice.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/tests/unit/resources/certificateservice/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/tests/unit/resources/manager/test_virtual_media.py to test_virtual_media.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/tests/unit/resources/manager/test_manager.py to test_manager.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/tests/unit/resources/manager/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/tests/unit/resources/eventservice/test_evendestination.py to test_evendestination.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/tests/unit/resources/eventservice/test_eventservice.py to test_eventservice.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/tests/unit/resources/eventservice/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/tests/unit/resources/taskservice/test_taskservice.py to test_taskservice.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/tests/unit/resources/taskservice/test_task.py to test_task.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/tests/unit/resources/taskservice/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/tests/unit/resources/sessionservice/test_sessionservice.py to test_sessionservice.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/tests/unit/resources/sessionservice/test_session.py to test_session.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/tests/unit/resources/sessionservice/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/tests/unit/resources/updateservice/test_updateservice.py to test_updateservice.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/tests/unit/resources/updateservice/test_softwareinventory.py to test_softwareinventory.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/tests/unit/resources/updateservice/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/tests/unit/resources/oem/test_fake.py to test_fake.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/tests/unit/resources/oem/test_common.py to test_common.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/tests/unit/resources/oem/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/tests/unit/resources/compositionservice/test_compositionservice.py to test_compositionservice.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/tests/unit/resources/compositionservice/test_resourcezone.py to test_resourcezone.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/tests/unit/resources/compositionservice/test_resourceblock.py to test_resourceblock.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/tests/unit/resources/compositionservice/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/tests/unit/resources/chassis/test_power.py to test_power.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/tests/unit/resources/chassis/test_thermal.py to test_thermal.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/tests/unit/resources/chassis/test_chassis.py to test_chassis.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/tests/unit/resources/chassis/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/tests/unit/resources/system/storage/test_drive.py to test_drive.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/tests/unit/resources/system/storage/test_storage.py to test_storage.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/tests/unit/resources/system/storage/test_volume.py to test_volume.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/tests/unit/resources/system/storage/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/tests/unit/resources/system/test_secure_boot.py to test_secure_boot.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/tests/unit/resources/system/network/test_port.py to test_port.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/tests/unit/resources/system/network/test_device_function.py to test_device_function.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/tests/unit/resources/system/network/test_adapter.py to test_adapter.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/tests/unit/resources/system/network/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/tests/unit/resources/system/test_ethernet_interfaces.py to test_ethernet_interfaces.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/tests/unit/resources/system/test_secure_boot_database.py to test_secure_boot_database.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/tests/unit/resources/system/test_bios.py to test_bios.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/tests/unit/resources/system/test_processor.py to test_processor.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/tests/unit/resources/system/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/tests/unit/resources/system/test_simple_storage.py to test_simple_storage.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/tests/unit/resources/system/test_system.py to test_system.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/tests/unit/resources/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/tests/unit/resources/test_base.py to test_base.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/tests/unit/test_connector.py to test_connector.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/tests/unit/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/tests/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/taskmonitor.py to taskmonitor.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/exceptions.py to exceptions.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/main.py to main.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/connector.py to connector.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/utils.py to utils.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/resources/fabric/constants.py to constants.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/resources/fabric/endpoint.py to endpoint.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/resources/fabric/fabric.py to fabric.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/resources/fabric/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/resources/registry/message_registry_file.py to message_registry_file.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/resources/registry/constants.py to constants.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/resources/registry/message_registry.py to message_registry.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/resources/registry/attribute_registry.py to attribute_registry.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/resources/registry/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/resources/certificateservice/constants.py to constants.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/resources/certificateservice/certificateservice.py to certificateservice.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/resources/certificateservice/certificate.py to certificate.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/resources/certificateservice/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/resources/manager/manager.py to manager.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/resources/manager/constants.py to constants.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/resources/manager/virtual_media.py to virtual_media.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/resources/manager/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/resources/eventservice/constants.py to constants.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/resources/eventservice/eventservice.py to eventservice.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/resources/eventservice/eventdestination.py to eventdestination.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/resources/eventservice/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/resources/settings.py to settings.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/resources/constants.py to constants.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/resources/ipaddresses.py to ipaddresses.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/resources/taskservice/constants.py to constants.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/resources/taskservice/taskservice.py to taskservice.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/resources/taskservice/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/resources/taskservice/task.py to task.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/resources/sessionservice/session.py to session.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/resources/sessionservice/sessionservice.py to sessionservice.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/resources/sessionservice/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/resources/common.py to common.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/resources/updateservice/softwareinventory.py to softwareinventory.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/resources/updateservice/constants.py to constants.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/resources/updateservice/updateservice.py to updateservice.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/resources/updateservice/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/resources/oem/fake.py to fake.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/resources/oem/common.py to common.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/resources/oem/base.py to base.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/resources/oem/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/resources/base.py to base.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/resources/compositionservice/resourcezone.py to resourcezone.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/resources/compositionservice/resourceblock.py to resourceblock.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/resources/compositionservice/constants.py to constants.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/resources/compositionservice/compositionservice.py to compositionservice.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/resources/compositionservice/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/resources/chassis/thermal/constants.py to constants.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/resources/chassis/thermal/thermal.py to thermal.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/resources/chassis/thermal/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/resources/chassis/constants.py to constants.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/resources/chassis/power/constants.py to constants.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/resources/chassis/power/power.py to power.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/resources/chassis/power/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/resources/chassis/chassis.py to chassis.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/resources/chassis/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/resources/system/storage/constants.py to constants.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/resources/system/storage/volume.py to volume.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/resources/system/storage/storage.py to storage.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/resources/system/storage/drive.py to drive.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/resources/system/storage/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/resources/system/simple_storage.py to simple_storage.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/resources/system/processor.py to processor.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/resources/system/network/device_function.py to device_function.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/resources/system/network/adapter.py to adapter.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/resources/system/network/constants.py to constants.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/resources/system/network/port.py to port.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/resources/system/network/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/resources/system/constants.py to constants.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/resources/system/secure_boot.py to secure_boot.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/resources/system/secure_boot_database.py to secure_boot_database.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/resources/system/ethernet_interface.py to ethernet_interface.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/resources/system/bios.py to bios.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/resources/system/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/resources/system/system.py to system.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/resources/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy/__init__.py to __init__.cpython-39.pyc writing byte-compilation script '/tmp/tmp8ga99zh2.py' /usr/bin/python3 /tmp/tmp8ga99zh2.py removing /tmp/tmp8ga99zh2.py running install_egg_info running egg_info writing sushy.egg-info/PKG-INFO writing dependency_links to sushy.egg-info/dependency_links.txt writing entry points to sushy.egg-info/entry_points.txt writing top-level names to sushy.egg-info/top_level.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 adding license file 'LICENSE' adding license file 'AUTHORS' writing manifest file 'sushy.egg-info/SOURCES.txt' Copying sushy.egg-info to /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9/site-packages/sushy-4.1.7-py3.9.egg-info running install_scripts + /usr/bin/find-debuginfo -j20 --strict-build-id -m -i --build-id-seed 4.1.7-1.el9s --unique-debug-suffix -4.1.7-1.el9s.noarch --unique-debug-src-base python-sushy-4.1.7-1.el9s.noarch --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 --remove-section .gnu.build.attributes -S debugsourcefiles.list /builddir/build/BUILD/sushy-4.1.7 find: 'debug': No such file or directory + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-ldconfig + /usr/lib/rpm/brp-compress + /usr/lib/rpm/redhat/brp-strip-lto /usr/bin/strip + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0 Bytecompiling .py files below /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/lib/python3.9 using python3.9 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.ek57h4 + umask 022 + cd /builddir/build/BUILD + cd sushy-4.1.7 + /usr/bin/python3 setup.py test /usr/lib/python3.9/site-packages/pbr/core.py:131: UserWarning: Unknown distribution option: 'requires_python' warnings.warn(msg) running test WARNING: Testing via this command is deprecated and will be removed in a future version. Users looking for a generic test entry point independent of test runner are encouraged to use tox. running egg_info writing sushy.egg-info/PKG-INFO writing dependency_links to sushy.egg-info/dependency_links.txt writing entry points to sushy.egg-info/entry_points.txt writing top-level names to sushy.egg-info/top_level.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 adding license file 'LICENSE' adding license file 'AUTHORS' 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_sanitize (sushy.tests.unit.test_utils.CacheTestCase) sushy.tests.unit.test_utils.CacheTestCase.test_sanitize ... ok test_bool_or_none_bool (sushy.tests.unit.test_utils.UtilsTestCase) sushy.tests.unit.test_utils.UtilsTestCase.test_bool_or_none_bool ... ok test_bool_or_none_none (sushy.tests.unit.test_utils.UtilsTestCase) sushy.tests.unit.test_utils.UtilsTestCase.test_bool_or_none_none ... 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_cancellable (sushy.tests.unit.test_taskmonitor.TaskMonitorTestCase) sushy.tests.unit.test_taskmonitor.TaskMonitorTestCase.test_cancellable ... ok test_check_is_processing_not_processing (sushy.tests.unit.test_taskmonitor.TaskMonitorTestCase) sushy.tests.unit.test_taskmonitor.TaskMonitorTestCase.test_check_is_processing_not_processing ... ok test_check_is_processing_refreshing (sushy.tests.unit.test_taskmonitor.TaskMonitorTestCase) sushy.tests.unit.test_taskmonitor.TaskMonitorTestCase.test_check_is_processing_refreshing ... ok test_from_response (sushy.tests.unit.test_taskmonitor.TaskMonitorTestCase) sushy.tests.unit.test_taskmonitor.TaskMonitorTestCase.test_from_response ... ok test_from_response_location_header_missing (sushy.tests.unit.test_taskmonitor.TaskMonitorTestCase) sushy.tests.unit.test_taskmonitor.TaskMonitorTestCase.test_from_response_location_header_missing ... ok test_from_response_no_content (sushy.tests.unit.test_taskmonitor.TaskMonitorTestCase) sushy.tests.unit.test_taskmonitor.TaskMonitorTestCase.test_from_response_no_content ... ok test_from_response_odata_id (sushy.tests.unit.test_taskmonitor.TaskMonitorTestCase) sushy.tests.unit.test_taskmonitor.TaskMonitorTestCase.test_from_response_odata_id ... ok test_get_task (sushy.tests.unit.test_taskmonitor.TaskMonitorTestCase) sushy.tests.unit.test_taskmonitor.TaskMonitorTestCase.test_get_task ... ok test_init_accepted_content (sushy.tests.unit.test_taskmonitor.TaskMonitorTestCase) sushy.tests.unit.test_taskmonitor.TaskMonitorTestCase.test_init_accepted_content ... ok test_init_accepted_no_content (sushy.tests.unit.test_taskmonitor.TaskMonitorTestCase) sushy.tests.unit.test_taskmonitor.TaskMonitorTestCase.test_init_accepted_no_content ... ok test_init_no_response (sushy.tests.unit.test_taskmonitor.TaskMonitorTestCase) sushy.tests.unit.test_taskmonitor.TaskMonitorTestCase.test_init_no_response ... ok test_is_processing (sushy.tests.unit.test_taskmonitor.TaskMonitorTestCase) sushy.tests.unit.test_taskmonitor.TaskMonitorTestCase.test_is_processing ... ok test_not_cancellable (sushy.tests.unit.test_taskmonitor.TaskMonitorTestCase) sushy.tests.unit.test_taskmonitor.TaskMonitorTestCase.test_not_cancellable ... ok test_not_cancellable_no_header (sushy.tests.unit.test_taskmonitor.TaskMonitorTestCase) sushy.tests.unit.test_taskmonitor.TaskMonitorTestCase.test_not_cancellable_no_header ... ok test_refresh_content_no_task (sushy.tests.unit.test_taskmonitor.TaskMonitorTestCase) sushy.tests.unit.test_taskmonitor.TaskMonitorTestCase.test_refresh_content_no_task ... ok test_refresh_content_task (sushy.tests.unit.test_taskmonitor.TaskMonitorTestCase) sushy.tests.unit.test_taskmonitor.TaskMonitorTestCase.test_refresh_content_task ... ok test_refresh_done (sushy.tests.unit.test_taskmonitor.TaskMonitorTestCase) sushy.tests.unit.test_taskmonitor.TaskMonitorTestCase.test_refresh_done ... ok test_refresh_no_content (sushy.tests.unit.test_taskmonitor.TaskMonitorTestCase) sushy.tests.unit.test_taskmonitor.TaskMonitorTestCase.test_refresh_no_content ... ok test_sleep_for_retry_after_date_past (sushy.tests.unit.test_taskmonitor.TaskMonitorTestCase) sushy.tests.unit.test_taskmonitor.TaskMonitorTestCase.test_sleep_for_retry_after_date_past ... ok test_sleep_for_retry_after_digit (sushy.tests.unit.test_taskmonitor.TaskMonitorTestCase) sushy.tests.unit.test_taskmonitor.TaskMonitorTestCase.test_sleep_for_retry_after_digit ... ok test_sleep_for_retry_after_empty (sushy.tests.unit.test_taskmonitor.TaskMonitorTestCase) sushy.tests.unit.test_taskmonitor.TaskMonitorTestCase.test_sleep_for_retry_after_empty ... ok test_task (sushy.tests.unit.test_taskmonitor.TaskMonitorTestCase) sushy.tests.unit.test_taskmonitor.TaskMonitorTestCase.test_task ... ok test_task_monitor_uri (sushy.tests.unit.test_taskmonitor.TaskMonitorTestCase) sushy.tests.unit.test_taskmonitor.TaskMonitorTestCase.test_task_monitor_uri ... ok test_wait (sushy.tests.unit.test_taskmonitor.TaskMonitorTestCase) sushy.tests.unit.test_taskmonitor.TaskMonitorTestCase.test_wait ... ok test_wait_timeout (sushy.tests.unit.test_taskmonitor.TaskMonitorTestCase) sushy.tests.unit.test_taskmonitor.TaskMonitorTestCase.test_wait_timeout ... 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_event_service_when_eventservice_attr_absent (sushy.tests.unit.test_main.BareMinimumMainTestCase) sushy.tests.unit.test_main.BareMinimumMainTestCase.test_get_event_service_when_eventservice_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_sessions_path_fail (sushy.tests.unit.test_main.BareMinimumMainTestCase) sushy.tests.unit.test_main.BareMinimumMainTestCase.test_get_sessions_path_fail ... 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 ... ok test__parse_attributes (sushy.tests.unit.test_main.MainTestCase) sushy.tests.unit.test_main.MainTestCase.test__parse_attributes ... Exception ignored in: Traceback (most recent call last): File "/builddir/build/BUILD/sushy-4.1.7/sushy/main.py", line 206, in __del__ if self._auth: AttributeError: 'Sushy' object has no attribute '_auth' ok test_create_session (sushy.tests.unit.test_main.MainTestCase) sushy.tests.unit.test_main.MainTestCase.test_create_session ... ok test_create_session_missing_x_auth_token (sushy.tests.unit.test_main.MainTestCase) sushy.tests.unit.test_main.MainTestCase.test_create_session_missing_x_auth_token ... ok test_create_session_no_session_path (sushy.tests.unit.test_main.MainTestCase) sushy.tests.unit.test_main.MainTestCase.test_create_session_no_session_path ... WARNING [sushy.main] Could not discover the Session service path, falling back to /redfish/v1/SessionService/Sessions. ok test_create_session_no_session_path_access_error (sushy.tests.unit.test_main.MainTestCase) sushy.tests.unit.test_main.MainTestCase.test_create_session_no_session_path_access_error ... WARNING [sushy.exceptions] Error response from GET redfish/v1 with status code 403 has no JSON body ok test_create_session_path_discovery (sushy.tests.unit.test_main.MainTestCase) sushy.tests.unit.test_main.MainTestCase.test_create_session_path_discovery ... ok test_create_session_removes_auth_data (sushy.tests.unit.test_main.MainTestCase) sushy.tests.unit.test_main.MainTestCase.test_create_session_removes_auth_data ... 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_chassis_default_failure (sushy.tests.unit.test_main.MainTestCase) sushy.tests.unit.test_main.MainTestCase.test_get_chassis_default_failure ... ok test_get_chassis_default_ok (sushy.tests.unit.test_main.MainTestCase) sushy.tests.unit.test_main.MainTestCase.test_get_chassis_default_ok ... ok test_get_composition_service (sushy.tests.unit.test_main.MainTestCase) sushy.tests.unit.test_main.MainTestCase.test_get_composition_service ... ok test_get_event_service (sushy.tests.unit.test_main.MainTestCase) sushy.tests.unit.test_main.MainTestCase.test_get_event_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_manager_default_failure (sushy.tests.unit.test_main.MainTestCase) sushy.tests.unit.test_main.MainTestCase.test_get_manager_default_failure ... ok test_get_manager_default_ok (sushy.tests.unit.test_main.MainTestCase) sushy.tests.unit.test_main.MainTestCase.test_get_manager_default_ok ... ok test_get_session (sushy.tests.unit.test_main.MainTestCase) sushy.tests.unit.test_main.MainTestCase.test_get_session ... ok test_get_sessions_path (sushy.tests.unit.test_main.MainTestCase) sushy.tests.unit.test_main.MainTestCase.test_get_sessions_path ... 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_system_default_failure (sushy.tests.unit.test_main.MainTestCase) sushy.tests.unit.test_main.MainTestCase.test_get_system_default_failure ... ok test_get_system_default_ok (sushy.tests.unit.test_main.MainTestCase) sushy.tests.unit.test_main.MainTestCase.test_get_system_default_ok ... ok test_get_task_monitor (sushy.tests.unit.test_main.MainTestCase) sushy.tests.unit.test_main.MainTestCase.test_get_task_monitor ... ok test_get_update_service (sushy.tests.unit.test_main.MainTestCase) sushy.tests.unit.test_main.MainTestCase.test_get_update_service ... ok test_lazy_registries (sushy.tests.unit.test_main.MainTestCase) sushy.tests.unit.test_main.MainTestCase.test_lazy_registries ... ok test_registries_provided_empty (sushy.tests.unit.test_main.MainTestCase) sushy.tests.unit.test_main.MainTestCase.test_registries_provided_empty ... 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_authenticate_session_fails (sushy.tests.unit.test_auth.SessionOrBasicAuthTestCase) sushy.tests.unit.test_auth.SessionOrBasicAuthTestCase.test_authenticate_session_fails ... WARNING [sushy.auth] Falling back to "Basic" authentication as we have been unable to authenticate to the BMC. Exception: HTTP GET any_url returned code . : Extended information: . ok test_authenticate_session_fails_connection_error (sushy.tests.unit.test_auth.SessionOrBasicAuthTestCase) sushy.tests.unit.test_auth.SessionOrBasicAuthTestCase.test_authenticate_session_fails_connection_error ... ok test_authenticate_session_fails_reauth_raises_exception (sushy.tests.unit.test_auth.SessionOrBasicAuthTestCase) sushy.tests.unit.test_auth.SessionOrBasicAuthTestCase.test_authenticate_session_fails_reauth_raises_exception ... 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_refresh_refresh_connection_error (sushy.tests.unit.test_auth.SessionOrBasicAuthTestCase) sushy.tests.unit.test_auth.SessionOrBasicAuthTestCase.test_refresh_refresh_connection_error ... ok test_refresh_refresh_connection_error_clears (sushy.tests.unit.test_auth.SessionOrBasicAuthTestCase) sushy.tests.unit.test_auth.SessionOrBasicAuthTestCase.test_refresh_refresh_connection_error_clears ... 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__load (sushy.tests.unit.resources.test_settings.SettingsFieldTestCase) sushy.tests.unit.resources.test_settings.SettingsFieldTestCase.test__load ... WARNING [root] Applying default "" on required, but missing attribute "['Messages', 'Description']" WARNING [root] Applying default "Health.WARNING" on required, but missing attribute "['Messages', 'Severity']" ok test_commit (sushy.tests.unit.resources.test_settings.SettingsFieldTestCase) sushy.tests.unit.resources.test_settings.SettingsFieldTestCase.test_commit ... WARNING [root] Applying default "" on required, but missing attribute "['Messages', 'Description']" WARNING [root] Applying default "Health.WARNING" on required, but missing attribute "['Messages', 'Severity']" 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 "" on required, but missing attribute "['Messages', 'Description']" WARNING [root] Applying default "Health.WARNING" on required, but missing attribute "['Messages', 'Severity']" 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 "" on required, but missing attribute "['Messages', 'Description']" WARNING [root] Applying default "Health.WARNING" on required, but missing attribute "['Messages', 'Severity']" 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 "" on required, but missing attribute "['Messages', 'Description']" WARNING [root] Applying default "Health.WARNING" on required, but missing attribute "['Messages', 'Severity']" 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__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 "" on required, but missing attribute "['Messages', 'Description']" WARNING [root] Applying default "Health.WARNING" on required, but missing attribute "['Messages', 'Severity']" WARNING [root] Applying default "" on required, but missing attribute "['Messages', 'Description']" WARNING [root] Applying default "Health.WARNING" on required, but missing attribute "['Messages', 'Severity']" 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 "" on required, but missing attribute "['Messages', 'Description']" WARNING [root] Applying default "Health.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']" WARNING [root] Applying default "Health.WARNING" on required, but missing attribute "['Messages', 'Severity']" 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 "" on required, but missing attribute "['Messages', 'Description']" WARNING [root] Applying default "Health.WARNING" on required, but missing attribute "['Messages', 'Severity']" WARNING [root] Applying default "Health.WARNING" on required, but missing attribute "['Messages', 'Severity']" WARNING [root] Applying default "" on required, but missing attribute "['Messages', 'Description']" WARNING [root] Applying default "Health.WARNING" on required, but missing attribute "['Messages', 'Severity']" ok test__parse_attributes_return (sushy.tests.unit.resources.registry.test_message_registry.MessageRegistryTestCase) sushy.tests.unit.resources.registry.test_message_registry.MessageRegistryTestCase.test__parse_attributes_return ... WARNING [root] Applying default "" on required, but missing attribute "['Messages', 'Description']" WARNING [root] Applying default "Health.WARNING" on required, but missing attribute "['Messages', 'Severity']" WARNING [root] Applying default "" on required, but missing attribute "['Messages', 'Description']" WARNING [root] Applying default "Health.WARNING" on required, but missing attribute "['Messages', 'Severity']" ok test__parse_attributes_unknown_param_type (sushy.tests.unit.resources.registry.test_message_registry.MessageRegistryTestCase) sushy.tests.unit.resources.registry.test_message_registry.MessageRegistryTestCase.test__parse_attributes_unknown_param_type ... WARNING [root] Applying default "" on required, but missing attribute "['Messages', 'Description']" WARNING [root] Applying default "Health.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 "" on required, but missing attribute "['Messages', 'Description']" WARNING [root] Applying default "Health.WARNING" on required, but missing attribute "['Messages', 'Severity']" WARNING [root] Applying default "" on required, but missing attribute "['Messages', 'Description']" WARNING [root] Applying default "Health.WARNING" on required, but missing attribute "['Messages', 'Severity']" ok test_parse_message_bad_message_key_existing_message (sushy.tests.unit.resources.registry.test_message_registry.MessageRegistryTestCase) sushy.tests.unit.resources.registry.test_message_registry.MessageRegistryTestCase.test_parse_message_bad_message_key_existing_message ... WARNING [root] Applying default "" on required, but missing attribute "['Messages', 'Description']" WARNING [root] Applying default "Health.WARNING" on required, but missing attribute "['Messages', 'Severity']" WARNING [root] Applying default "" on required, but missing attribute "['Messages', 'Description']" WARNING [root] Applying default "Health.WARNING" on required, but missing attribute "['Messages', 'Severity']" WARNING [sushy.resources.registry.message_registry] Unable to find message for registry Test.1.0.0, message ID BadMessageKey ok test_parse_message_bad_message_key_no_existing_message (sushy.tests.unit.resources.registry.test_message_registry.MessageRegistryTestCase) sushy.tests.unit.resources.registry.test_message_registry.MessageRegistryTestCase.test_parse_message_bad_message_key_no_existing_message ... WARNING [root] Applying default "" on required, but missing attribute "['Messages', 'Description']" WARNING [root] Applying default "Health.WARNING" on required, but missing attribute "['Messages', 'Severity']" WARNING [root] Applying default "" on required, but missing attribute "['Messages', 'Description']" WARNING [root] Applying default "Health.WARNING" on required, but missing attribute "['Messages', 'Severity']" WARNING [sushy.resources.registry.message_registry] Unable to find message for registry Test.1.0.0, message ID BadMessageKey ok test_parse_message_bad_registry (sushy.tests.unit.resources.registry.test_message_registry.MessageRegistryTestCase) sushy.tests.unit.resources.registry.test_message_registry.MessageRegistryTestCase.test_parse_message_bad_registry ... WARNING [root] Applying default "" on required, but missing attribute "['Messages', 'Description']" WARNING [root] Applying default "Health.WARNING" on required, but missing attribute "['Messages', 'Severity']" WARNING [root] Applying default "" on required, but missing attribute "['Messages', 'Description']" WARNING [root] Applying default "Health.WARNING" on required, but missing attribute "['Messages', 'Severity']" WARNING [sushy.resources.registry.message_registry] Unable to find message for registry BadRegistry, message ID TooBig ok test_parse_message_fallback_failed (sushy.tests.unit.resources.registry.test_message_registry.MessageRegistryTestCase) sushy.tests.unit.resources.registry.test_message_registry.MessageRegistryTestCase.test_parse_message_fallback_failed ... WARNING [root] Applying default "" on required, but missing attribute "['Messages', 'Description']" WARNING [root] Applying default "Health.WARNING" on required, but missing attribute "['Messages', 'Severity']" WARNING [root] Applying default "" on required, but missing attribute "['Messages', 'Description']" WARNING [root] Applying default "Health.WARNING" on required, but missing attribute "['Messages', 'Severity']" WARNING [sushy.resources.registry.message_registry] Unable to find message for registry unknown, message ID BadMessageKey ok test_parse_message_fallback_to_basemessages (sushy.tests.unit.resources.registry.test_message_registry.MessageRegistryTestCase) sushy.tests.unit.resources.registry.test_message_registry.MessageRegistryTestCase.test_parse_message_fallback_to_basemessages ... WARNING [root] Applying default "" on required, but missing attribute "['Messages', 'Description']" WARNING [root] Applying default "Health.WARNING" on required, but missing attribute "['Messages', 'Severity']" WARNING [root] Applying default "" on required, but missing attribute "['Messages', 'Description']" WARNING [root] Applying default "Health.WARNING" on required, but missing attribute "['Messages', 'Severity']" ok test_parse_message_fallback_to_messages (sushy.tests.unit.resources.registry.test_message_registry.MessageRegistryTestCase) sushy.tests.unit.resources.registry.test_message_registry.MessageRegistryTestCase.test_parse_message_fallback_to_messages ... WARNING [root] Applying default "" on required, but missing attribute "['Messages', 'Description']" WARNING [root] Applying default "Health.WARNING" on required, but missing attribute "['Messages', 'Severity']" WARNING [root] Applying default "" on required, but missing attribute "['Messages', 'Description']" WARNING [root] Applying default "Health.WARNING" on required, but missing attribute "['Messages', 'Severity']" ok test_parse_message_multiple_registries (sushy.tests.unit.resources.registry.test_message_registry.MessageRegistryTestCase) sushy.tests.unit.resources.registry.test_message_registry.MessageRegistryTestCase.test_parse_message_multiple_registries ... WARNING [root] Applying default "" on required, but missing attribute "['Messages', 'Description']" WARNING [root] Applying default "Health.WARNING" on required, but missing attribute "['Messages', 'Severity']" WARNING [root] Applying default "" on required, but missing attribute "['Messages', 'Description']" WARNING [root] Applying default "Health.WARNING" on required, but missing attribute "['Messages', 'Severity']" ok test_parse_message_not_enough_args (sushy.tests.unit.resources.registry.test_message_registry.MessageRegistryTestCase) sushy.tests.unit.resources.registry.test_message_registry.MessageRegistryTestCase.test_parse_message_not_enough_args ... WARNING [root] Applying default "" on required, but missing attribute "['Messages', 'Description']" WARNING [root] Applying default "Health.WARNING" on required, but missing attribute "['Messages', 'Severity']" WARNING [root] Applying default "" on required, but missing attribute "['Messages', 'Description']" WARNING [root] Applying default "Health.WARNING" on required, but missing attribute "['Messages', 'Severity']" 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 "" on required, but missing attribute "['Messages', 'Description']" WARNING [root] Applying default "Health.WARNING" on required, but missing attribute "['Messages', 'Severity']" WARNING [root] Applying default "" on required, but missing attribute "['Messages', 'Description']" WARNING [root] Applying default "Health.WARNING" on required, but missing attribute "['Messages', 'Severity']" ok test__parse_attributes (sushy.tests.unit.resources.registry.test_attribute_registry.AttributeRegistryTestCase) sushy.tests.unit.resources.registry.test_attribute_registry.AttributeRegistryTestCase.test__parse_attributes ... ok test_get_bios_registry_uri (sushy.tests.unit.resources.registry.test_message_registry_file.BiosRegistryTestCase) sushy.tests.unit.resources.registry.test_message_registry_file.BiosRegistryTestCase.test_get_bios_registry_uri ... 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__parse_attributes_return (sushy.tests.unit.resources.registry.test_message_registry_file.MessageRegistryFileTestCase) sushy.tests.unit.resources.registry.test_message_registry_file.MessageRegistryFileTestCase.test__parse_attributes_return ... 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_loading_type_fails (sushy.tests.unit.resources.registry.test_message_registry_file.MessageRegistryFileTestCase) sushy.tests.unit.resources.registry.test_message_registry_file.MessageRegistryFileTestCase.test_get_message_registry_loading_type_fails ... 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 ... 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 ... 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 ... 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_create_member (sushy.tests.unit.resources.certificateservice.test_certificate.CertificateCollectionTestCase) sushy.tests.unit.resources.certificateservice.test_certificate.CertificateCollectionTestCase.test_create_member ... ok test_create_member_no_location (sushy.tests.unit.resources.certificateservice.test_certificate.CertificateCollectionTestCase) sushy.tests.unit.resources.certificateservice.test_certificate.CertificateCollectionTestCase.test_create_member_no_location ... ok test_delete_member (sushy.tests.unit.resources.certificateservice.test_certificate.CertificateCollectionTestCase) sushy.tests.unit.resources.certificateservice.test_certificate.CertificateCollectionTestCase.test_delete_member ... ok test_get_member (sushy.tests.unit.resources.certificateservice.test_certificate.CertificateCollectionTestCase) sushy.tests.unit.resources.certificateservice.test_certificate.CertificateCollectionTestCase.test_get_member ... ok test__parse_attributes (sushy.tests.unit.resources.certificateservice.test_certificate.CertificateTestCase) sushy.tests.unit.resources.certificateservice.test_certificate.CertificateTestCase.test__parse_attributes ... ok test__parse_attributes (sushy.tests.unit.resources.certificateservice.test_certificateservice.CertificateServiceTestCase) sushy.tests.unit.resources.certificateservice.test_certificateservice.CertificateServiceTestCase.test__parse_attributes ... ok test_ceritificate_locations (sushy.tests.unit.resources.certificateservice.test_certificateservice.CertificateServiceTestCase) sushy.tests.unit.resources.certificateservice.test_certificateservice.CertificateServiceTestCase.test_ceritificate_locations ... ok test_replace_certificate (sushy.tests.unit.resources.certificateservice.test_certificateservice.CertificateServiceTestCase) sushy.tests.unit.resources.certificateservice.test_certificateservice.CertificateServiceTestCase.test_replace_certificate ... ok test_replace_certificate_wrong_type (sushy.tests.unit.resources.certificateservice.test_certificateservice.CertificateServiceTestCase) sushy.tests.unit.resources.certificateservice.test_certificateservice.CertificateServiceTestCase.test_replace_certificate_wrong_type ... ok test__parse_attributes (sushy.tests.unit.resources.manager.test_virtual_media.VirtualMediaTestCase) sushy.tests.unit.resources.manager.test_virtual_media.VirtualMediaTestCase.test__parse_attributes ... ok test__parse_attributes_return (sushy.tests.unit.resources.manager.test_virtual_media.VirtualMediaTestCase) sushy.tests.unit.resources.manager.test_virtual_media.VirtualMediaTestCase.test__parse_attributes_return ... ok test_certificate_collection (sushy.tests.unit.resources.manager.test_virtual_media.VirtualMediaTestCase) sushy.tests.unit.resources.manager.test_virtual_media.VirtualMediaTestCase.test_certificate_collection ... 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_fallback (sushy.tests.unit.resources.manager.test_virtual_media.VirtualMediaTestCase) sushy.tests.unit.resources.manager.test_virtual_media.VirtualMediaTestCase.test_eject_media_fallback ... ok test_eject_media_fallback_with_etag (sushy.tests.unit.resources.manager.test_virtual_media.VirtualMediaTestCase) sushy.tests.unit.resources.manager.test_virtual_media.VirtualMediaTestCase.test_eject_media_fallback_with_etag ... ok test_eject_media_fallback_with_weak_etag (sushy.tests.unit.resources.manager.test_virtual_media.VirtualMediaTestCase) sushy.tests.unit.resources.manager.test_virtual_media.VirtualMediaTestCase.test_eject_media_fallback_with_weak_etag ... 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_credentials (sushy.tests.unit.resources.manager.test_virtual_media.VirtualMediaTestCase) sushy.tests.unit.resources.manager.test_virtual_media.VirtualMediaTestCase.test_insert_media_credentials ... ok test_insert_media_fallback (sushy.tests.unit.resources.manager.test_virtual_media.VirtualMediaTestCase) sushy.tests.unit.resources.manager.test_virtual_media.VirtualMediaTestCase.test_insert_media_fallback ... ok test_insert_media_fallback_with_etag (sushy.tests.unit.resources.manager.test_virtual_media.VirtualMediaTestCase) sushy.tests.unit.resources.manager.test_virtual_media.VirtualMediaTestCase.test_insert_media_fallback_with_etag ... ok test_insert_media_fallback_with_weak_etag (sushy.tests.unit.resources.manager.test_virtual_media.VirtualMediaTestCase) sushy.tests.unit.resources.manager.test_virtual_media.VirtualMediaTestCase.test_insert_media_fallback_with_weak_etag ... 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_insert_media_rf_default (sushy.tests.unit.resources.manager.test_virtual_media.VirtualMediaTestCase) sushy.tests.unit.resources.manager.test_virtual_media.VirtualMediaTestCase.test_insert_media_rf_default ... ok test_insert_media_transfer_method (sushy.tests.unit.resources.manager.test_virtual_media.VirtualMediaTestCase) sushy.tests.unit.resources.manager.test_virtual_media.VirtualMediaTestCase.test_insert_media_transfer_method ... ok test_insert_media_transfer_method_wrong_input (sushy.tests.unit.resources.manager.test_virtual_media.VirtualMediaTestCase) sushy.tests.unit.resources.manager.test_virtual_media.VirtualMediaTestCase.test_insert_media_transfer_method_wrong_input ... ok test_is_transfer_protocol_required (sushy.tests.unit.resources.manager.test_virtual_media.VirtualMediaTestCase) sushy.tests.unit.resources.manager.test_virtual_media.VirtualMediaTestCase.test_is_transfer_protocol_required ... ok test_is_transfer_protocol_required_alt_code (sushy.tests.unit.resources.manager.test_virtual_media.VirtualMediaTestCase) sushy.tests.unit.resources.manager.test_virtual_media.VirtualMediaTestCase.test_is_transfer_protocol_required_alt_code ... ok test_set_verify_certificate (sushy.tests.unit.resources.manager.test_virtual_media.VirtualMediaTestCase) sushy.tests.unit.resources.manager.test_virtual_media.VirtualMediaTestCase.test_set_verify_certificate ... ok test_set_verify_certificate_wrong_input (sushy.tests.unit.resources.manager.test_virtual_media.VirtualMediaTestCase) sushy.tests.unit.resources.manager.test_virtual_media.VirtualMediaTestCase.test_set_verify_certificate_wrong_input ... 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__create_subscription_with_empty_context (sushy.tests.unit.resources.eventservice.test_evendestination.EventDestinationCollectionTestCase) sushy.tests.unit.resources.eventservice.test_evendestination.EventDestinationCollectionTestCase.test__create_subscription_with_empty_context ... ok test__create_subscription_with_invalid_event_type (sushy.tests.unit.resources.eventservice.test_evendestination.EventDestinationCollectionTestCase) sushy.tests.unit.resources.eventservice.test_evendestination.EventDestinationCollectionTestCase.test__create_subscription_with_invalid_event_type ... ok test__create_subscription_with_required_parameters (sushy.tests.unit.resources.eventservice.test_evendestination.EventDestinationCollectionTestCase) sushy.tests.unit.resources.eventservice.test_evendestination.EventDestinationCollectionTestCase.test__create_subscription_with_required_parameters ... ok test_get_member (sushy.tests.unit.resources.eventservice.test_evendestination.EventDestinationCollectionTestCase) sushy.tests.unit.resources.eventservice.test_evendestination.EventDestinationCollectionTestCase.test_get_member ... ok test_get_members (sushy.tests.unit.resources.eventservice.test_evendestination.EventDestinationCollectionTestCase) sushy.tests.unit.resources.eventservice.test_evendestination.EventDestinationCollectionTestCase.test_get_members ... ok test__delete (sushy.tests.unit.resources.eventservice.test_evendestination.EventDestinationTestCase) sushy.tests.unit.resources.eventservice.test_evendestination.EventDestinationTestCase.test__delete ... ok test__parse_attributes (sushy.tests.unit.resources.eventservice.test_evendestination.EventDestinationTestCase) sushy.tests.unit.resources.eventservice.test_evendestination.EventDestinationTestCase.test__parse_attributes ... ok test__eventservice_missing_action (sushy.tests.unit.resources.eventservice.test_eventservice.EventServiceTestCase) sushy.tests.unit.resources.eventservice.test_eventservice.EventServiceTestCase.test__eventservice_missing_action ... ok test__get_event_types_for_subscription (sushy.tests.unit.resources.eventservice.test_eventservice.EventServiceTestCase) sushy.tests.unit.resources.eventservice.test_eventservice.EventServiceTestCase.test__get_event_types_for_subscription ... ok test__missing_submit_test_event_target (sushy.tests.unit.resources.eventservice.test_eventservice.EventServiceTestCase) sushy.tests.unit.resources.eventservice.test_eventservice.EventServiceTestCase.test__missing_submit_test_event_target ... ok test__no_event_types_for_subscription (sushy.tests.unit.resources.eventservice.test_eventservice.EventServiceTestCase) sushy.tests.unit.resources.eventservice.test_eventservice.EventServiceTestCase.test__no_event_types_for_subscription ... WARNING [sushy.resources.eventservice.eventservice] Could not figure out the Event types supported by the EventService EventService ok test__parse_attributes (sushy.tests.unit.resources.eventservice.test_eventservice.EventServiceTestCase) sushy.tests.unit.resources.eventservice.test_eventservice.EventServiceTestCase.test__parse_attributes ... ok test__submit_test_event (sushy.tests.unit.resources.eventservice.test_eventservice.EventServiceTestCase) sushy.tests.unit.resources.eventservice.test_eventservice.EventServiceTestCase.test__submit_test_event ... ok test__parse_attributes (sushy.tests.unit.resources.taskservice.test_taskservice.TaskServiceTestCase) sushy.tests.unit.resources.taskservice.test_taskservice.TaskServiceTestCase.test__parse_attributes ... ok test_tasks (sushy.tests.unit.resources.taskservice.test_taskservice.TaskServiceTestCase) sushy.tests.unit.resources.taskservice.test_taskservice.TaskServiceTestCase.test_tasks ... ok test__parse_attributes (sushy.tests.unit.resources.taskservice.test_task.TaskCollectionTestCase) sushy.tests.unit.resources.taskservice.test_task.TaskCollectionTestCase.test__parse_attributes ... ok test_get_member (sushy.tests.unit.resources.taskservice.test_task.TaskCollectionTestCase) sushy.tests.unit.resources.taskservice.test_task.TaskCollectionTestCase.test_get_member ... ok test_get_members (sushy.tests.unit.resources.taskservice.test_task.TaskCollectionTestCase) sushy.tests.unit.resources.taskservice.test_task.TaskCollectionTestCase.test_get_members ... ok test_summary (sushy.tests.unit.resources.taskservice.test_task.TaskCollectionTestCase) sushy.tests.unit.resources.taskservice.test_task.TaskCollectionTestCase.test_summary ... ok test_summary_on_refresh (sushy.tests.unit.resources.taskservice.test_task.TaskCollectionTestCase) sushy.tests.unit.resources.taskservice.test_task.TaskCollectionTestCase.test_summary_on_refresh ... ok test__parse_attributes (sushy.tests.unit.resources.taskservice.test_task.TaskTestCase) sushy.tests.unit.resources.taskservice.test_task.TaskTestCase.test__parse_attributes ... ok test_is_processing_false (sushy.tests.unit.resources.taskservice.test_task.TaskTestCase) sushy.tests.unit.resources.taskservice.test_task.TaskTestCase.test_is_processing_false ... ok test_is_processing_true (sushy.tests.unit.resources.taskservice.test_task.TaskTestCase) sushy.tests.unit.resources.taskservice.test_task.TaskTestCase.test_is_processing_true ... ok test_parse_messages (sushy.tests.unit.resources.taskservice.test_task.TaskTestCase) sushy.tests.unit.resources.taskservice.test_task.TaskTestCase.test_parse_messages ... 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__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_firmware_inventory_when_fw_inv_absent (sushy.tests.unit.resources.updateservice.test_updateservice.UpdateServiceNoInvTestCase) sushy.tests.unit.resources.updateservice.test_updateservice.UpdateServiceNoInvTestCase.test_firmware_inventory_when_fw_inv_absent ... ok test_software_inventory_when_sw_inv_absent (sushy.tests.unit.resources.updateservice.test_updateservice.UpdateServiceNoInvTestCase) sushy.tests.unit.resources.updateservice.test_updateservice.UpdateServiceNoInvTestCase.test_software_inventory_when_sw_inv_absent ... 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: CIFS, FTP, SFTP, HTTP, HTTPS, SCP, TFTP, OEM, NFS 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_missing_location (sushy.tests.unit.resources.updateservice.test_updateservice.UpdateServiceTestCase) sushy.tests.unit.resources.updateservice.test_updateservice.UpdateServiceTestCase.test_simple_update_missing_location ... 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: CIFS, FTP, SFTP, HTTP, HTTPS, SCP, TFTP, OEM, NFS ok test_simple_update_task_uri (sushy.tests.unit.resources.updateservice.test_updateservice.UpdateServiceTestCase) sushy.tests.unit.resources.updateservice.test_updateservice.UpdateServiceTestCase.test_simple_update_task_uri ... 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: CIFS, FTP, SFTP, HTTP, HTTPS, SCP, TFTP, OEM, NFS 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.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_get_members (sushy.tests.unit.resources.updateservice.test_softwareinventory.SoftwareInventoryCollectionTestCase) sushy.tests.unit.resources.updateservice.test_softwareinventory.SoftwareInventoryCollectionTestCase.test_get_members ... 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_return (sushy.tests.unit.resources.updateservice.test_softwareinventory.SoftwareInventoryTestCase) sushy.tests.unit.resources.updateservice.test_softwareinventory.SoftwareInventoryTestCase.test__parse_attributes_return ... 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.compositionservice.test_compositionservice.CompositionServiceTestCase) sushy.tests.unit.resources.compositionservice.test_compositionservice.CompositionServiceTestCase.test__parse_attributes ... ok test_get_resource_blocks (sushy.tests.unit.resources.compositionservice.test_compositionservice.CompositionServiceTestCase) sushy.tests.unit.resources.compositionservice.test_compositionservice.CompositionServiceTestCase.test_get_resource_blocks ... ok test_get_resource_zones (sushy.tests.unit.resources.compositionservice.test_compositionservice.CompositionServiceTestCase) sushy.tests.unit.resources.compositionservice.test_compositionservice.CompositionServiceTestCase.test_get_resource_zones ... 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.chassis.test_power.PowerTestCase) sushy.tests.unit.resources.chassis.test_power.PowerTestCase.test__parse_attributes ... ok test__parse_attributes_return (sushy.tests.unit.resources.chassis.test_power.PowerTestCase) sushy.tests.unit.resources.chassis.test_power.PowerTestCase.test__parse_attributes_return ... 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_return (sushy.tests.unit.resources.chassis.test_thermal.ThermalTestCase) sushy.tests.unit.resources.chassis.test_thermal.ThermalTestCase.test__parse_attributes_return ... 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__parse_attributes_return (sushy.tests.unit.resources.chassis.test_chassis.ChassisTestCase) sushy.tests.unit.resources.chassis.test_chassis.ChassisTestCase.test__parse_attributes_return ... 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_network_adapters (sushy.tests.unit.resources.chassis.test_chassis.ChassisTestCase) sushy.tests.unit.resources.chassis.test_chassis.ChassisTestCase.test_network_adapters ... ok test_network_adapters_cached (sushy.tests.unit.resources.chassis.test_chassis.ChassisTestCase) sushy.tests.unit.resources.chassis.test_chassis.ChassisTestCase.test_network_adapters_cached ... ok test_network_adapters_refresh (sushy.tests.unit.resources.chassis.test_chassis.ChassisTestCase) sushy.tests.unit.resources.chassis.test_chassis.ChassisTestCase.test_network_adapters_refresh ... 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_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_volumes (sushy.tests.unit.resources.system.storage.test_drive.DriveTestCase) sushy.tests.unit.resources.system.storage.test_drive.DriveTestCase.test_volumes ... 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_immediate (sushy.tests.unit.resources.system.storage.test_volume.VolumeCollectionTestCase) sushy.tests.unit.resources.system.storage.test_volume.VolumeCollectionTestCase.test_create_immediate ... ok test_create_on_reset (sushy.tests.unit.resources.system.storage.test_volume.VolumeCollectionTestCase) sushy.tests.unit.resources.system.storage.test_volume.VolumeCollectionTestCase.test_create_on_reset ... 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_immediate (sushy.tests.unit.resources.system.storage.test_volume.VolumeTestCase) sushy.tests.unit.resources.system.storage.test_volume.VolumeTestCase.test_delete_immediate ... ok test_delete_on_reset (sushy.tests.unit.resources.system.storage.test_volume.VolumeTestCase) sushy.tests.unit.resources.system.storage.test_volume.VolumeTestCase.test_delete_on_reset ... ok test_delete_raise_on_501_other (sushy.tests.unit.resources.system.storage.test_volume.VolumeTestCase) sushy.tests.unit.resources.system.storage.test_volume.VolumeTestCase.test_delete_raise_on_501_other ... ok test_delete_retry_on_501_sys029_apply_time (sushy.tests.unit.resources.system.storage.test_volume.VolumeTestCase) sushy.tests.unit.resources.system.storage.test_volume.VolumeTestCase.test_delete_retry_on_501_sys029_apply_time ... ok test_delete_retry_on_501_sys029_other (sushy.tests.unit.resources.system.storage.test_volume.VolumeTestCase) sushy.tests.unit.resources.system.storage.test_volume.VolumeTestCase.test_delete_retry_on_501_sys029_other ... ok test_initialize_immediate (sushy.tests.unit.resources.system.storage.test_volume.VolumeTestCase) sushy.tests.unit.resources.system.storage.test_volume.VolumeTestCase.test_initialize_immediate ... ok test_initialize_on_reset (sushy.tests.unit.resources.system.storage.test_volume.VolumeTestCase) sushy.tests.unit.resources.system.storage.test_volume.VolumeTestCase.test_initialize_on_reset ... ok test__parse_attributes (sushy.tests.unit.resources.system.test_secure_boot.SecureBootTestCase) sushy.tests.unit.resources.system.test_secure_boot.SecureBootTestCase.test__parse_attributes ... ok test_databases (sushy.tests.unit.resources.system.test_secure_boot.SecureBootTestCase) sushy.tests.unit.resources.system.test_secure_boot.SecureBootTestCase.test_databases ... ok test_get_allowed_reset_keys_values (sushy.tests.unit.resources.system.test_secure_boot.SecureBootTestCase) sushy.tests.unit.resources.system.test_secure_boot.SecureBootTestCase.test_get_allowed_reset_keys_values ... ok test_get_allowed_reset_keys_values_custom_values (sushy.tests.unit.resources.system.test_secure_boot.SecureBootTestCase) sushy.tests.unit.resources.system.test_secure_boot.SecureBootTestCase.test_get_allowed_reset_keys_values_custom_values ... ok test_get_allowed_reset_keys_values_no_values (sushy.tests.unit.resources.system.test_secure_boot.SecureBootTestCase) sushy.tests.unit.resources.system.test_secure_boot.SecureBootTestCase.test_get_allowed_reset_keys_values_no_values ... ok test_reset_keys (sushy.tests.unit.resources.system.test_secure_boot.SecureBootTestCase) sushy.tests.unit.resources.system.test_secure_boot.SecureBootTestCase.test_reset_keys ... ok test_reset_keys_wrong_value (sushy.tests.unit.resources.system.test_secure_boot.SecureBootTestCase) sushy.tests.unit.resources.system.test_secure_boot.SecureBootTestCase.test_reset_keys_wrong_value ... ok test_set_enabled (sushy.tests.unit.resources.system.test_secure_boot.SecureBootTestCase) sushy.tests.unit.resources.system.test_secure_boot.SecureBootTestCase.test_set_enabled ... ok test_set_enabled_wrong_type (sushy.tests.unit.resources.system.test_secure_boot.SecureBootTestCase) sushy.tests.unit.resources.system.test_secure_boot.SecureBootTestCase.test_set_enabled_wrong_type ... ok test__parse_attributes (sushy.tests.unit.resources.system.network.test_port.NetworkPortCollectionTestCase) sushy.tests.unit.resources.system.network.test_port.NetworkPortCollectionTestCase.test__parse_attributes ... ok test_get_member (sushy.tests.unit.resources.system.network.test_port.NetworkPortCollectionTestCase) sushy.tests.unit.resources.system.network.test_port.NetworkPortCollectionTestCase.test_get_member ... ok test_get_members (sushy.tests.unit.resources.system.network.test_port.NetworkPortCollectionTestCase) sushy.tests.unit.resources.system.network.test_port.NetworkPortCollectionTestCase.test_get_members ... ok test__parse_attributes (sushy.tests.unit.resources.system.network.test_port.NetworkPortTestCase) sushy.tests.unit.resources.system.network.test_port.NetworkPortTestCase.test__parse_attributes ... ok test__parse_attributes (sushy.tests.unit.resources.system.network.test_device_function.NetworkDeviceFunctionCollectionTestCase) sushy.tests.unit.resources.system.network.test_device_function.NetworkDeviceFunctionCollectionTestCase.test__parse_attributes ... ok test_get_member (sushy.tests.unit.resources.system.network.test_device_function.NetworkDeviceFunctionCollectionTestCase) sushy.tests.unit.resources.system.network.test_device_function.NetworkDeviceFunctionCollectionTestCase.test_get_member ... ok test_get_members (sushy.tests.unit.resources.system.network.test_device_function.NetworkDeviceFunctionCollectionTestCase) sushy.tests.unit.resources.system.network.test_device_function.NetworkDeviceFunctionCollectionTestCase.test_get_members ... ok test__parse_attributes (sushy.tests.unit.resources.system.network.test_device_function.NetworkDeviceFunctionTestCase) sushy.tests.unit.resources.system.network.test_device_function.NetworkDeviceFunctionTestCase.test__parse_attributes ... ok test__parse_attributes (sushy.tests.unit.resources.system.network.test_adapter.NetworkAdapterCollectionTestCase) sushy.tests.unit.resources.system.network.test_adapter.NetworkAdapterCollectionTestCase.test__parse_attributes ... ok test_get_member (sushy.tests.unit.resources.system.network.test_adapter.NetworkAdapterCollectionTestCase) sushy.tests.unit.resources.system.network.test_adapter.NetworkAdapterCollectionTestCase.test_get_member ... ok test_get_members (sushy.tests.unit.resources.system.network.test_adapter.NetworkAdapterCollectionTestCase) sushy.tests.unit.resources.system.network.test_adapter.NetworkAdapterCollectionTestCase.test_get_members ... ok test__parse_attributes (sushy.tests.unit.resources.system.network.test_adapter.NetworkAdapterTestCase) sushy.tests.unit.resources.system.network.test_adapter.NetworkAdapterTestCase.test__parse_attributes ... ok test_network_device_functions (sushy.tests.unit.resources.system.network.test_adapter.NetworkAdapterTestCase) sushy.tests.unit.resources.system.network.test_adapter.NetworkAdapterTestCase.test_network_device_functions ... ok test_network_device_functions_cached (sushy.tests.unit.resources.system.network.test_adapter.NetworkAdapterTestCase) sushy.tests.unit.resources.system.network.test_adapter.NetworkAdapterTestCase.test_network_device_functions_cached ... ok test_network_device_functions_refresh (sushy.tests.unit.resources.system.network.test_adapter.NetworkAdapterTestCase) sushy.tests.unit.resources.system.network.test_adapter.NetworkAdapterTestCase.test_network_device_functions_refresh ... ok test_network_ports (sushy.tests.unit.resources.system.network.test_adapter.NetworkAdapterTestCase) sushy.tests.unit.resources.system.network.test_adapter.NetworkAdapterTestCase.test_network_ports ... ok test_network_ports_cached (sushy.tests.unit.resources.system.network.test_adapter.NetworkAdapterTestCase) sushy.tests.unit.resources.system.network.test_adapter.NetworkAdapterTestCase.test_network_ports_cached ... ok test_network_ports_refresh (sushy.tests.unit.resources.system.network.test_adapter.NetworkAdapterTestCase) sushy.tests.unit.resources.system.network.test_adapter.NetworkAdapterTestCase.test_network_ports_refresh ... 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_secure_boot_database.SecureBootDatabaseCollectionTestCase) sushy.tests.unit.resources.system.test_secure_boot_database.SecureBootDatabaseCollectionTestCase.test__parse_attributes ... ok test_get_member (sushy.tests.unit.resources.system.test_secure_boot_database.SecureBootDatabaseCollectionTestCase) sushy.tests.unit.resources.system.test_secure_boot_database.SecureBootDatabaseCollectionTestCase.test_get_member ... ok test_get_members (sushy.tests.unit.resources.system.test_secure_boot_database.SecureBootDatabaseCollectionTestCase) sushy.tests.unit.resources.system.test_secure_boot_database.SecureBootDatabaseCollectionTestCase.test_get_members ... ok test__parse_attributes (sushy.tests.unit.resources.system.test_secure_boot_database.SecureBootDatabaseTestCase) sushy.tests.unit.resources.system.test_secure_boot_database.SecureBootDatabaseTestCase.test__parse_attributes ... ok test_get_allowed_reset_keys_values (sushy.tests.unit.resources.system.test_secure_boot_database.SecureBootDatabaseTestCase) sushy.tests.unit.resources.system.test_secure_boot_database.SecureBootDatabaseTestCase.test_get_allowed_reset_keys_values ... ok test_get_allowed_reset_keys_values_custom_values (sushy.tests.unit.resources.system.test_secure_boot_database.SecureBootDatabaseTestCase) sushy.tests.unit.resources.system.test_secure_boot_database.SecureBootDatabaseTestCase.test_get_allowed_reset_keys_values_custom_values ... ok test_get_allowed_reset_keys_values_no_values (sushy.tests.unit.resources.system.test_secure_boot_database.SecureBootDatabaseTestCase) sushy.tests.unit.resources.system.test_secure_boot_database.SecureBootDatabaseTestCase.test_get_allowed_reset_keys_values_no_values ... ok test_reset_keys (sushy.tests.unit.resources.system.test_secure_boot_database.SecureBootDatabaseTestCase) sushy.tests.unit.resources.system.test_secure_boot_database.SecureBootDatabaseTestCase.test_reset_keys ... ok test_reset_keys_wrong_value (sushy.tests.unit.resources.system.test_secure_boot_database.SecureBootDatabaseTestCase) sushy.tests.unit.resources.system.test_secure_boot_database.SecureBootDatabaseTestCase.test_reset_keys_wrong_value ... 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 "" on required, but missing attribute "['Messages', 'Description']" WARNING [root] Applying default "Health.WARNING" on required, but missing attribute "['Messages', 'Severity']" 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 "" on required, but missing attribute "['Messages', 'Description']" WARNING [root] Applying default "Health.WARNING" on required, but missing attribute "['Messages', 'Severity']" 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 "" on required, but missing attribute "['Messages', 'Description']" WARNING [root] Applying default "Health.WARNING" on required, but missing attribute "['Messages', 'Severity']" 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 "" on required, but missing attribute "['Messages', 'Description']" WARNING [root] Applying default "Health.WARNING" on required, but missing attribute "['Messages', 'Severity']" 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 "" on required, but missing attribute "['Messages', 'Description']" WARNING [root] Applying default "Health.WARNING" on required, but missing attribute "['Messages', 'Severity']" ok test__parse_attributes_return (sushy.tests.unit.resources.system.test_bios.BiosTestCase) sushy.tests.unit.resources.system.test_bios.BiosTestCase.test__parse_attributes_return ... WARNING [root] Applying default "" on required, but missing attribute "['Messages', 'Description']" WARNING [root] Applying default "Health.WARNING" on required, but missing attribute "['Messages', 'Severity']" 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 "" on required, but missing attribute "['Messages', 'Description']" WARNING [root] Applying default "Health.WARNING" on required, but missing attribute "['Messages', 'Severity']" 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 "" on required, but missing attribute "['Messages', 'Description']" WARNING [root] Applying default "Health.WARNING" on required, but missing attribute "['Messages', 'Severity']" 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 "" on required, but missing attribute "['Messages', 'Description']" WARNING [root] Applying default "Health.WARNING" on required, but missing attribute "['Messages', 'Severity']" ok test_get_attribute_registry (sushy.tests.unit.resources.system.test_bios.BiosTestCase) sushy.tests.unit.resources.system.test_bios.BiosTestCase.test_get_attribute_registry ... WARNING [root] Applying default "" on required, but missing attribute "['Messages', 'Description']" WARNING [root] Applying default "Health.WARNING" on required, but missing attribute "['Messages', 'Severity']" ok test_get_attribute_registry_by_key (sushy.tests.unit.resources.system.test_bios.BiosTestCase) sushy.tests.unit.resources.system.test_bios.BiosTestCase.test_get_attribute_registry_by_key ... WARNING [root] Applying default "" on required, but missing attribute "['Messages', 'Description']" WARNING [root] Applying default "Health.WARNING" on required, but missing attribute "['Messages', 'Severity']" ok test_get_attribute_registry_no_lang (sushy.tests.unit.resources.system.test_bios.BiosTestCase) sushy.tests.unit.resources.system.test_bios.BiosTestCase.test_get_attribute_registry_no_lang ... WARNING [root] Applying default "" on required, but missing attribute "['Messages', 'Description']" WARNING [root] Applying default "Health.WARNING" on required, but missing attribute "['Messages', 'Severity']" ok test_get_attribute_registry_not_found (sushy.tests.unit.resources.system.test_bios.BiosTestCase) sushy.tests.unit.resources.system.test_bios.BiosTestCase.test_get_attribute_registry_not_found ... WARNING [root] Applying default "" on required, but missing attribute "['Messages', 'Description']" WARNING [root] Applying default "Health.WARNING" on required, but missing attribute "['Messages', 'Severity']" 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 "" on required, but missing attribute "['Messages', 'Description']" WARNING [root] Applying default "Health.WARNING" on required, but missing attribute "['Messages', 'Severity']" ok test_reset_bios_handle_http_error_400 (sushy.tests.unit.resources.system.test_bios.BiosTestCase) sushy.tests.unit.resources.system.test_bios.BiosTestCase.test_reset_bios_handle_http_error_400 ... WARNING [root] Applying default "" on required, but missing attribute "['Messages', 'Description']" WARNING [root] Applying default "Health.WARNING" on required, but missing attribute "['Messages', 'Severity']" 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 "" on required, but missing attribute "['Messages', 'Description']" WARNING [root] Applying default "Health.WARNING" on required, but missing attribute "['Messages', 'Severity']" 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 "" on required, but missing attribute "['Messages', 'Description']" WARNING [root] Applying default "Health.WARNING" on required, but missing attribute "['Messages', 'Severity']" 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 "" on required, but missing attribute "['Messages', 'Description']" WARNING [root] Applying default "Health.WARNING" on required, but missing attribute "['Messages', 'Severity']" 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 "" on required, but missing attribute "['Messages', 'Description']" WARNING [root] Applying default "Health.WARNING" on required, but missing attribute "['Messages', 'Severity']" ok test_set_attribute_apply_time (sushy.tests.unit.resources.system.test_bios.BiosTestCase) sushy.tests.unit.resources.system.test_bios.BiosTestCase.test_set_attribute_apply_time ... WARNING [root] Applying default "" on required, but missing attribute "['Messages', 'Description']" WARNING [root] Applying default "Health.WARNING" on required, but missing attribute "['Messages', 'Severity']" ok test_set_attribute_apply_time_with_maintenance_window (sushy.tests.unit.resources.system.test_bios.BiosTestCase) sushy.tests.unit.resources.system.test_bios.BiosTestCase.test_set_attribute_apply_time_with_maintenance_window ... WARNING [root] Applying default "" on required, but missing attribute "['Messages', 'Description']" WARNING [root] Applying default "Health.WARNING" on required, but missing attribute "['Messages', 'Severity']" 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 "" on required, but missing attribute "['Messages', 'Description']" WARNING [root] Applying default "Health.WARNING" on required, but missing attribute "['Messages', 'Severity']" 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 "" on required, but missing attribute "['Messages', 'Description']" WARNING [root] Applying default "Health.WARNING" on required, but missing attribute "['Messages', 'Severity']" ok test_set_attributes_apply_time (sushy.tests.unit.resources.system.test_bios.BiosTestCase) sushy.tests.unit.resources.system.test_bios.BiosTestCase.test_set_attributes_apply_time ... WARNING [root] Applying default "" on required, but missing attribute "['Messages', 'Description']" WARNING [root] Applying default "Health.WARNING" on required, but missing attribute "['Messages', 'Severity']" ok test_set_attributes_apply_time_missing (sushy.tests.unit.resources.system.test_bios.BiosTestCase) sushy.tests.unit.resources.system.test_bios.BiosTestCase.test_set_attributes_apply_time_missing ... WARNING [root] Applying default "" on required, but missing attribute "['Messages', 'Description']" WARNING [root] Applying default "Health.WARNING" on required, but missing attribute "['Messages', 'Severity']" ok test_set_attributes_apply_time_with_maintenance_window (sushy.tests.unit.resources.system.test_bios.BiosTestCase) sushy.tests.unit.resources.system.test_bios.BiosTestCase.test_set_attributes_apply_time_with_maintenance_window ... WARNING [root] Applying default "" on required, but missing attribute "['Messages', 'Description']" WARNING [root] Applying default "Health.WARNING" on required, but missing attribute "['Messages', 'Severity']" ok test_set_attributes_maint_window_duration_missing (sushy.tests.unit.resources.system.test_bios.BiosTestCase) sushy.tests.unit.resources.system.test_bios.BiosTestCase.test_set_attributes_maint_window_duration_missing ... WARNING [root] Applying default "" on required, but missing attribute "['Messages', 'Description']" WARNING [root] Applying default "Health.WARNING" on required, but missing attribute "['Messages', 'Severity']" ok test_set_attributes_maint_window_start_time_missing (sushy.tests.unit.resources.system.test_bios.BiosTestCase) sushy.tests.unit.resources.system.test_bios.BiosTestCase.test_set_attributes_maint_window_start_time_missing ... WARNING [root] Applying default "" on required, but missing attribute "['Messages', 'Description']" WARNING [root] Applying default "Health.WARNING" on required, but missing attribute "['Messages', 'Severity']" 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 "" on required, but missing attribute "['Messages', 'Description']" WARNING [root] Applying default "Health.WARNING" on required, but missing attribute "['Messages', 'Severity']" 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_sub_processors (sushy.tests.unit.resources.system.test_processor.ProcessorTestCase) sushy.tests.unit.resources.system.test_processor.ProcessorTestCase.test_sub_processors ... ok test_sub_processors_missing (sushy.tests.unit.resources.system.test_processor.ProcessorTestCase) sushy.tests.unit.resources.system.test_processor.ProcessorTestCase.test_sub_processors_missing ... 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__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__parse_attributes_return (sushy.tests.unit.resources.system.test_system.SystemTestCase) sushy.tests.unit.resources.system.test_system.SystemTestCase.test__parse_attributes_return ... 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_secure_boot (sushy.tests.unit.resources.system.test_system.SystemTestCase) sushy.tests.unit.resources.system.test_system.SystemTestCase.test_secure_boot ... 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_options (sushy.tests.unit.resources.system.test_system.SystemTestCase) sushy.tests.unit.resources.system.test_system.SystemTestCase.test_set_system_boot_options ... ok test_set_system_boot_options_invalid_enabled (sushy.tests.unit.resources.system.test_system.SystemTestCase) sushy.tests.unit.resources.system.test_system.SystemTestCase.test_set_system_boot_options_invalid_enabled ... ok test_set_system_boot_options_invalid_target (sushy.tests.unit.resources.system.test_system.SystemTestCase) sushy.tests.unit.resources.system.test_system.SystemTestCase.test_set_system_boot_options_invalid_target ... ok test_set_system_boot_options_no_freq_specified (sushy.tests.unit.resources.system.test_system.SystemTestCase) sushy.tests.unit.resources.system.test_system.SystemTestCase.test_set_system_boot_options_no_freq_specified ... ok test_set_system_boot_options_no_mode_specified (sushy.tests.unit.resources.system.test_system.SystemTestCase) sushy.tests.unit.resources.system.test_system.SystemTestCase.test_set_system_boot_options_no_mode_specified ... ok test_set_system_boot_options_no_target_specified (sushy.tests.unit.resources.system.test_system.SystemTestCase) sushy.tests.unit.resources.system.test_system.SystemTestCase.test_set_system_boot_options_no_target_specified ... ok test_set_system_boot_options_nothing_specified (sushy.tests.unit.resources.system.test_system.SystemTestCase) sushy.tests.unit.resources.system.test_system.SystemTestCase.test_set_system_boot_options_nothing_specified ... ok test_set_system_boot_options_settings_resource (sushy.tests.unit.resources.system.test_system.SystemTestCase) sushy.tests.unit.resources.system.test_system.SystemTestCase.test_set_system_boot_options_settings_resource ... ok test_set_system_boot_options_settings_resource_bootmode_only (sushy.tests.unit.resources.system.test_system.SystemTestCase) sushy.tests.unit.resources.system.test_system.SystemTestCase.test_set_system_boot_options_settings_resource_bootmode_only ... ok test_set_system_boot_options_settings_resource_lenovo (sushy.tests.unit.resources.system.test_system.SystemTestCase) sushy.tests.unit.resources.system.test_system.SystemTestCase.test_set_system_boot_options_settings_resource_lenovo ... ok test_set_system_boot_options_settings_resource_nokia (sushy.tests.unit.resources.system.test_system.SystemTestCase) sushy.tests.unit.resources.system.test_system.SystemTestCase.test_set_system_boot_options_settings_resource_nokia ... ok test_set_system_boot_options_supermicro_no_usb_cd_boot (sushy.tests.unit.resources.system.test_system.SystemTestCase) sushy.tests.unit.resources.system.test_system.SystemTestCase.test_set_system_boot_options_supermicro_no_usb_cd_boot ... ok test_set_system_boot_options_supermicro_usb_cd_boot (sushy.tests.unit.resources.system.test_system.SystemTestCase) sushy.tests.unit.resources.system.test_system.SystemTestCase.test_set_system_boot_options_supermicro_usb_cd_boot ... 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_set_system_boot_source_with_etag (sushy.tests.unit.resources.system.test_system.SystemTestCase) sushy.tests.unit.resources.system.test_system.SystemTestCase.test_set_system_boot_source_with_etag ... 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_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_invalid_mapping_definiton (sushy.tests.unit.resources.test_base.FieldTestCase) sushy.tests.unit.resources.test_base.FieldTestCase.test_invalid_mapping_definiton ... 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_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_delete_blocking (sushy.tests.unit.test_connector.ConnectorMethodsTestCase) sushy.tests.unit.test_connector.ConnectorMethodsTestCase.test_delete_blocking ... ok test_get (sushy.tests.unit.test_connector.ConnectorMethodsTestCase) sushy.tests.unit.test_connector.ConnectorMethodsTestCase.test_get ... ok test_get_blocking (sushy.tests.unit.test_connector.ConnectorMethodsTestCase) sushy.tests.unit.test_connector.ConnectorMethodsTestCase.test_get_blocking ... ok test_init_with_callback (sushy.tests.unit.test_connector.ConnectorMethodsTestCase) sushy.tests.unit.test_connector.ConnectorMethodsTestCase.test_init_with_callback ... 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_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_patch_blocking (sushy.tests.unit.test_connector.ConnectorMethodsTestCase) sushy.tests.unit.test_connector.ConnectorMethodsTestCase.test_patch_blocking ... ok test_post (sushy.tests.unit.test_connector.ConnectorMethodsTestCase) sushy.tests.unit.test_connector.ConnectorMethodsTestCase.test_post ... ok test_post_blocking (sushy.tests.unit.test_connector.ConnectorMethodsTestCase) sushy.tests.unit.test_connector.ConnectorMethodsTestCase.test_post_blocking ... ok test_put (sushy.tests.unit.test_connector.ConnectorMethodsTestCase) sushy.tests.unit.test_connector.ConnectorMethodsTestCase.test_put ... ok test_put_blocking (sushy.tests.unit.test_connector.ConnectorMethodsTestCase) sushy.tests.unit.test_connector.ConnectorMethodsTestCase.test_put_blocking ... 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__op_raises_connection_error (sushy.tests.unit.test_connector.ConnectorOpTestCase) sushy.tests.unit.test_connector.ConnectorOpTestCase.test__op_raises_connection_error ... 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 HTTPStatus.FORBIDDEN has no JSON body ERROR [sushy.connector] Authentication error detected. Cannot proceed: HTTP GET http://foo.bar returned code HTTPStatus.FORBIDDEN. unknown error Extended information: None ok test_access_error_basic_auth (sushy.tests.unit.test_connector.ConnectorOpTestCase) sushy.tests.unit.test_connector.ConnectorOpTestCase.test_access_error_basic_auth ... WARNING [sushy.exceptions] Error response from GET http://redfish/v1/SessionService with status code 403 has no JSON body ok test_access_error_on_session_post_does_not_retry (sushy.tests.unit.test_connector.ConnectorOpTestCase) sushy.tests.unit.test_connector.ConnectorOpTestCase.test_access_error_on_session_post_does_not_retry ... WARNING [sushy.exceptions] Error response from POST http://foo.bar/redfish/v1/SessionService/Sessions with status code HTTPStatus.FORBIDDEN has no JSON body ERROR [sushy.connector] Authentication to the session service failed. Please check credentials and try again. ok test_access_error_service_session_no_auth (sushy.tests.unit.test_connector.ConnectorOpTestCase) sushy.tests.unit.test_connector.ConnectorOpTestCase.test_access_error_service_session_no_auth ... WARNING [sushy.exceptions] Error response from GET http://redfish/v1/SessionService with status code HTTPStatus.FORBIDDEN has no JSON body ok test_access_error_service_session_reauth (sushy.tests.unit.test_connector.ConnectorOpTestCase) sushy.tests.unit.test_connector.ConnectorOpTestCase.test_access_error_service_session_reauth ... WARNING [sushy.exceptions] Error response from POST fake/path with status code HTTPStatus.FORBIDDEN has no JSON body WARNING [sushy.exceptions] Error response from GET http://redfish/v1/SessionService with status code HTTPStatus.FORBIDDEN has no JSON body WARNING [sushy.connector] Session authentication appears to have been lost at some point in time. Connectivity may have been lost during a prior session refresh. Attempting to re-authenticate. ERROR [sushy.connector] A failure occured while attempting to refresh the session. Error: HTTP POST fake/path returned code HTTPStatus.FORBIDDEN. unknown error Extended information: None ok test_access_error_triggers_auth_attempt (sushy.tests.unit.test_connector.ConnectorOpTestCase) sushy.tests.unit.test_connector.ConnectorOpTestCase.test_access_error_triggers_auth_attempt ... WARNING [sushy.exceptions] Error response from GET / with status code HTTPStatus.FORBIDDEN has no JSON body WARNING [sushy.exceptions] Error response from GET http://foo.bar with status code HTTPStatus.FORBIDDEN has no JSON body WARNING [sushy.connector] Session authentication appears to have been lost at some point in time. Connectivity may have been lost during a prior session refresh. Attempting to re-authenticate. ERROR [sushy.connector] A failure occured while attempting to refresh the session. Error: HTTP GET / returned code HTTPStatus.FORBIDDEN. unknown error Extended information: None ok test_access_error_without_auth (sushy.tests.unit.test_connector.ConnectorOpTestCase) sushy.tests.unit.test_connector.ConnectorOpTestCase.test_access_error_without_auth ... WARNING [sushy.exceptions] Error response from GET http://foo.bar with status code HTTPStatus.FORBIDDEN has no JSON body ERROR [sushy.connector] Authentication error detected. Cannot proceed: HTTP GET http://foo.bar returned code HTTPStatus.FORBIDDEN. unknown error Extended information: None ok test_blocking_no_location_header (sushy.tests.unit.test_connector.ConnectorOpTestCase) sushy.tests.unit.test_connector.ConnectorOpTestCase.test_blocking_no_location_header ... ok test_blocking_task_fails (sushy.tests.unit.test_connector.ConnectorOpTestCase) sushy.tests.unit.test_connector.ConnectorOpTestCase.test_blocking_task_fails ... ok test_connection_error (sushy.tests.unit.test_connector.ConnectorOpTestCase) sushy.tests.unit.test_connector.ConnectorOpTestCase.test_connection_error ... ok test_etag_handler_fail_other_exception (sushy.tests.unit.test_connector.ConnectorOpTestCase) sushy.tests.unit.test_connector.ConnectorOpTestCase.test_etag_handler_fail_other_exception ... WARNING [sushy.connector] Initial request with eTag failed: HTTP PATCH /redfish/v1/Systems/1 returned code HTTPStatus.FORBIDDEN. : Extended information: ok test_etag_handler_no_etag_ok (sushy.tests.unit.test_connector.ConnectorOpTestCase) sushy.tests.unit.test_connector.ConnectorOpTestCase.test_etag_handler_no_etag_ok ... ok test_etag_handler_strong_etag_fallback_to_no_etag (sushy.tests.unit.test_connector.ConnectorOpTestCase) sushy.tests.unit.test_connector.ConnectorOpTestCase.test_etag_handler_strong_etag_fallback_to_no_etag ... WARNING [sushy.connector] Initial request with eTag failed: HTTP PATCH /redfish/v1/Systems/1 returned code HTTPStatus.PRECONDITION_FAILED. : Extended information: WARNING [sushy.connector] Strong eTag provided - retrying request to /redfish/v1/Systems/1 with eTag removed. ok test_etag_handler_strong_etag_ok (sushy.tests.unit.test_connector.ConnectorOpTestCase) sushy.tests.unit.test_connector.ConnectorOpTestCase.test_etag_handler_strong_etag_ok ... ok test_etag_handler_weak_etag_fallback_to_no_etag (sushy.tests.unit.test_connector.ConnectorOpTestCase) sushy.tests.unit.test_connector.ConnectorOpTestCase.test_etag_handler_weak_etag_fallback_to_no_etag ... WARNING [sushy.connector] Initial request with eTag failed: HTTP PATCH /redfish/v1/Systems/1 returned code HTTPStatus.PRECONDITION_FAILED. : Extended information: WARNING [sushy.connector] Request to /redfish/v1/Systems/1 with weak eTag converted to strong eTag also failed. Making the final attempt with no eTag specified. ok test_etag_handler_weak_etag_fallback_to_strong (sushy.tests.unit.test_connector.ConnectorOpTestCase) sushy.tests.unit.test_connector.ConnectorOpTestCase.test_etag_handler_weak_etag_fallback_to_strong ... WARNING [sushy.connector] Initial request with eTag failed: HTTP PATCH /redfish/v1/Systems/1 returned code HTTPStatus.PRECONDITION_FAILED. : Extended information: ok test_etag_handler_weak_etag_ok (sushy.tests.unit.test_connector.ConnectorOpTestCase) sushy.tests.unit.test_connector.ConnectorOpTestCase.test_etag_handler_weak_etag_ok ... ok test_known_http_error (sushy.tests.unit.test_connector.ConnectorOpTestCase) sushy.tests.unit.test_connector.ConnectorOpTestCase.test_known_http_error ... ok test_known_http_error_nonlist_ext_info (sushy.tests.unit.test_connector.ConnectorOpTestCase) sushy.tests.unit.test_connector.ConnectorOpTestCase.test_known_http_error_nonlist_ext_info ... 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 HTTPStatus.NOT_FOUND 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_op_retry_on_server_500_other_than_sys518 (sushy.tests.unit.test_connector.ConnectorOpTestCase) sushy.tests.unit.test_connector.ConnectorOpTestCase.test_op_retry_on_server_500_other_than_sys518 ... ok test_op_retry_on_server_500_sys518 (sushy.tests.unit.test_connector.ConnectorOpTestCase) sushy.tests.unit.test_connector.ConnectorOpTestCase.test_op_retry_on_server_500_sys518 ... WARNING [sushy.connector] Got server side error HTTP DELETE http://foo.bar returned code 500. Base.1.0.GeneralError: unknown error. Extended information: [{'MessageId': 'IDRAC.2.7.SYS518'}] in response to a GET request, retrying after 3 seconds WARNING [sushy.connector] Got server side error HTTP DELETE http://foo.bar returned code 500. Base.1.0.GeneralError: unknown error. Extended information: [{'MessageId': 'IDRAC.2.7.SYS518'}] in response to a GET request, retrying after 3 seconds WARNING [sushy.connector] Got server side error HTTP DELETE http://foo.bar returned code 500. Base.1.0.GeneralError: unknown error. Extended information: [{'MessageId': 'IDRAC.2.7.SYS518'}] in response to a GET request, retrying after 3 seconds WARNING [sushy.connector] Got server side error HTTP DELETE http://foo.bar returned code 500. Base.1.0.GeneralError: unknown error. Extended information: [{'MessageId': 'IDRAC.2.7.SYS518'}] in response to a GET request, retrying after 3 seconds WARNING [sushy.connector] Got server side error HTTP DELETE http://foo.bar returned code 500. Base.1.0.GeneralError: unknown error. Extended information: [{'MessageId': 'IDRAC.2.7.SYS518'}] in response to a GET request, retrying after 3 seconds WARNING [sushy.connector] Got server side error HTTP DELETE http://foo.bar returned code 500. Base.1.0.GeneralError: unknown error. Extended information: [{'MessageId': 'IDRAC.2.7.SYS518'}] in response to a GET request, retrying after 3 seconds WARNING [sushy.connector] Got server side error HTTP DELETE http://foo.bar returned code 500. Base.1.0.GeneralError: unknown error. Extended information: [{'MessageId': 'IDRAC.2.7.SYS518'}] in response to a GET request, retrying after 3 seconds WARNING [sushy.connector] Got server side error HTTP DELETE http://foo.bar returned code 500. Base.1.0.GeneralError: unknown error. Extended information: [{'MessageId': 'IDRAC.2.7.SYS518'}] in response to a GET request, retrying after 3 seconds WARNING [sushy.connector] Got server side error HTTP DELETE http://foo.bar returned code 500. Base.1.0.GeneralError: unknown error. Extended information: [{'MessageId': 'IDRAC.2.7.SYS518'}] in response to a GET request, retrying after 3 seconds WARNING [sushy.connector] Got server side error HTTP DELETE http://foo.bar returned code 500. Base.1.0.GeneralError: unknown error. Extended information: [{'MessageId': 'IDRAC.2.7.SYS518'}] in response to a GET request, retrying after 3 seconds ok test_response_callback (sushy.tests.unit.test_connector.ConnectorOpTestCase) sushy.tests.unit.test_connector.ConnectorOpTestCase.test_response_callback ... 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 HTTPStatus.INTERNAL_SERVER_ERROR has no JSON body WARNING [sushy.connector] Got server side error HTTP GET http://foo.bar returned code HTTPStatus.INTERNAL_SERVER_ERROR. unknown error Extended information: None in response to a GET request, retrying after 3 seconds WARNING [sushy.exceptions] Error response from GET http://foo.bar with status code HTTPStatus.INTERNAL_SERVER_ERROR has no JSON body WARNING [sushy.connector] Got server side error HTTP GET http://foo.bar returned code HTTPStatus.INTERNAL_SERVER_ERROR. unknown error Extended information: None in response to a GET request, retrying after 3 seconds WARNING [sushy.exceptions] Error response from GET http://foo.bar with status code HTTPStatus.INTERNAL_SERVER_ERROR has no JSON body WARNING [sushy.connector] Got server side error HTTP GET http://foo.bar returned code HTTPStatus.INTERNAL_SERVER_ERROR. unknown error Extended information: None in response to a GET request, retrying after 3 seconds WARNING [sushy.exceptions] Error response from GET http://foo.bar with status code HTTPStatus.INTERNAL_SERVER_ERROR has no JSON body WARNING [sushy.connector] Got server side error HTTP GET http://foo.bar returned code HTTPStatus.INTERNAL_SERVER_ERROR. unknown error Extended information: None in response to a GET request, retrying after 3 seconds WARNING [sushy.exceptions] Error response from GET http://foo.bar with status code HTTPStatus.INTERNAL_SERVER_ERROR has no JSON body WARNING [sushy.connector] Got server side error HTTP GET http://foo.bar returned code HTTPStatus.INTERNAL_SERVER_ERROR. unknown error Extended information: None in response to a GET request, retrying after 3 seconds WARNING [sushy.exceptions] Error response from GET http://foo.bar with status code HTTPStatus.INTERNAL_SERVER_ERROR has no JSON body WARNING [sushy.connector] Got server side error HTTP GET http://foo.bar returned code HTTPStatus.INTERNAL_SERVER_ERROR. unknown error Extended information: None in response to a GET request, retrying after 3 seconds WARNING [sushy.exceptions] Error response from GET http://foo.bar with status code HTTPStatus.INTERNAL_SERVER_ERROR has no JSON body WARNING [sushy.connector] Got server side error HTTP GET http://foo.bar returned code HTTPStatus.INTERNAL_SERVER_ERROR. unknown error Extended information: None in response to a GET request, retrying after 3 seconds WARNING [sushy.exceptions] Error response from GET http://foo.bar with status code HTTPStatus.INTERNAL_SERVER_ERROR has no JSON body WARNING [sushy.connector] Got server side error HTTP GET http://foo.bar returned code HTTPStatus.INTERNAL_SERVER_ERROR. unknown error Extended information: None in response to a GET request, retrying after 3 seconds WARNING [sushy.exceptions] Error response from GET http://foo.bar with status code HTTPStatus.INTERNAL_SERVER_ERROR has no JSON body WARNING [sushy.connector] Got server side error HTTP GET http://foo.bar returned code HTTPStatus.INTERNAL_SERVER_ERROR. unknown error Extended information: None in response to a GET request, retrying after 3 seconds WARNING [sushy.exceptions] Error response from GET http://foo.bar with status code HTTPStatus.INTERNAL_SERVER_ERROR has no JSON body WARNING [sushy.connector] Got server side error HTTP GET http://foo.bar returned code HTTPStatus.INTERNAL_SERVER_ERROR. unknown error Extended information: None in response to a GET request, retrying after 3 seconds WARNING [sushy.exceptions] Error response from GET http://foo.bar with status code HTTPStatus.INTERNAL_SERVER_ERROR has no JSON body ok test_timed_out_session_fail_after_reestablish (sushy.tests.unit.test_connector.ConnectorOpTestCase) sushy.tests.unit.test_connector.ConnectorOpTestCase.test_timed_out_session_fail_after_reestablish ... ok test_timed_out_session_fail_after_reestablish_no_recursion (sushy.tests.unit.test_connector.ConnectorOpTestCase) sushy.tests.unit.test_connector.ConnectorOpTestCase.test_timed_out_session_fail_after_reestablish_no_recursion ... ERROR [sushy.connector] Failure occured while attempting to retry request after refreshing the session: HTTP POST http://foo.bar:1234/fake/path returned code HTTPStatus.FORBIDDEN. : Extended information: 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_timed_out_refresh (sushy.tests.unit.test_connector.ConnectorOpTestCase) sushy.tests.unit.test_connector.ConnectorOpTestCase.test_timed_out_session_timed_out_refresh ... WARNING [sushy.connector] Session authentication appears to have been lost at some point in time. Connectivity may have been lost during a prior session refresh. Attempting to re-authenticate. 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 fake/path with status code HTTPStatus.FORBIDDEN has no JSON body WARNING [sushy.exceptions] Error response from POST http://foo.bar:1234/fake/path with status code HTTPStatus.FORBIDDEN has no JSON body WARNING [sushy.connector] Session authentication appears to have been lost at some point in time. Connectivity may have been lost during a prior session refresh. Attempting to re-authenticate. ERROR [sushy.connector] A failure occured while attempting to refresh the session. Error: HTTP POST fake/path returned code HTTPStatus.FORBIDDEN. unknown error Extended information: None 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 HTTPStatus.CONFLICT has no JSON body ok ---------------------------------------------------------------------- Ran 586 tests in 6.632s OK + RPM_EC=0 ++ jobs -p + exit 0 Processing files: python3-sushy-4.1.7-1.el9s.noarch Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.NyQQmS + umask 022 + cd /builddir/build/BUILD + cd sushy-4.1.7 + LICENSEDIR=/builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/share/licenses/python3-sushy + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/share/licenses/python3-sushy + cp -pr LICENSE /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/share/licenses/python3-sushy + RPM_EC=0 ++ jobs -p + exit 0 Provides: python-sushy = 4.1.7-1.el9s python3-sushy = 4.1.7-1.el9s python3.9-sushy = 4.1.7-1.el9s python3.9dist(sushy) = 4.1.7 python3dist(sushy) = 4.1.7 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PartialHardlinkSets) <= 4.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: python(abi) = 3.9 Obsoletes: python39-sushy < 4.1.7-1.el9s Processing files: python3-sushy-tests-4.1.7-1.el9s.noarch Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.YORgrr + umask 022 + cd /builddir/build/BUILD + cd sushy-4.1.7 + LICENSEDIR=/builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/share/licenses/python3-sushy-tests + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/share/licenses/python3-sushy-tests + cp -pr LICENSE /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/share/licenses/python3-sushy-tests + RPM_EC=0 ++ jobs -p + exit 0 Provides: python-sushy-tests = 4.1.7-1.el9s python3-sushy-tests = 4.1.7-1.el9s python3.9-sushy-tests = 4.1.7-1.el9s Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PartialHardlinkSets) <= 4.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: python(abi) = 3.9 Obsoletes: python39-sushy-tests < 4.1.7-1.el9s Processing files: python-sushy-doc-4.1.7-1.el9s.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.JZgyRH + umask 022 + cd /builddir/build/BUILD + cd sushy-4.1.7 + DOCDIR=/builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/share/doc/python-sushy-doc + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/share/doc/python-sushy-doc + cp -pr doc/build/html /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/share/doc/python-sushy-doc + cp -pr README.rst /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/share/doc/python-sushy-doc + RPM_EC=0 ++ jobs -p + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.f2klLg + umask 022 + cd /builddir/build/BUILD + cd sushy-4.1.7 + LICENSEDIR=/builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/share/licenses/python-sushy-doc + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/share/licenses/python-sushy-doc + cp -pr LICENSE /builddir/build/BUILDROOT/python-sushy-4.1.7-1.el9s.noarch/usr/share/licenses/python-sushy-doc + RPM_EC=0 ++ jobs -p + exit 0 Provides: python-sushy-doc = 4.1.7-1.el9s 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-4.1.7-1.el9s.noarch Wrote: /builddir/build/RPMS/python3-sushy-4.1.7-1.el9s.noarch.rpm Wrote: /builddir/build/RPMS/python3-sushy-tests-4.1.7-1.el9s.noarch.rpm Wrote: /builddir/build/RPMS/python-sushy-doc-4.1.7-1.el9s.noarch.rpm Child return code was: 0