Merge branch 'zigbee/Add_pytest_in_CI' into 'master'

ci(zigbee): Add pytest for esp32h2 in CI

See merge request espressif/esp-idf!23779
This commit is contained in:
Shu Chen
2023-07-13 23:24:55 +08:00
11 changed files with 112 additions and 11 deletions

View File

@ -131,6 +131,7 @@ ENV_MARKERS = {
# multi-dut markers
'ieee802154': 'ieee802154 related tests should run on ieee802154 runners.',
'openthread_br': 'tests should be used for openthread border router.',
'zigbee_multi_dut': 'zigbee runner which have multiple duts.',
'wifi_two_dut': 'tests should be run on runners which has two wifi duts connected.',
'generic_multi_device': 'generic multiple devices whose corresponding gpio pins are connected to each other.',
'twai_network': 'multiple runners form a TWAI network.',