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

Commit 5d94676b authored by Jason Chang's avatar Jason Chang
Browse files

Make DocumentsUIGoogleTests postsubmit tests running on real device.

Add "primary-device" property to TEST_MAPPING for testing real device.
Note: Currently, "primary-device" property only effected on Crosshatch
device.

Bug: 139258941
Test: atest DocumentsUIGoogleTests (on Crosshatch device)
Change-Id: I2bb3146a1400173a7037abfc0872ec42dd813b3b
parent 6b296cc6
Loading
Loading
Loading
Loading
+2 −1
Original line number Original line Diff line number Diff line
{
{
  "postsubmit": [
  "postsubmit": [
    {
    {
      "name": "DocumentsUIGoogleTests"
      "name": "DocumentsUIGoogleTests",
      "keywords": ["primary-device"]
    }
    }
  ]
  ]
}
}