summaryrefslogtreecommitdiff
path: root/src/credential/test_credential_bi_bw.sh
diff options
context:
space:
mode:
authorAndreas Ebner <a.e.bner@web.de>2019-09-20 11:32:00 +0200
committerSchanzenbach, Martin <mschanzenbach@posteo.de>2019-10-07 12:18:20 +0200
commit4d4a16e000683046ebb19e6efe15e11d60c2178d (patch)
tree291ce657e2eabe7bf89b4ca3c929f2331da16f23 /src/credential/test_credential_bi_bw.sh
parent3099a7c25cf6b11b0f1909e5a2651d65c0e921c7 (diff)
downloadgnunet-4d4a16e000683046ebb19e6efe15e11d60c2178d.tar.gz
gnunet-4d4a16e000683046ebb19e6efe15e11d60c2178d.zip
Test cleanup/fix:
- added missing "- -" to collect for macOS - replaced 'import $SIGNED' with 'import=$SIGNED' to match all other parameters and better visibility
Diffstat (limited to 'src/credential/test_credential_bi_bw.sh')
-rwxr-xr-xsrc/credential/test_credential_bi_bw.sh7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/credential/test_credential_bi_bw.sh b/src/credential/test_credential_bi_bw.sh
index 3a2043db6..618fae95f 100755
--- a/src/credential/test_credential_bi_bw.sh
+++ b/src/credential/test_credential_bi_bw.sh
@@ -35,6 +35,7 @@ DKEY=$(gnunet-identity -d -c test_credential_lookup.conf | grep d | awk '{print
35EKEY=$(gnunet-identity -d -c test_credential_lookup.conf | grep e | awk '{print $3}') 35EKEY=$(gnunet-identity -d -c test_credential_lookup.conf | grep e | awk '{print $3}')
36FKEY=$(gnunet-identity -d -c test_credential_lookup.conf | grep f | awk '{print $3}') 36FKEY=$(gnunet-identity -d -c test_credential_lookup.conf | grep f | awk '{print $3}')
37GKEY=$(gnunet-identity -d -c test_credential_lookup.conf | grep g | awk '{print $3}') 37GKEY=$(gnunet-identity -d -c test_credential_lookup.conf | grep g | awk '{print $3}')
38gnunet-identity -d
38 39
39# (1) (A.a) <- B.b 40# (1) (A.a) <- B.b
40# (2) (B.b) <- C.c 41# (2) (B.b) <- C.c
@@ -49,13 +50,13 @@ gnunet-credential --createIssuerSide --ego=b --attribute="b" --subject="$CKEY c"
49gnunet-namestore -D -z b 50gnunet-namestore -D -z b
50 51
51SIGNED=`$DO_TIMEOUT gnunet-credential --signSubjectSide --ego=c --attribute="c" --subject="$DKEY d" --ttl="2019-12-12 10:00:00"` 52SIGNED=`$DO_TIMEOUT gnunet-credential --signSubjectSide --ego=c --attribute="c" --subject="$DKEY d" --ttl="2019-12-12 10:00:00"`
52gnunet-credential --createSubjectSide --ego=d --import "$SIGNED" 53gnunet-credential --createSubjectSide --ego=d --import="$SIGNED"
53gnunet-namestore -D -z d 54gnunet-namestore -D -z d
54SIGNED=`$DO_TIMEOUT gnunet-credential --signSubjectSide --ego=d --attribute="d" --subject="$EKEY e" --ttl="2019-12-12 10:00:00"` 55SIGNED=`$DO_TIMEOUT gnunet-credential --signSubjectSide --ego=d --attribute="d" --subject="$EKEY e" --ttl="2019-12-12 10:00:00"`
55gnunet-credential --createSubjectSide --ego=e --import "$SIGNED" 56gnunet-credential --createSubjectSide --ego=e --import="$SIGNED"
56gnunet-namestore -D -z e 57gnunet-namestore -D -z e
57SIGNED=`$DO_TIMEOUT gnunet-credential --signSubjectSide --ego=e --attribute="e" --subject="$FKEY" --ttl="2019-12-12 10:00:00"` 58SIGNED=`$DO_TIMEOUT gnunet-credential --signSubjectSide --ego=e --attribute="e" --subject="$FKEY" --ttl="2019-12-12 10:00:00"`
58gnunet-credential --createSubjectSide --ego=f --import "$SIGNED" --private 59gnunet-credential --createSubjectSide --ego=f --import="$SIGNED" --private
59gnunet-namestore -D -z f 60gnunet-namestore -D -z f
60 61
61# Starting to resolve 62# Starting to resolve