From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mgamail.intel.com (mgamail.intel.com [192.55.52.115]) by gabe.freedesktop.org (Postfix) with ESMTPS id 9B4B810E0F6 for ; Mon, 9 Oct 2023 10:03:37 +0000 (UTC) Received: from linux.intel.com (maurocar-mobl2.ger.corp.intel.com [10.252.31.124]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by linux.intel.com (Postfix) with ESMTPS id 17ACA58041D for ; Mon, 9 Oct 2023 03:03:36 -0700 (PDT) Received: from maurocar by linux.intel.com with local (Exim 4.96) (envelope-from ) id 1qpn6s-001eFm-0I for igt-dev@lists.freedesktop.org; Mon, 09 Oct 2023 12:03:34 +0200 From: Mauro Carvalho Chehab To: igt-dev@lists.freedesktop.org Date: Mon, 9 Oct 2023 12:01:39 +0200 Message-ID: <20231009100332.392968-3-mauro.chehab@linux.intel.com> In-Reply-To: <20231009100332.392968-1-mauro.chehab@linux.intel.com> References: <20231009100332.392968-1-mauro.chehab@linux.intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [igt-dev] [PATCH i-g-t 2/4] intel/xe_sysfs_scheduler.c: remove nonpriviledged-user tests List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: igt-dev-bounces@lists.freedesktop.org Sender: "igt-dev" List-ID: From: Mauro Carvalho Chehab The logic which used to implement those were removed, but the doc tag was kept, making this out of sync with the actual tests on this file. Fixes: fc53c6bf1dad ("xe/xe_sysfs: Removing non privileged user test") Signed-off-by: Mauro Carvalho Chehab --- tests/intel/xe_sysfs_scheduler.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/tests/intel/xe_sysfs_scheduler.c b/tests/intel/xe_sysfs_scheduler.c index e41fc4b6bb61..954dad1305f1 100644 --- a/tests/intel/xe_sysfs_scheduler.c +++ b/tests/intel/xe_sysfs_scheduler.c @@ -17,10 +17,6 @@ * Description: Test to check if %s arg[1] schedule parameter checks for min max values. * Test category: functionality test * - * SUBTEST: %s-nonprivileged-user - * Description: Test %s arg[1] schedule parameter for nonprivileged user. - * Test category: functionality test - * * arg[1]: * * @preempt_timeout_us: preempt timeout us -- 2.41.0