diff options
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', |