OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AUTOTEST_INSTALL_DIR
(Results
1 - 6
of
6
) sorted by null
/external/autotest/server/
autoserv_utils.py
18
AUTOTEST_INSTALL_DIR
= global_config.global_config.get_config_value('SCHEDULER',
20
autoserv_directory = os.path.join(
AUTOTEST_INSTALL_DIR
, 'server')
/external/autotest/server/site_tests/moblab_RunSuite/
moblab_RunSuite.py
51
(moblab_host.
AUTOTEST_INSTALL_DIR
, board, build,
/external/autotest/server/hosts/
moblab_host.py
18
AUTOTEST_INSTALL_DIR
= global_config.global_config.get_config_value(
25
SHADOW_CONFIG_PATH = '%s/shadow_config.ini' %
AUTOTEST_INSTALL_DIR
26
ATEST_PATH = '%s/cli/atest' %
AUTOTEST_INSTALL_DIR
/external/autotest/scheduler/
drones.py
14
AUTOTEST_INSTALL_DIR
= CONFIG.get_config_value('SCHEDULER',
42
self._autotest_install_dir =
AUTOTEST_INSTALL_DIR
postjob_task.py
26
_parser_path = os.path.join(drones.
AUTOTEST_INSTALL_DIR
, 'tko', 'parse')
370
os.path.join(drones.
AUTOTEST_INSTALL_DIR
, 'scheduler',
drone_manager.py
831
base_dir = os.path.join(drones.
AUTOTEST_INSTALL_DIR
,
[
all
...]
Completed in 699 milliseconds