Igt-dev Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Mauro Carvalho Chehab <mauro.chehab@linux.intel.com>
To: Bhanuprakash Modem <bhanuprakash.modem@intel.com>
Cc: igt-dev@lists.freedesktop.org
Subject: Re: [igt-dev] [V2 i-g-t 4/4] testplan/kms: Move kms testplan to intel dir
Date: Tue, 4 Jul 2023 09:14:57 +0200	[thread overview]
Message-ID: <20230704091457.5e4f01c4@maurocar-mobl2> (raw)
In-Reply-To: <20230627110911.2735472-1-bhanuprakash.modem@intel.com>

On Tue, 27 Jun 2023 16:39:11 +0530
Bhanuprakash Modem <bhanuprakash.modem@intel.com> 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 <mauro.chehab@linux.intel.com>
> Signed-off-by: Bhanuprakash Modem <bhanuprakash.modem@intel.com>

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_": {

  reply	other threads:[~2023-07-04  7:17 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-06-26 16:01 [igt-dev] [V3 i-g-t 0/4] New dir structure for intel specific tests Bhanuprakash Modem
2023-06-26 16:01 ` [igt-dev] [V3 i-g-t 1/4] tests: " Bhanuprakash Modem
2023-07-04  7:13   ` Mauro Carvalho Chehab
2023-08-03  5:52     ` Modem, Bhanuprakash
2023-06-26 16:01 ` [igt-dev] [V3 i-g-t 2/4] tests/intel/prime_mmap_kms: Add missing documentation Bhanuprakash Modem
2023-07-04  7:15   ` Mauro Carvalho Chehab
2023-06-26 16:01 ` [igt-dev] [V3 i-g-t 3/4] testplan/i915: Exclude non-i915 tests from i915 testplan Bhanuprakash Modem
2023-07-04  7:16   ` Mauro Carvalho Chehab
2023-06-26 16:01 ` [igt-dev] [V3 i-g-t 4/4] testplan/kms: Move kms testplan to intel dir Bhanuprakash Modem
2023-06-27 11:09   ` [igt-dev] [V2 " Bhanuprakash Modem
2023-07-04  7:14     ` Mauro Carvalho Chehab [this message]
2023-06-26 16:54 ` [igt-dev] ✗ Fi.CI.BAT: failure for New dir structure for intel specific tests (rev3) Patchwork
2023-06-27  3:56 ` [igt-dev] ✗ GitLab.Pipeline: warning for New dir structure for intel specific tests (rev4) Patchwork
2023-06-27  8:20 ` [igt-dev] ✗ Fi.CI.BAT: failure " Patchwork
2023-06-27  8:41   ` Modem, Bhanuprakash
2023-06-27 11:45     ` Yedireswarapu, SaiX Nandan
2023-06-27 11:34 ` Patchwork
2023-06-27 11:41 ` [igt-dev] ✓ Fi.CI.BAT: success " Patchwork
2023-06-27 11:43 ` [igt-dev] ✓ Fi.CI.BAT: success for New dir structure for intel specific tests (rev3) Patchwork
2023-06-27 13:32 ` [igt-dev] ✗ Fi.CI.IGT: failure for New dir structure for intel specific tests (rev4) Patchwork
2023-06-27 22:09 ` [igt-dev] ✗ Fi.CI.IGT: failure for New dir structure for intel specific tests (rev3) Patchwork
2023-06-28 10:56 ` [igt-dev] ✗ GitLab.Pipeline: warning for New dir structure for intel specific tests (rev6) Patchwork
2023-06-28 11:31 ` [igt-dev] ✓ Fi.CI.BAT: success " Patchwork
2023-06-29  1:41 ` [igt-dev] ✗ Fi.CI.IGT: failure " Patchwork

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20230704091457.5e4f01c4@maurocar-mobl2 \
    --to=mauro.chehab@linux.intel.com \
    --cc=bhanuprakash.modem@intel.com \
    --cc=igt-dev@lists.freedesktop.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox