Searched refs:IS_MOBLAB (Results 1 – 3 of 3) sorted by relevance
66 IS_MOBLAB = common_utils.is_moblab() variable68 if IS_MOBLAB:88 NETWORK_INIT_CHECK_INTERVAL = 1 if IS_MOBLAB else 0.1
144 @unittest.skipIf(constants.IS_MOBLAB,
22 @unittest.skipIf(lxc.IS_MOBLAB, 'Zygotes are not supported on moblab.')