From 384308c4a5af0a66ff9e78de17ace94ab7d1d51f Mon Sep 17 00:00:00 2001 From: Cédric Ollivier Date: Sat, 9 Nov 2019 14:04:16 +0100 Subject: Print Test API links in console MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It adds TEST_DB_EXT_URL to print the right links in case of NAT or SSH port forwardings. Change-Id: If85b00de7325909facc903fba13a3fd59a1e705f Signed-off-by: Cédric Ollivier --- xtesting/utils/env.py | 1 + 1 file changed, 1 insertion(+) (limited to 'xtesting/utils') diff --git a/xtesting/utils/env.py b/xtesting/utils/env.py index 9ce39987..73acf3b8 100644 --- a/xtesting/utils/env.py +++ b/xtesting/utils/env.py @@ -21,6 +21,7 @@ INPUTS = { 'BUILD_TAG': None, 'NODE_NAME': None, 'TEST_DB_URL': 'http://testresults.opnfv.org/test/api/v1/results', + 'TEST_DB_EXT_URL': None, 'S3_ENDPOINT_URL': None, 'S3_DST_URL': None, 'HTTP_DST_URL': None -- cgit 1.2.3-korg