]> Frank Brehm's Git Trees - profitbricks/jenkins-build-scripts.git/commitdiff
there can only be one
authorHolger Levsen <holger@layer-acht.org>
Fri, 14 Dec 2012 10:21:13 +0000 (11:21 +0100)
committerHolger Levsen <holger@layer-acht.org>
Fri, 14 Dec 2012 10:21:25 +0000 (11:21 +0100)
liveboot_testdeploy.sh
schedule_selenium_tests.sh

index 12b9beb325ae30f29757b3cc0b83382d9e350c75..c1be9528f64aaf2b51d50af9e365511cee3be1b9 100755 (executable)
@@ -12,8 +12,8 @@ TESTSERVER=pserver2
 TESTSERVER_MGMT_IP=192.168.178.49
 TESTSERVER_MGMT_PASSWD_FILE=/etc/jenkins/pserver2.ipmi
 
-TFTP_TARGET=/srv/tftp/liveboot
-HTTP_TARGET=/var/www/liveboot/
+##TFTP_TARGET=/srv/tftp/liveboot
+##HTTP_TARGET=/var/www/liveboot/
 
 
 #
@@ -52,11 +52,11 @@ fi
 ### command="/bin/cp ${SSH_ORIGINAL_COMMAND#* }",no-port-forwarding,no-X11-forwarding,no-agent-forwarding,from="192.168.178.17"
 ### thanks to http://larstobi.blogspot.de/2011/01/restrict-ssh-access-to-one-command-but.html
 ###
-ssh liveboot@riserver cp -v $SOURCE_DIR/vmlinuz $TFTP_TARGET/pserver2_vmlinuz
-ssh liveboot@riserver cp -v $SOURCE_DIR/initramfs.cpio.gz $TFTP_TARGET/pserver2_initramfs.cpio.gz
-echo "Ok, copied vmlinuz and initramfs.cpio.gz from $SOURCE_DIR to riserver:$TFTP_TARGET/"
-ssh liveboot@riserver cp -v $SOURCE_DIR/root.tar.xz $HTTP_TARGET/pserver2_root.tar.xz
-echo "Ok, copied root.tar.xz from $SOURCE_DIR to riserver:$HTTP_TARGET/"
+#ssh liveboot@riserver cp -v $SOURCE_DIR/vmlinuz $TFTP_TARGET/pserver2_vmlinuz
+#ssh liveboot@riserver cp -v $SOURCE_DIR/initramfs.cpio.gz $TFTP_TARGET/pserver2_initramfs.cpio.gz
+#echo "Ok, copied vmlinuz and initramfs.cpio.gz from $SOURCE_DIR to riserver:$TFTP_TARGET/"
+#ssh liveboot@riserver cp -v $SOURCE_DIR/root.tar.xz $HTTP_TARGET/pserver2_root.tar.xz
+#echo "Ok, copied root.tar.xz from $SOURCE_DIR to riserver:$HTTP_TARGET/"
 
 #
 # reboot TESTSERVER
index abb552aacda73f76361e99838d0267808fbec32d..c80bf7914af748bd5efc1e37e62fa2b1e59801fa 100755 (executable)
@@ -21,6 +21,7 @@ elif [ "$TEST_BROWSER" = "chrome" ] ; then
        TEST_PORT=4445
 elif [ "$TEST_BROWSER" = "ie9" ] ; then
        TEST_PORT=4446
+       TEST_BROWSER="ie"
 else
        figlet "unknown browser"
        exit 1