Home
last modified time | relevance | path

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

/external/autotest/server/cros/dynamic_suite/
Dconstants.py21 EXPERIMENTAL_PREFIX = 'experimental_' variable
Dsuite.py917 if not test.name.startswith(constants.EXPERIMENTAL_PREFIX):
918 test.name = constants.EXPERIMENTAL_PREFIX + test.name
947 constants.EXPERIMENTAL_PREFIX not in result._test_name and
948 constants.EXPERIMENTAL_PREFIX not in result._job_name)
/external/autotest/site_utils/
Drun_suite.py748 prefix = constants.EXPERIMENTAL_PREFIX if (
750 testname.startswith(constants.EXPERIMENTAL_PREFIX)) else ''