From 9c38db0a5c7721c1193aebc60e9d3c5e3a351310 Mon Sep 17 00:00:00 2001 From: Tibor Frank Date: Tue, 19 Mar 2019 15:35:30 +0100 Subject: Report: Remove VNF - add comparisons for dnv Change-Id: I123a925a3c91fba782f152b3cd73f1b63fe50c59 Signed-off-by: Tibor Frank --- resources/tools/presentation/input_data_files.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'resources/tools/presentation/input_data_files.py') diff --git a/resources/tools/presentation/input_data_files.py b/resources/tools/presentation/input_data_files.py index a1ab2432a6..262c6a0a63 100644 --- a/resources/tools/presentation/input_data_files.py +++ b/resources/tools/presentation/input_data_files.py @@ -167,7 +167,7 @@ def download_and_unzip_data_file(spec, job, build, pid, log): elif job.startswith("hc2vpp-"): url = spec.environment["urls"]["URL[JENKINS,HC]"] elif job.startswith("intel-dnv-"): - url = spec.environment["urls"]["URL[VIRL,DNV]"] + url = spec.environment["urls"]["URL[VIRL,DNV]"].format(release=job[-4:]) else: raise PresentationError("No url defined for the job '{}'.". format(job)) -- cgit 1.2.3-korg