mirror of
git://nv-tegra.nvidia.com/linux-nvgpu.git
synced 2025-12-24 10:34:43 +03:00
gpu: nvgpu: Update test types in priv_ring SWUTS
Use the updated test types. Other (setup) --> Other (cleanup) Feature based --> Feature Also, change test names to unique identifier to avoid below errors in SWVS: Warning doxygenfunction: Unable to resolve multiple matches for function 'test_xxx' with arguments () in doxygen xml output for project 'nvgpu_doxygen'... JIRA NVGPU-4679 Change-Id: I66cda323387163a41808be09a69f625d53b744ed Signed-off-by: tkudav <tkudav@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/2269041 Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com> Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>
This commit is contained in:
@@ -1920,7 +1920,7 @@
|
||||
"test_level": 0
|
||||
},
|
||||
{
|
||||
"test": "test_setup",
|
||||
"test": "test_priv_ring_setup",
|
||||
"case": "priv_ring_setup",
|
||||
"unit": "priv_ring",
|
||||
"test_level": 0
|
||||
@@ -1968,7 +1968,7 @@
|
||||
"test_level": 0
|
||||
},
|
||||
{
|
||||
"test": "test_free_reg_space",
|
||||
"test": "test_priv_ring_free_reg_space",
|
||||
"case": "priv_ring_free_reg_space",
|
||||
"unit": "priv_ring",
|
||||
"test_level": 0
|
||||
|
||||
Reference in New Issue
Block a user