mirror of
git://nv-tegra.nvidia.com/linux-nvgpu.git
synced 2025-12-24 02:22:34 +03:00
gpu: nvgpu: unit: init: add required_tests entries
Add the entries to the required_tests.json for the new init unit tests. JIRA NVGPU-2239 Change-Id: If297fea63bde5c567c2e09875de3afee977192f2 Signed-off-by: Philip Elcan <pelcan@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/2184930 GVS: Gerrit_Virtual_Submit 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
529d40103f
commit
cf81afa4dc
@@ -384,6 +384,51 @@
|
||||
"test_level": 0,
|
||||
"unit": "fault_injection"
|
||||
},
|
||||
{
|
||||
"test": "init_can_busy",
|
||||
"test_level": 0,
|
||||
"unit": "init"
|
||||
},
|
||||
{
|
||||
"test": "init_check_gpu_state",
|
||||
"test_level": 0,
|
||||
"unit": "init"
|
||||
},
|
||||
{
|
||||
"test": "init_free_env",
|
||||
"test_level": 0,
|
||||
"unit": "init"
|
||||
},
|
||||
{
|
||||
"test": "init_get_put",
|
||||
"test_level": 0,
|
||||
"unit": "init"
|
||||
},
|
||||
{
|
||||
"test": "init_hal_init",
|
||||
"test_level": 0,
|
||||
"unit": "init"
|
||||
},
|
||||
{
|
||||
"test": "init_poweroff",
|
||||
"test_level": 0,
|
||||
"unit": "init"
|
||||
},
|
||||
{
|
||||
"test": "init_poweron",
|
||||
"test_level": 0,
|
||||
"unit": "init"
|
||||
},
|
||||
{
|
||||
"test": "init_poweron_branches",
|
||||
"test_level": 0,
|
||||
"unit": "init"
|
||||
},
|
||||
{
|
||||
"test": "init_setup_env",
|
||||
"test_level": 0,
|
||||
"unit": "init"
|
||||
},
|
||||
{
|
||||
"test": "test_bsearch",
|
||||
"test_level": 0,
|
||||
|
||||
Reference in New Issue
Block a user