gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r9099 - gnunet/src/arm


From: gnunet
Subject: [GNUnet-SVN] r9099 - gnunet/src/arm
Date: Sat, 3 Oct 2009 13:51:41 -0600

Author: grothoff
Date: 2009-10-03 13:51:40 -0600 (Sat, 03 Oct 2009)
New Revision: 9099

Modified:
   gnunet/src/arm/test_gnunet_arm.sh
Log:
ps is not good enough to use for testing

Modified: gnunet/src/arm/test_gnunet_arm.sh
===================================================================
--- gnunet/src/arm/test_gnunet_arm.sh   2009-10-03 19:47:26 UTC (rev 9098)
+++ gnunet/src/arm/test_gnunet_arm.sh   2009-10-03 19:51:40 UTC (rev 9099)
@@ -6,21 +6,7 @@
 out=/tmp/test-gnunetd-arm.log
 #DEBUG="-L DEBUG"
 
-# -------------------------------------------
-echo -n "TEST: can this script work?... "
-LINES=`ps -C gnunet-service-arm -o pid= | wc -l`
-if test $LINES -ne 0; then
-  echo "No (arm exists). Exiting early."
-  exit 0
-fi
-LINES=`ps -C gnunet-service-resolver -o pid= | wc -l`
-if test $LINES -ne 0; then
-  echo "No (resolver exists). Exiting early."
-  exit 0
-fi
-echo "Yes."
 
-
 # 
----------------------------------------------------------------------------------
 echo -n "TEST: Bad argument checking... "
 
@@ -39,13 +25,6 @@
   cat $out
   exit 1
 fi
-LINES=`ps -u $USER -C gnunet-service-arm -o pid= | wc -l`
-if test $LINES -eq 0; then
-  echo "FAIL: found $LINES gnunet-service-arm processes"
-  echo "Command output was:"
-  cat $out
-  exit 1
-fi
 echo "PASS"
 sleep 1
 
@@ -60,19 +39,10 @@
   exit 1
 fi
 sleep 1
-LINES=`ps -C gnunet-service-resolver -o pid= | wc -l`
-if test $LINES -ne 1; then
-  echo "FAIL: unexpected output (got $LINES lines, wanted 1)"
-  echo "Command output was:"
-  cat $out
-  $exe -e > /dev/null
-  exit 1
-fi
 echo "PASS"
 
 # 
----------------------------------------------------------------------------------
 echo -n "TEST: Test -t on running service... "
-
 if ! $exe $DEBUG -t resolver > $base.out; then
     echo "FAIL: error running $exe"
     exit 1
@@ -102,25 +72,10 @@
   exit 1
 fi
 sleep 1
-LINES=`ps -C gnunet-service-resolver -o pid= | wc -l`
-if test $LINES -ne 0; then
-  sleep 5
-  LINES=`ps -C gnunet-service-resolver -o pid= | wc -l`
-fi
-if test $LINES -ne 0; then
-  sleep 2
-
-  echo "FAIL: unexpected output"
-  echo "Command output was:"
-  cat $out
-  $exe -e > /dev/null
-  exit 1
-fi
 echo "PASS"
 
 # 
----------------------------------------------------------------------------------
 echo -n "TEST: Test -t on stopped service... "
-
 if ! $exe $DEBUG -t resolver > $base.out; then
   echo "FAIL: error running $exe"
   cat $base.out
@@ -144,17 +99,6 @@
   exit 1
 fi
 sleep 1
-LINES=`ps -C gnunet-service-arm -o pid= | wc -l`
-if test $LINES -ne 0; then
-  sleep 5
-  LINES=`ps -C gnunet-service-arm -o pid= | wc -l`
-fi
-if test $LINES -ne 0; then
-  echo "FAIL: unexpected output, still have $LINES gnunet-service-arm 
processes"
-  echo "Command output was:"
-  cat $out  
-  exit 1
-fi
 echo "PASS"
 
 rm -rf /tmp/test-gnunetd-arm/





reply via email to

[Prev in Thread] Current Thread [Next in Thread]