Only bootstrap from a single server
This commit is contained in:
@ -172,8 +172,11 @@
|
||||
"--foreground"
|
||||
"--server-conf" "/etc/sable/server.conf"
|
||||
"--network-conf" "/etc/sable/network.conf"
|
||||
"--bootstrap-network" "/etc/sable/network_config.json"))
|
||||
(Thread/sleep 1000))
|
||||
; Bootstrap the network from only one node
|
||||
(if (= (.indexOf nodes node) 0)
|
||||
["--bootstrap-network" "/etc/sable/network_config.json"]
|
||||
[])))
|
||||
(Thread/sleep 10000))
|
||||
|
||||
(teardown! [_ test node]
|
||||
(info node "tearing down Sable")
|
||||
|
Reference in New Issue
Block a user