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

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

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

parents 19c8d130 e726148a
Loading
Loading
Loading
Loading
+22 −0
Original line number Diff line number Diff line
@@ -113,6 +113,17 @@
                }
            ]
        },
        {
            "name": "CtsPackageInstallerCUJDeviceAdminTestCases",
            "options":[
               {
                   "exclude-annotation":"androidx.test.filters.FlakyTest"
               },
               {
                   "exclude-annotation":"org.junit.Ignore"
               }
            ]
        },
        {
            "name": "CtsPackageInstallerCUJInstallationTestCases",
            "options":[
@@ -124,6 +135,17 @@
               }
            ]
        },
        {
            "name": "CtsPackageInstallerCUJMultiUsersTestCases",
            "options":[
               {
                   "exclude-annotation":"androidx.test.filters.FlakyTest"
               },
               {
                   "exclude-annotation":"org.junit.Ignore"
               }
            ]
        },
        {
            "name": "CtsPackageInstallerCUJUninstallationTestCases",
            "options":[
+22 −0
Original line number Diff line number Diff line
{
  "presubmit": [
    {
      "name": "CtsPackageInstallerCUJDeviceAdminTestCases",
      "options":[
        {
          "exclude-annotation":"androidx.test.filters.FlakyTest"
        },
        {
          "exclude-annotation":"org.junit.Ignore"
        }
      ]
    },
    {
      "name": "CtsPackageInstallerCUJInstallationTestCases",
      "options":[
@@ -11,6 +22,17 @@
        }
      ]
    },
    {
      "name": "CtsPackageInstallerCUJMultiUsersTestCases",
      "options":[
        {
          "exclude-annotation":"androidx.test.filters.FlakyTest"
        },
        {
          "exclude-annotation":"org.junit.Ignore"
        }
      ]
    },
    {
      "name": "CtsPackageInstallerCUJUninstallationTestCases",
      "options":[
+32 −0
Original line number Diff line number Diff line
@@ -100,6 +100,22 @@
        }
      ]
    },
    {
      "name": "CtsPackageInstallerCUJDeviceAdminTestCases",
      "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": "CtsPackageInstallerCUJInstallationTestCases",
      "file_patterns": [
@@ -116,6 +132,22 @@
          }
      ]
    },
    {
      "name": "CtsPackageInstallerCUJMultiUsersTestCases",
      "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": [