mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 05:49:27 +00:00
Merge "Change NNAPI VTS TEST_MAPPING to restrict testing on sample drivers"
am: 3d3c792bb8
Change-Id: Iea55a1b00cb2b56ea7ec3045d47cad0e5398405e
This commit is contained in:
@@ -4,10 +4,10 @@
|
||||
"name": "VtsHalNeuralnetworksV1_0TargetTest",
|
||||
"options": [
|
||||
{
|
||||
// Just use sample-all driver for presubmit tests for faster results.
|
||||
// The other sample drivers (fast-float, quant, etc.) are subsets of
|
||||
// sample-all.
|
||||
"include-filter": "*sample_all*"
|
||||
// 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*"
|
||||
}
|
||||
]
|
||||
},
|
||||
@@ -15,10 +15,10 @@
|
||||
"name": "VtsHalNeuralnetworksV1_1TargetTest",
|
||||
"options": [
|
||||
{
|
||||
// Just use sample-all driver for presubmit tests for faster results.
|
||||
// The other sample drivers (fast-float, quant, etc.) are subsets of
|
||||
// sample-all.
|
||||
"include-filter": "*sample_all*"
|
||||
// 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*"
|
||||
}
|
||||
]
|
||||
},
|
||||
@@ -26,10 +26,10 @@
|
||||
"name": "VtsHalNeuralnetworksV1_2TargetTest",
|
||||
"options": [
|
||||
{
|
||||
// Just use sample-all driver for presubmit tests for faster results.
|
||||
// The other sample drivers (fast-float, quant, etc.) are subsets of
|
||||
// sample-all.
|
||||
"include-filter": "*sample_all*"
|
||||
// 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*"
|
||||
}
|
||||
]
|
||||
},
|
||||
@@ -37,10 +37,10 @@
|
||||
"name": "VtsHalNeuralnetworksV1_3TargetTest",
|
||||
"options": [
|
||||
{
|
||||
// Just use sample-all driver for presubmit tests for faster results.
|
||||
// The other sample drivers (fast-float, quant, etc.) are subsets of
|
||||
// sample-all.
|
||||
"include-filter": "*sample_all*"
|
||||
// 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*"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user