summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorandroid-build-team Robot <android-build-team-robot@google.com>2020-02-07 04:13:50 +0000
committerandroid-build-team Robot <android-build-team-robot@google.com>2020-02-07 04:13:50 +0000
commit2ae624b5dbcc4f31b04f367bb12b475d3e092d9e (patch)
treee6c868e06cc5b1b99fc038e0a2f9cf0706486628
parentad50a5bd1805c3a0e61a97f3bf6d2a7235562e24 (diff)
parentb5a32cd0e70639a739df6c0f7175efd2f1f3c59f (diff)
downloadplatform_test_vts-testcase_fuzz-2ae624b5dbcc4f31b04f367bb12b475d3e092d9e.tar.gz
platform_test_vts-testcase_fuzz-2ae624b5dbcc4f31b04f367bb12b475d3e092d9e.tar.bz2
platform_test_vts-testcase_fuzz-2ae624b5dbcc4f31b04f367bb12b475d3e092d9e.zip
Snap for 6188643 from b5a32cd0e70639a739df6c0f7175efd2f1f3c59f to rvc-release
Change-Id: I04a7cf1e213f7ac6dcd7d9549c9a69705e293faa
-rw-r--r--config/drm/V1_3/iface_fuzzer/Android.bp6
-rw-r--r--config/drm/V1_3/iface_fuzzer/AndroidTest.xml16
2 files changed, 22 insertions, 0 deletions
diff --git a/config/drm/V1_3/iface_fuzzer/Android.bp b/config/drm/V1_3/iface_fuzzer/Android.bp
new file mode 100644
index 0000000..57c4879
--- /dev/null
+++ b/config/drm/V1_3/iface_fuzzer/Android.bp
@@ -0,0 +1,6 @@
+// This file was auto-generated by test/vts-testcase/fuzz/script/update_configs.py.
+// Do not edit manually.
+
+vts_config {
+ name: "VtsHalDrmV1_3IfaceFuzzer",
+}
diff --git a/config/drm/V1_3/iface_fuzzer/AndroidTest.xml b/config/drm/V1_3/iface_fuzzer/AndroidTest.xml
new file mode 100644
index 0000000..7d879f6
--- /dev/null
+++ b/config/drm/V1_3/iface_fuzzer/AndroidTest.xml
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- This file was auto-generated by test/vts-testcase/fuzz/script/update_makefiles.py.
+ Do not edit manually.
+-->
+<configuration description="Config for VtsHalDrmV1_3IfaceFuzzer test cases">
+ <option name="config-descriptor:metadata" key="plan" value="vts-staging-fuzz" />
+ <target_preparer class="com.android.compatibility.common.tradefed.targetprep.VtsFilePusher">
+ <option name="push-group" value="IfaceFuzzerTest.push"/>
+ </target_preparer>
+ <test class="com.android.tradefed.testtype.VtsMultiDeviceTest">
+ <option name="test-module-name" value="VtsHalDrmV1_3IfaceFuzzer"/>
+ <option name="hal-hidl-package-name" value="android.hardware.drm@1.3"/>
+ <option name="test-case-path" value="vts/testcases/fuzz/template/iface_fuzzer_test/iface_fuzzer_test"/>
+ <option name="test-timeout" value="3h"/>
+ </test>
+</configuration>