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
@@ -34,7 +34,7 @@
|
||||
*
|
||||
* Description: Test the timer initialization routine.
|
||||
*
|
||||
* Test Type: Feature based.
|
||||
* Test Type: Feature
|
||||
*
|
||||
* Inputs:
|
||||
* 1) The type of timer to be tested is passed as an argument to the test.
|
||||
@@ -65,7 +65,7 @@ int test_timer_init(struct unit_module *m,
|
||||
*
|
||||
* Description: Test the timer initialisation routine error path.
|
||||
*
|
||||
* Test Type: Boundary Value analysis.
|
||||
* Test Type: Boundary values
|
||||
*
|
||||
* Inputs:
|
||||
* 1) Global nvgpu_timeout structure instance.
|
||||
@@ -92,7 +92,7 @@ int test_timer_init_err(struct unit_module *m,
|
||||
*
|
||||
* Description: Test the counter based timer functionality.
|
||||
*
|
||||
* Test Type: Feature based.
|
||||
* Test Type: Feature
|
||||
*
|
||||
* Input:
|
||||
* 1) Global nvgpu_timeout structure instance.
|
||||
@@ -122,7 +122,7 @@ int test_timer_counter(struct unit_module *m,
|
||||
*
|
||||
* Description: Test the duration based timer functionality.
|
||||
*
|
||||
* Test Type: Feature based.
|
||||
* Test Type: Feature
|
||||
*
|
||||
* Input:
|
||||
* 1) Global nvgpu_timeout structure instance.
|
||||
@@ -151,7 +151,7 @@ int test_timer_duration(struct unit_module *m,
|
||||
*
|
||||
* Description: Test the delay functionality.
|
||||
*
|
||||
* Test Type: Feature based.
|
||||
* Test Type: Feature
|
||||
*
|
||||
* Input: None.
|
||||
*
|
||||
@@ -183,7 +183,7 @@ int test_timer_delay(struct unit_module *m,
|
||||
*
|
||||
* Description: Test the sleep functionality.
|
||||
*
|
||||
* Test Type: Feature based.
|
||||
* Test Type: Feature
|
||||
*
|
||||
* Input: None.
|
||||
*
|
||||
@@ -208,7 +208,7 @@ int test_timer_msleep(struct unit_module *m,
|
||||
*
|
||||
* Description: Test the high resolution counter based functionalities.
|
||||
*
|
||||
* Test Type: Feature based.
|
||||
* Test Type: Feature
|
||||
*
|
||||
* Input: None.
|
||||
*
|
||||
@@ -237,7 +237,7 @@ int test_timer_hrtimestamp(struct unit_module *m,
|
||||
*
|
||||
* Description: Compare the timers in various resoutions.
|
||||
*
|
||||
* Test Type: Feature based.
|
||||
* Test Type: Feature
|
||||
*
|
||||
* Input: None.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user