diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2023-08-06 07:52:00 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2023-08-06 07:52:00 +0000 |
commit | 9a81a6cf9f75a764ad8b32bd1fc4ee64e200f172 (patch) | |
tree | bffae7d405fb77e945d668d2269b2359686ceb3e /test/test-controller.py | |
parent | Releasing debian version 2.3~rc2-1. (diff) | |
download | nvme-stas-9a81a6cf9f75a764ad8b32bd1fc4ee64e200f172.tar.xz nvme-stas-9a81a6cf9f75a764ad8b32bd1fc4ee64e200f172.zip |
Merging upstream version 2.3~rc3.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'test/test-controller.py')
-rwxr-xr-x | test/test-controller.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/test-controller.py b/test/test-controller.py index d33a6a2..54e4349 100755 --- a/test/test-controller.py +++ b/test/test-controller.py @@ -118,6 +118,7 @@ class Test(TestCase): 'trsvcid': '8009', 'host-traddr': '1.2.3.4', 'host-iface': 'wlp0s20f3', + 'host-nqn': 'nqn.1988-11.com.dell:poweredge:1234', } ) @@ -186,6 +187,7 @@ class Test(TestCase): 'host-iface': 'wlp0s20f3', 'subsysnqn': 'nqn.1988-11.com.dell:SFSS:2:20220208134025e8', 'device': 'nvme?', + 'host-nqn': 'nqn.1988-11.com.dell:poweredge:1234', }, ) @@ -198,6 +200,7 @@ class Test(TestCase): 'trsvcid': '8009', 'host-traddr': '1.2.3.4', 'host-iface': 'wlp0s20f3', + 'host-nqn': 'nqn.1988-11.com.dell:poweredge:1234', 'device': 'nvme?', 'connect attempts': '1', 'retry connect timer': '60.0s [off]', @@ -215,6 +218,7 @@ class Test(TestCase): 'trsvcid': '8009', 'host-traddr': '1.2.3.4', 'host-iface': 'wlp0s20f3', + 'host-nqn': 'nqn.1988-11.com.dell:poweredge:1234', 'subsysnqn': 'nqn.1988-11.com.dell:SFSS:2:20220208134025e8', 'device': 'nvme?', 'connect attempts': '1', |