aboutsummaryrefslogtreecommitdiff
path: root/src/cli/gns/test_gns_multiple_record_lookup.sh
diff options
context:
space:
mode:
Diffstat (limited to 'src/cli/gns/test_gns_multiple_record_lookup.sh')
-rwxr-xr-xsrc/cli/gns/test_gns_multiple_record_lookup.sh3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/cli/gns/test_gns_multiple_record_lookup.sh b/src/cli/gns/test_gns_multiple_record_lookup.sh
index 2d00945d6..9893958d5 100755
--- a/src/cli/gns/test_gns_multiple_record_lookup.sh
+++ b/src/cli/gns/test_gns_multiple_record_lookup.sh
@@ -45,15 +45,12 @@ PKEY=`$DO_TIMEOUT gnunet-identity -V -C $OTHER_EGO -c test_gns_lookup_peer2.conf
45# stdin and do them _all_ *atomically*. Then we would not need to do this. 45# stdin and do them _all_ *atomically*. Then we would not need to do this.
46 46
47gnunet-arm -c test_gns_lookup_peer2.conf -k zonemaster 47gnunet-arm -c test_gns_lookup_peer2.conf -k zonemaster
48gnunet-arm -c test_gns_lookup_peer2.conf -k zonemaster-monitor
49 48
50gnunet-namestore -p -z $OTHER_EGO -a -n $LABEL -t A -V $TEST_IP -e 3600s -c test_gns_lookup_peer2.conf 49gnunet-namestore -p -z $OTHER_EGO -a -n $LABEL -t A -V $TEST_IP -e 3600s -c test_gns_lookup_peer2.conf
51gnunet-namestore -p -z $OTHER_EGO -a -n $LABEL -t AAAA -V $TEST_IPV6 -e 3600s -c test_gns_lookup_peer2.conf 50gnunet-namestore -p -z $OTHER_EGO -a -n $LABEL -t AAAA -V $TEST_IPV6 -e 3600s -c test_gns_lookup_peer2.conf
52gnunet-namestore -D -z $OTHER_EGO -n $LABEL 51gnunet-namestore -D -z $OTHER_EGO -n $LABEL
53 52
54gnunet-arm -c test_gns_lookup_peer2.conf -i zonemaster 53gnunet-arm -c test_gns_lookup_peer2.conf -i zonemaster
55gnunet-arm -c test_gns_lookup_peer2.conf -i zonemaster-monitor
56
57 54
58gnunet-arm -s -c test_gns_lookup_peer1.conf 55gnunet-arm -s -c test_gns_lookup_peer1.conf
59 56