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

Commit 7b0c9bd7 authored by Asmita Poddar's avatar Asmita Poddar
Browse files

Update tests to run in postsubmit

* After searching through go/ath, it looks like none of the hwasan-
postsubmit tests are actually running anywhere. Changing hwasan-
postsubmit to postsubmit in the TEST_MAPPING to ensure our tests run on
postsubmit  at least in the testconfig:
v2/android-virtual-infra/test_mapping/postsubmit-avd.
* Currently CtsInputHostTestCases are not run anywhere. Adding it to to run in post-submit.
After it meets the SLO in postsubmit on all configured targets,
we can consider moving it to presubmit.

Bug: 232772992
Test: None
Change-Id: I896c49b394080abbacabebca9eeddb03db2564e3
parent 8c92f64f
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -148,7 +148,7 @@
      ]
    }
  ],
  "hwasan-postsubmit": [
  "postsubmit": [
    {
      "name": "CtsWindowManagerDeviceWindow",
      "options": [
@@ -281,6 +281,9 @@
          "include-filter": "android.security.cts.Poc19_03#testPocBug_115739809"
        }
      ]
    },
    {
      "name": "CtsInputHostTestCases"
    }
  ]
}