From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by gabe.freedesktop.org (Postfix) with ESMTPS id BF1AA10E294 for ; Tue, 4 Jul 2023 07:17:14 +0000 (UTC) Date: Tue, 4 Jul 2023 09:14:57 +0200 From: Mauro Carvalho Chehab To: Bhanuprakash Modem Message-ID: <20230704091457.5e4f01c4@maurocar-mobl2> In-Reply-To: <20230627110911.2735472-1-bhanuprakash.modem@intel.com> References: <20230626160106.2632928-5-bhanuprakash.modem@intel.com> <20230627110911.2735472-1-bhanuprakash.modem@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: [igt-dev] [V2 i-g-t 4/4] testplan/kms: Move kms testplan to intel dir List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: igt-dev@lists.freedesktop.org Errors-To: igt-dev-bounces@lists.freedesktop.org Sender: "igt-dev" List-ID: On Tue, 27 Jun 2023 16:39:11 +0530 Bhanuprakash Modem wrote: > As this testplan is specific to the Intel hardware, the correct > place for it is inside the tests/intel/. > > V2: - Fix the included files path > > Cc: Mauro Carvalho Chehab > Signed-off-by: Bhanuprakash Modem Looks good, but this needs to be folded with patch 1, as otherwise will break git bisect. Regards, Mauro > --- > docs/testplan/meson.build | 2 +- > tests/{ => intel}/kms_test_config.json | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) > rename tests/{ => intel}/kms_test_config.json (94%) > > diff --git a/docs/testplan/meson.build b/docs/testplan/meson.build > index fb933a780eb..1167edc28ba 100644 > --- a/docs/testplan/meson.build > +++ b/docs/testplan/meson.build > @@ -7,7 +7,7 @@ rst2pdf = find_program('rst2pdf', required: false) > stylesheet = join_paths(meson.current_source_dir(), 'testplan.css') > > xe_test_config = join_paths(source_root, 'tests', 'intel', 'xe_test_config.json') > -kms_test_config = join_paths(source_root, 'tests', 'kms_test_config.json') > +kms_test_config = join_paths(source_root, 'tests', 'intel', 'kms_test_config.json') > i915_test_config = join_paths(source_root, 'tests', 'intel', 'i915_test_config.json') > > check_testlist = [] > diff --git a/tests/kms_test_config.json b/tests/intel/kms_test_config.json > similarity index 94% > rename from tests/kms_test_config.json > rename to tests/intel/kms_test_config.json > index 5fbe40bdc48..d781822e9fc 100644 > --- a/tests/kms_test_config.json > +++ b/tests/intel/kms_test_config.json > @@ -1,7 +1,7 @@ > { > "description": "JSON file to be used to parse KMS documentation", > "name": "Display and KMS Tests for Intel i915 and Xe Drivers", > - "files": [ "chamelium/kms_*.c", "i915/kms_*.c", "kms_*.c" ], > + "files": [ "../chamelium/kms_*.c", "../kms_*.c", "kms_*.c" ], > "fields": { > "Category": { > "_properties_": {