Support custom DNS configuration on auto #7303
ci.yaml
on: pull_request
Prepare Python dependencies
7s
Check ruff-format
8s
Check ruff
13s
Check Dockerfile
6s
Check executables
13s
Check JSON
8s
Check pylint
31s
Process test coverage
0s
Annotations
13 errors
Check pylint:
supervisor/host/configuration.py#L150
E1120: No value for argument 'ready' in constructor call (no-value-for-parameter)
|
Check pylint:
supervisor/host/configuration.py#L162
E1120: No value for argument 'ready' in constructor call (no-value-for-parameter)
|
Check pylint
Process completed with exit code 2.
|
Run tests Python 3.12.4:
tests/api/test_network.py#L26
test_api_network_info
aiohttp.client_exceptions.ContentTypeError: 500, message='Attempt to decode JSON with unexpected mimetype: text/plain; charset=utf-8', url='http://127.0.0.1:35357/network/info'
|
Run tests Python 3.12.4:
tests/api/test_network.py#L70
test_api_network_interface_info[eth0]
AssertionError: assert ['192.168.2.1'] == ['192.168.2.2']
At index 0 diff: '192.168.2.1' != '192.168.2.2'
Full diff:
[
- '192.168.2.2',
? ^
+ '192.168.2.1',
? ^
]
|
Run tests Python 3.12.4:
tests/api/test_network.py#L70
test_api_network_interface_info[AA:BB:CC:DD:EE:FF]
AssertionError: assert ['192.168.2.1'] == ['192.168.2.2']
At index 0 diff: '192.168.2.1' != '192.168.2.2'
Full diff:
[
- '192.168.2.2',
? ^
+ '192.168.2.1',
? ^
]
|
Run tests Python 3.12.4:
tests/api/test_network.py#L88
test_api_network_interface_info_default
aiohttp.client_exceptions.ContentTypeError: 500, message='Attempt to decode JSON with unexpected mimetype: text/plain; charset=utf-8', url='http://127.0.0.1:39603/network/interface/default/info'
|
Run tests Python 3.12.4:
tests/api/test_network.py#L155
test_api_network_interface_update_wifi
aiohttp.client_exceptions.ContentTypeError: 500, message='Attempt to decode JSON with unexpected mimetype: text/plain; charset=utf-8', url='http://127.0.0.1:44367/network/interface/wlan0/update'
|
Run tests Python 3.12.4:
tests/api/test_network.py#L205
test_api_network_wireless_scan
aiohttp.client_exceptions.ContentTypeError: 500, message='Attempt to decode JSON with unexpected mimetype: text/plain; charset=utf-8', url='http://127.0.0.1:35037/network/interface/wlan0/accesspoints'
|
Run tests Python 3.12.4:
tests/api/test_network.py#L240
test_api_network_vlan
aiohttp.client_exceptions.ContentTypeError: 500, message='Attempt to decode JSON with unexpected mimetype: text/plain; charset=utf-8', url='http://127.0.0.1:40445/network/interface/eth0/vlan/1'
|
Run tests Python 3.12.4:
tests/dbus/network/setting/test_generate.py#L58
test_generate_from_vlan
TypeError: IpConfig.__init__() missing 1 required positional argument: 'ready'
|
Run tests Python 3.12.4:
tests/dbus/network/setting/test_init.py#L69
test_update
AssertionError: assert 'dns' not in {'dns': <dbus_fast.signature.Variant ('au', [])>, 'dns-search': <dbus_fast.signature.Variant ('as', [])>, 'method': <d...prefix': <dbus_fast.signature.Variant ('u', 24)>, 'next-hop': <dbus_fast.signature.Variant ('s', 10.10.10.1)>}])>, ...}
|
Run tests Python 3.12.4:
tests/host/test_network.py#L54
test_load
supervisor.exceptions.JobException
|