Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
dms3
go-dms3
Commits
28652758
Commit
28652758
authored
Nov 06, 2018
by
Steven Allen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix tests for iptb update
License: MIT Signed-off-by:
Steven Allen
<
steven@stebalien.com
>
parent
13b0483d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
test/sharness/t0184-http-proxy-over-p2p.sh
test/sharness/t0184-http-proxy-over-p2p.sh
+2
-2
No files found.
test/sharness/t0184-http-proxy-over-p2p.sh
View file @
28652758
...
...
@@ -124,14 +124,14 @@ function curl_send_multipart_form_request() {
}
test_expect_success
'configure nodes'
'
iptb
init -n 2 -p 0 -f --bootstrap=none
&&
iptb
testbed create -type localipfs -count 2 -force -init
&&
ipfsi 0 config --json Experimental.Libp2pStreamMounting true &&
ipfsi 1 config --json Experimental.Libp2pStreamMounting true &&
ipfsi 0 config --json Experimental.P2pHttpProxy true
'
test_expect_success
'start and connect nodes'
'
iptb start && iptb connect 0 1
iptb start
-wait
&& iptb connect 0 1
'
test_expect_success
'setup p2p listener on the receiver'
'
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment