Home
last modified time | relevance | path

Searched refs:check (Results 1 – 8 of 8) sorted by relevance

/test/app_compat/csuite/integration_tests/
Dcsuite_test_utils.py175 check: bool = None) -> subprocess.CompletedProcess:
190 return self.run(['shell'] + args, check)
194 check: bool = None) -> subprocess.CompletedProcess:
196 return _run_command(self._args + args, check=check)
198 def uninstall(self, package_name: Text, check: bool = None):
200 self.run(['uninstall', package_name], check=check)
208 def _run_command(args, check=True, **kwargs) -> subprocess.CompletedProcess: argument
225 return subprocess.run(args, check=check, **kwargs)
Dcsuite_crash_detection_test.py63 self.adb.uninstall(test_app_package, check=False)
/test/vti/dashboard/
DREADME.md230 ### Steps to create an uptime check and an alerting policy
238 3. Fill in the following fields for the uptime check:
245 4. Click Test to verify your uptime check is working.
252 ### Test the check and alert
256 To test the check and alert, go to the VM Instances page, select your instance, and click Stop from…
257 You'll have to wait up to five minutes for the next uptime check to fail. The alert and notificatio…
/test/vts-testcase/nbu/src/
DREADME.md73 To check your Python's version, use command `$ python --version`.
96 all the logs will be collected in `/tmp/logs/`. You can check the test results
/test/vts-testcase/kernel/virtual_ab/
Dmetadata_test.cpp43 EXPECT_TRUE(metadata_entry->fs_mgr_flags.check) in TEST()
/test/vts/proto/
DAndroidSystemControlMessage.proto30 // To check the health of an agent.
33 // To check whether fuzzer's binder service is available.
DComponentSpecificationMessage.proto147 // similar to TYPE_UNION, but support runtime type check.
/test/app_compat/csuite/
Dpylintrc279 no-space-check=
305 # Tells whether we should check for unused import in __init__ files.
327 # Logging modules to check that the string format arguments are in logging