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

Commit ededd7e6 authored by Makoto Onuki's avatar Makoto Onuki
Browse files

Update TEST_MAPPING for ravenwood

Bug: 292141694
Test: Tree hugger
Change-Id: Ica5cfff6bc209376ab39f665d48f992c143c49a2
parent 17e5a52a
Loading
Loading
Loading
Loading
+15 −5
Original line number Diff line number Diff line
{
  "presubmit": [
        // Let's only run this one as a smoke test.
        // TODO: Enable it once the infra knows how to run it.
        // { "name": "CtsUtilTestCasesRavenwood" }
    {
      "name": "RavenwoodMockitoTest_device"
    }
  ],
  "ravenwood-presubmit": [
    {
      "name": "RavenwoodMockitoTest",
      "host": true
    },
    {
      "name": "CtsUtilTestCasesRavenwood",
      "host": true
    }
  ]
}
+11 −9
Original line number Diff line number Diff line
@@ -3,9 +3,11 @@
    { "name": "tiny-framework-dump-test" },
    { "name": "hoststubgentest" },
    { "name": "hoststubgen-invoke-test" }

        // As a smoke test.
        // TODO: Enable it once the infra knows how to run it.
        // { "name": "CtsUtilTestCasesRavenwood" }
  ],
  "ravenwood-presubmit": [
    {
      "name": "CtsUtilTestCasesRavenwood",
      "host": true
    }
  ]
}