summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJean-Philippe NOEL2013-03-21 15:11:12 +0100
committerJean-Philippe NOEL2013-03-22 10:51:57 +0100
commitc79f3798562e6da4d299ff95357fd6e94153ed5f (patch)
tree89687cc386551612e4f4538a35a623c64f6bd66b
parent93acea47495120c84c13f8ef81e5c940de6a0b5f (diff)
validation/test/P2P_throughput/configs: reference MPR520 AV config, closes #3883
-rw-r--r--validation/test/P2P_throughput/configs/MPR520_av.py88
1 files changed, 88 insertions, 0 deletions
diff --git a/validation/test/P2P_throughput/configs/MPR520_av.py b/validation/test/P2P_throughput/configs/MPR520_av.py
new file mode 100644
index 0000000000..eca6c80b7e
--- /dev/null
+++ b/validation/test/P2P_throughput/configs/MPR520_av.py
@@ -0,0 +1,88 @@
+{
+ "restart_plugs":False,
+ "get_CE_stats":False,
+ "displayed_CE_stats":[],
+ "make_measurements":True,
+ "attenuation":{
+ "values":numpy.arange(40, 100, 5).tolist(),
+ "duration_s":20,
+ "curves":["a_b_uni", "b_a_uni", "bi"]},
+ "SNR":{
+ "values":numpy.arange(35, -10, -5).tolist(),
+ "duration_s":20,
+ "curves":["a_b_uni", "b_a_uni", "bi"]},
+ "SJR":{
+ "values":numpy.arange(10, -45, -5).tolist(),
+ "duration_s":20,
+ "curves":["a_b_uni"]},
+ "frame_size":{
+ "values":[],
+ "duration_s":20,
+ "curves":["a_b_uni", "b_a_uni", "bi"]
+ },
+ "dynamic_jammer":{
+ "values":["time"],
+ "duration_s":15,
+ "curves":["a_b_uni"]},
+ "fixtures":[
+ ("UDP", "attenuation", None),
+ ("TCP", "attenuation", None),
+ ("UDP", "SNR", None),
+ ("TCP", "SNR", None),
+ ("UDP", "SJR", (13.5, None)),
+ ("UDP", "SJR", (18.5, None)),
+ ("UDP", "SJR", (23.5, None)),
+ ],
+ "ce_sync_time_s":10,
+ "reports_directory":"av-2.0.4/MSE500-300",
+ "signal_band_mhz":(2, 28),
+ "ppsd_dbm_per_hz":-48,
+ "sjr_attenuator_attenuation_db":29,
+ "amn_attenuation_db":6,
+ "signal_attenuation_db":10,
+ "t_attenuation_db":6,
+ "waveform_attenuation_db":3,
+ "udp_throughputs_mbits_per_sec":(120, 65),
+ "attenuator":{
+ "name":"att",
+ "buttons":{1:1, 2:2, 3:4, 4:4, 5:10, 6:20, 7:40, 8:0},
+ "user":"spidcom",
+ "host":"blovac"
+ },
+ "waveform_generator":{
+ "name":"gbf",
+ "user":"spidcom",
+ "host":"blovac",
+ "noise_band_mhz":(0, 50),
+ "power_range_dbm":(-40, 24)
+ },
+ "power_strip":{1:("192.168.0.10", "admin", "anel")},
+ "spc300":{
+ "eth_netmask":"10.3.17.",
+ "plc_netmask":None,
+ "plugs":
+ {
+ (1, 1, "CCO"):("109", None, None, "MPR520"),
+ (1, 5, "STA"):("108", None, None, "MPR520")
+ }
+ },
+ "non_spc300":{
+ "plugs":
+ {
+ }
+ },
+ "iperf":{
+ "host_a":{"non_plc_ip_address":"blovac",
+ "user":"spidcom",
+ "plc_ip_address":"10.3.6.1",
+ "plug_key":(1, 1, "CCO"),
+ "ftp_server_root":"/home/spidcom"
+ },
+ "host_b":{"non_plc_ip_address":"fronton",
+ "user":"spidcom",
+ "plc_ip_address":"10.3.6.2",
+ "plug_key":(1, 5, "STA"),
+ "ftp_server_root":"/home/spidcom"
+ }
+ }
+ }