From: Vratko Polak Date: Wed, 23 Mar 2016 15:48:39 +0000 (+0100) Subject: Remove BUNDLEURL variables X-Git-Tag: release/lithium-sr4~76 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=commitdiff_plain;h=cd3a41e1d7d7e5c3959704b60bb9933b314c7ab0;p=integration%2Ftest.git Remove BUNDLEURL variables Csit jobs already provide -v option with the correct value, based on .zip under test. Without this change, people lauching robot scripts manually would get unexpected value (Lithium pre-release snapshot version) instead of error due to undefined variable (acting as a notification that they need to specify the correct value when starting pybot). Change-Id: Idaad1a46474cc9ea917c4f78845231141e0b5dfe Signed-off-by: Vratko Polak --- diff --git a/csit/libraries/AAAKeywords.robot b/csit/libraries/AAAKeywords.robot index 118b934524..9426b7945e 100644 --- a/csit/libraries/AAAKeywords.robot +++ b/csit/libraries/AAAKeywords.robot @@ -4,7 +4,6 @@ Variables ../variables/Variables.py *** Variables *** ${WORKSPACE} /tmp -${BUNDLEFOLDER} distribution-karaf-0.3.0-SNAPSHOT ${AUTHN_CFG_FILE} ${WORKSPACE}/${BUNDLEFOLDER}/etc/org.opendaylight.aaa.authn.cfg *** Keywords *** diff --git a/csit/libraries/KarafKeywords.robot b/csit/libraries/KarafKeywords.robot index 9cec844567..8c7bdc95ea 100644 --- a/csit/libraries/KarafKeywords.robot +++ b/csit/libraries/KarafKeywords.robot @@ -6,7 +6,6 @@ Variables ../variables/Variables.py *** Variables *** ${WORKSPACE} /tmp -${BUNDLEFOLDER} distribution-karaf-0.3.0-SNAPSHOT ${KarafKeywords__karaf_connection_index} -1 *** Keywords ***