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

Commit 733731bc authored by Eino-Ville Talvala's avatar Eino-Ville Talvala
Browse files

Camera: Add CTS into postsubmit for key camera directories

Run postsubmit on cuttlefish and the primary physical device currently available.

Bug: 158797957
Test: atest :postsubmit correctly tries to run CtsCameraTestCases
Change-Id: I1e5367c39c37f4168e4cc5a8d28ac4d9822d3581
parent 07f9ef7a
Loading
Loading
Loading
Loading

camera/TEST_MAPPING

0 → 100644
+11 −0
Original line number Diff line number Diff line
{
  "postsubmit": [
    {
      "name": "CtsCameraTestCases"
    },
    {
      "name": "CtsCameraTestCases",
      "keywords": ["primary-device"]
    }
  ]
}
+6 −1
Original line number Diff line number Diff line
@@ -3,5 +3,10 @@
    {
      "name": "cameraservice_test"
    }
  ],
  "imports": [
    {
      "path": "frameworks/av/camera"
    }
  ]
}