1
0
mirror of https://github.com/espressif/esp-idf synced 2025-04-04 13:50:09 -04:00
2022-12-15 14:55:42 +08:00

12 lines
358 B
Python

# SPDX-FileCopyrightText: 2021-2022 Espressif Systems (Shanghai) CO LTD
# SPDX-License-Identifier: Apache-2.0
import pytest
from pytest_embedded import Dut
@pytest.mark.supported_targets
@pytest.mark.generic
def test_examples_non_block_socket_localhost(dut: Dut) -> None:
dut.expect(r'nonblocking-socket-client: Received: GET / HTTP/1.1', timeout=30)