shadow.yaml 512 B

1234567891011121314151617181920212223242526
  1. general:
  2. stop_time: 1h
  3. network:
  4. graph:
  5. # use a built-in network graph containing
  6. # a single vertex with a bandwidth of 1 Gbit
  7. type: 1_gbit_switch
  8. hosts:
  9. peer1:
  10. network_node_id: 0
  11. ip_addr: 100.0.0.1
  12. processes: &proc
  13. - path: mgen-peer
  14. args: "../hostsfile *.yaml"
  15. start_time: 5s
  16. expected_final_state: running
  17. peer2:
  18. network_node_id: 0
  19. ip_addr: 100.0.0.2
  20. processes: *proc
  21. peer3:
  22. network_node_id: 0
  23. ip_addr: 100.0.0.3
  24. processes: *proc