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

Commit ecd93eec authored by Ram Peri's avatar Ram Peri
Browse files

Move SystemUIGoogleBiometricsScreenshotTests to new test config.

Bug: 301048138
Test: atest -c SystemUIGoogleBiometricsScreenshotTests
Flag: NA

Change-Id: Ife62c61ca247b679f0bfff1e9c0a8af192749a3a
parent 016b0c94
Loading
Loading
Loading
Loading
+38 −14
Original line number Diff line number Diff line
@@ -31,20 +31,6 @@
        }
      ]
    },
    {
      // TODO(b/251476085): Consider merging with SystemUIGoogleScreenshotTests (in U+)
      "name": "SystemUIGoogleBiometricsScreenshotTests",
      "options": [
        {
          "exclude-annotation": "org.junit.Ignore"
        },
        {
          "exclude-annotation": "androidx.test.filters.FlakyTest"
        }
      ],
      // The test doesn't run on AOSP Cuttlefish
      "keywords": ["internal"]
    },
    {
      // Permission indicators
      "name": "CtsPermissionUiTestCases",
@@ -73,6 +59,7 @@
      ]
    }
  ],
  
  "auto-end-to-end-postsubmit": [
    {
      "name": "AndroidAutomotiveHomeTests",
@@ -91,6 +78,7 @@
      ]
    }
  ],
  
  "postsubmit": [
    {
      // Permission indicators
@@ -116,6 +104,7 @@
      ]
    }
  ],
  
  // v2/sysui/suite/test-mapping-sysui-screenshot-test
  "sysui-screenshot-test": [
    {
@@ -151,8 +140,27 @@
          "exclude-annotation": "android.platform.test.annotations.Postsubmit"
        }
      ]
    },
    {
      // TODO(b/251476085): Consider merging with SystemUIGoogleScreenshotTests (in U+)
      "name": "SystemUIGoogleBiometricsScreenshotTests",
      "options": [
        {
          "exclude-annotation": "org.junit.Ignore"
        },
        {
          "exclude-annotation": "androidx.test.filters.FlakyTest"
        },
        {
          "exclude-annotation": "android.platform.test.annotations.FlakyTest"
        },
        {
          "exclude-annotation": "android.platform.test.annotations.Postsubmit"
        }
      ]
    }
  ],
  
  // v2/sysui/suite/test-mapping-sysui-screenshot-test-staged
  "sysui-screenshot-test-staged": [
    {
@@ -188,6 +196,22 @@
          "include-annotation": "android.platform.test.annotations.Postsubmit"
        }
      ]
    },
    {      "name": "SystemUIGoogleBiometricsScreenshotTests",
      "options": [
        {
          "exclude-annotation": "org.junit.Ignore"
        },
        {
          "include-annotation": "androidx.test.filters.FlakyTest"
        },
        {
          "include-annotation": "android.platform.test.annotations.FlakyTest"
        },
        {
          "include-annotation": "android.platform.test.annotations.Postsubmit"
        }
      ]
    }
  ]
}