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

@@ -37,7 +37,7 @@ struct unit_module;
*
* Description: Initialize environment for MM tests
*
* Test Type: Feature based
* Test Type: Feature
*
* Targets: None
*
@@ -56,7 +56,7 @@ int test_env_init(struct unit_module *m, struct gk20a *g, void *args);
*
* Description: Test FB flush
*
* Test Type: Feature based
* Test Type: Feature
*
* Targets: gk20a_mm_fb_flush
*
@@ -82,7 +82,7 @@ int test_gk20a_mm_fb_flush(struct unit_module *m, struct gk20a *g, void *args);
*
* Description: Test L2 flush
*
* Test Type: Feature based
* Test Type: Feature
*
* Targets: gk20a_mm_l2_flush, gk20a_mm_l2_invalidate_locked
*
@@ -107,7 +107,7 @@ int test_gk20a_mm_l2_flush(struct unit_module *m, struct gk20a *g, void *args);
*
* Description: Test L2 invalidate
*
* Test Type: Feature based
* Test Type: Feature
*
* Targets: gk20a_mm_l2_invalidate, gk20a_mm_l2_invalidate_locked
*
@@ -132,7 +132,7 @@ int test_gk20a_mm_l2_invalidate(struct unit_module *m, struct gk20a *g,
*
* Description: Cleanup test environment
*
* Test Type: Feature based
* Test Type: Feature
*
* Targets: None
*

View File

@@ -37,7 +37,7 @@ struct unit_module;
*
* Description: Initialize environment for MM tests
*
* Test Type: Feature based
* Test Type: Feature
*
* Targets: None
*
@@ -56,7 +56,7 @@ int test_env_init(struct unit_module *m, struct gk20a *g, void *args);
*
* Description: Test L2 flush
*
* Test Type: Feature based
* Test Type: Feature
*
* Targets: gv11b_mm_l2_flush
*
@@ -84,7 +84,7 @@ int test_gv11b_mm_l2_flush(struct unit_module *m, struct gk20a *g, void *args);
*
* Description: Cleanup test environment
*
* Test Type: Feature based
* Test Type: Feature
*
* Targets: None
*