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:
Philip Elcan
2019-08-27 17:45:34 -04:00
committed by mobile promotions
parent 529d40103f
commit cf81afa4dc

View File

@@ -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,