mirror of
https://github.com/cupcakearmy/master-thesis.git
synced 2026-04-02 11:55:30 +00:00
Clear History
This commit is contained in:
20
code/config.yaml
Normal file
20
code/config.yaml
Normal file
@@ -0,0 +1,20 @@
|
||||
nodes:
|
||||
iperf-server:
|
||||
image: test
|
||||
command: ["iperf3", "--server", "--one-off"]
|
||||
|
||||
iperf-client:
|
||||
image: test
|
||||
command: ["iperf3", "--client", "iperf-server", "--time", "10"]
|
||||
|
||||
ping-server:
|
||||
image: test
|
||||
ping-client:
|
||||
image: test
|
||||
command: ["ping", "ping-server"]
|
||||
|
||||
events:
|
||||
- type: network
|
||||
connect:
|
||||
- iperf-client
|
||||
- iperf-server
|
||||
Reference in New Issue
Block a user