From 9ae6448df2adb57822c81c15961464e10d39bf8d Mon Sep 17 00:00:00 2001 From: Lukasz Rajewski Date: Sun, 30 Jul 2023 08:04:26 +0000 Subject: Simplify PNF Macro VES Send process Issue-ID: TEST-404 Signed-off-by: pawel.denst Signed-off-by: Lukasz Rajewski Change-Id: I7b3fd8f4bd96ff02dadf2662a1a16079a00fb1d0 --- src/onaptests/configuration/cds_resource_resolution_settings.py | 1 + src/onaptests/configuration/pnf_macro_settings.py | 2 ++ src/onaptests/configuration/settings.py | 1 + 3 files changed, 4 insertions(+) (limited to 'src/onaptests/configuration') diff --git a/src/onaptests/configuration/cds_resource_resolution_settings.py b/src/onaptests/configuration/cds_resource_resolution_settings.py index 6530a4c..0ab6ebc 100644 --- a/src/onaptests/configuration/cds_resource_resolution_settings.py +++ b/src/onaptests/configuration/cds_resource_resolution_settings.py @@ -82,3 +82,4 @@ CDS_WORKFLOW_EXPECTED_OUTPUT = { } } } +CDS_NODE_PORT = 30449 diff --git a/src/onaptests/configuration/pnf_macro_settings.py b/src/onaptests/configuration/pnf_macro_settings.py index 0329962..2c83de0 100644 --- a/src/onaptests/configuration/pnf_macro_settings.py +++ b/src/onaptests/configuration/pnf_macro_settings.py @@ -50,3 +50,5 @@ 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 diff --git a/src/onaptests/configuration/settings.py b/src/onaptests/configuration/settings.py index 51d9e93..f8f389c 100644 --- a/src/onaptests/configuration/settings.py +++ b/src/onaptests/configuration/settings.py @@ -56,3 +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 -- cgit 1.2.3-korg