Home
last modified time | relevance | path

Searched refs:run (Results 1 – 25 of 48) sorted by relevance

12

/test/cts-root/tools/cts-root-tradefed/
DREADME6 that require root privileges or a debuggable device to run.
22 To run a test plan on a single device:
26 are working from the Android source tree and have run 'm cts_root',
30 'run cts-root' to run the default MTS plan
34 To run a test module:
35 'run cts-root --module <module_name>'
37 To run a specific test:
38 'run cts-root --test <test_name>'
40 To shard a plan test run on multiple devices
41 'run cts-root --shards <number of shards>
[all …]
/test/mts/tools/mts-tradefed/
DREADME21 To run a test plan on a single device:
25 are working from the Android source tree and have run 'm mts',
29 'run mts' to run the default MTS plan
33 To run a test module:
34 'run mts --module <module_name>'
36 To run a specific test:
37 'run mts --test <test_name>'
39 To shard a plan test run on multiple devices
40 'run mts --shards <number of shards>
44 'run mts --help'
[all …]
/test/vts/tools/vts-core-tradefed/
DREADME12 - tests all run through Trade Federation without python wrapper, thus no
14 - supports sharding a VTS test run across multiple devices in parallel
36 To run a test plan on a single device:
42 Or else if you are working from the Android source tree and have run `make
46 'run vts' to run the default VTS plan
50 To run a test module:
51 'run vts --module <module_name>'
53 To run a specific test:
54 'run vts --module <module_name> --test <test_name>'
56 To shard a plan test run on multiple devices
[all …]
/test/catbox/tools/catbox-tradefed/
DREADME29 To run a test plan on a single device:
35 Or else if you are working from the Android source tree and have run make catbox,
39 'run catbox' to run the default CATBOX plan
43 To run a test module:
44 'run catbox --module <module_name>'
46 To run a specific test:
47 'run catbox --test <test_name>'
49 To shard a plan test run on multiple devices
50 'run catbox --shards <number of shards>
54 'run catbox --help'
[all …]
/test/vti/test_serving/gae/testing/
DREADME.md3 A Makefile is provided to deploy and run the e2e test.
5 To run:
10 To manually run, install the requirements
14 Finally, run the test
/test/app_compat/csuite/harness/src/test/java/com/android/compatibility/testtype/
DAppLaunchTestTest.java72 appLaunchTest.run(NULL_TEST_INFORMATION, mMockListener); in run_testFailed()
82 appLaunchTest.run(NULL_TEST_INFORMATION, mMockListener); in run_testPassed()
99 appLaunchTest.run(NULL_TEST_INFORMATION, mMockListener); in run_takeScreenShot_savesToTestLog()
112 appLaunchTest.run(NULL_TEST_INFORMATION, mMockListener); in run_packageResetSuccess()
124 appLaunchTest.run(NULL_TEST_INFORMATION, mMockListener); in run_packageResetError()
134 appLaunchTest.run(NULL_TEST_INFORMATION, mMockListener); in run_testRetry_passedAfterTwoFailings()
144 appLaunchTest.run(NULL_TEST_INFORMATION, mMockListener); in run_testRetry_failedAfterThreeFailings()
359 public void run( in createFailingInstrumentationTest()
372 public void run( in createPassingInstrumentationTest()
385 public void run( in createPassingInstrumentationTestAfterFailing()
/test/vti/dashboard/src/main/webapp/css/
Dtest_results.css15 li.test-run-container.active {
24 .collapsible-header.test-run {
27 .test-run-metadata {
37 .suite-test-run-metadata {
113 .test-run-label {
Dsearch_header.css58 .search-bar .search-wrapper .run-type-wrapper {
61 .search-bar .search-wrapper .run-type-wrapper [type="checkbox"]+label {
/test/app_compat/csuite/tools/csuite-tradefed/
DREADME21 To run a test plan on a single device:
25 are working from the Android source tree and have run 'm csuite',
37 Perform these steps to build and run csuite from the development environment:
42 run <plan-name>
/test/cts-root/
DREADME.md11 `cts-root-tradefed` to run it, and `run cts-root` to run the default cts-root
/test/vts-testcase/performance/audio_loopback_test/
DREADME.md2 It is based on the Loopback.apk run with Loopback dongle: https://source.android.com/devices/audio/…
4 * How to run the test?
7 3. `vts-tradefed run vts -m AudioLoopbackTest`
/test/app_compat/csuite/integration_tests/
Dcsuite_crash_detection_test.py36 self.adb.run(['logcat', '-c'])
48 self.adb.run(['logcat', '-c'])
98 logcat_process = self.adb.run(['logcat', '-d', '-v', 'brief', '-s', tag])
Dcsuite_test_utils.py190 return self.run(['shell'] + args, check)
192 def run(self, member in Adb
200 self.run(['uninstall', package_name], check=check)
225 return subprocess.run(args, check=check, **kwargs)
/test/app_compat/csuite/harness/src/test/java/com/android/csuite/testing/
DMoreAsserts.java30 void run() throws Exception; in run() method
49 runnable.run(); in assertThrows()
/test/mlts/benchmark/tools/
Dgen_tflite_visualization.sh11 echo you must run lunch before running this script
31 bazel run //tensorflow/lite/tools:visualize $file $HTML_DIR/$modelname.html
/test/app_compat/csuite/harness/src/main/java/com/android/csuite/core/
DSystemPackageUninstaller.java105 void run() throws TargetSetupError, DeviceNotAvailableException; in run() method
113 action.run(); in runWithFrameworkOff()
130 action.run(); in runWithWritableFilesystem()
150 action.run(); in runAsRoot()
/test/vts-testcase/kernel/ltp/testcase/tools/
Dgen_ltp_config.py24 def run(android_build_top, arch, n_bit, is_low_mem, is_hwasan, output_file): function
49 run(os.environ['ANDROID_BUILD_TOP'], arch, n_bit, is_low_mem, is_hwasan, output_path)
/test/mlts/benchmark/
DREADME.txt31 * At the end of a benchmark run, its results will be
39 To run the tests use the specific targets available in the build_and_run_benchmark.sh script.
40 By default, every test gets run on each available accelerator in isolation. It is possible to filte…
43 It is also possible to run additional tests without specified target accelerator to let NNAPI
/test/vti/dashboard/src/main/webapp/WEB-INF/jsp/
Dshow_suite_release.jsp150 <div class="run-type-wrapper col s4 right-align">
182 <li class="test-run-container">
183 <div class="collapsible-header test-run">
226 <span class="suite-test-run-metadata">
232 <span class="suite-test-run-metadata">
243 <span class="suite-test-run-metadata">
/test/vti/test_serving/
DPREUPLOAD.cfg8 test_serving_unittests = ${REPO_ROOT}/test/framework/script/run-unittest.sh
/test/vts/tools/vts-core-tradefed/tests/
Drun_vts_core_tests.sh21 ${VTS_CORE_DIR}/vts-tradefed run singleCommand host -n \
/test/vts/testcases/
Drun-on-host.mk31 vts-prepare-run-on-host: $(TARGET_OUT_EXECUTABLES)/$(LINKER) $(TARGET_OUT)/etc/hosts $(TARGET_OUT_E…
/test/vts-testcase/nbu/src/
DREADME.md24 This section lists the components and steps required to create a setup to run
88 Python scripts. Then cd to that directory and run:
/test/vts/utils/python/coverage/
DREADME.md1 # To run from another Python module
/test/app_compat/csuite/tools/csuite_test/
Dcsuite_test_test.go190 run := func() int {
197 os.Exit(run())

12