diff options
author | 2023-08-08 08:58:06 +0000 | |
---|---|---|
committer | 2023-08-08 08:58:06 +0000 | |
commit | 190b7b8ca15a545ec83424bc2367dab954780f32 (patch) | |
tree | b6b55ea1a6f2ea3351383bedc0444930f366d872 /src/onaptests/configuration | |
parent | 9ae6448df2adb57822c81c15961464e10d39bf8d (diff) |
Fix pylama errors
Some new code was not checked by pylama and we have new errors
Issue-ID: TEST-404
Signed-off-by: Michal Jagiello <michal.jagiello@t-mobile.pl>
Change-Id: I5e92f0bbbafedc8852599eb3fb3423509c3e0d12
Diffstat (limited to 'src/onaptests/configuration')
-rw-r--r-- | src/onaptests/configuration/pnf_macro_settings.py | 2 | ||||
-rw-r--r-- | src/onaptests/configuration/settings.py | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/onaptests/configuration/pnf_macro_settings.py b/src/onaptests/configuration/pnf_macro_settings.py index 2c83de0..d332763 100644 --- a/src/onaptests/configuration/pnf_macro_settings.py +++ b/src/onaptests/configuration/pnf_macro_settings.py @@ -51,4 +51,4 @@ PNF_REGISTRATION_NUMBER_OF_TRIES = 20 # Disable YAML SDC model definition which means all SDC config reside in SERVICE_YAML_TEMPLATE MODEL_YAML_TEMPLATE = None USE_SIMULATOR = True -VES_NODE_PORT = 30417
\ No newline at end of file +VES_NODE_PORT = 30417 diff --git a/src/onaptests/configuration/settings.py b/src/onaptests/configuration/settings.py index f8f389c..24b37ff 100644 --- a/src/onaptests/configuration/settings.py +++ b/src/onaptests/configuration/settings.py @@ -56,4 +56,4 @@ SERVICE_DISTRIBUTION_NUMBER_OF_TRIES = 30 SERVICE_DISTRIBUTION_SLEEP_TIME = 60 EXPOSE_SERVICES_NODE_PORTS = True IN_CLUSTER = False -VES_BASIC_AUTH = {'username': 'sample1', 'password': 'sample1'}
\ No newline at end of file +VES_BASIC_AUTH = {'username': 'sample1', 'password': 'sample1'} |