Support custom DNS configuration on auto #7313
Annotations
10 errors
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'
|
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',
? ^
]
|
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',
? ^
]
|
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'
|
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'
|
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'
|
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'
|
tests/dbus/network/setting/test_generate.py#L58
test_generate_from_vlan
TypeError: IpConfig.__init__() missing 1 required positional argument: 'ready'
|
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)>}])>, ...}
|
tests/host/test_network.py#L54
test_load
supervisor.exceptions.JobException
|
This job failed
Loading