From 49f6c22e0f7d5104764866ddb3912c82b6b32e52 Mon Sep 17 00:00:00 2001 From: Jozef Behran Date: Fri, 19 Feb 2016 14:41:42 +0100 Subject: [PATCH 1/1] Fix hardcoded nexus URL in NexusKeywords Use ${NEXUSURL_PREFIX} instead of hardcoding http://nexus.opendaylight.org/some/random/location in the NexusKeywords resource. Not everyone wants or can go downloading artifacts directly from ODL Nexus. Change-Id: I4b75370077930e548e5d86f0e045912b924c1f4a Signed-off-by: Jozef Behran --- csit/libraries/NexusKeywords.robot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/csit/libraries/NexusKeywords.robot b/csit/libraries/NexusKeywords.robot index 90178aa331..f93f707f40 100644 --- a/csit/libraries/NexusKeywords.robot +++ b/csit/libraries/NexusKeywords.robot @@ -17,7 +17,7 @@ Library String Resource SSHKeywords.robot *** Variables *** -${NEXUS_FALLBACK_URL} http://nexus.opendaylight.org/content/repositories/opendaylight.snapshot +${NEXUS_FALLBACK_URL} ${NEXUSURL_PREFIX}/content/repositories/opendaylight.snapshot *** Keywords *** Initialize_Artifact_Deployment_And_Usage -- 2.36.6