aboutsummaryrefslogtreecommitdiffstats
path: root/test/vcpe/csar_parser.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/vcpe/csar_parser.py')
-rwxr-xr-xtest/vcpe/csar_parser.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/vcpe/csar_parser.py b/test/vcpe/csar_parser.py
index da6fa437a..da1903cd4 100755
--- a/test/vcpe/csar_parser.py
+++ b/test/vcpe/csar_parser.py
@@ -178,7 +178,7 @@ class CsarParser:
},
"""
node_dic = svc_template['topology_template']['groups']
- for node_name, v in node_dic.items():
+ for node_name, v in node_dic.items(): # pylint: disable=W0612
if v['type'].startswith('org.openecomp.groups.VfModule'):
model = {
'modelType': 'vfModule',