From edfdf4f8beb8de3dd763fe744655067d03923d8e Mon Sep 17 00:00:00 2001 From: "pawel.denst" Date: Mon, 5 Jun 2023 08:00:55 +0000 Subject: Modify Python ONAP SDK tests to not require kubeconfig Modify Python ONAP SDK tests to not require kubeconfig Issue-ID: INT-2247 Signed-off-by: pawel.denst Signed-off-by: Lukasz Rajewski Change-Id: I0d61250a2373d8549696cedaa2c0c5fb721d0e3b --- src/onaptests/configuration/settings.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/onaptests/configuration') diff --git a/src/onaptests/configuration/settings.py b/src/onaptests/configuration/settings.py index 436e82c..83ae792 100644 --- a/src/onaptests/configuration/settings.py +++ b/src/onaptests/configuration/settings.py @@ -53,4 +53,5 @@ K8S_ADDITIONAL_RESOURCES_NAMESPACE = K8S_ONAP_NAMESPACE # Resources created on ORCHESTRATION_REQUEST_TIMEOUT = 60.0 * 15 # 15 minutes in seconds SERVICE_DISTRIBUTION_NUMBER_OF_TRIES = 30 SERVICE_DISTRIBUTION_SLEEP_TIME = 60 -EXPOSE_SERVICES_NODE_PORTS = True \ No newline at end of file +EXPOSE_SERVICES_NODE_PORTS = True +IN_CLUSTER = False \ No newline at end of file -- cgit 1.2.3-korg