summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuang Zhu <guangzhu@google.com>2017-06-05 14:40:21 -0700
committerGuang Zhu <guangzhu@google.com>2017-06-05 23:23:20 +0000
commit4313a5d7e6401d0c069cccede7319f2d5bf210f1 (patch)
tree8e638e1409af54b41b05ddd957f9782b7ecd2f96
parent775665d0fea6bcc04fcce26c6a062f093f42c7b2 (diff)
downloadextras-4313a5d7e6401d0c069cccede7319f2d5bf210f1.tar.gz
add component metadata tag to CTS kernel config test cases
Bug: 36140955 Bug: 35360169 Test: new unit test to ensure that all modules have this field Change-Id: I1478559f4aeb8d16e7ef0a1bc65fec6644fe3c65 Merged-In: I60cdfb77e7c20615fde43612cc77b0b6846612fa
-rw-r--r--tests/kernel.config/AndroidTest.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/kernel.config/AndroidTest.xml b/tests/kernel.config/AndroidTest.xml
index 4fe3192c..1e50e0a6 100644
--- a/tests/kernel.config/AndroidTest.xml
+++ b/tests/kernel.config/AndroidTest.xml
@@ -14,6 +14,7 @@
limitations under the License.
-->
<configuration description="Config for CTS Kernel Config test cases">
+ <option name="config-descriptor:metadata" key="component" value="systems" />
<target_preparer class="com.android.compatibility.common.tradefed.targetprep.FilePusher">
<option name="cleanup" value="true" />
<option name="push" value="CtsKernelConfigTestCases->/data/local/tmp/CtsKernelConfigTestCases" />