Commit e8be741c authored by Jakub Sztandera's avatar Jakub Sztandera Committed by Jeromy

test: add simple multinode test for multiplex feature

License: MIT
Signed-off-by: default avatarJakub Sztandera <kubuxu@protonmail.ch>
parent a9054e12
......@@ -72,7 +72,7 @@ run_basic_test() {
}
run_advanced_test() {
startup_cluster 5
startup_cluster 5 "$@"
run_single_file_test
......@@ -87,6 +87,13 @@ test_expect_success "set up tcp testbed" '
iptb init -n 5 -p 0 -f --bootstrap=none
'
# test multiplex muxer
export LIBP2P_MUX_PREFS="/mplex/6.7.0"
run_advanced_test "--enable-mplex-experiment"
unset LIBP2P_MUX_PREFS
# test default configuration
run_advanced_test
test_done
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