aboutsummaryrefslogtreecommitdiffstats
path: root/src/onaptests/steps/instantiate/service_macro.py
diff options
context:
space:
mode:
authorMichal Jagiello <michal.jagiello@t-mobile.pl>2024-09-24 13:43:48 +0200
committerMichal Jagiello <michal.jagiello@t-mobile.pl>2024-09-24 13:43:48 +0200
commit57b4660faad623e3bd719c31115017d39a6484bd (patch)
tree6d8a6bbba71b63b0ea664700ef10fd2d6e151e50 /src/onaptests/steps/instantiate/service_macro.py
parent24c337d687c5e367b4c2fa80263310bb2fc488d9 (diff)
Disable new pylint optionHEADmaster
Disable pylint's too-many-positional-arguments option Issue-ID: TEST-404 Signed-off-by: Michal Jagiello <michal.jagiello@t-mobile.pl> Change-Id: I18a90e082413ad9b515e635d8b4888789ceff254
Diffstat (limited to 'src/onaptests/steps/instantiate/service_macro.py')
-rw-r--r--src/onaptests/steps/instantiate/service_macro.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/onaptests/steps/instantiate/service_macro.py b/src/onaptests/steps/instantiate/service_macro.py
index ed60e5b..047acb8 100644
--- a/src/onaptests/steps/instantiate/service_macro.py
+++ b/src/onaptests/steps/instantiate/service_macro.py
@@ -176,6 +176,7 @@ class YamlTemplateServiceMacroInstantiateBaseStep(YamlTemplateBaseStep):
for vf_module_data in vnf_data.get("vf_module_parameters", [])]
))
+ skip_pnf_registration_event = False
try:
if settings.PNF_WITHOUT_VES:
skip_pnf_registration_event = True