aboutsummaryrefslogtreecommitdiffstats
path: root/src/onaptests/configuration/settings.py
diff options
context:
space:
mode:
authormrichomme <morgan.richomme@orange.com>2020-09-01 11:30:43 +0200
committerMorgan Richomme <morgan.richomme@orange.com>2020-09-04 09:26:19 +0000
commit6022ac2e68ece3720bcfa57b290d73ac0eb238c1 (patch)
treed451fe90d22c602f54e9f5b26d327837fe391f99 /src/onaptests/configuration/settings.py
parent27db04b176e4f9657603528c06e1febb04b5dd4d (diff)
Add proxy support for pythonsdk-tests
Issue-ID: TEST-253 Signed-off-by: mrichomme <morgan.richomme@orange.com> Change-Id: Icc411e8418a698dd031bc5338d38311b85da113b Signed-off-by: mrichomme <morgan.richomme@orange.com>
Diffstat (limited to 'src/onaptests/configuration/settings.py')
-rw-r--r--src/onaptests/configuration/settings.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/onaptests/configuration/settings.py b/src/onaptests/configuration/settings.py
index 0e69b4e..2765415 100644
--- a/src/onaptests/configuration/settings.py
+++ b/src/onaptests/configuration/settings.py
@@ -68,3 +68,5 @@ PLATFORM = "sdktests_platform"
SERVICE_INSTANCE_NAME = "sdktests_service_instance_name"
SERVICE_YAML_TEMPLATE = "templates/vnf-services/ubuntu16test-service.yaml"
+
+# SOCK_HTTP = "socks5h://127.0.0.1:8080"