Signed-off-by: Thilo Fromm <thilo.fromm@profitbricks.com>
# 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"