]> Frank Brehm's Git Trees - profitbricks/jenkins-build-scripts.git/commitdiff
liveboot-autotest: split compile, run into two ssh calls
authorThilo Fromm <thilo.fromm@profitbricks.com>
Tue, 2 Apr 2013 14:02:04 +0000 (16:02 +0200)
committerHolger Levsen <holger@layer-acht.org>
Tue, 2 Apr 2013 14:20:23 +0000 (16:20 +0200)
Signed-off-by: Thilo Fromm <thilo.fromm@profitbricks.com>
liveboot_gw_autotest.sh

index ffd2faa29563b5a59aaae0a532b65d533d38fc25..29b633454ebbe791d7bf9c3811033420741a2782 100755 (executable)
@@ -71,7 +71,8 @@ $(dirname $0)/liveboot_testlink_create_build.sh \
 # run autotests
 #
 # call autotest suite w/ testlink connector info
-ssh -t -A $CORE_ROUTER "cd /opt/autotest ; ./run-compile.sh --testlink='Profitbricks','R&I Liveboot Approval Autotest','liveboot-${LIVEBOOT_BUILD_NUMBER}'"
+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}'"
 # no testlink support in vcb tests yet
 ssh -t -A $CORE_ROUTER "cd /opt/autotest ; ./run-compile.sh --vcb=true --tracepjds"