gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [GNUnet-SVN] r29519 - gnunet/src/gns
Date: Tue, 24 Sep 2013 10:58:38 +0200

Author: grothoff
Date: 2013-09-24 10:58:38 +0200 (Tue, 24 Sep 2013)
New Revision: 29519

Modified:
   gnunet/src/gns/test_gns_delegated_lookup.sh
Log:
-fix testcase

Modified: gnunet/src/gns/test_gns_delegated_lookup.sh
===================================================================
--- gnunet/src/gns/test_gns_delegated_lookup.sh 2013-09-24 08:58:30 UTC (rev 
29518)
+++ gnunet/src/gns/test_gns_delegated_lookup.sh 2013-09-24 08:58:38 UTC (rev 
29519)
@@ -2,12 +2,12 @@
 trap "gnunet-arm -e -c test_gns_lookup.conf" SIGINT
 
 TEST_IP="127.0.0.1"
-DELEGATED_PKEY=$(gnunet-ecc -p egos/delegatedego)
 
 gnunet-arm -s -c test_gns_lookup.conf
+gnunet-identity -C delegatedego -c test_gns_lookup.conf
+DELEGATED_PKEY=$(gnunet-identity -d -c test_gns_lookup.conf | grep 
delegatedego | awk '{print $3}')
+gnunet-identity -C testego -c test_gns_lookup.conf
 
-#gnunet-identity -C testego -c test_gns_lookup.conf
-
 gnunet-namestore -p -z testego -a -n b -t PKEY -V $DELEGATED_PKEY -e never -c 
test_gns_lookup.conf
 gnunet-namestore -p -z delegatedego -a -n www -t A -V $TEST_IP -e never -c 
test_gns_lookup.conf
 RES_IP=$(timeout 5 gnunet-gns --raw -z testego -u www.b.gnu -t A -c 
test_gns_lookup.conf)




reply via email to

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