mirror of
git://nv-tegra.nvidia.com/linux-nvgpu.git
synced 2025-12-24 02:22:34 +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
@@ -37,7 +37,7 @@ struct unit_module;
|
||||
*
|
||||
* Description: Test atomic set and read operations.
|
||||
*
|
||||
* Test Type: Feature based
|
||||
* Test Type: Feature
|
||||
*
|
||||
* Input: struct atomic_test_args passed via the __args parameter.
|
||||
*
|
||||
@@ -57,7 +57,7 @@ int test_atomic_set_and_read(struct unit_module *m,
|
||||
* Description: Test arithemtic atomic operations inc, dec, add, sub and friends
|
||||
* (except add_unless) single threaded for proper functionality.
|
||||
*
|
||||
* Test Type: Feature based
|
||||
* Test Type: Feature
|
||||
*
|
||||
* Input: struct atomic_test_args passed via the __args parameter.
|
||||
* For *_and_test ops, the args should make sure the loop traverses
|
||||
@@ -80,7 +80,7 @@ int test_atomic_arithmetic(struct unit_module *m,
|
||||
* Description: Test atomic operations inc, dec, add, sub, cmpxchg, in threads
|
||||
* to verify atomicity.
|
||||
*
|
||||
* Test Type: Feature based
|
||||
* Test Type: Feature
|
||||
*
|
||||
* Input: struct atomic_test_args passed via the __args parameter.
|
||||
*
|
||||
@@ -103,7 +103,7 @@ int test_atomic_arithmetic_threaded(struct unit_module *m,
|
||||
* Description: Test arithmetic *_and_test functions in threads to verify
|
||||
* atomicity.
|
||||
*
|
||||
* Test Type: Feature based
|
||||
* Test Type: Feature
|
||||
*
|
||||
* Input: struct atomic_test_args passed via the __args parameter.
|
||||
*
|
||||
@@ -127,7 +127,7 @@ int test_atomic_arithmetic_and_test_threaded(struct unit_module *m,
|
||||
*
|
||||
* Description: Test xchg op single threaded for proper functionality.
|
||||
*
|
||||
* Test Type: Feature based
|
||||
* Test Type: Feature
|
||||
*
|
||||
* Input: struct atomic_test_args passed via the __args parameter.
|
||||
*
|
||||
@@ -146,7 +146,7 @@ int test_atomic_xchg(struct unit_module *m,
|
||||
*
|
||||
* Description: Test atomic exchange operation with threads to test atomicity.
|
||||
*
|
||||
* Test Type: Feature based
|
||||
* Test Type: Feature
|
||||
*
|
||||
* Input: struct atomic_test_args passed via the __args parameter.
|
||||
*
|
||||
@@ -168,7 +168,7 @@ int test_atomic_xchg_threaded(struct unit_module *m,
|
||||
*
|
||||
* Description: Test cmpxchg single threaded for proper functionality.
|
||||
*
|
||||
* Test Type: Feature based
|
||||
* Test Type: Feature
|
||||
*
|
||||
* Input: struct atomic_test_args passed via the __args parameter.
|
||||
*
|
||||
@@ -187,7 +187,7 @@ int test_atomic_cmpxchg(struct unit_module *m,
|
||||
*
|
||||
* Description: Test add_unless op single threaded for proper functionality.
|
||||
*
|
||||
* Test Type: Feature based
|
||||
* Test Type: Feature
|
||||
*
|
||||
* Input: struct atomic_test_args passed via the __args parameter.
|
||||
*
|
||||
|
||||
@@ -51,7 +51,7 @@ struct unit_module;
|
||||
* Description: Simple test for bsearch. The goal here is code coverage, the
|
||||
* underlying implementation of bsearch is provided by the stdlib.
|
||||
*
|
||||
* Test Type: Feature, Coverage
|
||||
* Test Type: Feature
|
||||
*
|
||||
* Input: None
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user