Improve and extend error handling on D-Bus connect #7279
ci.yaml
on: pull_request
Prepare Python dependencies
12s
Check ruff-format
21s
Check ruff
10s
Check Dockerfile
6s
Check executables
17s
Check JSON
24s
Check pylint
33s
Process test coverage
0s
Annotations
4 errors
Run tests Python 3.12.4:
tests/dbus/agent/boards/test_board.py#L68
test_dbus_board_supervised
assert None
+ where None = <supervisor.dbus.agent.boards.BoardManager object at 0x7fe854364800>.supervised
|
Run tests Python 3.12.4:
tests/dbus/agent/test_agent.py#L76
test_dbus_osagent_connect_error[agent_apparmor]
AssertionError: assert 'No OS-Agent support on the host' in '2024-08-13 19:17:10.343 INFO MainThread supervisor.dbus.agent:__init__.py:96 Load dbus interface io.hass.os\n2024...os/AppArmor: D-Bus object /io/hass/os/AppArmor is not usable, introspection is missing required properties interface\n'
+ where '2024-08-13 19:17:10.343 INFO MainThread supervisor.dbus.agent:__init__.py:96 Load dbus interface io.hass.os\n2024...os/AppArmor: D-Bus object /io/hass/os/AppArmor is not usable, introspection is missing required properties interface\n' = <_pytest.logging.LogCaptureFixture object at 0x7fe84f1f45c0>.text
|
Run tests Python 3.12.4:
tests/dbus/agent/test_agent.py#L76
test_dbus_osagent_connect_error[agent_datadisk]
AssertionError: assert 'No OS-Agent support on the host' in '2024-08-13 19:17:10.368 INFO MainThread supervisor.dbus.agent:__init__.py:96 Load dbus interface io.hass.os\n2024...os/DataDisk: D-Bus object /io/hass/os/DataDisk is not usable, introspection is missing required properties interface\n'
+ where '2024-08-13 19:17:10.368 INFO MainThread supervisor.dbus.agent:__init__.py:96 Load dbus interface io.hass.os\n2024...os/DataDisk: D-Bus object /io/hass/os/DataDisk is not usable, introspection is missing required properties interface\n' = <_pytest.logging.LogCaptureFixture object at 0x7fe84c329a00>.text
|
Run tests Python 3.12.4
Process completed with exit code 1.
|