Apply MainlineTestModuleController to IKE CTS

Only run the tests when com.google.android.ipsec is
installed on device.

This CL follows aosp/11427976 as an example.

Bug: 150497352
Test: m mts && mts-tradefed run mts-ipsec
Change-Id: I5992c54f9c0b9f1aa9752a207660f9f6e97ccace
This commit is contained in:
evitayan
2020-05-21 14:28:42 -07:00
committed by Yan Yan
parent b407f77bd0
commit e5c451c1db

View File

@@ -27,4 +27,7 @@
<option name="package" value="android.net.ipsec.cts" />
<option name="hidden-api-checks" value="false" />
</test>
<object type="module_controller" class="com.android.tradefed.testtype.suite.module.MainlineTestModuleController">
<option name="mainline-module-package-name" value="com.google.android.ipsec" />
</object>
</configuration>