Skip to content

Support custom DNS configuration on auto #7313

Support custom DNS configuration on auto

Support custom DNS configuration on auto #7313

Triggered via pull request August 20, 2024 16:26
Status Failure
Total duration 5m 39s
Artifacts

ci.yaml

on: pull_request
Prepare Python dependencies
6s
Prepare Python dependencies
Run tests Python 3.12.5
5m 0s
Run tests Python 3.12.5
Check ruff-format
22s
Check ruff-format
Check ruff
19s
Check ruff
Check Dockerfile
4s
Check Dockerfile
Check executables
20s
Check executables
Check JSON
21s
Check JSON
Check pylint
42s
Check pylint
Process test coverage
0s
Process test coverage
Fit to window
Zoom out
Zoom in

Annotations

11 errors
Check ruff
Process completed with exit code 1.
Run tests Python 3.12.5: 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:38899/network/info'
Run tests Python 3.12.5: 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.5: 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.5: 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:36185/network/interface/default/info'
Run tests Python 3.12.5: 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:35379/network/interface/wlan0/update'
Run tests Python 3.12.5: 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:40129/network/interface/wlan0/accesspoints'
Run tests Python 3.12.5: 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:36551/network/interface/eth0/vlan/1'
Run tests Python 3.12.5: 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.5: tests/dbus/network/setting/test_init.py#L69
test_update AssertionError: assert 'dns' not in {'dns': <dbus_fast.signature.Variant ('au', [16951488])>, 'dns-search': <dbus_fast.signature.Variant ('as', [])>, 'met...prefix': <dbus_fast.signature.Variant ('u', 24)>, 'next-hop': <dbus_fast.signature.Variant ('s', 10.10.10.1)>}])>, ...}
Run tests Python 3.12.5: tests/host/test_network.py#L54
test_load supervisor.exceptions.JobException