Fix no return value when deploying testtools
[integration/test.git] / csit / libraries / NexusKeywords.robot
index 1af05dc112c5d092cbe96b62bd15b9563c59e060..577a072b914a071016b7cfad87d9f1141a535f57 100644 (file)
@@ -139,7 +139,7 @@ Deploy_Artifact
     ${url} =    BuiltIn.Set_Variable    ${url}/${filename}
     ${response}    ${result} =    SSHLibrary.Execute_Command    wget -q -N '${url}' 2>&1    return_rc=True
     BuiltIn.Log    ${response}
-    BuiltIn.Return_From_Keyword_If    ${result} == 0
+    BuiltIn.Return_From_Keyword_If    ${result} == 0    ${filename}
     # staged autorelease for non-mri project might not contain the artifact we need so we need to fallback to grabbing it from the release repo
     ${release_url} =    String.Replace_String_Using_Regexp    ${url}    autorelease-[0-9]{4}    opendaylight.release
     ${response}    ${result} =    SSHLibrary.Execute_Command    wget -q -N '${release_url}' 2>&1    return_rc=True