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

Commit 9b29eac0 authored by Mateusz Cicheński's avatar Mateusz Cicheński Committed by Android (Google) Code Review
Browse files

Merge "Move the host preparer to the plan file instead of module test xml" into main

parents 151ee9a3 bc7b5ec8
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