From cd3a41e1d7d7e5c3959704b60bb9933b314c7ab0 Mon Sep 17 00:00:00 2001 From: Vratko Polak Date: Wed, 23 Mar 2016 16:48:39 +0100 Subject: [PATCH] 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 --- csit/libraries/AAAKeywords.robot | 1 - csit/libraries/KarafKeywords.robot | 1 - 2 files changed, 2 deletions(-) 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 *** -- 2.36.6