platform_hardware_interfaces/neuralnetworks/TEST_MAPPING
Lev Proleev 81dbdb3196 Add VtsHalNeuralnetworksTargetTest to NNAPI test mapping
Bug: 172921927
Test: presubmit on cuttlefish
Change-Id: Ia59446246bef2a41912a6b0c9d11abd125e8d913
Merged-In: Ia59446246bef2a41912a6b0c9d11abd125e8d913
(cherry picked from commit 3665d245ad)
2021-03-02 17:40:39 +00:00

76 lines
2.4 KiB
Text

{
"presubmit": [
{
"name": "neuralnetworks_utils_hal_common_test"
},
{
"name": "neuralnetworks_utils_hal_1_0_test"
},
{
"name": "neuralnetworks_utils_hal_1_1_test"
},
{
"name": "neuralnetworks_utils_hal_1_2_test"
},
{
"name": "neuralnetworks_utils_hal_1_3_test"
},
{
"name": "VtsHalNeuralnetworksV1_0TargetTest",
"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*"
}
]
},
{
"name": "VtsHalNeuralnetworksV1_1TargetTest",
"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*"
}
]
}
],
"presubmit-large": [
{
"name": "VtsHalNeuralnetworksV1_2TargetTest",
"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*"
}
]
},
{
"name": "VtsHalNeuralnetworksV1_3TargetTest",
"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*"
}
]
},
{
"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*"
}
]
}
]
}