2023-10-23 19:32:20 +02:00
|
|
|
from __future__ import annotations
|
|
|
|
|
2021-07-12 20:09:17 +02:00
|
|
|
import asyncio
|
2023-11-25 14:51:48 +01:00
|
|
|
import logging
|
2023-11-11 00:14:00 +01:00
|
|
|
from collections.abc import Coroutine
|
2023-10-23 19:32:20 +02:00
|
|
|
from datetime import timedelta
|
2023-11-25 17:08:34 +01:00
|
|
|
from functools import partial
|
2023-11-11 00:14:00 +01:00
|
|
|
from typing import Any
|
2023-11-21 14:01:58 +01:00
|
|
|
from unittest.mock import AsyncMock, MagicMock, call, patch
|
2021-07-12 20:09:17 +02:00
|
|
|
|
|
|
|
import pytest
|
2023-11-25 14:51:48 +01:00
|
|
|
from google.protobuf import message
|
2021-07-12 20:09:17 +02:00
|
|
|
|
2023-11-20 19:08:29 +01:00
|
|
|
from aioesphomeapi import APIClient
|
2023-01-08 01:24:24 +01:00
|
|
|
from aioesphomeapi._frame_helper import APIPlaintextFrameHelper
|
2023-11-25 14:51:48 +01:00
|
|
|
from aioesphomeapi._frame_helper.plain_text import _cached_varuint_to_bytes
|
2023-11-01 05:07:40 +01:00
|
|
|
from aioesphomeapi.api_pb2 import (
|
|
|
|
DeviceInfoResponse,
|
2023-11-20 19:08:29 +01:00
|
|
|
DisconnectRequest,
|
2023-11-01 05:07:40 +01:00
|
|
|
HelloResponse,
|
|
|
|
PingRequest,
|
|
|
|
PingResponse,
|
2023-11-25 15:10:26 +01:00
|
|
|
TextSensorStateResponse,
|
2023-11-01 05:07:40 +01:00
|
|
|
)
|
2023-11-20 19:08:29 +01:00
|
|
|
from aioesphomeapi.connection import APIConnection, ConnectionParams, ConnectionState
|
2023-10-24 02:22:08 +02:00
|
|
|
from aioesphomeapi.core import (
|
|
|
|
APIConnectionError,
|
2023-11-21 15:36:43 +01:00
|
|
|
ConnectionNotEstablishedAPIError,
|
2023-10-24 02:22:08 +02:00
|
|
|
HandshakeAPIError,
|
2023-11-10 02:17:53 +01:00
|
|
|
InvalidAuthAPIError,
|
2023-10-24 02:22:08 +02:00
|
|
|
RequiresEncryptionAPIError,
|
2023-11-25 17:08:34 +01:00
|
|
|
ResolveAPIError,
|
2023-10-24 02:22:08 +02:00
|
|
|
TimeoutAPIError,
|
|
|
|
)
|
2021-07-12 20:09:17 +02:00
|
|
|
|
2023-11-11 00:14:00 +01:00
|
|
|
from .common import (
|
|
|
|
async_fire_time_changed,
|
|
|
|
connect,
|
2023-11-25 14:11:34 +01:00
|
|
|
connect_client,
|
2023-11-20 19:08:29 +01:00
|
|
|
generate_plaintext_packet,
|
2023-11-21 14:56:31 +01:00
|
|
|
get_mock_protocol,
|
2023-11-24 16:42:56 +01:00
|
|
|
mock_data_received,
|
2023-11-23 13:36:30 +01:00
|
|
|
send_ping_request,
|
2023-11-21 14:01:58 +01:00
|
|
|
send_ping_response,
|
2023-11-11 20:06:27 +01:00
|
|
|
send_plaintext_connect_response,
|
|
|
|
send_plaintext_hello,
|
2023-11-11 00:14:00 +01:00
|
|
|
utcnow,
|
|
|
|
)
|
2023-11-25 17:08:34 +01:00
|
|
|
from .conftest import KEEP_ALIVE_INTERVAL, _create_mock_transport_protocol
|
2023-11-21 14:01:58 +01:00
|
|
|
|
|
|
|
KEEP_ALIVE_TIMEOUT_RATIO = 4.5
|
2021-07-12 20:09:17 +02:00
|
|
|
|
|
|
|
|
|
|
|
@pytest.mark.asyncio
|
2023-11-11 00:14:00 +01:00
|
|
|
async def test_connect(
|
|
|
|
plaintext_connect_task_no_login: tuple[
|
|
|
|
APIConnection, asyncio.Transport, APIPlaintextFrameHelper, asyncio.Task
|
|
|
|
]
|
|
|
|
) -> None:
|
|
|
|
"""Test that a plaintext connection works."""
|
|
|
|
conn, transport, protocol, connect_task = plaintext_connect_task_no_login
|
2023-11-24 16:42:56 +01:00
|
|
|
mock_data_received(
|
|
|
|
protocol,
|
2023-11-11 00:14:00 +01:00
|
|
|
bytes.fromhex(
|
|
|
|
"003602080110091a216d6173746572617672656c61792028657"
|
|
|
|
"370686f6d652076323032332e362e3329220d6d617374657261"
|
|
|
|
"7672656c6179"
|
2023-11-24 16:42:56 +01:00
|
|
|
),
|
2023-11-11 00:14:00 +01:00
|
|
|
)
|
2023-11-24 16:42:56 +01:00
|
|
|
mock_data_received(
|
|
|
|
protocol,
|
2023-11-11 00:14:00 +01:00
|
|
|
bytes.fromhex(
|
|
|
|
"005b0a120d6d6173746572617672656c61791a1130383a33413a"
|
|
|
|
"46323a33453a35453a36302208323032332e362e332a154a756e"
|
|
|
|
"20323820323032332c2031383a31323a3236320965737033322d"
|
|
|
|
"65766250506209457370726573736966"
|
2023-11-24 16:42:56 +01:00
|
|
|
),
|
2023-11-11 00:14:00 +01:00
|
|
|
)
|
|
|
|
await connect_task
|
2021-07-12 20:09:17 +02:00
|
|
|
assert conn.is_connected
|
2021-10-05 10:56:35 +02:00
|
|
|
|
|
|
|
|
2023-11-01 05:07:40 +01:00
|
|
|
@pytest.mark.asyncio
|
|
|
|
async def test_timeout_sending_message(
|
2023-11-11 00:14:00 +01:00
|
|
|
plaintext_connect_task_no_login: tuple[
|
|
|
|
APIConnection, asyncio.Transport, APIPlaintextFrameHelper, asyncio.Task
|
|
|
|
],
|
2023-11-01 05:07:40 +01:00
|
|
|
caplog: pytest.LogCaptureFixture,
|
|
|
|
) -> None:
|
2023-11-11 00:14:00 +01:00
|
|
|
conn, transport, protocol, connect_task = plaintext_connect_task_no_login
|
2023-11-01 05:07:40 +01:00
|
|
|
|
2023-11-24 16:42:56 +01:00
|
|
|
mock_data_received(
|
|
|
|
protocol,
|
2023-11-11 00:14:00 +01:00
|
|
|
b'\x00@\x02\x08\x01\x10\x07\x1a(m5stackatomproxy (esphome v2023.1.0-dev)"\x10m'
|
|
|
|
b"5stackatomproxy"
|
|
|
|
b"\x00\x00$"
|
|
|
|
b"\x00\x00\x04"
|
|
|
|
b'\x00e\n\x12\x10m5stackatomproxy\x1a\x11E8:9F:6D:0A:68:E0"\x0c2023.1.0-d'
|
2023-11-24 16:42:56 +01:00
|
|
|
b"ev*\x15Jan 7 2023, 13:19:532\x0cm5stack-atomX\x03b\tEspressif",
|
2023-11-11 00:14:00 +01:00
|
|
|
)
|
2023-11-01 05:07:40 +01:00
|
|
|
|
|
|
|
await connect_task
|
|
|
|
|
|
|
|
with pytest.raises(TimeoutAPIError):
|
2023-11-10 02:17:53 +01:00
|
|
|
await conn.send_messages_await_response_complex(
|
2023-11-21 13:08:48 +01:00
|
|
|
(PingRequest(),), None, None, (PingResponse,), 0
|
2023-11-01 05:07:40 +01:00
|
|
|
)
|
|
|
|
|
|
|
|
transport.reset_mock()
|
|
|
|
with patch("aioesphomeapi.connection.DISCONNECT_RESPONSE_TIMEOUT", 0.0):
|
|
|
|
await conn.disconnect()
|
|
|
|
|
|
|
|
transport.write.assert_called_with(b"\x00\x00\x05")
|
|
|
|
|
|
|
|
assert "disconnect request failed" in caplog.text
|
2023-11-10 02:17:53 +01:00
|
|
|
assert " Timeout waiting for DisconnectResponse after 0.0s" in caplog.text
|
2023-11-01 05:07:40 +01:00
|
|
|
|
|
|
|
|
|
|
|
@pytest.mark.asyncio
|
|
|
|
async def test_disconnect_when_not_fully_connected(
|
2023-11-11 00:14:00 +01:00
|
|
|
plaintext_connect_task_no_login: tuple[
|
|
|
|
APIConnection, asyncio.Transport, APIPlaintextFrameHelper, asyncio.Task
|
|
|
|
],
|
2023-11-01 05:07:40 +01:00
|
|
|
caplog: pytest.LogCaptureFixture,
|
|
|
|
) -> None:
|
2023-11-11 00:14:00 +01:00
|
|
|
conn, transport, protocol, connect_task = plaintext_connect_task_no_login
|
2023-11-01 05:07:40 +01:00
|
|
|
|
|
|
|
# Only send the first part of the handshake
|
|
|
|
# so we are stuck in the middle of the connection process
|
2023-11-24 16:42:56 +01:00
|
|
|
mock_data_received(
|
|
|
|
protocol,
|
|
|
|
b'\x00@\x02\x08\x01\x10\x07\x1a(m5stackatomproxy (esphome v2023.1.0-dev)"\x10m',
|
2023-11-01 05:07:40 +01:00
|
|
|
)
|
|
|
|
|
|
|
|
await asyncio.sleep(0)
|
|
|
|
transport.reset_mock()
|
|
|
|
|
|
|
|
with patch("aioesphomeapi.connection.DISCONNECT_CONNECT_TIMEOUT", 0.0), patch(
|
|
|
|
"aioesphomeapi.connection.DISCONNECT_RESPONSE_TIMEOUT", 0.0
|
|
|
|
):
|
|
|
|
await conn.disconnect()
|
|
|
|
|
|
|
|
with pytest.raises(
|
|
|
|
APIConnectionError,
|
|
|
|
match="Timed out waiting to finish connect before disconnecting",
|
|
|
|
):
|
|
|
|
await connect_task
|
|
|
|
|
|
|
|
transport.write.assert_called_with(b"\x00\x00\x05")
|
|
|
|
|
|
|
|
assert "disconnect request failed" in caplog.text
|
2023-11-10 02:17:53 +01:00
|
|
|
assert " Timeout waiting for DisconnectResponse after 0.0s" in caplog.text
|
2023-11-01 05:07:40 +01:00
|
|
|
|
|
|
|
|
2021-10-05 10:56:35 +02:00
|
|
|
@pytest.mark.asyncio
|
2023-01-08 01:24:24 +01:00
|
|
|
async def test_requires_encryption_propagates(conn: APIConnection):
|
2023-01-06 05:24:10 +01:00
|
|
|
loop = asyncio.get_event_loop()
|
2023-11-21 14:56:31 +01:00
|
|
|
protocol = get_mock_protocol(conn)
|
2023-10-12 00:52:19 +02:00
|
|
|
with patch.object(loop, "create_connection") as create_connection:
|
2023-01-06 05:24:10 +01:00
|
|
|
create_connection.return_value = (MagicMock(), protocol)
|
2021-10-05 10:56:35 +02:00
|
|
|
|
2023-10-12 00:52:19 +02:00
|
|
|
conn._socket = MagicMock()
|
2021-10-05 10:56:35 +02:00
|
|
|
await conn._connect_init_frame_helper()
|
2023-10-12 00:52:19 +02:00
|
|
|
loop.call_soon(conn._frame_helper._ready_future.set_result, None)
|
2023-10-15 04:03:12 +02:00
|
|
|
conn.connection_state = ConnectionState.CONNECTED
|
2023-01-06 05:24:10 +01:00
|
|
|
|
2021-10-05 10:56:35 +02:00
|
|
|
with pytest.raises(RequiresEncryptionAPIError):
|
2023-11-10 02:17:53 +01:00
|
|
|
task = asyncio.create_task(conn._connect_hello_login(login=True))
|
2023-01-08 01:24:24 +01:00
|
|
|
await asyncio.sleep(0)
|
2023-11-24 16:42:56 +01:00
|
|
|
mock_data_received(protocol, b"\x01\x00\x00")
|
2023-01-08 01:24:24 +01:00
|
|
|
await task
|
|
|
|
|
2023-11-28 01:39:22 +01:00
|
|
|
await asyncio.sleep(0)
|
|
|
|
await asyncio.sleep(0)
|
|
|
|
assert isinstance(conn._fatal_exception, RequiresEncryptionAPIError)
|
|
|
|
conn.force_disconnect()
|
|
|
|
assert isinstance(conn._fatal_exception, RequiresEncryptionAPIError)
|
|
|
|
conn.report_fatal_error(Exception("test"))
|
|
|
|
assert isinstance(conn._fatal_exception, RequiresEncryptionAPIError)
|
|
|
|
|
2023-01-08 01:24:24 +01:00
|
|
|
|
|
|
|
@pytest.mark.asyncio
|
2023-11-11 00:14:00 +01:00
|
|
|
async def test_plaintext_connection(
|
|
|
|
plaintext_connect_task_no_login: tuple[
|
|
|
|
APIConnection, asyncio.Transport, APIPlaintextFrameHelper, asyncio.Task
|
|
|
|
],
|
|
|
|
caplog: pytest.LogCaptureFixture,
|
|
|
|
) -> None:
|
2023-01-08 01:24:24 +01:00
|
|
|
"""Test that a plaintext connection works."""
|
|
|
|
messages = []
|
2023-11-11 00:14:00 +01:00
|
|
|
conn, transport, protocol, connect_task = plaintext_connect_task_no_login
|
2023-01-08 01:24:24 +01:00
|
|
|
|
|
|
|
def on_msg(msg):
|
|
|
|
messages.append(msg)
|
|
|
|
|
2023-10-14 06:25:27 +02:00
|
|
|
remove = conn.add_message_callback(on_msg, (HelloResponse, DeviceInfoResponse))
|
2023-11-24 16:42:56 +01:00
|
|
|
mock_data_received(
|
|
|
|
protocol,
|
|
|
|
b'\x00@\x02\x08\x01\x10\x07\x1a(m5stackatomproxy (esphome v2023.1.0-dev)"\x10m',
|
2023-01-08 01:24:24 +01:00
|
|
|
)
|
2023-11-24 16:42:56 +01:00
|
|
|
mock_data_received(protocol, b"5stackatomproxy")
|
|
|
|
mock_data_received(protocol, b"\x00\x00$")
|
|
|
|
mock_data_received(protocol, b"\x00\x00\x04")
|
|
|
|
mock_data_received(
|
|
|
|
protocol,
|
|
|
|
b'\x00e\n\x12\x10m5stackatomproxy\x1a\x11E8:9F:6D:0A:68:E0"\x0c2023.1.0-d',
|
2023-01-08 01:24:24 +01:00
|
|
|
)
|
2023-11-24 16:42:56 +01:00
|
|
|
mock_data_received(
|
|
|
|
protocol, b"ev*\x15Jan 7 2023, 13:19:532\x0cm5stack-atomX\x03b\tEspressif"
|
2023-01-08 01:24:24 +01:00
|
|
|
)
|
|
|
|
await asyncio.sleep(0)
|
2023-07-01 23:31:58 +02:00
|
|
|
await connect_task
|
2023-01-08 01:24:24 +01:00
|
|
|
assert conn.is_connected
|
|
|
|
assert len(messages) == 2
|
|
|
|
assert isinstance(messages[0], HelloResponse)
|
|
|
|
assert isinstance(messages[1], DeviceInfoResponse)
|
|
|
|
assert messages[1].name == "m5stackatomproxy"
|
|
|
|
remove()
|
2023-11-25 15:39:04 +01:00
|
|
|
conn.force_disconnect()
|
2023-01-08 01:24:24 +01:00
|
|
|
await asyncio.sleep(0)
|
2023-10-23 19:32:20 +02:00
|
|
|
|
|
|
|
|
|
|
|
@pytest.mark.asyncio
|
|
|
|
async def test_start_connection_socket_error(
|
|
|
|
conn: APIConnection, resolve_host, socket_socket
|
|
|
|
):
|
|
|
|
"""Test handling of socket error during start connection."""
|
|
|
|
loop = asyncio.get_event_loop()
|
|
|
|
|
|
|
|
with patch.object(loop, "create_connection", side_effect=OSError("Socket error")):
|
|
|
|
connect_task = asyncio.create_task(connect(conn, login=False))
|
|
|
|
await asyncio.sleep(0)
|
|
|
|
with pytest.raises(APIConnectionError, match="Socket error"):
|
|
|
|
await connect_task
|
|
|
|
|
|
|
|
async_fire_time_changed(utcnow() + timedelta(seconds=600))
|
|
|
|
await asyncio.sleep(0)
|
|
|
|
|
|
|
|
|
|
|
|
@pytest.mark.asyncio
|
|
|
|
async def test_start_connection_times_out(
|
|
|
|
conn: APIConnection, resolve_host, socket_socket
|
|
|
|
):
|
|
|
|
"""Test handling of start connection timing out."""
|
|
|
|
loop = asyncio.get_event_loop()
|
|
|
|
|
2023-11-01 05:20:22 +01:00
|
|
|
async def _mock_socket_connect(*args, **kwargs):
|
2023-10-23 19:32:20 +02:00
|
|
|
await asyncio.sleep(500)
|
|
|
|
|
2023-11-01 05:20:22 +01:00
|
|
|
with patch.object(loop, "sock_connect", side_effect=_mock_socket_connect), patch(
|
|
|
|
"aioesphomeapi.connection.TCP_CONNECT_TIMEOUT", 0.0
|
2023-10-23 19:32:20 +02:00
|
|
|
):
|
|
|
|
connect_task = asyncio.create_task(connect(conn, login=False))
|
|
|
|
await asyncio.sleep(0)
|
|
|
|
|
2023-11-01 05:20:22 +01:00
|
|
|
async_fire_time_changed(utcnow() + timedelta(seconds=200))
|
|
|
|
await asyncio.sleep(0)
|
2023-10-23 19:32:20 +02:00
|
|
|
|
2023-11-01 05:20:22 +01:00
|
|
|
with pytest.raises(APIConnectionError, match="Timeout while connecting"):
|
2023-10-23 19:32:20 +02:00
|
|
|
await connect_task
|
|
|
|
|
|
|
|
async_fire_time_changed(utcnow() + timedelta(seconds=600))
|
|
|
|
await asyncio.sleep(0)
|
|
|
|
|
|
|
|
|
|
|
|
@pytest.mark.asyncio
|
|
|
|
async def test_start_connection_os_error(
|
|
|
|
conn: APIConnection, resolve_host, socket_socket
|
|
|
|
):
|
|
|
|
"""Test handling of start connection has an OSError."""
|
|
|
|
loop = asyncio.get_event_loop()
|
|
|
|
|
|
|
|
with patch.object(loop, "sock_connect", side_effect=OSError("Socket error")):
|
|
|
|
connect_task = asyncio.create_task(connect(conn, login=False))
|
|
|
|
await asyncio.sleep(0)
|
|
|
|
with pytest.raises(APIConnectionError, match="Socket error"):
|
|
|
|
await connect_task
|
|
|
|
|
|
|
|
async_fire_time_changed(utcnow() + timedelta(seconds=600))
|
|
|
|
await asyncio.sleep(0)
|
|
|
|
|
|
|
|
|
|
|
|
@pytest.mark.asyncio
|
|
|
|
async def test_start_connection_is_cancelled(
|
|
|
|
conn: APIConnection, resolve_host, socket_socket
|
|
|
|
):
|
|
|
|
"""Test handling of start connection is cancelled."""
|
|
|
|
loop = asyncio.get_event_loop()
|
|
|
|
|
|
|
|
with patch.object(loop, "sock_connect", side_effect=asyncio.CancelledError):
|
|
|
|
connect_task = asyncio.create_task(connect(conn, login=False))
|
|
|
|
await asyncio.sleep(0)
|
|
|
|
with pytest.raises(APIConnectionError, match="Starting connection cancelled"):
|
|
|
|
await connect_task
|
|
|
|
|
|
|
|
async_fire_time_changed(utcnow() + timedelta(seconds=600))
|
|
|
|
await asyncio.sleep(0)
|
|
|
|
|
|
|
|
|
|
|
|
@pytest.mark.asyncio
|
|
|
|
async def test_finish_connection_is_cancelled(
|
|
|
|
conn: APIConnection, resolve_host, socket_socket
|
|
|
|
):
|
|
|
|
"""Test handling of finishing connection being cancelled."""
|
|
|
|
loop = asyncio.get_event_loop()
|
|
|
|
|
|
|
|
with patch.object(loop, "create_connection", side_effect=asyncio.CancelledError):
|
|
|
|
connect_task = asyncio.create_task(connect(conn, login=False))
|
|
|
|
await asyncio.sleep(0)
|
|
|
|
with pytest.raises(APIConnectionError, match="Finishing connection cancelled"):
|
|
|
|
await connect_task
|
|
|
|
|
|
|
|
async_fire_time_changed(utcnow() + timedelta(seconds=600))
|
|
|
|
await asyncio.sleep(0)
|
|
|
|
|
|
|
|
|
|
|
|
@pytest.mark.asyncio
|
|
|
|
async def test_finish_connection_times_out(
|
2023-11-11 00:14:00 +01:00
|
|
|
plaintext_connect_task_no_login: tuple[
|
|
|
|
APIConnection, asyncio.Transport, APIPlaintextFrameHelper, asyncio.Task
|
|
|
|
],
|
|
|
|
caplog: pytest.LogCaptureFixture,
|
|
|
|
) -> None:
|
2023-10-23 19:32:20 +02:00
|
|
|
"""Test handling of finish connection timing out."""
|
2023-11-11 00:14:00 +01:00
|
|
|
conn, transport, protocol, connect_task = plaintext_connect_task_no_login
|
2023-10-23 19:32:20 +02:00
|
|
|
messages = []
|
|
|
|
|
|
|
|
def on_msg(msg):
|
|
|
|
messages.append(msg)
|
|
|
|
|
|
|
|
remove = conn.add_message_callback(on_msg, (HelloResponse, DeviceInfoResponse))
|
2023-11-24 16:42:56 +01:00
|
|
|
mock_data_received(
|
|
|
|
protocol,
|
|
|
|
b'\x00@\x02\x08\x01\x10\x07\x1a(m5stackatomproxy (esphome v2023.1.0-dev)"\x10m',
|
2023-10-23 19:32:20 +02:00
|
|
|
)
|
|
|
|
await asyncio.sleep(0)
|
|
|
|
|
|
|
|
async_fire_time_changed(utcnow() + timedelta(seconds=200))
|
|
|
|
await asyncio.sleep(0)
|
|
|
|
|
2023-11-01 05:20:22 +01:00
|
|
|
with pytest.raises(APIConnectionError, match="Hello timed out"):
|
2023-10-23 19:32:20 +02:00
|
|
|
await connect_task
|
|
|
|
|
|
|
|
async_fire_time_changed(utcnow() + timedelta(seconds=600))
|
|
|
|
await asyncio.sleep(0)
|
|
|
|
|
|
|
|
assert not conn.is_connected
|
|
|
|
remove()
|
2023-11-25 15:39:04 +01:00
|
|
|
conn.force_disconnect()
|
2023-10-23 19:32:20 +02:00
|
|
|
await asyncio.sleep(0)
|
2023-10-24 02:22:08 +02:00
|
|
|
|
|
|
|
|
|
|
|
@pytest.mark.parametrize(
|
|
|
|
("exception_map"),
|
|
|
|
[
|
|
|
|
(OSError("Socket error"), HandshakeAPIError),
|
|
|
|
(asyncio.TimeoutError, TimeoutAPIError),
|
|
|
|
(asyncio.CancelledError, APIConnectionError),
|
|
|
|
],
|
|
|
|
)
|
|
|
|
@pytest.mark.asyncio
|
|
|
|
async def test_plaintext_connection_fails_handshake(
|
|
|
|
conn: APIConnection,
|
|
|
|
resolve_host: AsyncMock,
|
|
|
|
socket_socket: MagicMock,
|
|
|
|
exception_map: tuple[Exception, Exception],
|
|
|
|
) -> None:
|
|
|
|
"""Test that the frame helper is closed before the underlying socket.
|
|
|
|
|
|
|
|
If we don't do this, asyncio will get confused and not release the socket.
|
|
|
|
"""
|
|
|
|
loop = asyncio.get_event_loop()
|
|
|
|
exception, raised_exception = exception_map
|
|
|
|
messages = []
|
|
|
|
transport = MagicMock()
|
|
|
|
connected = asyncio.Event()
|
|
|
|
|
|
|
|
class APIPlaintextFrameHelperHandshakeException(APIPlaintextFrameHelper):
|
|
|
|
"""Plaintext frame helper that raises exception on handshake."""
|
|
|
|
|
|
|
|
def perform_handshake(self, timeout: float) -> Coroutine[Any, Any, None]:
|
|
|
|
raise exception
|
|
|
|
|
|
|
|
def on_msg(msg):
|
|
|
|
messages.append(msg)
|
|
|
|
|
|
|
|
remove = conn.add_message_callback(on_msg, (HelloResponse, DeviceInfoResponse))
|
|
|
|
transport = MagicMock()
|
|
|
|
|
|
|
|
with patch(
|
|
|
|
"aioesphomeapi.connection.APIPlaintextFrameHelper",
|
|
|
|
APIPlaintextFrameHelperHandshakeException,
|
|
|
|
), patch.object(
|
2023-11-25 17:08:34 +01:00
|
|
|
loop,
|
|
|
|
"create_connection",
|
|
|
|
side_effect=partial(_create_mock_transport_protocol, transport, connected),
|
2023-10-24 02:22:08 +02:00
|
|
|
):
|
|
|
|
connect_task = asyncio.create_task(connect(conn, login=False))
|
|
|
|
await connected.wait()
|
|
|
|
|
2023-11-25 17:08:34 +01:00
|
|
|
protocol = conn._frame_helper
|
2023-10-24 02:22:08 +02:00
|
|
|
assert conn._socket is not None
|
|
|
|
assert conn._frame_helper is not None
|
|
|
|
|
2023-11-24 16:42:56 +01:00
|
|
|
mock_data_received(
|
|
|
|
protocol,
|
|
|
|
b'\x00@\x02\x08\x01\x10\x07\x1a(m5stackatomproxy (esphome v2023.1.0-dev)"\x10m',
|
2023-10-24 02:22:08 +02:00
|
|
|
)
|
2023-11-24 16:42:56 +01:00
|
|
|
mock_data_received(protocol, b"5stackatomproxy")
|
|
|
|
mock_data_received(protocol, b"\x00\x00$")
|
|
|
|
mock_data_received(protocol, b"\x00\x00\x04")
|
|
|
|
mock_data_received(
|
|
|
|
protocol,
|
|
|
|
b'\x00e\n\x12\x10m5stackatomproxy\x1a\x11E8:9F:6D:0A:68:E0"\x0c2023.1.0-d',
|
2023-10-24 02:22:08 +02:00
|
|
|
)
|
2023-11-24 16:42:56 +01:00
|
|
|
mock_data_received(
|
|
|
|
protocol, b"ev*\x15Jan 7 2023, 13:19:532\x0cm5stack-atomX\x03b\tEspressif"
|
2023-10-24 02:22:08 +02:00
|
|
|
)
|
|
|
|
|
|
|
|
call_order = []
|
|
|
|
|
|
|
|
def _socket_close_call():
|
|
|
|
call_order.append("socket_close")
|
|
|
|
|
|
|
|
def _frame_helper_close_call():
|
|
|
|
call_order.append("frame_helper_close")
|
|
|
|
|
|
|
|
with patch.object(
|
|
|
|
conn._socket, "close", side_effect=_socket_close_call
|
|
|
|
), patch.object(
|
|
|
|
conn._frame_helper, "close", side_effect=_frame_helper_close_call
|
|
|
|
), pytest.raises(
|
|
|
|
raised_exception
|
|
|
|
):
|
|
|
|
await asyncio.sleep(0)
|
|
|
|
await connect_task
|
|
|
|
|
|
|
|
# Ensure the frame helper is closed before the socket
|
|
|
|
# so asyncio releases the socket
|
|
|
|
assert call_order == ["frame_helper_close", "socket_close"]
|
|
|
|
assert not conn.is_connected
|
|
|
|
assert len(messages) == 2
|
|
|
|
assert isinstance(messages[0], HelloResponse)
|
|
|
|
assert isinstance(messages[1], DeviceInfoResponse)
|
|
|
|
assert messages[1].name == "m5stackatomproxy"
|
|
|
|
remove()
|
2023-11-25 15:39:04 +01:00
|
|
|
conn.force_disconnect()
|
2023-10-24 02:22:08 +02:00
|
|
|
await asyncio.sleep(0)
|
2023-11-10 02:17:53 +01:00
|
|
|
|
|
|
|
|
|
|
|
@pytest.mark.asyncio
|
2023-11-11 00:14:00 +01:00
|
|
|
async def test_connect_wrong_password(
|
|
|
|
plaintext_connect_task_with_login: tuple[
|
|
|
|
APIConnection, asyncio.Transport, APIPlaintextFrameHelper, asyncio.Task
|
|
|
|
],
|
|
|
|
) -> None:
|
|
|
|
conn, transport, protocol, connect_task = plaintext_connect_task_with_login
|
2023-11-10 02:17:53 +01:00
|
|
|
|
2023-11-11 20:06:27 +01:00
|
|
|
send_plaintext_hello(protocol)
|
|
|
|
send_plaintext_connect_response(protocol, True)
|
2023-11-11 00:14:00 +01:00
|
|
|
|
|
|
|
with pytest.raises(InvalidAuthAPIError):
|
|
|
|
await connect_task
|
2023-11-10 02:17:53 +01:00
|
|
|
|
|
|
|
assert not conn.is_connected
|
|
|
|
|
|
|
|
|
|
|
|
@pytest.mark.asyncio
|
2023-11-11 00:14:00 +01:00
|
|
|
async def test_connect_correct_password(
|
|
|
|
plaintext_connect_task_with_login: tuple[
|
|
|
|
APIConnection, asyncio.Transport, APIPlaintextFrameHelper, asyncio.Task
|
|
|
|
],
|
|
|
|
) -> None:
|
|
|
|
conn, transport, protocol, connect_task = plaintext_connect_task_with_login
|
2023-11-10 02:17:53 +01:00
|
|
|
|
2023-11-11 20:06:27 +01:00
|
|
|
send_plaintext_hello(protocol)
|
|
|
|
send_plaintext_connect_response(protocol, False)
|
2023-11-11 00:14:00 +01:00
|
|
|
|
|
|
|
await connect_task
|
2023-11-10 02:17:53 +01:00
|
|
|
|
|
|
|
assert conn.is_connected
|
2023-11-20 19:08:29 +01:00
|
|
|
|
|
|
|
|
2023-11-25 16:58:30 +01:00
|
|
|
@pytest.mark.asyncio
|
|
|
|
async def test_connect_wrong_version(
|
|
|
|
plaintext_connect_task_with_login: tuple[
|
|
|
|
APIConnection, asyncio.Transport, APIPlaintextFrameHelper, asyncio.Task
|
|
|
|
],
|
|
|
|
) -> None:
|
|
|
|
conn, transport, protocol, connect_task = plaintext_connect_task_with_login
|
|
|
|
|
|
|
|
send_plaintext_hello(protocol, 3, 2)
|
|
|
|
send_plaintext_connect_response(protocol, False)
|
|
|
|
|
|
|
|
with pytest.raises(APIConnectionError, match="Incompatible API version"):
|
|
|
|
await connect_task
|
|
|
|
|
|
|
|
assert conn.is_connected is False
|
|
|
|
|
|
|
|
|
|
|
|
@pytest.mark.asyncio
|
|
|
|
async def test_connect_wrong_name(
|
|
|
|
plaintext_connect_task_expected_name: tuple[
|
|
|
|
APIConnection, asyncio.Transport, APIPlaintextFrameHelper, asyncio.Task
|
|
|
|
],
|
|
|
|
) -> None:
|
|
|
|
conn, transport, protocol, connect_task = plaintext_connect_task_expected_name
|
|
|
|
send_plaintext_hello(protocol)
|
|
|
|
send_plaintext_connect_response(protocol, False)
|
|
|
|
|
|
|
|
with pytest.raises(
|
|
|
|
APIConnectionError,
|
|
|
|
match="Expected 'test' but server sent a different name: 'fake'",
|
|
|
|
):
|
|
|
|
await connect_task
|
|
|
|
|
|
|
|
assert conn.is_connected is False
|
|
|
|
|
|
|
|
|
2023-11-20 19:08:29 +01:00
|
|
|
@pytest.mark.asyncio
|
|
|
|
async def test_force_disconnect_fails(
|
|
|
|
caplog: pytest.LogCaptureFixture,
|
|
|
|
plaintext_connect_task_with_login: tuple[
|
|
|
|
APIConnection, asyncio.Transport, APIPlaintextFrameHelper, asyncio.Task
|
|
|
|
],
|
|
|
|
) -> None:
|
|
|
|
conn, transport, protocol, connect_task = plaintext_connect_task_with_login
|
|
|
|
|
|
|
|
send_plaintext_hello(protocol)
|
|
|
|
send_plaintext_connect_response(protocol, False)
|
|
|
|
|
|
|
|
await connect_task
|
|
|
|
assert conn.is_connected
|
|
|
|
|
|
|
|
with patch.object(protocol, "_writer", side_effect=OSError):
|
2023-11-25 15:39:04 +01:00
|
|
|
conn.force_disconnect()
|
2023-11-20 19:08:29 +01:00
|
|
|
assert "Failed to send (forced) disconnect request" in caplog.text
|
2023-11-25 14:51:48 +01:00
|
|
|
await asyncio.sleep(0)
|
2023-11-20 19:08:29 +01:00
|
|
|
|
|
|
|
|
2023-11-25 17:08:34 +01:00
|
|
|
@pytest.mark.asyncio
|
|
|
|
async def test_connect_resolver_times_out(
|
|
|
|
conn: APIConnection, socket_socket, event_loop
|
|
|
|
) -> tuple[APIConnection, asyncio.Transport, APIPlaintextFrameHelper, asyncio.Task]:
|
|
|
|
transport = MagicMock()
|
|
|
|
connected = asyncio.Event()
|
|
|
|
|
|
|
|
with patch(
|
|
|
|
"aioesphomeapi.host_resolver.async_resolve_host",
|
|
|
|
side_effect=asyncio.TimeoutError,
|
|
|
|
), patch.object(event_loop, "sock_connect"), patch.object(
|
|
|
|
event_loop,
|
|
|
|
"create_connection",
|
|
|
|
side_effect=partial(_create_mock_transport_protocol, transport, connected),
|
|
|
|
), pytest.raises(
|
|
|
|
ResolveAPIError, match="Timeout while resolving IP address for fake.address"
|
|
|
|
):
|
|
|
|
await connect(conn, login=False)
|
|
|
|
|
|
|
|
|
2023-11-20 19:08:29 +01:00
|
|
|
@pytest.mark.asyncio
|
|
|
|
async def test_disconnect_fails_to_send_response(
|
|
|
|
connection_params: ConnectionParams,
|
|
|
|
event_loop: asyncio.AbstractEventLoop,
|
|
|
|
resolve_host,
|
|
|
|
socket_socket,
|
|
|
|
) -> None:
|
|
|
|
loop = asyncio.get_event_loop()
|
|
|
|
transport = MagicMock()
|
|
|
|
connected = asyncio.Event()
|
|
|
|
client = APIClient(
|
|
|
|
address="mydevice.local",
|
|
|
|
port=6052,
|
|
|
|
password=None,
|
|
|
|
)
|
|
|
|
expected_disconnect = None
|
|
|
|
|
|
|
|
async def _on_stop(_expected_disconnect: bool) -> None:
|
|
|
|
nonlocal expected_disconnect
|
|
|
|
expected_disconnect = _expected_disconnect
|
|
|
|
|
|
|
|
with patch.object(event_loop, "sock_connect"), patch.object(
|
2023-11-25 17:08:34 +01:00
|
|
|
loop,
|
|
|
|
"create_connection",
|
|
|
|
side_effect=partial(_create_mock_transport_protocol, transport, connected),
|
2023-11-20 19:08:29 +01:00
|
|
|
):
|
2023-11-25 14:11:34 +01:00
|
|
|
connect_task = asyncio.create_task(
|
|
|
|
connect_client(client, login=False, on_stop=_on_stop)
|
|
|
|
)
|
2023-11-20 19:08:29 +01:00
|
|
|
await connected.wait()
|
2023-11-25 17:08:34 +01:00
|
|
|
protocol = client._connection._frame_helper
|
2023-11-20 19:08:29 +01:00
|
|
|
send_plaintext_hello(protocol)
|
|
|
|
await connect_task
|
|
|
|
transport.reset_mock()
|
|
|
|
|
|
|
|
send_plaintext_hello(protocol)
|
|
|
|
send_plaintext_connect_response(protocol, False)
|
|
|
|
|
|
|
|
await connect_task
|
2023-11-25 14:11:34 +01:00
|
|
|
assert client._connection.is_connected
|
2023-11-20 19:08:29 +01:00
|
|
|
|
2023-11-24 16:42:56 +01:00
|
|
|
with patch.object(protocol, "_writer", side_effect=OSError):
|
2023-11-20 19:08:29 +01:00
|
|
|
disconnect_request = DisconnectRequest()
|
2023-11-24 16:42:56 +01:00
|
|
|
mock_data_received(protocol, generate_plaintext_packet(disconnect_request))
|
2023-11-20 19:08:29 +01:00
|
|
|
|
|
|
|
# Wait one loop iteration for the disconnect to be processed
|
|
|
|
await asyncio.sleep(0)
|
|
|
|
assert expected_disconnect is True
|
2023-11-21 14:01:58 +01:00
|
|
|
|
|
|
|
|
2023-11-23 13:36:30 +01:00
|
|
|
@pytest.mark.asyncio
|
|
|
|
async def test_disconnect_success_case(
|
|
|
|
connection_params: ConnectionParams,
|
|
|
|
event_loop: asyncio.AbstractEventLoop,
|
|
|
|
resolve_host,
|
|
|
|
socket_socket,
|
|
|
|
) -> None:
|
|
|
|
loop = asyncio.get_event_loop()
|
|
|
|
transport = MagicMock()
|
|
|
|
connected = asyncio.Event()
|
|
|
|
client = APIClient(
|
|
|
|
address="mydevice.local",
|
|
|
|
port=6052,
|
|
|
|
password=None,
|
|
|
|
)
|
|
|
|
expected_disconnect = None
|
|
|
|
|
|
|
|
async def _on_stop(_expected_disconnect: bool) -> None:
|
|
|
|
nonlocal expected_disconnect
|
|
|
|
expected_disconnect = _expected_disconnect
|
|
|
|
|
|
|
|
with patch.object(event_loop, "sock_connect"), patch.object(
|
2023-11-25 17:08:34 +01:00
|
|
|
loop,
|
|
|
|
"create_connection",
|
|
|
|
side_effect=partial(_create_mock_transport_protocol, transport, connected),
|
2023-11-23 13:36:30 +01:00
|
|
|
):
|
2023-11-25 14:11:34 +01:00
|
|
|
connect_task = asyncio.create_task(
|
|
|
|
connect_client(client, login=False, on_stop=_on_stop)
|
|
|
|
)
|
2023-11-23 13:36:30 +01:00
|
|
|
await connected.wait()
|
2023-11-25 17:08:34 +01:00
|
|
|
protocol = client._connection._frame_helper
|
2023-11-23 13:36:30 +01:00
|
|
|
send_plaintext_hello(protocol)
|
|
|
|
await connect_task
|
|
|
|
transport.reset_mock()
|
|
|
|
|
|
|
|
send_plaintext_hello(protocol)
|
|
|
|
send_plaintext_connect_response(protocol, False)
|
|
|
|
|
|
|
|
await connect_task
|
2023-11-25 14:11:34 +01:00
|
|
|
assert client._connection.is_connected
|
2023-11-23 13:36:30 +01:00
|
|
|
|
|
|
|
disconnect_request = DisconnectRequest()
|
2023-11-24 16:42:56 +01:00
|
|
|
mock_data_received(protocol, generate_plaintext_packet(disconnect_request))
|
2023-11-23 13:36:30 +01:00
|
|
|
|
|
|
|
# Wait one loop iteration for the disconnect to be processed
|
|
|
|
await asyncio.sleep(0)
|
|
|
|
assert expected_disconnect is True
|
2023-11-25 14:11:34 +01:00
|
|
|
assert not client._connection
|
2023-11-23 13:36:30 +01:00
|
|
|
|
|
|
|
|
2023-11-21 14:01:58 +01:00
|
|
|
@pytest.mark.asyncio
|
|
|
|
async def test_ping_disconnects_after_no_responses(
|
|
|
|
plaintext_connect_task_with_login: tuple[
|
|
|
|
APIConnection, asyncio.Transport, APIPlaintextFrameHelper, asyncio.Task
|
|
|
|
],
|
|
|
|
) -> None:
|
|
|
|
conn, transport, protocol, connect_task = plaintext_connect_task_with_login
|
|
|
|
|
|
|
|
send_plaintext_hello(protocol)
|
|
|
|
send_plaintext_connect_response(protocol, False)
|
|
|
|
|
|
|
|
await connect_task
|
|
|
|
|
|
|
|
ping_request_bytes = b"\x00\x00\x07"
|
|
|
|
|
|
|
|
assert conn.is_connected
|
|
|
|
transport.reset_mock()
|
|
|
|
expected_calls = []
|
|
|
|
start_time = utcnow()
|
|
|
|
max_pings_to_disconnect_after = int(KEEP_ALIVE_TIMEOUT_RATIO)
|
|
|
|
for count in range(1, max_pings_to_disconnect_after + 1):
|
|
|
|
async_fire_time_changed(
|
|
|
|
start_time + timedelta(seconds=KEEP_ALIVE_INTERVAL * count)
|
|
|
|
)
|
|
|
|
assert transport.write.call_count == count
|
|
|
|
expected_calls.append(call(ping_request_bytes))
|
|
|
|
assert transport.write.mock_calls == expected_calls
|
|
|
|
|
|
|
|
assert conn.is_connected is True
|
|
|
|
|
|
|
|
# We should disconnect once we reach more than 4 missed pings
|
|
|
|
async_fire_time_changed(
|
|
|
|
start_time
|
|
|
|
+ timedelta(seconds=KEEP_ALIVE_INTERVAL * (max_pings_to_disconnect_after + 1))
|
|
|
|
)
|
|
|
|
assert transport.write.call_count == max_pings_to_disconnect_after
|
|
|
|
|
|
|
|
assert conn.is_connected is False
|
|
|
|
|
|
|
|
|
|
|
|
@pytest.mark.asyncio
|
|
|
|
async def test_ping_does_not_disconnect_if_we_get_responses(
|
|
|
|
plaintext_connect_task_with_login: tuple[
|
|
|
|
APIConnection, asyncio.Transport, APIPlaintextFrameHelper, asyncio.Task
|
|
|
|
],
|
|
|
|
) -> None:
|
|
|
|
conn, transport, protocol, connect_task = plaintext_connect_task_with_login
|
|
|
|
|
|
|
|
send_plaintext_hello(protocol)
|
|
|
|
send_plaintext_connect_response(protocol, False)
|
|
|
|
|
|
|
|
await connect_task
|
|
|
|
ping_request_bytes = b"\x00\x00\x07"
|
|
|
|
|
|
|
|
assert conn.is_connected
|
|
|
|
transport.reset_mock()
|
|
|
|
start_time = utcnow()
|
|
|
|
max_pings_to_disconnect_after = int(KEEP_ALIVE_TIMEOUT_RATIO)
|
|
|
|
for count in range(1, max_pings_to_disconnect_after + 2):
|
|
|
|
async_fire_time_changed(
|
|
|
|
start_time + timedelta(seconds=KEEP_ALIVE_INTERVAL * count)
|
|
|
|
)
|
|
|
|
send_ping_response(protocol)
|
|
|
|
|
|
|
|
# We should only send 1 ping request if we are getting responses
|
|
|
|
assert transport.write.call_count == 1
|
|
|
|
assert transport.write.mock_calls == [call(ping_request_bytes)]
|
|
|
|
|
|
|
|
# We should disconnect if we are getting ping responses
|
|
|
|
assert conn.is_connected is True
|
2023-11-21 15:36:43 +01:00
|
|
|
|
|
|
|
|
|
|
|
def test_raise_during_send_messages_when_not_yet_connected(conn: APIConnection) -> None:
|
|
|
|
"""Test that we raise when sending messages before we are connected."""
|
|
|
|
with pytest.raises(ConnectionNotEstablishedAPIError):
|
|
|
|
conn.send_message(PingRequest())
|
2023-11-23 13:36:30 +01:00
|
|
|
|
|
|
|
|
|
|
|
@pytest.mark.asyncio
|
|
|
|
async def test_respond_to_ping_request(
|
|
|
|
caplog: pytest.LogCaptureFixture,
|
|
|
|
plaintext_connect_task_with_login: tuple[
|
|
|
|
APIConnection, asyncio.Transport, APIPlaintextFrameHelper, asyncio.Task
|
|
|
|
],
|
|
|
|
) -> None:
|
|
|
|
conn, transport, protocol, connect_task = plaintext_connect_task_with_login
|
|
|
|
|
|
|
|
send_plaintext_hello(protocol)
|
|
|
|
send_plaintext_connect_response(protocol, False)
|
|
|
|
|
|
|
|
await connect_task
|
|
|
|
assert conn.is_connected
|
|
|
|
|
|
|
|
transport.reset_mock()
|
|
|
|
send_ping_request(protocol)
|
|
|
|
# We should respond to ping requests
|
|
|
|
ping_response_bytes = b"\x00\x00\x08"
|
|
|
|
assert transport.write.call_count == 1
|
|
|
|
assert transport.write.mock_calls == [call(ping_response_bytes)]
|
2023-11-25 14:51:48 +01:00
|
|
|
|
|
|
|
|
|
|
|
@pytest.mark.asyncio
|
|
|
|
async def test_unknown_protobuf_message_type_logged(
|
|
|
|
api_client: tuple[
|
|
|
|
APIClient, APIConnection, asyncio.Transport, APIPlaintextFrameHelper
|
|
|
|
],
|
|
|
|
caplog: pytest.LogCaptureFixture,
|
|
|
|
) -> None:
|
|
|
|
"""Test unknown protobuf messages are logged but do not cause the connection to collapse."""
|
|
|
|
client, connection, transport, protocol = api_client
|
|
|
|
response: message.Message = DeviceInfoResponse(
|
|
|
|
name="realname",
|
|
|
|
friendly_name="My Device",
|
|
|
|
has_deep_sleep=True,
|
|
|
|
)
|
|
|
|
caplog.set_level(logging.DEBUG)
|
|
|
|
client.set_debug(True)
|
|
|
|
bytes_ = response.SerializeToString()
|
|
|
|
message_with_invalid_protobuf_number = (
|
|
|
|
b"\0"
|
|
|
|
+ _cached_varuint_to_bytes(len(bytes_))
|
|
|
|
+ _cached_varuint_to_bytes(16385)
|
|
|
|
+ bytes_
|
|
|
|
)
|
|
|
|
|
|
|
|
mock_data_received(protocol, message_with_invalid_protobuf_number)
|
|
|
|
|
|
|
|
assert "Skipping unknown message type 16385" in caplog.text
|
|
|
|
assert connection.is_connected
|
2023-11-25 15:39:04 +01:00
|
|
|
connection.force_disconnect()
|
2023-11-25 14:51:48 +01:00
|
|
|
await asyncio.sleep(0)
|
2023-11-25 15:10:26 +01:00
|
|
|
|
|
|
|
|
|
|
|
@pytest.mark.asyncio
|
|
|
|
async def test_bad_protobuf_message_drops_connection(
|
|
|
|
api_client: tuple[
|
|
|
|
APIClient, APIConnection, asyncio.Transport, APIPlaintextFrameHelper
|
|
|
|
],
|
|
|
|
caplog: pytest.LogCaptureFixture,
|
|
|
|
) -> None:
|
|
|
|
"""Test ad bad protobuf messages is logged and causes the connection to collapse."""
|
|
|
|
client, connection, transport, protocol = api_client
|
|
|
|
msg: message.Message = TextSensorStateResponse(
|
|
|
|
key=1, state="invalid", missing_state=False
|
|
|
|
)
|
|
|
|
caplog.clear()
|
|
|
|
caplog.set_level(logging.DEBUG)
|
|
|
|
client.set_debug(True)
|
|
|
|
bytes_ = msg.SerializeToString()
|
|
|
|
# Replace the bytes with invalid UTF-8
|
|
|
|
bytes_ = bytes.replace(bytes_, b"invalid", b"inval\xe9 ")
|
|
|
|
|
|
|
|
message_with_bad_protobuf_data = (
|
|
|
|
b"\0"
|
|
|
|
+ _cached_varuint_to_bytes(len(bytes_))
|
|
|
|
+ _cached_varuint_to_bytes(27)
|
|
|
|
+ bytes_
|
|
|
|
)
|
|
|
|
mock_data_received(protocol, message_with_bad_protobuf_data)
|
|
|
|
assert "Invalid protobuf message: type=TextSensorStateResponse" in caplog.text
|
|
|
|
assert connection.is_connected is False
|
2023-11-25 15:18:08 +01:00
|
|
|
|
|
|
|
|
|
|
|
@pytest.mark.asyncio
|
|
|
|
async def test_connection_cannot_be_reused(
|
|
|
|
plaintext_connect_task_with_login: tuple[
|
|
|
|
APIConnection, asyncio.Transport, APIPlaintextFrameHelper, asyncio.Task
|
|
|
|
],
|
|
|
|
) -> None:
|
|
|
|
"""Test that we raise when trying to connect when already connected."""
|
|
|
|
conn, transport, protocol, connect_task = plaintext_connect_task_with_login
|
|
|
|
send_plaintext_hello(protocol)
|
|
|
|
send_plaintext_connect_response(protocol, False)
|
|
|
|
await connect_task
|
|
|
|
with pytest.raises(RuntimeError):
|
|
|
|
await conn.start_connection()
|
2023-11-25 15:44:25 +01:00
|
|
|
|
|
|
|
|
|
|
|
@pytest.mark.asyncio
|
|
|
|
async def test_attempting_to_finish_unstarted_connection(
|
|
|
|
conn: APIConnection,
|
|
|
|
) -> None:
|
|
|
|
"""Test that we raise when trying to finish an unstarted connection."""
|
|
|
|
with pytest.raises(RuntimeError):
|
|
|
|
await conn.finish_connection(login=False)
|