gpu: nvgpu: unit: Add pd_cache unit test for VC C1

Add a unit test that executes the verification criteria C1.

JIRA NVGPU-1323

Change-Id: I7a14076c4084e54c38f514590eb8ccd9a5f9327b
Signed-off-by: Alex Waterman <alexw@nvidia.com>
Reviewed-on: https://git-master.nvidia.com/r/1949209
Reviewed-by: svc-mobile-coverity <svc-mobile-coverity@nvidia.com>
Reviewed-by: Philip Elcan <pelcan@nvidia.com>
GVS: Gerrit_Virtual_Submit
Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com>
Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>
This commit is contained in:
Alex Waterman
2018-11-12 15:35:46 -08:00
committed by mobile promotions
parent 4be0c8ac20
commit 4688c596e2
3 changed files with 84 additions and 0 deletions

View File

@@ -23,4 +23,9 @@
#ifndef __UNIT_UNIT_REQUIREMENT_IDS_H__
#define __UNIT_UNIT_REQUIREMENT_IDS_H__
/*
* Unit requirement test specification unique IDs.
*/
#define PD_CACHE_REQ1_UID "6439202"
#endif