Remove BUNDLEURL variables 19/36619/2
authorVratko Polak <vrpolak@cisco.com>
Wed, 23 Mar 2016 15:48:39 +0000 (16:48 +0100)
committerLuis Gomez <ecelgp@gmail.com>
Wed, 30 Mar 2016 01:29:14 +0000 (01:29 +0000)
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 <vrpolak@cisco.com>
csit/libraries/AAAKeywords.robot
csit/libraries/KarafKeywords.robot

index 118b934524607752516b336d5ee2082401f87005..9426b7945ea3fb902287145171a0cbd9cb2d4834 100644 (file)
@@ -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 ***
index 9cec844567313a02a4a98c433db1057abe441990..8c7bdc95eac5ba5618a28539873d1b87aac48937 100644 (file)
@@ -6,7 +6,6 @@ Variables         ../variables/Variables.py
 
 *** Variables ***
 ${WORKSPACE}      /tmp
-${BUNDLEFOLDER}    distribution-karaf-0.3.0-SNAPSHOT
 ${KarafKeywords__karaf_connection_index}    -1
 
 *** Keywords ***