mirror of
git://nv-tegra.nvidia.com/linux-nvgpu.git
synced 2025-12-24 18:42:29 +03:00
gpu: nvgpu: unit: add required_tests for rbtree
rbtree related tests were missing from required_tests.json. This patch adds them. JIRA NVGPU-3247 Change-Id: I5452785fcc31b9b2c32780b1cf70bdb94d185421 Signed-off-by: Nicolas Benech <nbenech@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/2114023 GVS: Gerrit_Virtual_Submit Reviewed-by: Philip Elcan <pelcan@nvidia.com> Reviewed-by: Alex Waterman <alexw@nvidia.com> Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com> Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>
This commit is contained in:
committed by
mobile promotions
parent
76aac6b183
commit
8f1e12f4bb
@@ -519,6 +519,36 @@
|
||||
"test_level": 0,
|
||||
"unit": "interface_lock"
|
||||
},
|
||||
{
|
||||
"test": "enum",
|
||||
"test_level": 0,
|
||||
"unit": "interface_rbtree"
|
||||
},
|
||||
{
|
||||
"test": "enum_next",
|
||||
"test_level": 0,
|
||||
"unit": "interface_rbtree"
|
||||
},
|
||||
{
|
||||
"test": "insert",
|
||||
"test_level": 0,
|
||||
"unit": "interface_rbtree"
|
||||
},
|
||||
{
|
||||
"test": "search",
|
||||
"test_level": 0,
|
||||
"unit": "interface_rbtree"
|
||||
},
|
||||
{
|
||||
"test": "search_less_than",
|
||||
"test_level": 0,
|
||||
"unit": "interface_rbtree"
|
||||
},
|
||||
{
|
||||
"test": "unlink",
|
||||
"test_level": 0,
|
||||
"unit": "interface_rbtree"
|
||||
},
|
||||
{
|
||||
"test": "list_all_head",
|
||||
"test_level": 0,
|
||||
|
||||
Reference in New Issue
Block a user