From 90600d76eccf02da66b038961f46d406c16b9e50 Mon Sep 17 00:00:00 2001 From: czerw <> Date: Feb 18 2024 19:38:33 +0000 Subject: Update blktests to version 0+20240213.ac3d8d0 / rev 9 via SR 1147318 https://build.opensuse.org/request/show/1147318 by user czerw + anag+factory --- diff --git a/.files b/.files index 676676e..c5f6c75 100644 Binary files a/.files and b/.files differ diff --git a/.rev b/.rev index 470659e..0645086 100644 --- a/.rev +++ b/.rev @@ -68,4 +68,12 @@ from https://github.com/osandov/blktests 1117016 + + 98890ffe5a24d756aae89172b42e92e1 + 0+20240213.ac3d8d0 + + anag+factory + + 1147318 + diff --git a/_service b/_service index e767f12..a2bcc24 100644 --- a/_service +++ b/_service @@ -3,7 +3,6 @@ https://github.com/osandov/blktests.git git - 1aeff01 enable blktests 0+%cd.%h diff --git a/_servicedata b/_servicedata index 5a67262..3b27c75 100644 --- a/_servicedata +++ b/_servicedata @@ -3,4 +3,4 @@ git://github.com/osandov/blktests e10add032819db8f3abf0a9d53f160b7b10cfed8 https://github.com/osandov/blktests.git - 1aeff011213d79e5fedd32ec24a9aa869c078478 \ No newline at end of file + ac3d8d017f7192e2b4f5cbef45bd1e3bc9a4be21 \ No newline at end of file diff --git a/blktests-0+20231006.1aeff01.tar.xz b/blktests-0+20231006.1aeff01.tar.xz deleted file mode 120000 index 0f4a32e..0000000 --- a/blktests-0+20231006.1aeff01.tar.xz +++ /dev/null @@ -1 +0,0 @@ -/ipfs/bafkreiafeka6crypbidnq5zanpguo37m5ekhq2vgoadqauvqhf4qslztam \ No newline at end of file diff --git a/blktests-0+20240213.ac3d8d0.tar.xz b/blktests-0+20240213.ac3d8d0.tar.xz new file mode 120000 index 0000000..d77de2f --- /dev/null +++ b/blktests-0+20240213.ac3d8d0.tar.xz @@ -0,0 +1 @@ +/ipfs/bafkreigoatqjk4qvn2cowdcvtbykoo4kraalcjpwe73dylxp6j4owizshq \ No newline at end of file diff --git a/blktests.changes b/blktests.changes index 28e3f7f..ca623bd 100644 --- a/blktests.changes +++ b/blktests.changes @@ -1,4 +1,35 @@ ------------------------------------------------------------------- +Fri Feb 16 09:07:44 UTC 2024 - Martin Pluskal + +- Update to version 0+20240213.ac3d8d0: + * nvme/rc: revert nvme-cli context tracking + * nvme/rc: do not issue errors when disconnecting when using fc transport + * nvme/rc: do not issue warnings on cleanup when using fc transport + * nvme/rc: filter out errors from cat when reading files + * nvme/029: fix local variable declarations + * nvme/046: change nvme io-passthru command option from -o to --opcode + * nvme: add nvme pci timeout testcase + * block/031: allow to run with built-in null_blk driver + * common/null_blk: introduce _have_null_blk_feature + * nvme/rc: don't print the nvme connect msg + * block/007: skip hybrid polling tests when kernel does not support it + * block/011: set default timeout to 20 minutes + * block/011: recover test target devices to online or live status + * loop/009: require --option of udevadm control command + * nvme/{041,042,043,044,045}: check dhchap_ctrl_secret support by nvme-fabrics + * nvme: do not print subsystem NQN to stdout + * nvme: do not print UUID to log files + * common/ublk: allow to run ublk test without building miniublk + * ublk/rc: prefer to rublk over miniublk + * Fix common misspellings from codespell project + * tests/srp: remove the unused file 015.out + * src/miniublk: fix logical block size setting + * block/002: fix TMPDIR path + * nvme/{rc,017,031}: replace def_file_path with _nvme_def_file_path() + * nvme/rc: fix rdma driver check +- Small spec file modernisation + +------------------------------------------------------------------- Wed Oct 11 14:12:41 UTC 2023 - pcervinka@suse.com - Replace disabled mode in service file by manual mode diff --git a/blktests.spec b/blktests.spec index 8db643f..90baf08 100644 --- a/blktests.spec +++ b/blktests.spec @@ -1,7 +1,7 @@ # # spec file for package blktests # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: blktests -Version: 0+20231006.1aeff01 +Version: 0+20240213.ac3d8d0 Release: 0 Summary: Linux kernel block layer testing framework License: GPL-2.0-or-later @@ -41,10 +41,10 @@ storage stack. It is inspired by the xfstests filesystem testing framework. %prep -%setup -q +%autosetup %build -make %{?_smp_mflags} V=1 +%make_build %install %make_install prefix="%{_prefix}/lib"