Disable TEST_MAPPING for VtsHalNeuralnetworksV1_*TargetTest

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
This commit is contained in:
Michael Butler
2022-06-01 14:53:15 -07:00
parent a3e3ab14cc
commit e8e7a1018c
5 changed files with 0 additions and 48 deletions

View File

@@ -90,7 +90,6 @@ cc_test {
"libneuralnetworks_headers",
],
test_suites: [
"general-tests",
"vts",
],
}

View File

@@ -58,7 +58,6 @@ cc_test {
"libneuralnetworks_headers",
],
test_suites: [
"general-tests",
"vts",
],
}

View File

@@ -85,7 +85,6 @@ cc_test {
"libneuralnetworks_headers",
],
test_suites: [
"general-tests",
"vts",
],
}

View File

@@ -92,7 +92,6 @@ cc_test {
"libneuralnetworks_headers",
],
test_suites: [
"general-tests",
"vts",
],
}

View File

@@ -17,53 +17,9 @@
},
{
"name": "neuralnetworks_utils_hal_aidl_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": [