diff options
author | Michael Butler <butlermichael@google.com> | 2019-10-29 18:51:52 -0700 |
---|---|---|
committer | Michael Butler <butlermichael@google.com> | 2019-10-29 19:08:38 -0700 |
commit | c9c0d5bef995440c74f74918871c8174d3d6be59 (patch) | |
tree | 7bfda0b06205a6598da2518a63105f713900e2c3 /neuralnetworks | |
parent | 62b76902fb1ca49a17e6ce9532d83038731c646f (diff) | |
download | platform_hardware_interfaces-c9c0d5bef995440c74f74918871c8174d3d6be59.tar.gz platform_hardware_interfaces-c9c0d5bef995440c74f74918871c8174d3d6be59.tar.bz2 platform_hardware_interfaces-c9c0d5bef995440c74f74918871c8174d3d6be59.zip |
Change NNAPI VTS TEST_MAPPING to restrict testing on sample drivers
Bug: N/A
Test: cd $TOP/hardware/interfaces/neuralnetworks && atest
Change-Id: If06740718e7cfebbe92058779b19282913cd5fc7
Diffstat (limited to 'neuralnetworks')
-rw-r--r-- | neuralnetworks/TEST_MAPPING | 32 |
1 files changed, 16 insertions, 16 deletions
diff --git a/neuralnetworks/TEST_MAPPING b/neuralnetworks/TEST_MAPPING index bbf34f7c3e..0cefffad61 100644 --- a/neuralnetworks/TEST_MAPPING +++ b/neuralnetworks/TEST_MAPPING @@ -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*" } ] } |