/test/framework/host_setup/ |
D | fabfile.py | 24 from fabric.api import run 153 run("echo '' >> ~/.bashrc", ) 154 run("echo '# Set $ADB_VENDOR_KEYS as paths to adb private key files " 156 run("echo 'if [ -f ~/%s ]; then' >> ~/.bashrc" % 158 run("echo ' export ADB_VENDOR_KEYS=$(find $(cat ~/%s)/android-vtslab/" 161 run("echo 'fi' >> ~/.bashrc") 185 former_HC_package_path = run("cat %s" % vtslab_package_path_filepath) 189 adb_vendor_keys_list = run("find %s -name \".*.ak\"" % 195 adb_vendor_keys_list = run( 232 run("pip install --upgrade pip") [all …]
|
/test/suite_harness/tools/cts-tradefed/ |
D | README | 14 - supports sharding a CTS test run across multiple devices in parallel 15 - automatically continue a CTS test run on another device if connection 38 To run a test plan on a single device: 44 Or else if you are working from the Android source tree and have run make cts, 48 'run cts' to run the default CTS plan 52 To run a test module: 53 'run cts --module <module_name>' 55 To run a specific test: 56 'run cts --module <module_name> --test <test_name>' 58 To shard a plan test run on multiple devices [all …]
|
/test/suite_harness/tools/cts-instant-tradefed/ |
D | README | 30 To run a test plan on a single device: 36 Or else if you are working from the Android source tree and have run make cts, 40 'run cts-instant' to run the default CTS plan 44 To run a test module: 45 'run cts-instant --module <module_name>' 47 To run a specific test: 48 'run cts-instant --module <module_name> --test <test_name>' 50 To shard a plan test run on multiple devices 51 'run cts-instant --shard-count <number of shards> 55 'run cts-instant --help' [all …]
|
/test/suite_harness/common/util/src/com/android/compatibility/common/util/ |
D | MeasureTime.java | 32 public static double[] measure(int count, MeasureRun run) throws Exception { in measure() argument 36 run.prepare(i); in measure() 38 run.run(i); in measure()
|
/test/vti/test_serving/gae/testing/ |
D | README.md | 3 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/suite_harness/common/host-side/tradefed/tests/src/com/android/compatibility/common/tradefed/targetprep/ |
D | SettingsPreparerTest.java | 59 mSettingsPreparer.run(mMockDevice, mMockBuildInfo); in testCorrectOneExpected() 69 mSettingsPreparer.run(mMockDevice, mMockBuildInfo); in testCorrectManyExpected() 77 mSettingsPreparer.run(mMockDevice, mMockBuildInfo); in testIncorrectOneExpected() 92 mSettingsPreparer.run(mMockDevice, mMockBuildInfo); in testIncorrectManyExpected() 103 mSettingsPreparer.run(mMockDevice, mMockBuildInfo); in testCommandRun() 112 mSettingsPreparer.run(mMockDevice, mMockBuildInfo); in testCommandRunWrongSetValue()
|
D | PropertyCheckTest.java | 56 mPropertyCheck.run(mMockDevice, mMockBuildInfo); // no warnings or errors in testWarningMatch() 64 mPropertyCheck.run(mMockDevice, mMockBuildInfo); // should only print a warning in testWarningMismatch() 72 mPropertyCheck.run(mMockDevice, mMockBuildInfo); // no warnings or errors in testErrorMatch() 81 mPropertyCheck.run(mMockDevice, mMockBuildInfo); // expecting TargetSetupError in testErrorMismatch()
|
/test/vts/doc/developer_testing/kernel/ |
D | run_individual_ltp_testcase.md | 1 # How to run individual LTP test case 9 `> run vts-kernel -m VtsKernelLtp -t <testname1,testname2,...>` 18 `> run vts-kernel -m VtsKernelLtp -t syscalls.accept01,mm.mmapstress05_64bit` 20 Test cases specified in this filter will be run regardless of
|
D | run_all_ltp_testcases.md | 1 # How to run all the enabled LTP tests 9 `> run vts-kernel` 11 This will take from 30 minutes to 2 hours to run.
|
/test/framework/harnesses/host_controller/ |
D | invocation_thread_test.py | 79 self._inv_thread.run() 89 self._inv_thread.run() 104 self._inv_thread.run() 118 self._inv_thread.run()
|
/test/vts/doc/ |
D | user_manual.md | 3 … running VTS. Building on Windows is not supported, but it is possible to [run VTS on Windows](#ru… 16 …es. First run the lunch command, then set an environment variable VTS_PYPI_PATH as a new local dir… 72 * On a host, run `adb devices` from a command line shell. 84 `> run vts` 94 `> run vts` 121 Then select a directory which captures the time stamp of your test run (e.g., 2016.08.16_09.17.13). 136 [This doc](developer_testing/kernel/ltp.md) shows how to run each LTP test case.
|
/test/vti/dashboard/src/main/webapp/css/ |
D | test_results.css | 15 li.test-run-container.active { 24 .collapsible-header.test-run { 27 .test-run-metadata { 37 .suite-test-run-metadata { 113 .test-run-label {
|
/test/vts-testcase/hal/treble/vintf/ |
D | README.md | 20 ## What to run? 46 * O-MR1 is a special case; always run `vts_treble_vintf_test` binary. 47 * From P onwards, always run `_vendor_test` from VTS tests at VTS tests ${VENDOR}
|
/test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/command/ |
D | CompatibilityConsole.java | 91 public void run() { in run() method in CompatibilityConsole 104 super.run(); in run() 122 public void run() { in setCustomCommands() 128 public void run() { in setCustomCommands() 134 public void run() { in setCustomCommands() 140 public void run() { in setCustomCommands() 146 public void run(CaptureList args) { in setCustomCommands() 159 public void run(CaptureList args) { in setCustomCommands() 170 public void run(CaptureList args) { in setCustomCommands() 176 public void run() { in setCustomCommands()
|
/test/vts-testcase/performance/audio_loopback_test/ |
D | README.md | 2 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/vts/harnesses/tradefed/tests/src/com/android/tradefed/testtype/ |
D | VtsFuzzTestTest.java | 95 mTest.run(mMockInvocationListener); in testRunNormalInput() 111 mTest.run(mMockInvocationListener); in testRunAbnormalInput() 128 mTest.run(mMockInvocationListener); in testRunDevice()
|
D | VtsMultiDeviceTestTest.java | 214 mTest.run(mMockInvocationListener); 232 mTest.run(mMockInvocationListener); 273 newTest.run(mMockInvocationListener); 315 newTest.run(mMockInvocationListener); 366 newTest.run(mMockInvocationListener);
|
/test/suite_harness/common/host-side/tradefed/tests/src/com/android/compatibility/common/tradefed/presubmit/ |
D | IntegrationTest.java | 210 mTest.run(mReporter); in testSingleModuleRun() 270 mTest.run(myListener); in testSingleModuleRun_checkMetadata() 313 mTest.run(mReporter); in testSingleModuleRun_incomplete() 342 mTest.run(mReporter); in testSingleModuleRun_completeAfterInternalRetry() 382 mTest.run(mReporter); in testSingleModuleRun_incomplete_rerun_incomplete() 408 mTest.run(mReporter); in testSingleModuleRun_incomplete_rerun_incomplete() 450 mTest.run(mReporter); in testSingleModuleRun_incomplete_rerun_complete() 482 mTest.run(mReporter); in testSingleModuleRun_incomplete_rerun_complete() 530 public void run() { in run() method in IntegrationTest.ShardThread 537 mShardTest.run(listener); in run()
|
/test/vts/doc/testcase_develop_manual/ |
D | run_vts_directly.md | 31 For example, for SampleShellTest, please run: 35 More examples are in `test/vts/script/run-local.sh`. 52 `test/vts/run-local.sh`
|
/test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/targetprep/ |
D | StayAwakePreparer.java | 46 public void run(ITestDevice device, IBuildInfo buildInfo) throws TargetSetupError, in run() method in StayAwakePreparer 55 super.run(device, buildInfo); in run()
|
D | LocationCheck.java | 47 public void run(ITestDevice device, IBuildInfo buildInfo) throws TargetSetupError, in run() method in LocationCheck 63 super.run(device, buildInfo); in run()
|
D | PreconditionPreparer.java | 75 run(device, buildInfo); in setUp() 92 public abstract void run(ITestDevice device, IBuildInfo buildInfo) in run() method in PreconditionPreparer
|
/test/framework/tools/host_controller/ |
D | Android.bp | 16 name: "run", 17 src: "run",
|
/test/framework/harnesses/cts-tradefed/ |
D | tradefed-cts-prebuilt.jar | ... tradefed.command.CompatibilityConsole this$0
public void run ()
}
com/android/compatibility/common ... |
/test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/testtype/ |
D | JarHostTest.java | 38 public void run(ITestInvocationListener listener) throws DeviceNotAvailableException { in run() method in JarHostTest 53 super.run(hostListener); in run()
|