diff options
| author | Loic Guegan <manzerbredes@mailbox.org> | 2022-09-13 14:38:30 +0200 |
|---|---|---|
| committer | Loic Guegan <manzerbredes@mailbox.org> | 2022-09-13 14:38:30 +0200 |
| commit | 17bfda379be17acb20abfb7f0c9231d36ef8766d (patch) | |
| tree | f263d1b37e223278e4b929460c7f4dc7798493ef /tests/api_wait_2n | |
| parent | b3cbb52f00e000277c3c74e1e9eab230d8b2d843 (diff) | |
Debug and improve tests
Diffstat (limited to 'tests/api_wait_2n')
| -rw-r--r-- | tests/api_wait_2n/platform.yaml | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/tests/api_wait_2n/platform.yaml b/tests/api_wait_2n/platform.yaml new file mode 100644 index 0000000..b6051a8 --- /dev/null +++ b/tests/api_wait_2n/platform.yaml @@ -0,0 +1,16 @@ +nodes: + count: 2 + implementations: + - all node.py + +interfaces: + wlan0: + type: "wireless" + links: + - all 2bps 0s all + txperfs: + - all 2bps 0s + eth0: + type: "wired" + links: + - all 2bps 0s all
\ No newline at end of file |
