Use separate data structure for IP configuration #7333
ci.yaml
on: pull_request
Prepare Python dependencies
9s
Check ruff-format
19s
Check ruff
32s
Check Dockerfile
9s
Check executables
16s
Check JSON
13s
Check pylint
31s
Process test coverage
0s
Annotations
9 errors
Run tests Python 3.12.5:
tests/api/test_network.py#L130
test_api_network_interface_update[eth0]
aiohttp.client_exceptions.ContentTypeError: 500, message='Attempt to decode JSON with unexpected mimetype: text/plain; charset=utf-8', url='http://127.0.0.1:44971/network/interface/eth0/update'
|
Run tests Python 3.12.5:
tests/api/test_network.py#L130
test_api_network_interface_update[AA:BB:CC:DD:EE:FF]
aiohttp.client_exceptions.ContentTypeError: 500, message='Attempt to decode JSON with unexpected mimetype: text/plain; charset=utf-8', url='http://127.0.0.1:42901/network/interface/AA:BB:CC:DD:EE:FF/update'
|
Run tests Python 3.12.5:
tests/host/test_manager.py#L55
test_reload
TypeError: 'NoneType' object is not iterable
|
Run tests Python 3.12.5:
tests/host/test_manager.py#L71
test_reload_os
TypeError: 'NoneType' object is not iterable
|
Run tests Python 3.12.5:
tests/host/test_network.py#L58
test_load
supervisor.exceptions.JobException
|
Run tests Python 3.12.5:
tests/host/test_network.py#L117
test_load_with_disabled_methods
TypeError: 'NoneType' object is not iterable
|
Run tests Python 3.12.5:
tests/host/test_network.py#L201
test_host_connectivity_changed
assert True is False
+ where True = <supervisor.host.network.NetworkManager object at 0x7f72ae4369c0>.connectivity
+ where <supervisor.host.network.NetworkManager object at 0x7f72ae4369c0> = <supervisor.host.manager.HostManager object at 0x7f72ae434c80>.network
+ where <supervisor.host.manager.HostManager object at 0x7f72ae434c80> = <supervisor.coresys.CoreSys object at 0x7f72ae4373b0>.host
|
Run tests Python 3.12.5:
tests/host/test_network.py#L234
test_host_connectivity_disabled
supervisor.exceptions.JobException
|
Run tests Python 3.12.5
Process completed with exit code 1.
|