e8e7a1018c
A sibling change removes the NN HIDL sample drivers from cuttlefish. In response, this change removes the VtsHalNeuralnetworksV1_*TargetTest tests from the TEST_MAPPING because they do not test anything without the NN HIDL sample drivers present. Note that the NN AIDL sample drivers and NN AIDL VTS test (VtsHalNeuralnetworksTargetTest) are still present. Bug: 233665601 Test: mma Test: croot && cd hardware/interfaces/neuralnetworks && atest Change-Id: I90bccd843ba9296c27d3010cec652be55a13a225
35 lines
841 B
Text
35 lines
841 B
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": "neuralnetworks_utils_hal_aidl_test"
|
|
}
|
|
],
|
|
"presubmit-large": [
|
|
{
|
|
"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*"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|