From: Thilo Fromm Date: Wed, 3 Apr 2013 07:01:55 +0000 (+0200) Subject: liveboot_gw_autotest: add platform option X-Git-Url: https://git.uhu-banane.de/?a=commitdiff_plain;h=acd5eb54f691420dc5eba878478be52a4629347f;p=profitbricks%2Fjenkins-build-scripts.git liveboot_gw_autotest: add platform option Signed-off-by: Thilo Fromm --- diff --git a/liveboot_gw_autotest.sh b/liveboot_gw_autotest.sh index 29b6334..ab9800f 100755 --- a/liveboot_gw_autotest.sh +++ b/liveboot_gw_autotest.sh @@ -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"