Searched refs:AUTOTEST_INSTALL_DIR (Results 1 – 7 of 7) sorted by relevance
/external/autotest/server/ |
D | autoserv_utils.py | 12 AUTOTEST_INSTALL_DIR = global_config.global_config.get_config_value('SCHEDULER', variable 14 autoserv_directory = os.path.join(AUTOTEST_INSTALL_DIR, 'server')
|
/external/autotest/server/hosts/ |
D | moblab_host.py | 19 AUTOTEST_INSTALL_DIR = global_config.global_config.get_config_value( variable 23 SHADOW_CONFIG_PATH = '%s/shadow_config.ini' % AUTOTEST_INSTALL_DIR 24 ATEST_PATH = '%s/cli/atest' % AUTOTEST_INSTALL_DIR
|
/external/autotest/scheduler/ |
D | drones.py | 14 AUTOTEST_INSTALL_DIR = CONFIG.get_config_value('SCHEDULER', variable 45 self._autotest_install_dir = AUTOTEST_INSTALL_DIR
|
D | postjob_task.py | 26 _parser_path = os.path.join(drones.AUTOTEST_INSTALL_DIR, 'tko', 'parse')
|
D | drone_manager.py | 858 base_dir = os.path.join(drones.AUTOTEST_INSTALL_DIR,
|
/external/autotest/server/site_tests/moblab_RunSuite/ |
D | moblab_RunSuite.py | 71 (moblab_host.AUTOTEST_INSTALL_DIR, board, target_build,
|
/external/autotest/server/site_tests/moblab_StorageQual/ |
D | moblab_StorageQual.py | 109 (moblab_host.AUTOTEST_INSTALL_DIR, board, target_build,
|