OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IS_MOBLAB
(Results
1 - 3
of
3
) sorted by null
/external/autotest/site_utils/lxc/
constants.py
63
IS_MOBLAB
= common_utils.
is_moblab
()
65
if
IS_MOBLAB
:
81
NETWORK_INIT_CHECK_INTERVAL = 1 if
IS_MOBLAB
else 0.1
base_image_unittest.py
144
@unittest.skipIf(constants.
IS_MOBLAB
,
zygote_unittest.py
22
@unittest.skipIf(lxc.
IS_MOBLAB
, 'Zygotes are not supported on moblab.')
Completed in 173 milliseconds