Home
last modified time | relevance | path

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

/cts/hostsidetests/multidevices/tools/
Drun_all_tests.py31 CONFIG_FILE = os.path.join(os.getcwd(), 'config.yml') variable
51 with open(CONFIG_FILE) as file:
131 CONFIG_FILE,
/cts/apps/CameraITS/tools/
Drun_all_tests.py38 CONFIG_FILE = os.path.join(YAML_FILE_DIR, 'config.yml') variable
373 with open(CONFIG_FILE) as file: