Chen Yudong 38bd98acf0 CI: add integration test env 3 лет назад
..
test_configs dd4f27801f ci: move integration test related files outside of components 4 лет назад
KnownIssues 11d4542165 ci: update intergration test to support esp32c3 4 лет назад
README.md 11d4542165 ci: update intergration test to support esp32c3 4 лет назад
prepare_test_bins.py 38bd98acf0 CI: add integration test env 3 лет назад

README.md

Integration Test Description

Case Lists

  • WiFi Standard cases for only esp32.
  • BLE Standard cases for esp32 and esp32c3.

Trigger

  • By labels:
    • integration_test
  • By file changes:
    • integration test related files
  • By bot:
    • @bot test with label: integration_test

Advanced

  • There are labels can be used to run less integration test cases.
    • These labels only take effect when the integration test has been triggered.
    • label: integration::wifi_only
    • Only run WiFi cases.
    • label: integration::ble_only
    • Only run BLE cases.