Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
integration
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
elixxir
integration
Merge requests
!11
Release
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Closed
Release
release
into
master
Overview
0
Commits
158
Pipelines
0
Changes
1
Closed
Release
Sydney Anne Erickson
requested to merge
release
into
master
Nov 3, 2021
Overview
0
Commits
158
Pipelines
0
Changes
1
0
0
Merge request reports
Viewing commit
768b8e9a
Prev
Next
Show latest version
1 file
+
29
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
768b8e9a
Add tests for delete request
· 768b8e9a
Josh Brooks
authored
Feb 1, 2022
basice2e/run.sh
+
29
−
0
View file @ 768b8e9a
Edit in single-file editor
Open in Web IDE
Show full file
@@ -393,6 +393,35 @@ echo "$CLIENTCMD -- $PIDVAL"
echo
"NOTE: The command above causes an EXPECTED failure to confirm authentication channel!"
wait
$PIDVAL2
echo
"DELETING REQUESTS FROM CLIENT.."
CLIENTCMD
=
"timeout 360s ../bin/client
$CLIENTOPTS
-l
$CLIENTOUT
/client44.log -s blob44 --writeContact
$CLIENTOUT
/david44-contact.bin --unsafe -m
\"
Hello from David44 to myself, without E2E Encryption
\"
"
eval
$CLIENTCMD
>>
$CLIENTOUT
/client44.txt
||
true
&
PIDVAL
=
$!
echo
"
$CLIENTCMD
--
$PIDVAL
"
wait
$PIDVAL
CLIENTCMD
=
"timeout 360s ../bin/client
$CLIENTOPTS
-l
$CLIENTOUT
/client45.log -s blob45 --writeContact
$CLIENTOUT
/matt45-contact.bin --destfile
$CLIENTOUT
/matt45-contact.bin --send-auth-request --sendCount 0 --receiveCount 0"
eval
$CLIENTCMD
>>
$CLIENTOUT
/client45.txt
||
true
&
PIDVAL2
=
$!
echo
"
$CLIENTCMD
--
$PIDVAL
"
TMPID
=
$(
cat
$CLIENTOUT
/client44.log |
grep
-a
"User
\:
"
|
awk
-F
' '
'{print $5}'
)
DAVIDID
=
${
TMPID
}
echo
"BEN ID:
$DAVIDID
"
CLIENTCMD
=
"timeout 360s ../bin/client
$CLIENTOPTS
-l
$CLIENTOUT
/client45.log -s blob45 --delete-sent-requests --sendCount 0 --receiveCount 0"
eval
$CLIENTCMD
>>
$CLIENTOUT
/client45.txt
||
true
&
PIDVAL2
=
$!
echo
"
$CLIENTCMD
--
$PIDVAL
"
CLIENTCMD
=
"timeout 240s ../bin/client
$CLIENTOPTS
-l
$CLIENTOUT
/client42.log -s blob42 --destid b64:
$DAVIDID
--sendCount 5 --receiveCount 5 -m
\"
Hello from David, with E2E Encryption
\"
"
eval
$CLIENTCMD
>>
$CLIENTOUT
/client42.txt
||
true
&
PIDVAL2
=
$!
echo
"
$CLIENTCMD
--
$PIDVAL
"
echo
"NOTE: The command above causes an EXPECTED failure to confirm authentication channel!"
wait
$PIDVAL2
echo
"CREATING USERS for REKEY TEST..."
JAKEID
=
$(
../bin/client init
-s
blob100
-l
$CLIENTOUT
/client100.log
--password
hello
--ndf
results/ndf.json
--writeContact
$CLIENTOUT
/Jake100-contact.bin
-v
$DEBUGLEVEL
)
NIAMHID
=
$(
../bin/client init
-s
blob101
-l
$CLIENTOUT
/client101.log
--password
hello
--ndf
results/ndf.json
--writeContact
$CLIENTOUT
/Niamh101-contact.bin
-v
$DEBUGLEVEL
)
Loading