From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by gabe.freedesktop.org (Postfix) with ESMTPS id 3779C10E607 for ; Thu, 20 Jul 2023 23:18:04 +0000 (UTC) From: Ashutosh Dixit To: igt-dev@lists.freedesktop.org Date: Thu, 20 Jul 2023 16:17:49 -0700 Message-ID: <20230720231756.3464641-14-ashutosh.dixit@intel.com> In-Reply-To: <20230720231756.3464641-1-ashutosh.dixit@intel.com> References: <20230720231756.3464641-1-ashutosh.dixit@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [igt-dev] [PATCH i-g-t 13/20] tests/i915/perf: Move test_sysctl_defaults after the fixture List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: igt-dev-bounces@lists.freedesktop.org Sender: "igt-dev" List-ID: test_sysctl_defaults requires sysctl paths to be set which is done in the fixture. Signed-off-by: Ashutosh Dixit --- tests/i915/perf.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/i915/perf.c b/tests/i915/perf.c index e0afbbc45ea2..78e68462ad06 100644 --- a/tests/i915/perf.c +++ b/tests/i915/perf.c @@ -5955,9 +5955,6 @@ igt_main igt_subtest("i915-ref-count") test_i915_ref_count(); - igt_subtest("sysctl-defaults") - test_sysctl_defaults(); - igt_fixture { /* We expect that the ref count test before these fixtures * should have closed drm_fd... @@ -5996,6 +5993,9 @@ igt_main render_copy = igt_get_render_copyfunc(devid); } + igt_subtest("sysctl-defaults") + test_sysctl_defaults(); + igt_subtest("non-system-wide-paranoid") test_system_wide_paranoid(); -- 2.41.0