add simnet tests (#9222)

* add simnet tests

* add link to bracap presentation of simnet

* add link to bracap presentation of simnet

* rm not needed file
This commit is contained in:
radupopa2010
2021-07-02 12:48:14 +02:00
committed by GitHub
parent c30ece2bd8
commit 113ffcae52
5 changed files with 200 additions and 0 deletions
@@ -0,0 +1,14 @@
[settings]
bootnode-domain-name = "bootnode.{{get_env(name="NAMESPACE")}}.svc.cluster.local"
[settings.setup]
timeout = 300
[settings.defaults]
timeout = 300
[nodes]
alice = { extra-args = ["--alice"], validator = true }
bob = { extra-args = ["--bob"], validator = true }
charlie = { extra-args = ["--charlie"], validator = true }