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 common.bus 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: If8a6b9ec8b26c3f99bc657bce24751b0e75fabbf Signed-off-by: tkudav <tkudav@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/2269046 Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com> Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>
This commit is contained in:
@@ -354,7 +354,7 @@
|
||||
"test_level": 0
|
||||
},
|
||||
{
|
||||
"test": "test_setup",
|
||||
"test": "test_bus_setup",
|
||||
"case": "bus_setup",
|
||||
"unit": "bus",
|
||||
"test_level": 0
|
||||
@@ -378,7 +378,7 @@
|
||||
"test_level": 0
|
||||
},
|
||||
{
|
||||
"test": "test_free_reg_space",
|
||||
"test": "test_bus_free_reg_space",
|
||||
"case": "bus_free_reg_space",
|
||||
"unit": "bus",
|
||||
"test_level": 0
|
||||
|
||||
Reference in New Issue
Block a user