gpu: nvgpu: unit: fix duplicate test names in pd_cache

The pd_cache unit had 2 tests with the same name, and as a result, one
of them was missing from required_tests.json.

JIRA NVGPU-1246

Change-Id: Ic6077e8d79af4909052b2067f8e6a6984cd2bb72
Signed-off-by: Nicolas Benech <nbenech@nvidia.com>
Reviewed-on: https://git-master.nvidia.com/r/2079371
Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com>
Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>
This commit is contained in:
Nicolas Benech
2019-03-22 15:38:30 -04:00
committed by mobile promotions
parent 63f1fcb9cf
commit d59df79863
2 changed files with 5 additions and 1 deletions

View File

@@ -741,6 +741,10 @@
},
{
"test": "init",
"unit": "pd_cache"
},
{
"test": "init_deinit",
"req": "NVGPU-RQCD-124.C1",
"vc": "V3",
"uid": "6962548",

View File

@@ -1051,7 +1051,7 @@ struct unit_module_test pd_cache_tests[] = {
UNIT_TEST_REQ("NVGPU-RQCD-126.C1,2", PD_CACHE_REQ5_UID, "V1",
offset_comp, test_offset_computation, NULL),
UNIT_TEST_REQ("NVGPU-RQCD-124.C1", PD_CACHE_REQ6_UID, "V3",
init, test_init_deinit, NULL),
init_deinit, test_init_deinit, NULL),
UNIT_TEST_REQ("NVGPU-RQCD-155.C1", PD_CACHE_REQ7_UID, "V2",
multi_init, test_init_deinit, NULL),
UNIT_TEST_REQ("NVGPU-RQCD-125.C1", PD_CACHE_REQ8_UID, "V2",