Fix hardcoded nexus URL in NexusKeywords
[integration/test.git] / 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