]> git.apps.os.sepia.ceph.com Git - xfstests-dev.git/commitdiff
Fix issue with TIMESTAMP and added asg qa machines to common.config
authorptools <ptools>
Fri, 18 Jun 2004 06:14:48 +0000 (06:14 +0000)
committerptools <ptools>
Fri, 18 Jun 2004 06:14:48 +0000 (06:14 +0000)
Removed date file from TIMESTAMP var.

check
common.config

diff --git a/check b/check
index 438f351ea0a2c96958a62109ad19611c90c3f095..5f372ab9e14e31257627a0c5d9b1c4fb4a1d2d5c 100755 (executable)
--- a/check
+++ b/check
@@ -65,7 +65,7 @@ _wallclock()
 
 _timestamp()
 {
-    now=`date "+%D-%T"`
+    now=`date "+%T"`
     echo -n " [$now]"
 }
 
index b39cb928a4e7155653caec75aa5d8ce6927fa171..a0d8ea33772ad8266a16eaff9d2dfbed38307e56 100644 (file)
@@ -311,7 +311,39 @@ known_hosts()
                TEST_DIR=/qa/test
                SCRATCH_MNT=/qa/scratch
                ;;
-           *)
+           icy)
+               MODULAR=0
+               EMAIL="ajones@sgi.com"
+               TEST_DIR=/mnt/test
+               TEST_DEV=/dev/sda3
+               #TEST_LOGDEV=/dev/sda9
+               #TEST_RTDEV=/dev/sda10
+               SCRATCH_MNT=/mnt/scratch
+               SCRATCH_DEV=/dev/sda5
+               SCRATCH_LOGDEV=/dev/sda8
+               SCRATCH_RTDEV=/dev/sda7
+               TAPE_DEV=/dev/st0
+               RMT_IRIXTAPE_DEV=snort:/dev/tape
+               RMT_TAPE_DEV=icy:/dev/st0
+               RMT_TAPE_USER=guest
+               ;;
+            dribble)
+                MODULAR=0
+                EMAIL="ajones@sgi.com"
+                TEST_DIR=/mnt/test
+                TEST_DEV=/dev/dsk/dks0d2s0
+                #TEST_LOGDEV=
+                SCRATCH_MNT=/mnt/scratch
+                SCRATCH_DEV=/dev/dsk/dks0d2s1
+                #SCRATCH_LOGDEV=
+                #SCRATCH_RTDEV=
+                TAPE_DEV=/dev/tape
+                RMT_TAPE_DEV=icy:/dev/st0
+                RMT_TAPE_USER=guest
+                RMT_IRIXTAPE_DEV=snort:/dev/tape        
+                ;;
+
+           *)  
                echo "Error: need to define parameters for host $HOST"
                exit 1
                ;;