/tools/tradefederation/core/device_build_interfaces/com/android/tradefed/device/ |
D | TestDeviceOptions.java | 54 @Option(name = "enable-root", description = "enable adb root on boot.") 58 description = "attempt to disable keyguard once boot is complete.") 61 @Option(name = "enable-logcat", description = 65 @Option(name = "max-tmp-logcat-file", description = 70 @Option(name = "logcat-options", description = 75 @Option(name = "fastboot-timeout", description = 79 @Option(name = "adb-recovery-timeout", description = 83 @Option(name = "reboot-timeout", description = 87 @Option(name = "use-fastboot-erase", description = 91 @Option(name = "unencrypt-reboot-timeout", description = "time in ms to wait for the device to " [all …]
|
/tools/tradefederation/core/src/com/android/tradefed/command/ |
D | CommandOptions.java | 36 @Option(name = "help", description = 41 @Option(name = "help-all", description = "display the full help text for all options.", 50 description = 59 description = 66 @Option(name = "min-loop-time", description = 72 @Option(name = TEST_TAG_OPTION, description = "Identifier for the invocation during reporting.") 75 @Option(name = "test-tag-suffix", description = "suffix for test-tag. appended to test-tag to " 79 @Option(name = "loop", description = "keep running continuously.", 83 @Option(name = "all-devices", description = 87 @Option(name = "bugreport-on-invocation-ended", description = [all …]
|
/tools/tradefederation/core/src/com/android/tradefed/cluster/ |
D | ClusterOptions.java | 46 @Option(name = "service-url", description = "the base url of the tradefed cluster REST API") 52 description = 60 @Option(name = "cluster", description = "the cluster id for this TF instance", mandatory = true) 65 description = 72 @Option(name = "run-target-format", description = "the format for labelling run targets.") 75 @Option(name = "disable-device-monitor", description = "disable Cluster device reporting") 81 description = "the time interval between each device snapshot") 86 description = 93 description = 100 description = "Check available flashing permits when leasing tasks") [all …]
|
/tools/tradefederation/core/src/com/android/tradefed/sandbox/ |
D | SandboxOptions.java | 45 description = "The path to the Tradefed binary of the version to use for the sandbox." 51 description = 59 description = "Whether or not to use protobuf format reporting between processes." 65 description = 72 description = 80 description = 88 description = "Whether or not to enable a debug thread for sandbox.") 93 description = 100 description = 107 description = "Pass options for the java process of the sandbox.") [all …]
|
/tools/tradefederation/core/global_configuration/com/android/tradefed/host/ |
D | HostOptions.java | 38 @Option(name = "concurrent-flasher-limit", description = 44 description = 52 description = "The location of temporary directory used by fastboot" 58 description = "Feature flag to enable the support for fastbootd.") 61 @Option(name = "download-cache-dir", description = "the directory for caching downloaded " 67 @Option(name = "use-sso-client", description = "Use a SingleSignOn client for HTTP requests.") 72 description = 77 @Option(name = "label", description = "Labels to describe the host.") 82 description = 89 description = [all …]
|
/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/ |
D | InstalledInstrumentationsTest.java | 63 description="The defined timeout (in milliseconds) is used as a maximum waiting time " 70 description="Sets timeout (in milliseconds) that will be applied to each test. In the " 76 description = "Restrict tests to a specific test size. " + 82 description = "Restrict tests executed to a specific instrumentation class runner. " + 87 description = "Rerun unexecuted tests individually on same device if test run " + 92 description = "Schedule unexecuted tests for resumption on another device " + 98 @Option(name = "send-coverage", description = "Send coverage target info to test listeners.") 101 @Option(name = "bugreport-on-failure", description = "Sets which failed testcase events " + 109 description = "Take a bugreport if the instrumentation finish with a run failure" 113 @Option(name = "screenshot-on-failure", description = "Take a screenshot on every test failure") [all …]
|
D | GTestBase.java | 59 @Option(name = "run-disable-tests", description = "Determine to run disable tests or not.") 62 @Option(name = "module-name", description = "The name of the native test module to run.") 67 description = "Regex to exclude certain files from executing. Can be repeated") 72 description = "The GTest-based positive filter of the test name to run.") 77 description = "The GTest-based negative filter of the test name to run.") 82 description = "The GTest-based positive filter of the test names to run." 88 description = "The GTest-based negative filter of the test names to run." 94 description = 104 description = 112 description = "Prepend filename as part of the classname for the tests.") [all …]
|
D | InstrumentationTest.java | 107 description = "The manifest package name of the Android test application to run.", 113 description="The instrumentation test runner class name to use. Will try to determine " 118 description="The test class name to run.") 122 description="The test method name to run.") 126 description="Only run tests within this specific java package. " + 135 description="Deprecated - Use \"shell-timeout\" or \"test-timeout\" instead.") 140 description = 151 description = 161 description = 169 description="Restrict test to a specific test size.") [all …]
|
/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/junit4/ |
D | JUnit4ResultForwarder.java | 52 Description description = failure.getDescription(); in testFailure() local 53 if (description.getMethodName() == null) { in testFailure() 78 public void testStarted(Description description) throws Exception { in testStarted() argument 82 description.getClassName(), in testStarted() 83 description.getMethodName(), in testStarted() 84 description.getAnnotations()); in testStarted() 89 public void testFinished(Description description) throws Exception { in testFinished() argument 92 description.getClassName(), in testFinished() 93 description.getMethodName(), in testFinished() 94 description.getAnnotations()); in testFinished() [all …]
|
D | RunNotifierWrapper.java | 48 public void fireTestFinished(Description description) { in fireTestFinished() argument 49 notifier.fireTestFinished(description); in fireTestFinished() 53 public void fireTestStarted(Description description) { in fireTestStarted() argument 54 notifier.fireTestStarted(description); in fireTestStarted() 58 public void fireTestIgnored(Description description) { in fireTestIgnored() argument 59 notifier.fireTestIgnored(description); in fireTestIgnored()
|
/tools/tradefederation/core/src/com/android/tradefed/targetprep/ |
D | DeviceSetup.java | 56 description = "Turn airplane mode on or off") 63 @Option(name = "data", description = "Turn mobile data on or off") 70 @Option(name = "cell", description = "Turn cellular radio on or off") 75 @Option(name = "cell-auto-setting", description = "Turn wear cellular mediator on or off") 80 @Option(name = "wifi", description = "Turn wifi on or off") 88 description = "The SSID of the network to connect to. Will only attempt to " + 93 description = "The passphrase used to connect to a secured network") 96 @Option(name = "wifi-ssid-to-psk", description = "A map of wifi SSIDs to passwords.") 100 description = "Turn wifi watchdog on or off") 105 @Option(name = "disable-cw-wifi-mediator", description = "Turn wifi mediator on or off") [all …]
|
D | FastbootUpdateBootstrapPreparer.java | 40 @Option(name = "bootloader-image", description = "bootloader image file to be used for update") 43 @Option(name = "baseband-image", description = "radio image file to be used for update") 46 @Option(name = "device-image", description = "device image file to be used for update") 51 description = 58 @Option(name = "override-device-build-id", description = "the device buid id to inject.") 61 @Option(name = "override-device-build-alias", description = "the device buid alias to inject.") 66 description = "the device build flavor to inject." 72 description = "the device build branch to inject."
|
D | DeviceBuildInfoBootStrapper.java | 35 @Option(name = "override-device-build-id", description = "the device buid id to inject.") 38 @Option(name = "override-device-build-alias", description = "the device buid alias to inject.") 43 description = "the device build flavor to inject." 49 description = "the device build branch to inject."
|
/tools/tradefederation/core/isolation/com/android/tradefed/isolation/ |
D | IsolationResultForwarder.java | 84 public void testStarted(Description description) throws IOException { in testStarted() argument 91 .setMethodName(description.getMethodName()) in testStarted() 92 .setClassName(description.getClassName()) in testStarted() 99 public void testFinished(Description description) throws IOException { in testFinished() argument 106 .setMethodName(description.getMethodName()) in testFinished() 107 .setClassName(description.getClassName()) in testFinished() 114 public void testIgnored(Description description) throws IOException { in testIgnored() argument 121 .setMethodName(description.getMethodName()) in testIgnored() 122 .setClassName(description.getClassName()) in testIgnored() 129 public void testRunStarted(Description description) throws IOException { in testRunStarted() argument [all …]
|
/tools/tradefederation/core/src/com/android/tradefed/build/ |
D | StubBuildProvider.java | 37 @Option(name="build-id", description="build id to supply.") 40 @Option(name="build-target", description="build target name to supply.") 43 @Option(name="branch", description="build branch name to supply.") 46 @Option(name="build-flavor", description="build flavor name to supply.") 49 @Option(name = "build-os", description = "build os name to supply.") 52 @Option(name="build-attribute", description="build attributes to supply.") 57 description = "force the stub provider to return a null build. Used for testing." 63 description = "force the stub provider to throw a BuildRetrievalError. Used for testing."
|
/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/binary/ |
D | ExecutableBaseTest.java | 61 description = "Timeout applied to each binary for their execution.") 64 @Option(name = "binary", description = "Path to the binary to be run. Can be repeated.") 69 description = "The test commands of each test names.", 75 description = "Only dry-run through the tests, do not actually run them.") 80 description = "The hint about the test's runtime.", 151 TestDescription description = new TestDescription(testName, testName); in run() local 152 if (shouldSkipCurrentTest(description)) continue; in run() 160 listener.testStarted(description); in run() 164 runBinary(path, listener, description); in run() 168 description, FailureDescription.create(StreamUtil.getStackTrace(e))); in run() [all …]
|
/tools/tradefederation/core/src/com/android/tradefed/testtype/coverage/ |
D | CoverageOptions.java | 32 description = 40 description = 54 description = "Forces coverage data to be flushed at the end of the test." 60 description = "Name of processes to collect coverage data from." 64 @Option(name = "llvm-profdata-path", description = "Path to llvm-profdata tool.")
|
/tools/tradefederation/contrib/src/com/android/monkey/ |
D | MonkeyBase.java | 140 @Option(name = "package", description = "Package name to send events to. May be repeated.") 145 description = 151 @Option(name = "category", description = "App Category. May be repeated.") 154 @Option(name = "option", description = "Option to pass to monkey command. May be repeated.") 159 description = 166 description = 173 description = "Target number of events to send.", 177 @Option(name = "random-seed", description = "Random seed to use for the monkey.") 182 description = 189 description = "Monkey should keep going after encountering " + "an app crash") [all …]
|
/tools/tradefederation/core/src/com/android/tradefed/util/ |
D | JUnit4TestFilter.java | 41 public boolean shouldRun(Description description) { in shouldRun() argument 43 if (description.isSuite()) { in shouldRun() 44 for (Description desc : description.getChildren()) { in shouldRun() 50 return mFilterHelper.shouldRun(description, mJarFiles); in shouldRun()
|
/tools/tradefederation/core/tests/src/com/android/tradefed/invoker/logger/ |
D | CurrentInvocationTest.java | 33 FailureDescription description = in testCreateFailure() local 35 assertEquals("failure", description.getErrorMessage()); in testCreateFailure() 36 assertEquals(InfraErrorIdentifier.UNDETERMINED, description.getErrorIdentifier()); in testCreateFailure() 37 assertEquals(CurrentInvocationTest.class.getCanonicalName(), description.getOrigin()); in testCreateFailure()
|
/tools/tradefederation/core/test_framework/com/android/tradefed/targetprep/ |
D | InstrumentationPreparer.java | 43 description="The manifest package name of the Android test application to run.", 48 description="The instrumentation test runner class name to use.") 52 description="The test class name to run.") 56 description="The test method name to run.") 61 description = 72 description = 81 description = "Instrumentation arguments to provide.") 85 description = 91 description = "Time to delay before retrying another instrumentation attempt.",
|
D | WifiPreparer.java | 36 @Option(name="wifi-network", description="the name of wifi network to connect to.") 39 @Option(name="wifi-psk", description="WPA-PSK passphrase of wifi network to connect to.") 42 @Option(name = "disconnect-wifi-after-test", description = 46 @Option(name = "monitor-network", description = 50 @Option(name = "skip", description = "skip the connectivity check and wifi setup") 53 @Option(name = "verify-only", description = "Skip setup and verify a wifi connection.")
|
D | AppSetup.java | 46 @Option(name="reboot", description="reboot device after running tests.") 49 @Option(name = "install", description = "install all apks in build.") 52 @Option(name = "uninstall", description = 56 @Option(name = "uninstall-all", description = 60 @Option(name = "skip-uninstall-pkg", description = 64 @Option(name = "install-arg", description = "optional flag(s) to provide when installing apks.") 68 description = "Whether apks should be installed as force queryable.") 71 @Option(name = "post-install-cmd", description = 75 @Option(name = "post-install-cmd-timeout", description = 80 @Option(name = "check-min-sdk", description =
|
/tools/tradefederation/core/src/com/android/tradefed/device/ |
D | DeviceSelectionOptions.java | 69 @Option(name = "serial", shortName = 's', description = 73 @Option(name = "exclude-serial", description = 77 @Option(name = "product-type", description = 82 @Option(name = "property", description = 88 @Option(name = "emulator", shortName = 'e', description = "force this test to run on emulator.") 91 @Option(name = "device", shortName = 'd', description = 95 @Option(name = "new-emulator", description = 99 @Option(name = "null-device", shortName = 'n', description = 103 @Option(name = "tcp-device", description = 109 description = "start a placeholder for a gce device that will be connected later.") [all …]
|
/tools/tradefederation/core/src/com/android/tradefed/log/ |
D | TerribleFailureEmailHandler.java | 45 description = "The envelope-sender address to use for the messages.", 50 description = "One or more destination addresses.", 55 description = "The prefix to be added to the beginning of the email subject.") 59 description = "The minimum interval between emails in ms. " + 186 protected Message generateEmailMessage(String description, Throwable cause) { in generateEmailMessage() argument 190 msg.setBody(generateEmailBody(description, cause)); in generateEmailMessage() 203 public boolean onTerribleFailure(String description, Throwable cause) { in onTerribleFailure() argument 217 Message msg = generateEmailMessage(description, cause); in onTerribleFailure()
|