summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Harney <eharney@redhat.com>2023-04-19 10:56:26 -0400
committerEric Harney <eharney@redhat.com>2023-04-19 11:07:08 -0400
commit4b49fdebfda2769785345d96370723a507b43883 (patch)
tree92f4f62bdc7bdd40e441180439d7f6f21dc51637
parent8f5373ac3c88926be59161df82723018f217e6a1 (diff)
downloadcinder-4b49fdebfda2769785345d96370723a507b43883.tar.gz
Tests: Fix duplicate dict keys in Pure tests
Small cleanup of extra dict keys. Change-Id: I96e7cb80da597a447140929e1c8335e78589f81c
-rw-r--r--cinder/tests/unit/volume/drivers/test_pure.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/cinder/tests/unit/volume/drivers/test_pure.py b/cinder/tests/unit/volume/drivers/test_pure.py
index ff329a478..62f4516e5 100644
--- a/cinder/tests/unit/volume/drivers/test_pure.py
+++ b/cinder/tests/unit/volume/drivers/test_pure.py
@@ -194,14 +194,12 @@ FC_PORTS = [{"name": name,
"nqn": None,
"portal": None,
"wwn": wwn,
- "nqn": None,
} for name, wwn in zip(FC_PORT_NAMES, FC_WWNS)]
AC_FC_PORTS = [{"name": name,
"iqn": None,
"nqn": None,
"portal": None,
"wwn": wwn,
- "nqn": None,
} for name, wwn in zip(FC_PORT_NAMES, AC_FC_WWNS)]
NON_ISCSI_PORT = {
"name": "ct0.fc1",