diff options
author | Michal Jagiello <michal.jagiello@t-mobile.pl> | 2024-09-24 13:43:48 +0200 |
---|---|---|
committer | Michal Jagiello <michal.jagiello@t-mobile.pl> | 2024-09-24 13:43:48 +0200 |
commit | 57b4660faad623e3bd719c31115017d39a6484bd (patch) | |
tree | 6d8a6bbba71b63b0ea664700ef10fd2d6e151e50 /src/onaptests | |
parent | 24c337d687c5e367b4c2fa80263310bb2fc488d9 (diff) |
Disable new pylint option
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')
-rw-r--r-- | src/onaptests/steps/instantiate/service_macro.py | 1 |
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 |