Home
last modified time | relevance | path

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

/external/autotest/server/
Dautoserv_utils.py18 AUTOTEST_INSTALL_DIR = global_config.global_config.get_config_value('SCHEDULER', variable
20 autoserv_directory = os.path.join(AUTOTEST_INSTALL_DIR, 'server')
/external/autotest/server/hosts/
Dmoblab_host.py17 AUTOTEST_INSTALL_DIR = global_config.global_config.get_config_value( variable
20 SHADOW_CONFIG_PATH = '%s/shadow_config.ini' % AUTOTEST_INSTALL_DIR
21 ATEST_PATH = '%s/cli/atest' % AUTOTEST_INSTALL_DIR
/external/autotest/scheduler/
Ddrones.py15 AUTOTEST_INSTALL_DIR = global_config.global_config.get_config_value('SCHEDULER', variable
44 self._autotest_install_dir = AUTOTEST_INSTALL_DIR
Dpostjob_task.py21 _parser_path = os.path.join(drones.AUTOTEST_INSTALL_DIR, 'tko', 'parse')
363 os.path.join(drones.AUTOTEST_INSTALL_DIR, 'scheduler',
Ddrone_manager.py846 base_dir = os.path.join(drones.AUTOTEST_INSTALL_DIR,
/external/autotest/server/site_tests/moblab_RunSuite/
Dmoblab_RunSuite.py49 (moblab_host.AUTOTEST_INSTALL_DIR, board, build,
/external/autotest/site_utils/
Dbrillo_test_launcher.py86 (moblab.hostname, moblab_host.AUTOTEST_INSTALL_DIR))