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:
Harshit Malpani
2023-07-18 10:08:03 +05:30
parent b04cca4933
commit bb9d410578
2 changed files with 7 additions and 1 deletions

View File

@ -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: |

View File

@ -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: