Merge branch 'ci/nightly_run_crt_bundle_stress_test' into 'master'

Run https x509 bundle default crt bundle stress test using QEMU

See merge request espressif/esp-idf!34508
This commit is contained in:
Harshal Patil 2024-11-05 13:19:51 +08:00
commit ae51dcc227
2 changed files with 6 additions and 7 deletions

View File

@ -44,8 +44,9 @@ def test_examples_protocol_https_x509_bundle_dynamic_buffer(dut: Dut) -> None:
dut.expect('Completed {} connections'.format(num_URLS), timeout=60)
@pytest.mark.qemu
@pytest.mark.esp32
@pytest.mark.ethernet
@pytest.mark.host_test
@pytest.mark.parametrize('config', ['default_crt_bundle',], indirect=True)
def test_examples_protocol_https_x509_bundle_default_crt_bundle_stress_test(dut: Dut) -> None:
# check and log bin size

View File

@ -1,10 +1,8 @@
CONFIG_IDF_TARGET="esp32"
CONFIG_MBEDTLS_CERTIFICATE_BUNDLE_DEFAULT_FULL=y
# QEMU-Related configurations
CONFIG_EXAMPLE_CONNECT_ETHERNET=y
CONFIG_EXAMPLE_USE_OPENETH=y
CONFIG_EXAMPLE_CONNECT_WIFI=n
CONFIG_EXAMPLE_USE_INTERNAL_ETHERNET=y
CONFIG_EXAMPLE_ETH_PHY_IP101=y
CONFIG_EXAMPLE_ETH_MDC_GPIO=23
CONFIG_EXAMPLE_ETH_MDIO_GPIO=18
CONFIG_EXAMPLE_ETH_PHY_RST_GPIO=5
CONFIG_EXAMPLE_ETH_PHY_ADDR=1
CONFIG_ETH_USE_SPI_ETHERNET=n