Home
last modified time | relevance | path

Searched refs:IS_MOBLAB (Results 1 – 3 of 3) sorted by relevance

/external/autotest/site_utils/lxc/
Dconstants.py63 IS_MOBLAB = common_utils.is_moblab() variable
65 if IS_MOBLAB:
81 NETWORK_INIT_CHECK_INTERVAL = 1 if IS_MOBLAB else 0.1
Dbase_image_unittest.py144 @unittest.skipIf(constants.IS_MOBLAB,
Dzygote_unittest.py22 @unittest.skipIf(lxc.IS_MOBLAB, 'Zygotes are not supported on moblab.')