aboutsummaryrefslogtreecommitdiff
path: root/src/gns/test_gns_quickupdate.sh
diff options
context:
space:
mode:
authorMartin Schanzenbach <mschanzenbach@posteo.de>2013-10-20 15:54:07 +0000
committerMartin Schanzenbach <mschanzenbach@posteo.de>2013-10-20 15:54:07 +0000
commit317e03dc6df7dac98453521926c946984eb64771 (patch)
tree0c0960c2c3693d3e66eec96a6d00d4ab443fc9d7 /src/gns/test_gns_quickupdate.sh
parente9496ec9ae3115baf1701f50b9438094dfece97f (diff)
downloadgnunet-317e03dc6df7dac98453521926c946984eb64771.tar.gz
gnunet-317e03dc6df7dac98453521926c946984eb64771.zip
-fix
Diffstat (limited to 'src/gns/test_gns_quickupdate.sh')
-rwxr-xr-xsrc/gns/test_gns_quickupdate.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/gns/test_gns_quickupdate.sh b/src/gns/test_gns_quickupdate.sh
index 1e3411048..001e89a73 100755
--- a/src/gns/test_gns_quickupdate.sh
+++ b/src/gns/test_gns_quickupdate.sh
@@ -12,9 +12,11 @@ gnunet-namestore -p -z testego -a -n b -t PKEY -V $DELEGATED_PKEY -e never -c te
12sleep 5 12sleep 5
13gnunet-namestore -p -z delegatedego -a -n www -t A -V $TEST_IP -e never -c test_gns_lookup.conf 13gnunet-namestore -p -z delegatedego -a -n www -t A -V $TEST_IP -e never -c test_gns_lookup.conf
14gnunet-namestore -z delegatedego -d -n www -t A -V $TEST_IP -e never -c test_gns_lookup.conf 14gnunet-namestore -z delegatedego -d -n www -t A -V $TEST_IP -e never -c test_gns_lookup.conf
15gnunet-arm -k gns -c test_gns_lookup.conf
16gnunet-arm -k namestore -c test_gns_lookup.conf
15gnunet-arm -k namecache -c test_gns_lookup.conf 17gnunet-arm -k namecache -c test_gns_lookup.conf
16rm -r `gnunet-config -c test_gns_lookup.conf -s namecache-sqlite -o FILENAME` 18rm -r `gnunet-config -c test_gns_lookup.conf -s namecache-sqlite -o FILENAME`
17gnunet-arm -i namecache -c test_gns_lookup.conf 19gnunet-arm -i gns -c test_gns_lookup.conf
18RES_IP=`$DO_TIMEOUT gnunet-gns --raw -z testego -u www.b.gnu -t A -c test_gns_lookup.conf` 20RES_IP=`$DO_TIMEOUT gnunet-gns --raw -z testego -u www.b.gnu -t A -c test_gns_lookup.conf`
19gnunet-namestore -z testego -d -n b -t PKEY -V $DELEGATED_PKEY -e never -c test_gns_lookup.conf 21gnunet-namestore -z testego -d -n b -t PKEY -V $DELEGATED_PKEY -e never -c test_gns_lookup.conf
20gnunet-identity -D testego -c test_gns_lookup.conf 22gnunet-identity -D testego -c test_gns_lookup.conf