All of lore.kernel.org
 help / color / mirror / Atom feed
From: sinjan.kumar@intel.com
To: igt-dev@lists.freedesktop.org, sai.gowtham.ch@intel.com,
	kamil.konieczny@linux.intel.com, janga.rahul.kumar@intel.com,
	ramadevi.gandi@intel.com, priyanka.dandamudi@intel.com,
	sinjan.kumar@intel.com
Subject: [igt-dev] [PATCH 1/2] i915/gem_exec_fair: Add subtests description
Date: Wed,  8 Jun 2022 11:25:07 +0530	[thread overview]
Message-ID: <20220608055508.339194-2-sinjan.kumar@intel.com> (raw)
In-Reply-To: <20220608055508.339194-1-sinjan.kumar@intel.com>

From: Sinjan Kumar <sinjan.kumar@intel.com>

add subtest description

Cc: Kamil Konieczny <kamil.konieczny@linux.intel.com>
Cc: Priyanka Dandamudi <priyanka.dandamudi@intel.com>
Signed-off-by: Sinjan Kumar <sinjan.kumar@intel.com>
---
 tests/i915/gem_exec_fair.c | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/tests/i915/gem_exec_fair.c b/tests/i915/gem_exec_fair.c
index 935f9c4a..f856be1d 100644
--- a/tests/i915/gem_exec_fair.c
+++ b/tests/i915/gem_exec_fair.c
@@ -1351,8 +1351,15 @@ igt_main
 		}
 	}
 
+        igt_describe("Test forks N independent clients and put an equal "
+                     "amount of work in client and asserts that all of "
+                     "them finishes within the given timeline.");
 	igt_subtest("basic-deadline")
 		deadline(i915, &cfg, 2, 0);
+        igt_describe("Test forks N independent clients and put an equal "
+                     "amount of work in client and asserts that all of "
+                     "them finishes within the given timeline "
+                     "when task priority is also set.");
 	igt_subtest("deadline-prio")
 		deadline(i915, &cfg, 2, DL_PRIO);
 
-- 
2.25.1

  reply	other threads:[~2022-06-08  5:55 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-06-08  5:55 [igt-dev] [PATCH 0/2] i915/gem_exec_fair: Add subtests description sinjan.kumar
2022-06-08  5:55 ` sinjan.kumar [this message]
2022-06-09 11:24   ` [igt-dev] [PATCH 1/2] " Kamil Konieczny
2022-06-08  5:55 ` [igt-dev] [PATCH 2/2] HAX: don't do full run sinjan.kumar
2022-06-08  7:47 ` [igt-dev] ✗ Fi.CI.BAT: failure for i915/gem_exec_fair: Add subtests description 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=20220608055508.339194-2-sinjan.kumar@intel.com \
    --to=sinjan.kumar@intel.com \
    --cc=igt-dev@lists.freedesktop.org \
    --cc=janga.rahul.kumar@intel.com \
    --cc=kamil.konieczny@linux.intel.com \
    --cc=priyanka.dandamudi@intel.com \
    --cc=ramadevi.gandi@intel.com \
    --cc=sai.gowtham.ch@intel.com \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.