diff --git a/userspace/required_tests.json b/userspace/required_tests.json index 2ef9ae533..dc284f787 100644 --- a/userspace/required_tests.json +++ b/userspace/required_tests.json @@ -741,6 +741,10 @@ }, { "test": "init", + "unit": "pd_cache" + }, + { + "test": "init_deinit", "req": "NVGPU-RQCD-124.C1", "vc": "V3", "uid": "6962548", diff --git a/userspace/units/mm/gmmu/pd_cache/pd_cache.c b/userspace/units/mm/gmmu/pd_cache/pd_cache.c index 202443f96..d67de53d8 100644 --- a/userspace/units/mm/gmmu/pd_cache/pd_cache.c +++ b/userspace/units/mm/gmmu/pd_cache/pd_cache.c @@ -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",