Home
last modified time | relevance | path

Searched refs:is_test_env (Results 1 – 2 of 2) sorted by relevance

/tools/asuite/atest/integration_tests/
Dsplit_build_test_script.py60 is_test_env: bool = False variable in IntegrationTestConfiguration
82 if ANDROID_BUILD_TOP_KEY not in os.environ and self._config.is_test_env:
271 if isinstance(step, self._TestStep) and self.get_config().is_test_env:
572 if test_cls.get_config().is_test_env:
600 is_in_test_env = lambda test: test.get_config().is_test_env
774 if config.is_test_env and config.is_tar_snapshot:
827 exit=config.is_test_env,
916 config.is_test_env = args.test or is_build_test_unset
970 if config.is_build_env ^ config.is_test_env:
975 build_config.is_test_env = False
Datest_integration_test.py160 if self._config.is_test_env or not snapshot_ready: