- 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
OBS-URL: https://build.opensuse.org/request/show/1147045
OBS-URL: https://build.opensuse.org/package/show/benchmark/blktests?expand=0&rev=27
18 lines
572 B
XML
18 lines
572 B
XML
<?xml version="1.0"?>
|
|
<services>
|
|
<service mode="manual" name="tar_scm">
|
|
<param name="url">https://github.com/osandov/blktests.git</param>
|
|
<param name="scm">git</param>
|
|
<param name="changesgenerate">enable</param>
|
|
<param name="filename">blktests</param>
|
|
<param name="versionformat">0+%cd.%h</param>
|
|
<param name="exclude">*gitignore</param>
|
|
</service>
|
|
<service mode="manual" name="recompress">
|
|
<param name="file">*.tar</param>
|
|
<param name="compression">xz</param>
|
|
</service>
|
|
<service mode="manual" name="set_version"/>
|
|
</services>
|
|
|