diff options
author | 2021-08-04 08:35:09 +0000 | |
---|---|---|
committer | 2021-08-19 19:01:04 +0200 | |
commit | 5c91aa8f3286c685a88b03a073865f2e0caf9f2a (patch) | |
tree | df468f6020ad80226abe253bf57302527428ce86 /src/onaptests/configuration/pnf_macro_settings.py | |
parent | 017e97ccae99714c2f4c0a50ddedd5ab1e5585a9 (diff) |
[TEST] Do not create pnf simulator in "onap" namespace
As described in ticket - that resource shouldn't be created in onap namespace because if it's not properly deleted it has impact on the security tests results.
Note: That change doesn't require any additional work in lab preparation - the namespace is going to be created by MSB K8S plugin.
Issue-ID: TEST-356
Signed-off-by: Michal Jagiello <michal.jagiello@t-mobile.pl>
Change-Id: Ie7b288ce81b0fab0f746622d863cd48497d739e9
Diffstat (limited to 'src/onaptests/configuration/pnf_macro_settings.py')
-rw-r--r-- | src/onaptests/configuration/pnf_macro_settings.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/onaptests/configuration/pnf_macro_settings.py b/src/onaptests/configuration/pnf_macro_settings.py index c385847..6f59893 100644 --- a/src/onaptests/configuration/pnf_macro_settings.py +++ b/src/onaptests/configuration/pnf_macro_settings.py @@ -44,6 +44,7 @@ MSB_K8S_PROFILE_ARTIFACT_FILE_PATH = Path(Path(__file__).parent.parent, MSB_K8S_PROFILE_NAME = f"{MSB_K8S_RESOURCE_NAME_PREFIX}-profile-{str(uuid4())}" K8S_VERSION = "1.0" K8S_CONFIG = str(Path(Path(__file__).parent.parent, "templates/artifacts/config")) +K8S_ADDITIONAL_RESOURCES_NAMESPACE = "onap-tests" SERVICE_INSTANCE_NAME = "TestPNFMacroInstantiation" |