Linux block layer
 help / color / mirror / Atom feed
* [PATCH blktests] ublk: mark all tests as QUICK
@ 2026-06-15  9:41 Sebastian Chlad
  2026-06-18  6:20 ` Shin'ichiro Kawasaki
  0 siblings, 1 reply; 2+ messages in thread
From: Sebastian Chlad @ 2026-06-15  9:41 UTC (permalink / raw)
  To: shinichiro.kawasaki; +Cc: linux-block, Sebastian Chlad

These tests are quick to run so mark them accordingly to ensure
they are included in quick runs.

Signed-off-by: Sebastian Chlad <sebastian.chlad@suse.com>
---

I checked locally - all tests execute well below 10 seconds

 tests/ublk/001 | 1 +
 tests/ublk/002 | 1 +
 tests/ublk/003 | 1 +
 tests/ublk/004 | 1 +
 tests/ublk/005 | 1 +
 tests/ublk/006 | 1 +
 6 files changed, 6 insertions(+)

diff --git a/tests/ublk/001 b/tests/ublk/001
index 3435316..c994cff 100755
--- a/tests/ublk/001
+++ b/tests/ublk/001
@@ -7,6 +7,7 @@
 . tests/ublk/rc
 
 DESCRIPTION="test ublk delete"
+QUICK=1
 
 _run() {
 	local type=$1
diff --git a/tests/ublk/002 b/tests/ublk/002
index ca357b6..aaea4a7 100755
--- a/tests/ublk/002
+++ b/tests/ublk/002
@@ -7,6 +7,7 @@
 . tests/ublk/rc
 
 DESCRIPTION="test ublk crash with delete after dead confirmation"
+QUICK=1
 
 _run() {
 	local type=$1
diff --git a/tests/ublk/003 b/tests/ublk/003
index e366813..40bbd6f 100755
--- a/tests/ublk/003
+++ b/tests/ublk/003
@@ -7,6 +7,7 @@
 . tests/ublk/rc
 
 DESCRIPTION="test mounting block device exported by ublk"
+QUICK=1
 
 requires() {
 	_have_program mkfs.ext4
diff --git a/tests/ublk/004 b/tests/ublk/004
index 1d74fea..6812431 100755
--- a/tests/ublk/004
+++ b/tests/ublk/004
@@ -7,6 +7,7 @@
 . tests/ublk/rc
 
 DESCRIPTION="test ublk crash with delete just after daemon kill"
+QUICK=1
 
 _run() {
 	local type=$1
diff --git a/tests/ublk/005 b/tests/ublk/005
index 1e21674..69c1fca 100755
--- a/tests/ublk/005
+++ b/tests/ublk/005
@@ -9,6 +9,7 @@
 . tests/ublk/rc
 
 DESCRIPTION="test ublk recovery with one time daemon kill"
+QUICK=1
 
 _run() {
 	local type=$1
diff --git a/tests/ublk/006 b/tests/ublk/006
index 85087bd..2a4d886 100755
--- a/tests/ublk/006
+++ b/tests/ublk/006
@@ -9,6 +9,7 @@
 . tests/ublk/rc
 
 DESCRIPTION="test ublk recovery with two times daemon kill"
+QUICK=1
 
 _run() {
 	local type=$1
-- 
2.51.0


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2026-06-18  6:20 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-06-15  9:41 [PATCH blktests] ublk: mark all tests as QUICK Sebastian Chlad
2026-06-18  6:20 ` Shin'ichiro Kawasaki

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox