summaryrefslogtreecommitdiff
path: root/validation/test/P2P_throughput/config.py
diff options
context:
space:
mode:
authorJean-Philippe NOEL2013-07-10 15:22:13 +0200
committerMarko Stankovic2013-07-22 17:39:33 +0200
commit1ef6af976e2db57cdce81fc88f80e460f76cc904 (patch)
tree1397962d9d4812844fde242b54931138c2edb92a /validation/test/P2P_throughput/config.py
parent9bf96217c7b03b7b3071d0920a73dffdaab115f6 (diff)
validation/test/P2P_throughput: add the "topology" tests, closes #4085
Diffstat (limited to 'validation/test/P2P_throughput/config.py')
-rw-r--r--validation/test/P2P_throughput/config.py14
1 files changed, 12 insertions, 2 deletions
diff --git a/validation/test/P2P_throughput/config.py b/validation/test/P2P_throughput/config.py
index 84d04636cd..813eeafad1 100644
--- a/validation/test/P2P_throughput/config.py
+++ b/validation/test/P2P_throughput/config.py
@@ -72,8 +72,16 @@
# ["a_b_uni"|"b_a_uni"|"bi"]
# see iperf.measurement_specs() for the meaning of the values
"curves":["a_b_uni"]},
+ "topology":{
+ "values":["HE-60dB-STA",
+ "HE-60db-RP-60dB-STA",
+ ],
+ "duration_s":120,
+ # ["a_b_uni"|"b_a_uni"|"bi"]
+ # see iperf.measurement_specs() for the meaning of the values
+ "curves":["a_b_uni", "b_a_uni", "bi"]},
# [("UDP"|"TCP",
- # "attenuation"|"SNR"|"frame_size"|"SJR"|"dynamic_jammer",
+ # "attenuation"|"SNR"|"frame_size"|"SJR"|"dynamic_jammer"|"topology",
# (jammer frequency(MHz), AM form ("SINusoid"|"SQUare"),
# AM frequency (kHz), AM depth(%)) for "SJR",
# (SJR (dBm), sweep start frequency (MHz), sweep stop frequency (MHz),
@@ -96,7 +104,9 @@
("UDP", "dynamic_jammer", (0, 2, 30, 60)),
("UDP", "dynamic_jammer", (-10, 2, 30, 60)),
("UDP", "dynamic_jammer", (-20, 2, 30, 60)),
- ("UDP", "dynamic_jammer", (-30, 2, 30, 60))
+ ("UDP", "dynamic_jammer", (-30, 2, 30, 60)),
+ ("UDP", "topology", None),
+ ("TCP", "topology", None),
],
# Duration after the channel modification during which we generate traffic
# to let the CE converge