From e59eb7aec0903a97d9ee82f4163decd1796f7876 Mon Sep 17 00:00:00 2001 From: Daniel Wagner Date: Mon, 17 Apr 2023 10:25:55 +0200 Subject: [PATCH] python: Update test data Since commit 1617d1a3f42a ("nbft: Parse the {HOSTID,HOSTNQN}_CONFIGURED flags") host_id_configured and host_nqn_configured are parsed. Thus we need to update the test case accordingly. Signed-off-by: Daniel Wagner --- libnvme/tests/test-nbft.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libnvme/tests/test-nbft.py b/libnvme/tests/test-nbft.py index b4dcdda7..bba7a123 100755 --- a/libnvme/tests/test-nbft.py +++ b/libnvme/tests/test-nbft.py @@ -37,8 +37,8 @@ class Testclass(unittest.TestCase): } ], "host": { - "host_id_configured": False, - "host_nqn_configured": False, + "host_id_configured": True, + "host_nqn_configured": True, "id": "44454c4c-3400-1036-8038-b2c04f313233", "nqn": "nqn.1988-11.com.dell:PowerEdge.R760.1234567", "primary_admin_host_flag": "not indicated", -- 2.50.1