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

Commit 81dbdb31 authored by Lev Proleev's avatar Lev Proleev
Browse files

Add VtsHalNeuralnetworksTargetTest to NNAPI test mapping

Bug: 172921927
Test: presubmit on cuttlefish
Change-Id: Ia59446246bef2a41912a6b0c9d11abd125e8d913
Merged-In: Ia59446246bef2a41912a6b0c9d11abd125e8d913
(cherry picked from commit 3665d245)
parent d8541611
Loading
Loading
Loading
Loading
+11 −0
Original line number Diff line number Diff line
@@ -60,6 +60,17 @@
          "include-filter": "-*sample_float_fast*:*sample_float_slow*:*sample_minimal*:*sample_quant*"
        }
      ]
    },
    {
      "name": "VtsHalNeuralnetworksTargetTest",
      "options": [
        {
          // Do not use any sample driver except sample-all in order to reduce
          // testing time. The other sample drivers (fast-float, quant, etc.)
          // are subsets of sample-all.
          "include-filter": "-*sample_float_fast*:*sample_float_slow*:*sample_minimal*:*sample_quant*"
        }
      ]
    }
  ]
}