mirror of
https://github.com/espressif/esp-idf.git
synced 2025-07-29 18:27:20 +02:00
fix(ci): update HTTP client example tests runner assignment
HTTP client example tests now connect with locally hosted httpbin service for more stable results across multiple runs
This commit is contained in:
@ -4,7 +4,7 @@ import re
|
||||
import ttfw_idf
|
||||
|
||||
|
||||
@ttfw_idf.idf_example_test(env_tag='Example_EthKitV1')
|
||||
@ttfw_idf.idf_example_test(env_tag='httpbin')
|
||||
def test_examples_protocol_esp_http_client(env, extra_data):
|
||||
"""
|
||||
steps: |
|
||||
|
@ -186,6 +186,12 @@ example_test_001B:
|
||||
- ESP32
|
||||
- Example_EthKitV1
|
||||
|
||||
example_test_httpbin:
|
||||
extends: .example_test_template
|
||||
tags:
|
||||
- ESP32
|
||||
- httpbin
|
||||
|
||||
example_test_001B_V3:
|
||||
extends: .example_test_template
|
||||
tags:
|
||||
|
Reference in New Issue
Block a user