Get rid of gatling, thanks to python ;0
authorUlrich Dangel <uli@spamt.net>
Thu, 25 Mar 2010 23:51:25 +0000 (00:51 +0100)
committerUlrich Dangel <uli@spamt.net>
Thu, 25 Mar 2010 23:51:25 +0000 (00:51 +0100)
framework.sh

index 67dceb9..ca18dba 100644 (file)
@@ -16,7 +16,7 @@ bailout() {
 
 run_test()
 {
-    gatling -n -p $COMMON_PORT >/dev/null 2>&1 &
+    python -m SimpleHTTPServer $COMMON_PORT >/dev/null 2>&1 &
     GATLING_PID=$!
     kvm -kernel "$KERNEL" -initrd "$INITRD" -append "$CMDLINE"  -vnc :0 -cdrom "$CDROM" -boot d $KVM_PARAMS &
     KVM_PID=$!