From cf81afa4dc3a5a367373217b4335d6146e581d01 Mon Sep 17 00:00:00 2001 From: Philip Elcan Date: Tue, 27 Aug 2019 17:45:34 -0400 Subject: [PATCH] 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 Reviewed-on: https://git-master.nvidia.com/r/2184930 GVS: Gerrit_Virtual_Submit Reviewed-by: Alex Waterman Reviewed-by: mobile promotions Tested-by: mobile promotions --- userspace/required_tests.json | 45 +++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) diff --git a/userspace/required_tests.json b/userspace/required_tests.json index 7304ab2aa..77750908a 100644 --- a/userspace/required_tests.json +++ b/userspace/required_tests.json @@ -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,