From 7985a281def906e9c87e1072c68ce233ba53bd40 Mon Sep 17 00:00:00 2001 From: Sagar Kamble Date: Mon, 30 Sep 2019 22:58:12 +0530 Subject: [PATCH] gpu: nvgpu: unit: update required_tests.json with falcon tests Keep the required_tests.json file up to date with current falcon unit tests. JIRA NVGPU-4126 Change-Id: I46b0cf4d9fb41302f4a3f9e43c39227cfba96c6a Signed-off-by: Sagar Kamble Reviewed-on: https://git-master.nvidia.com/r/2208836 GVS: Gerrit_Virtual_Submit Reviewed-by: Vaibhav Kachore Reviewed-by: mobile promotions Tested-by: mobile promotions --- userspace/required_tests.json | 85 ++++++++++++++++++++++++----------- 1 file changed, 60 insertions(+), 25 deletions(-) diff --git a/userspace/required_tests.json b/userspace/required_tests.json index dabe55987..6f1d3acfe 100644 --- a/userspace/required_tests.json +++ b/userspace/required_tests.json @@ -384,6 +384,66 @@ "test_level": 0, "unit": "enabled" }, + { + "test": "falcon_bootstrap", + "test_level": 0, + "unit": "falcon" + }, + { + "test": "falcon_free_test_env", + "test_level": 0, + "unit": "falcon" + }, + { + "test": "falcon_halt", + "test_level": 0, + "unit": "falcon" + }, + { + "test": "falcon_idle", + "test_level": 0, + "unit": "falcon" + }, + { + "test": "falcon_mailbox", + "test_level": 0, + "unit": "falcon" + }, + { + "test": "falcon_mem_rw_aligned", + "test_level": 0, + "unit": "falcon" + }, + { + "test": "falcon_mem_rw_init", + "test_level": 0, + "unit": "falcon" + }, + { + "test": "falcon_mem_rw_range", + "test_level": 0, + "unit": "falcon" + }, + { + "test": "falcon_mem_rw_zero", + "test_level": 0, + "unit": "falcon" + }, + { + "test": "falcon_mem_scrub", + "test_level": 0, + "unit": "falcon" + }, + { + "test": "falcon_reset", + "test_level": 0, + "unit": "falcon" + }, + { + "test": "falcon_sw_init_free", + "test_level": 0, + "unit": "falcon" + }, { "test": "cache_default", "test_level": 0, @@ -1458,31 +1518,6 @@ "test_level": 0, "unit": "vm" }, - { - "test": "falcon_mem_rw_init", - "test_level": 0, - "unit": "falcon" - }, - { - "test": "falcon_mem_rw_range", - "test_level": 0, - "unit": "falcon" - }, - { - "test": "falcon_mem_rw_aligned", - "test_level": 0, - "unit": "falcon" - }, - { - "test": "falcon_mem_rw_zero", - "test_level": 0, - "unit": "falcon" - }, - { - "test": "falcon_free_test_env", - "test_level": 0, - "unit": "falcon" - }, { "test": "pmu_early_init", "test_level": 0,