mirror of
git://nv-tegra.nvidia.com/linux-nvgpu.git
synced 2025-12-23 09:57:08 +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
@@ -40,7 +40,7 @@ struct gk20a;
|
||||
*
|
||||
* Description: Branch coverage for nvgpu_channel_setup/cleanup_sw.
|
||||
*
|
||||
* Test Type: Feature based
|
||||
* Test Type: Feature
|
||||
*
|
||||
* Input: None
|
||||
*
|
||||
@@ -61,7 +61,7 @@ int test_engine_setup_sw(struct unit_module *m,
|
||||
*
|
||||
* Description: Branch coverage for nvgpu_engine_init_info
|
||||
*
|
||||
* Test Type: Feature based
|
||||
* Test Type: Feature
|
||||
*
|
||||
* Input: test_fifo_init_support must have run.
|
||||
*
|
||||
@@ -86,7 +86,7 @@ int test_engine_init_info(struct unit_module *m,
|
||||
* nvgpu_engine_check_valid_id and
|
||||
* nvgpu_engine_get_gr_id
|
||||
*
|
||||
* Test Type: Feature based
|
||||
* Test Type: Feature
|
||||
*
|
||||
* Input: test_fifo_init_support must have run.
|
||||
*
|
||||
@@ -110,7 +110,7 @@ int test_engine_ids(struct unit_module *m,
|
||||
*
|
||||
* Description: Branch coverage for nvgpu_engine_get_active_eng_info
|
||||
*
|
||||
* Test Type: Feature based
|
||||
* Test Type: Feature
|
||||
*
|
||||
* Input: test_engine_ids must have run.
|
||||
*
|
||||
@@ -132,7 +132,7 @@ int test_engine_get_active_eng_info(struct unit_module *m,
|
||||
*
|
||||
* Description: Branch coverage for nvgpu_engine_enum_from_type
|
||||
*
|
||||
* Test Type: Feature based
|
||||
* Test Type: Feature
|
||||
*
|
||||
* Input: test_engine_ids must have run.
|
||||
*
|
||||
@@ -155,7 +155,7 @@ int test_engine_enum_from_type(struct unit_module *m,
|
||||
*
|
||||
* Description: Engine interrupt masks
|
||||
*
|
||||
* Test Type: Feature based
|
||||
* Test Type: Feature
|
||||
*
|
||||
* Targets: nvgpu_gr_engine_interrupt_mask, nvgpu_ce_engine_interrupt_mask,
|
||||
* nvgpu_engine_act_interrupt_mask, nvgpu_engine_get_all_ce_reset_mask
|
||||
|
||||
Reference in New Issue
Block a user