Change NNAPI VTS TEST_MAPPING to restrict testing on sample drivers

Bug: N/A
Test: cd $TOP/hardware/interfaces/neuralnetworks && atest
Change-Id: If06740718e7cfebbe92058779b19282913cd5fc7
This commit is contained in:
Michael Butler
2019-10-29 18:51:52 -07:00
parent 62b76902fb
commit c9c0d5bef9

View File

@@ -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*"
}
]
}