From acd5eb54f691420dc5eba878478be52a4629347f Mon Sep 17 00:00:00 2001 From: Thilo Fromm Date: Wed, 3 Apr 2013 09:01:55 +0200 Subject: [PATCH] liveboot_gw_autotest: add platform option Signed-off-by: Thilo Fromm --- liveboot_gw_autotest.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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" -- 2.39.5