aboutsummaryrefslogtreecommitdiff
path: root/src/gns/test_gns_rel_expiration.sh
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-10-18 12:03:44 +0000
committerChristian Grothoff <christian@grothoff.org>2013-10-18 12:03:44 +0000
commitf81f2291a4f9c427bfe1cf43c168655f3760f324 (patch)
tree45eb80a85e0c7c0c2c1772bef5d823afa06bf032 /src/gns/test_gns_rel_expiration.sh
parentc548217103fd9a463b3cc38774324edbb136d2c7 (diff)
downloadgnunet-f81f2291a4f9c427bfe1cf43c168655f3760f324.tar.gz
gnunet-f81f2291a4f9c427bfe1cf43c168655f3760f324.zip
-check for DHT refresh, let it expire in the DHT once
Diffstat (limited to 'src/gns/test_gns_rel_expiration.sh')
-rwxr-xr-xsrc/gns/test_gns_rel_expiration.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gns/test_gns_rel_expiration.sh b/src/gns/test_gns_rel_expiration.sh
index 3b2859be1..9a4a35dbf 100755
--- a/src/gns/test_gns_rel_expiration.sh
+++ b/src/gns/test_gns_rel_expiration.sh
@@ -10,7 +10,7 @@ DELEGATED_PKEY=$(gnunet-identity -d -c test_gns_lookup.conf | grep delegatedego
10gnunet-namestore -p -z testego -a -n b -t PKEY -V $DELEGATED_PKEY -e never -c test_gns_lookup.conf 10gnunet-namestore -p -z testego -a -n b -t PKEY -V $DELEGATED_PKEY -e never -c test_gns_lookup.conf
11gnunet-namestore -p -z delegatedego -a -n www -t A -V $TEST_IP -e '5 s' -c test_gns_lookup.conf 11gnunet-namestore -p -z delegatedego -a -n www -t A -V $TEST_IP -e '5 s' -c test_gns_lookup.conf
12gnunet-arm -i gns -c test_gns_lookup.conf 12gnunet-arm -i gns -c test_gns_lookup.conf
13sleep 2 13sleep 7
14gnunet-namestore -z delegatedego -d -n www -t A -V $TEST_IP -e '5 s' -c test_gns_lookup.conf 14gnunet-namestore -z delegatedego -d -n www -t A -V $TEST_IP -e '5 s' -c test_gns_lookup.conf
15sleep 1 15sleep 1
16RES_IP=`$DO_TIMEOUT gnunet-gns --raw -z testego -u www.b.gnu -t A -c test_gns_lookup.conf` 16RES_IP=`$DO_TIMEOUT gnunet-gns --raw -z testego -u www.b.gnu -t A -c test_gns_lookup.conf`