]> Frank Brehm's Git Trees - profitbricks/jenkins-build-scripts.git/commitdiff
liveboot_gw_autotest: add platform option
authorThilo Fromm <thilo.fromm@profitbricks.com>
Wed, 3 Apr 2013 07:01:55 +0000 (09:01 +0200)
committerHolger Levsen <holger@layer-acht.org>
Wed, 3 Apr 2013 08:18:05 +0000 (10:18 +0200)
Signed-off-by: Thilo Fromm <thilo.fromm@profitbricks.com>
liveboot_gw_autotest.sh

index 29b633454ebbe791d7bf9c3811033420741a2782..ab9800f4031d01bce021af2bf5b0d9bec32bff31 100755 (executable)
@@ -72,7 +72,9 @@ $(dirname $0)/liveboot_testlink_create_build.sh \
 #
 # call autotest suite w/ testlink connector info
 ssh -t -A $CORE_ROUTER "cd /opt/autotest ; ./compile.sh"
-ssh -t -A $CORE_ROUTER "cd /opt/autotest ;  java -ea -jar dist/lib/AutoTest.jar --testlink='Profitbricks,R&I Liveboot Approval Autotest,liveboot-${LIVEBOOT_BUILD_NUMBER}'"
+ssh -t -A $CORE_ROUTER "cd /opt/autotest ;  java -ea -jar dist/lib/AutoTest.jar
+--testlink='Profitbricks,R&I Liveboot Approval
+Autotest,liveboot-${LIVEBOOT_BUILD_NUMBER},R&I HW Test Bed'"
 # no testlink support in vcb tests yet
 ssh -t -A $CORE_ROUTER "cd /opt/autotest ; ./run-compile.sh --vcb=true --tracepjds"