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

Commit bc7b5ec8 authored by Mateusz Cicheński's avatar Mateusz Cicheński
Browse files

Move the host preparer to the plan file instead of module test xml

Based on other code references, it looks like that should be outside of
the module test xml and included as a plan, otherwise the sdk-tar option
is not recognized.

Bug: 302034872
Change-Id: Ie39f871fa959568f7fd39a4c44e3b96712a18f47
Test: n/a
Flag: n/a
parent 9b08963c
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -132,5 +132,6 @@ android_test {

csuite_test {
    name: "csuite-1p3p-pip-flickers",
    test_plan_include: "csuitePlan.xml",
    test_config_template: "csuiteDefaultTemplate.xml",
}
+0 −2
Original line number Diff line number Diff line
@@ -79,8 +79,6 @@
                value="appops set com.android.shell android:mock_location deny"/>
    </target_preparer>

    <target_preparer class="com.android.csuite.core.AppCrawlTesterHostPreparer"/>

    <!-- Use app crawler to log into Netflix -->
    <target_preparer class="com.android.tradefed.targetprep.RunCommandTargetPreparer">
        <option name="run-command"
+3 −0
Original line number Diff line number Diff line
<configuration description="Flicker tests C-Suite Crawler Test Plan">
  <target_preparer class="com.android.csuite.core.AppCrawlTesterHostPreparer"/>
</configuration>
 No newline at end of file