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 7d03999b2b
commit 7645723127
3 changed files with 11 additions and 2 deletions

View File

@ -128,6 +128,7 @@ ENV_MARKERS = {
'eth_w5500': 'SPI Ethernet module with two W5500',
'nvs_encr_hmac': 'Runner with test HMAC key programmed in efuse',
'i2c_oled': 'Runner with ssd1306 I2C oled connected',
'httpbin': 'runner for tests that need to access the httpbin service',
# multi-dut markers
'ieee802154': 'ieee802154 related tests should run on ieee802154 runners.',
'openthread_br': 'tests should be used for openthread border router.',