diff options
author | mrichomme <morgan.richomme@orange.com> | 2021-02-04 18:56:12 +0100 |
---|---|---|
committer | Michal Jagiello <michal.jagiello@t-mobile.pl> | 2021-03-18 06:49:06 +0000 |
commit | 36edfeb236c44dee1b8bec1dfdd9d8adfcffcfcf (patch) | |
tree | 3add3b7e58fb17d2ac98342bce05e49e01d6da4d /src/onaptests/configuration | |
parent | 5ccf45a23fab8c0a6a6e4878b2555819803a0ed3 (diff) |
Remove cert authent in basic_clamp
Clamp can now be reached using a basic/auth
The Cert is no more needed
This is much simpler to deal with and integrate in CI
Issue-ID: INT-1819
Signed-off-by: mrichomme <morgan.richomme@orange.com>
Change-Id: I9325c2d37826feed6148cd509717c6788639938d
Diffstat (limited to 'src/onaptests/configuration')
-rw-r--r-- | src/onaptests/configuration/basic_clamp_settings.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/onaptests/configuration/basic_clamp_settings.py b/src/onaptests/configuration/basic_clamp_settings.py index 1781c54..d2f38a0 100644 --- a/src/onaptests/configuration/basic_clamp_settings.py +++ b/src/onaptests/configuration/basic_clamp_settings.py @@ -1,8 +1,6 @@ import sys from yaml import load -from pathlib import Path - from .settings import * # pylint: disable=W0614 """ Specific Basic clamp settings.""" @@ -32,7 +30,6 @@ OPERATIONAL_POLICIES = [ } ] -CERT = (Path.cwd() / 'cert.pem', Path.cwd() / 'cert.key') # SERVICE_NAME = "ubuntu18agent" # if a yaml file is define, retrieve info from this yaml files |