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:
Nicolas Benech
2019-12-19 11:14:53 -05:00
committed by Alex Waterman
parent 7dd618980a
commit b682091b13
79 changed files with 376 additions and 376 deletions

View File

@@ -38,7 +38,7 @@ extern struct fuse_test_args gm20b_init_args;
* Description: Verify fuse API check_priv_security() when security fuse is
* enabled.
*
* Test Type: Feature based
* Test Type: Feature
*
* Input: test_fuse_device_common_init() must be called for this GPU.
*
@@ -60,7 +60,7 @@ int test_fuse_gm20b_check_sec(struct unit_module *m,
* Description: Verify fuse API check_priv_security() handles an error from
* reading gcplex.
*
* Test Type: Feature based
* Test Type: Feature
*
* Input: test_fuse_device_common_init() must be called for this GPU.
*
@@ -81,7 +81,7 @@ int test_fuse_gm20b_check_gcplex_fail(struct unit_module *m,
* Description: Verify fuse API check_priv_security() handles invalid gcplex
* configurations of WPR and VPR bits.
*
* Test Type: Feature based
* Test Type: Feature
*
* Input: test_fuse_device_common_init() must be called for this GPU.
*
@@ -107,7 +107,7 @@ int test_fuse_gm20b_check_sec_invalid_gcplex(struct unit_module *m,
* Description: Verify fuse API check_priv_security() when security fuse is
* disabled.
*
* Test Type: Feature based
* Test Type: Feature
*
* Input: test_fuse_device_common_init() must be called for this GPU.
*
@@ -127,7 +127,7 @@ int test_fuse_gm20b_check_non_sec(struct unit_module *m,
*
* Description: Verify fuse reads for basic value-return APIs.
*
* Test Type: Feature based
* Test Type: Feature
*
* Input: test_fuse_device_common_init() must be called for this GPU.
*

View File

@@ -38,7 +38,7 @@ extern struct fuse_test_args gp10b_init_args;
* Description: Verify fuse API check_priv_security() when security fuse is
* enabled.
*
* Test Type: Feature based
* Test Type: Feature
*
* Input: test_fuse_device_common_init() must be called for this GPU.
*
@@ -59,7 +59,7 @@ int test_fuse_gp10b_check_sec(struct unit_module *m,
* Description: Verify fuse API check_priv_security() handles an error from
* reading gcplex.
*
* Test Type: Feature based
* Test Type: Feature
*
* Input: test_fuse_device_common_init() must be called for this GPU.
*
@@ -80,7 +80,7 @@ int test_fuse_gp10b_check_gcplex_fail(struct unit_module *m,
* Description: Verify fuse API check_priv_security() handles invalid gcplex
* configurations of WPR and VPR bits.
*
* Test Type: Feature based
* Test Type: Feature
*
* Input: test_fuse_device_common_init() must be called for this GPU.
*
@@ -106,7 +106,7 @@ int test_fuse_gp10b_check_sec_invalid_gcplex(struct unit_module *m,
* Description: Verify fuse API check_priv_security() when security fuse is
* disabled.
*
* Test Type: Feature based
* Test Type: Feature
*
* Input: test_fuse_device_common_init() must be called for this GPU.
*
@@ -126,7 +126,7 @@ int test_fuse_gp10b_check_non_sec(struct unit_module *m,
*
* Description: Verify fuse reports ECC enable correctly.
*
* Test Type: Feature based
* Test Type: Feature
*
* Input: test_fuse_device_common_init() must be called for this GPU.
*
@@ -147,7 +147,7 @@ int test_fuse_gp10b_ecc(struct unit_module *m,
*
* Description: Verify fuse reports Feature Override enable correctly.
*
* Test Type: Feature based
* Test Type: Feature
*
* Input: test_fuse_device_common_init() must be called for this GPU.
*