These tests are quick to run so mark them accordingly to ensure they are included in quick runs. Signed-off-by: Sebastian Chlad --- 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