summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXin Li <delphij@google.com>2020-09-08 16:57:45 -0700
committerXin Li <delphij@google.com>2020-09-08 16:57:45 -0700
commit0439a16f1adcc76bfa88947272c8e69a6bf405d3 (patch)
tree9d0522efd9cd37de8db7d304f3d0d71535d20114
parentb740c5e12e313e90f5d6754d04c72f19503aea57 (diff)
parent86f69a2687a9dcde499c326a94e1a78bc4040e1e (diff)
downloadfuzz-0439a16f1adcc76bfa88947272c8e69a6bf405d3.tar.gz
Merge Android R
Bug: 168057903 Merged-In: I13bd92e0dd2a3a4094a7c8e19097a88a94b147b2 Change-Id: I103283b7b5dd8221fc0c1c84945ae2f997b49d04
-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>