Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c293c586 authored by Kazuhiro Inaba's avatar Kazuhiro Inaba
Browse files

cts: Skip CtsInitTestCases over a native bridge.

The set of linked binaries was making it difficult to run
the test over a native bridge. Since init won't usually
run over a native bridge, the test can be skipped.

Bug: 161081809, 142324733, 162288553
Test: Arm build of CtsInitTestCases skips rammus-arc-r Chromebook.
Change-Id: Icdd8b03111d0f3fd6658ee6d9a97fca27181db45
(cherry picked from commit 9cecf842)
parent 539f5e38
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -32,4 +32,7 @@
        <option name="module-name" value="CtsInitTestCases" />
        <option name="runtime-hint" value="65s" />
    </test>
    <!-- Controller that will skip the module if a native bridge situation is detected -->
    <!-- For example: module wants to run arm32 and device is x86 -->
    <object type="module_controller" class="com.android.tradefed.testtype.suite.module.NativeBridgeModuleController" />
</configuration>