mirror of
git://nv-tegra.nvidia.com/linux-nvgpu.git
synced 2025-12-23 18:16:01 +03:00
gpu: nvgpu: SWUTS: clean up test types
Apply the following changes to test types: * "Init" --> "Other (setup)" * "Coverage" --> Removed since it's implied for all tests * "Feature based" --> "Feature" * "Boundary Value analysis" and "Boundary values based" --> "Boundary values" * "Error guessing based" --> "Error guessing" JIRA NVGPU-3510 Change-Id: I3a9c0c59e6ad806f3479caa5e9a62f4d89f76923 Signed-off-by: Nicolas Benech <nbenech@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/2265670 Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com> Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>
This commit is contained in:
committed by
Alex Waterman
parent
7dd618980a
commit
b682091b13
@@ -36,7 +36,7 @@
|
||||
* Description: The netlist unit shall query and populate
|
||||
* all ctxsw region info from ctxsw firmware.
|
||||
*
|
||||
* Test Type: Feature based
|
||||
* Test Type: Feature
|
||||
*
|
||||
* Input: None
|
||||
*
|
||||
@@ -62,7 +62,7 @@ int test_netlist_init_support(struct unit_module *m,
|
||||
* ctxsw bundels and fecs/gpccs related info.
|
||||
* Checks whether valid data is retured or not.
|
||||
*
|
||||
* Test Type: Feature based
|
||||
* Test Type: Feature
|
||||
*
|
||||
* Input: None
|
||||
*
|
||||
@@ -94,7 +94,7 @@ int test_netlist_query_tests(struct unit_module *m,
|
||||
*
|
||||
* Description: This test covers negative paths in netlist init.
|
||||
*
|
||||
* Test Type: Feature based
|
||||
* Test Type: Feature
|
||||
*
|
||||
* Input: None
|
||||
*
|
||||
@@ -117,7 +117,7 @@ int test_netlist_negative_tests(struct unit_module *m,
|
||||
* Description: The netlist unit removes all populated netlist
|
||||
* region info.
|
||||
*
|
||||
* Test Type: Feature based
|
||||
* Test Type: Feature
|
||||
*
|
||||
* Input: None
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user