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-service.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-service.py')
-rwxr-xr-x | test/test-service.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/test-service.py b/test/test-service.py index ef1cb6e..567d592 100755 --- a/test/test-service.py +++ b/test/test-service.py @@ -58,9 +58,10 @@ class Test(TestCase): transport='tcp', traddr='10.10.10.10', trsvcid='8009', + subsysnqn='nqn.1988-11.com.dell:SFSS:2:20220208134025e8', host_traddr='1.2.3.4', host_iface='wlp0s20f3', - subsysnqn='nqn.1988-11.com.dell:SFSS:2:20220208134025e8', + host_nqn='nqn.2014-08.org.nvmexpress:uuid:01234567-0123-0123-0123-0123456789ab', ), None, ) |