diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2023-08-06 07:51:39 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2023-08-06 07:51:39 +0000 |
commit | 593ffd6b9dc008e81ed95579a0f56c49bf3e782f (patch) | |
tree | b3a10caf7583dc08b7beed1a329f3b65a1dffe33 /test/test-controller.py | |
parent | Adding upstream version 2.3~rc2. (diff) | |
download | nvme-stas-593ffd6b9dc008e81ed95579a0f56c49bf3e782f.tar.xz nvme-stas-593ffd6b9dc008e81ed95579a0f56c49bf3e782f.zip |
Adding upstream version 2.3~rc3.upstream/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', |