tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
openiscsi: drop multipath test
Weijia Wang
2 years ago
e4d1cba3
457600c5
+1
-1
1 changed file
expand all
collapse all
unified
split
pkgs
os-specific
linux
open-iscsi
default.nix
+1
-1
pkgs/os-specific/linux/open-iscsi/default.nix
···
55
55
"-Ddbroot=/etc/iscsi"
56
56
];
57
57
58
58
-
passthru.tests = { inherit (nixosTests) iscsi-root iscsi-multipath-root; };
58
58
+
passthru.tests = { inherit (nixosTests) iscsi-root; };
59
59
60
60
meta = with lib; {
61
61
description = "A high performance, transport independent, multi-platform implementation of RFC3720";