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

Commit a88ead90 authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "[PM] Add PackageInstaller CUJ test case (24/N)" into main

parents d1737a1a 82a99052
Loading
Loading
Loading
Loading
+33 −0
Original line number Diff line number Diff line
@@ -112,6 +112,39 @@
                    "exclude-annotation":"org.junit.Ignore"
                }
            ]
        },
        {
            "name": "CtsPackageInstallerCUJInstallationTestCases",
            "options":[
               {
                   "exclude-annotation":"androidx.test.filters.FlakyTest"
               },
               {
                   "exclude-annotation":"org.junit.Ignore"
               }
            ]
        },
        {
            "name": "CtsPackageInstallerCUJUninstallationTestCases",
            "options":[
               {
                   "exclude-annotation":"androidx.test.filters.FlakyTest"
               },
               {
                   "exclude-annotation":"org.junit.Ignore"
               }
            ]
        },
        {
            "name": "CtsPackageInstallerCUJUpdateSelfTestCases",
            "options":[
               {
                   "exclude-annotation":"androidx.test.filters.FlakyTest"
               },
               {
                   "exclude-annotation":"org.junit.Ignore"
               }
            ]
        }
    ],
    "presubmit-large":[
+35 −0
Original line number Diff line number Diff line
{
  "presubmit": [
    {
      "name": "CtsPackageInstallerCUJInstallationTestCases",
      "options":[
        {
          "exclude-annotation":"androidx.test.filters.FlakyTest"
        },
        {
          "exclude-annotation":"org.junit.Ignore"
        }
      ]
    },
    {
      "name": "CtsPackageInstallerCUJUninstallationTestCases",
      "options":[
        {
          "exclude-annotation":"androidx.test.filters.FlakyTest"
        },
        {
          "exclude-annotation":"org.junit.Ignore"
        }
      ]
    },
    {
      "name": "CtsPackageInstallerCUJUpdateSelfTestCases",
      "options":[
        {
          "exclude-annotation":"androidx.test.filters.FlakyTest"
        },
        {
          "exclude-annotation":"org.junit.Ignore"
        }
      ]
    }
  ],
  "postsubmit": [
    {
      "name": "CtsPackageInstallTestCases",
+48 −0
Original line number Diff line number Diff line
@@ -104,6 +104,54 @@
          "include-filter": "android.appsecurity.cts.EphemeralTest#testGetSearchableInfo"
        }
      ]
    },
    {
      "name": "CtsPackageInstallerCUJInstallationTestCases",
      "file_patterns": [
        "core/java/.*Install.*",
        "services/core/.*Install.*",
        "services/core/java/com/android/server/pm/.*"
      ],
      "options":[
          {
              "exclude-annotation":"androidx.test.filters.FlakyTest"
          },
          {
              "exclude-annotation":"org.junit.Ignore"
          }
      ]
    },
    {
      "name": "CtsPackageInstallerCUJUninstallationTestCases",
      "file_patterns": [
        "core/java/.*Install.*",
        "services/core/.*Install.*",
        "services/core/java/com/android/server/pm/.*"
      ],
      "options":[
          {
              "exclude-annotation":"androidx.test.filters.FlakyTest"
          },
          {
              "exclude-annotation":"org.junit.Ignore"
          }
      ]
    },
    {
      "name": "CtsPackageInstallerCUJUpdateSelfTestCases",
      "file_patterns": [
        "core/java/.*Install.*",
        "services/core/.*Install.*",
        "services/core/java/com/android/server/pm/.*"
      ],
      "options":[
          {
              "exclude-annotation":"androidx.test.filters.FlakyTest"
          },
          {
              "exclude-annotation":"org.junit.Ignore"
          }
      ]
    }
  ],
  "presubmit-large":[