Fix hardcoded nexus URL in NexusKeywords 93/35093/3
authorJozef Behran <jbehran@cisco.com>
Fri, 19 Feb 2016 13:41:42 +0000 (14:41 +0100)
committerGerrit Code Review <gerrit@opendaylight.org>
Sat, 20 Feb 2016 02:22:40 +0000 (02:22 +0000)
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 <jbehran@cisco.com>
csit/libraries/NexusKeywords.robot

index 90178aa3313b78db82a0f7e3973f960642c55636..f93f707f406a42d62742d460abe2b0991ea1f6b6 100644 (file)
@@ -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