Skip to content

Commit a69301b

Browse files
yizhanglinuxkawasaki
authored andcommitted
nvme/054: update to support all fabrics
Link: #167 Signed-off-by: Yi Zhang <[email protected]> [Shin'ichiro: removed a unnecessary space] Signed-off-by: Shin'ichiro Kawasaki <[email protected]>
1 parent 26f5445 commit a69301b

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

tests/nvme/054

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,14 @@
99

1010
DESCRIPTION="Test the NVMe reservation feature"
1111
QUICK=1
12-
nvme_trtype="loop"
1312

1413
requires() {
1514
_nvme_requires
15+
_require_nvme_trtype_is_fabrics
16+
}
17+
18+
set_conditions() {
19+
_set_nvme_trtype "$@"
1620
}
1721

1822
resv_report() {

0 commit comments

Comments
 (0)