Commit 28652758 authored by Steven Allen's avatar Steven Allen

fix tests for iptb update

License: MIT
Signed-off-by: default avatarSteven Allen <steven@stebalien.com>
parent 13b0483d
......@@ -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' '
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment