Home
last modified time | relevance | path

Searched refs:_COLOR_PASS (Results 1 – 1 of 1) sorted by relevance

/openthread-3.4.0/tests/scripts/thread-cert/
Drun_cert_suite.py46 _COLOR_PASS = '\033[0;32m' variable
166 color = _COLOR_PASS if script_fail_count[script] == 0 else _COLOR_FAIL
174 color = _COLOR_PASS if script_fail_count[script] == 0 else _COLOR_FAIL