Skip to content

Commit

Permalink
test: add tcp rtt/loss test
Browse files Browse the repository at this point in the history
  • Loading branch information
penglei0 committed Oct 19, 2024
1 parent 7188c39 commit 43789ff
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions src/config/tcp-rtt-loss-test.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# test case yaml file is only visible to the `run_test.py`
containernet:
node_config:
config_name: default
config_file: predefined.node_config.yaml

tests:
test2000:
description: "Test tcp with different RTT and loss rate"
topology:
config_name: linear_network_rtt_loss
config_file: predefined.topology.yaml
target_protocols: [tcp-bbr]
route: static_route
test_tools:
iperf:
interval: 1
interval_num: 10
packet_type: tcp
client_host: 0
server_host: 1
execution_mode: parallel # parallel or serial

0 comments on commit 43789ff

Please sign in to comment.