gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r30350 - gnunet/src/gns


From: gnunet
Subject: [GNUnet-SVN] r30350 - gnunet/src/gns
Date: Sun, 20 Oct 2013 13:42:18 +0200

Author: schanzen
Date: 2013-10-20 13:42:18 +0200 (Sun, 20 Oct 2013)
New Revision: 30350

Modified:
   gnunet/src/gns/test_gns_lookup.conf
   gnunet/src/gns/test_gns_lookup.sh
Log:
-ignore

Modified: gnunet/src/gns/test_gns_lookup.conf
===================================================================
--- gnunet/src/gns/test_gns_lookup.conf 2013-10-20 11:33:51 UTC (rev 30349)
+++ gnunet/src/gns/test_gns_lookup.conf 2013-10-20 11:42:18 UTC (rev 30350)
@@ -19,4 +19,4 @@
 DEFAULT_LOOKUP_TIMEOUT = 15 s
 RECORD_PUT_INTERVAL = 1 h
 ZONE_PUBLISH_TIME_WINDOW = 1 h
-
+DNS_ROOT=6KT43HD94T0C7R43JSE1U5G982BOHT9RCENEV7HT1207APDBQIT5RLLK2LCSC0PL2ICNRFPPQ834TIVOKK421TP1T1NNUKG43OHKPV8

Modified: gnunet/src/gns/test_gns_lookup.sh
===================================================================
--- gnunet/src/gns/test_gns_lookup.sh   2013-10-20 11:33:51 UTC (rev 30349)
+++ gnunet/src/gns/test_gns_lookup.sh   2013-10-20 11:42:18 UTC (rev 30350)
@@ -3,26 +3,14 @@
 rm -r `gnunet-config -c test_gns_lookup.conf -s PATHS -o GNUNET_HOME -f`
 which timeout &> /dev/null && DO_TIMEOUT="timeout 5"
 TEST_IP="127.0.0.1"
-TEST_IP6="dead::beef"
 gnunet-arm -s -c test_gns_lookup.conf
 gnunet-identity -C testego -c test_gns_lookup.conf
 gnunet-namestore -p -z testego -a -n www -t A -V $TEST_IP -e never -c 
test_gns_lookup.conf
-gnunet-namestore -p -z testego -a -n www -t AAAA -V $TEST_IP6 -e never -c 
test_gns_lookup.conf
 RES_IP=`$DO_TIMEOUT gnunet-gns --raw -z testego -u www.gnu -t A -c 
test_gns_lookup.conf`
-RES_IP6=`$DO_TIMEOUT gnunet-gns --raw -z testego -u www.gnu -t AAAA -c 
test_gns_lookup.conf`
 gnunet-namestore -z testego -d -n www -t A -V $TEST_IP -e never -c 
test_gns_lookup.conf
-gnunet-namestore -z testego -d -n www -t AAAA -V $TEST_IP6 -e never -c 
test_gns_lookup.conf
 gnunet-identity -D testego -c test_gns_lookup.conf
 gnunet-arm -e -c test_gns_lookup.conf
 
-if [ "$RES_IP6" == "$TEST_IP6" ]
-then
-  echo "PASS: Resolved correct IPv6 address, got $RES_IP6"
-else
-  echo "FAIL: Failed to resolve to proper IP, got $RES_IP6."
-  exit 1
-fi
-
 if [ "$RES_IP" == "$TEST_IP" ]
 then
   echo "PASS: Resolved correct IP address, got $RES_IP"




reply via email to

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