Home
last modified time | relevance | path

Searched refs:tradefed (Results 1 – 25 of 49) sorted by relevance

12

/build/make/core/tasks/
Dtradefed-tests-list.mk16 .PHONY: tradefed-tests-list
22 tradefed_tests_list_zip := $(tradefed_tests_list_intermediates)/tradefed-tests_list.zip
27 …list_zip) : PRIVATE_tradefed_tests_list := $(tradefed_tests_list_intermediates)/tradefed-tests_list
35 tradefed-tests-list : $(tradefed_tests_list_zip)
36 $(call dist-for-goals, tradefed-tests-list, $(tradefed_tests_list_zip))
40 tests: tradefed-tests-list
Dwvts.mk16 ifneq ($(wildcard test/wvts/tools/wvts-tradefed/README),)
18 test_suite_tradefed := wvts-tradefed
19 test_suite_dynamic_config := test/wvts/tools/wvts-tradefed/DynamicConfig.xml
20 test_suite_readme := test/wvts/tools/wvts-tradefed/README
Dcatbox.mk16 test_suite_tradefed := catbox-tradefed
17 test_suite_readme := test/catbox/tools/catbox-tradefed/README
Dvts-core-tests.mk16 test_suite_tradefed := vts-tradefed
17 test_suite_readme := test/vts/tools/vts-core-tradefed/README
Dsts-lite.mk17 test_suite_tradefed := sts-tradefed
30 -x android-sts-lite/tools/sts-tradefed-tests.jar \
Dcsuite.mk16 test_suite_tradefed := csuite-tradefed
Dsts.mk17 test_suite_tradefed := sts-tradefed
Dcts_root.mk17 test_suite_tradefed := cts-root-tradefed
Dmcts.mk24 $(eval test_suite_tradefed := mts-tradefed) \
Dmts.mk24 $(eval test_suite_tradefed := mts-tradefed) \
/build/pesto/experiments/prepare_bazel_test_env/data/templates/tools/tradefederation/core/
DBUILD.bazel.template18 # SOONG_TARGET:tradefed-core
19 # SOONG_TARGET:atest-tradefed
23 _TF_JARS = glob(["{prebuilts_dir_name}/host/tradefed/*.jar"])
24 _ATEST_TF_JAR_SRC = ["{prebuilts_dir_name}/host/framework/atest-tradefed.jar"]
25 _ATEST_TF_JAR_DEST = ["atest-tradefed.jar"]
27 f.replace("{prebuilts_dir_name}/host/tradefed/", "") for f in _TF_JARS
52 name="tradefed",
56 "{prebuilts_dir_name}/host/bin/tradefed.sh",
58 outs=["tradefed.sh"],
60 "cp -t $(RULEDIR) $(location {prebuilts_dir_name}/host/bin/tradefed.sh)",
/build/soong/tradefed/
DAndroid.bp6 name: "soong-tradefed",
7 pkgPath: "android/soong/tradefed",
23 pkgPath: "android/soong/tradefed/suite_harness",
Dproviders.go1 package tradefed package
Dmakevars.go15 package tradefed package
Dconfig.go15 package tradefed package
/build/soong/tradefed_modules/
DAndroid.bp6 name: "soong-tradefed-modules",
12 "soong-tradefed",
Dtest_module_config.go34 provider tradefed.BaseTestProviderData
54 Options []tradefed.Option
122 func (m *testModuleConfigModule) composeOptions() []tradefed.Option {
125 options = append(options, tradefed.Option{Name: "exclude-filter", Value: e})
128 options = append(options, tradefed.Option{Name: "include-filter", Value: i})
131 options = append(options, tradefed.Option{Name: "exclude-annotation", Value: e})
134 options = append(options, tradefed.Option{Name: "include-annotation", Value: i})
292 if provider, ok := android.OtherModuleProvider(ctx, dep, tradefed.BaseTestProviderKey); ok {
/build/soong/cc/
Dtest.go74 Test_runner_options []tradefed.Option
442 test.testConfig = tradefed.AutoGenTestConfig(ctx, tradefed.AutoGenTestConfigOptions{
482 …rlyModuleContext, properties *TestBinaryProperties, isolated bool, device bool) []tradefed.Config {
483 var configs []tradefed.Config
486 …configs = append(configs, tradefed.Option{Name: "config-descriptor:metadata", Key: "mainline-param…
490 …configs = append(configs, tradefed.Object{"target_preparer", "com.android.tradefed.targetprep.Root…
492 var options []tradefed.Option
493 options = append(options, tradefed.Option{Name: "force-root", Value: "false"})
494 …configs = append(configs, tradefed.Object{"target_preparer", "com.android.tradefed.targetprep.Root…
497 var options []tradefed.Option
[all …]
/build/soong/rust/
Dtest.go124 var configs []tradefed.Config
126 …configs = append(configs, tradefed.Object{"target_preparer", "com.android.tradefed.targetprep.Root…
128 var options []tradefed.Option
129 options = append(options, tradefed.Option{Name: "force-root", Value: "false"})
130 …configs = append(configs, tradefed.Object{"target_preparer", "com.android.tradefed.targetprep.Root…
133 test.testConfig = tradefed.AutoGenTestConfig(ctx, tradefed.AutoGenTestConfigOptions{
/build/bazel/rules/tradefed/test/
DBUILD.bazel1 package(default_visibility = ["//build/bazel/rules/tradefed:__subpackages__"])
/build/bazel/rules/
Dsh_test.bzl18 "//build/bazel/rules/tradefed:tradefed.bzl",
52 # TODO(b/296964806): Handle auto_generate_test_config in tradefed Bazel rules.
/build/bazel/rules/tradefed/
Dtradefed_test.bzl24 load(":tradefed.bzl", "tradefed_device_driven_test", "tradefed_deviceless_test", "tradefed_host_dri…
70 test_config = "//build/bazel/rules/tradefed/test:example_config.xml",
71 dynamic_config = "//build/bazel/rules/tradefed/test:dynamic_config.xml",
107 test_config = "//build/bazel/rules/tradefed/test:example_config.xml",
108 dynamic_config = "//build/bazel/rules/tradefed/test:dynamic_config.xml",
149 dynamic_config = "//build/bazel/rules/tradefed/test:dynamic_config.xml",
250 test_config = "//build/bazel/rules/tradefed/test:example_config.xml",
251 dynamic_config = "//build/bazel/rules/tradefed/test:dynamic_config.xml",
295 test_config = "//build/bazel/rules/tradefed/test:example_config.xml",
296 dynamic_config = "//build/bazel/rules/tradefed/test:dynamic_config.xml",
[all …]
Dtradefed.bzl56 # used in the tradefed -> cc_test edge (for example).
75 default = ":tradefed.sh.tpl",
77 doc = "Template script to launch tradefed.",
120 "//tools/tradefederation/prebuilts/filegroups/tradefed:tradefed-prebuilt",
122 "//tools/tradefederation/prebuilts/filegroups/suite:compatibility-tradefed-prebuilt",
123 "//tools/asuite/atest:atest-tradefed",
126 doc = "Files needed on the classpath to run tradefed",
149 doc = "Extra tradefed config options to extend into generated test config.",
176 # The normalized name of test under tradefed harness. This is without any of the
213 # If existing tradefed config is specified, copy to it and return early.
[all …]
/build/soong/sh/
DAndroid.bp15 "soong-tradefed",
/build/soong/python/
DAndroid.bp11 "soong-tradefed",

12