summaryrefslogtreecommitdiff
path: root/validation/test/P2MP_throughput/configs/MPR520_4_STAs.py
blob: af7c73fb2b16df5074892b778ce6dd7fde834664 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
{
    "restart_plugs":False,
    "make_measurements":True,
    "reports_directory":"av-2.0.4/MPR520/4_STAs",
    "sec_reports_directory":None,
    "power_plugs_off":[(1, [3, 7, 8])],
    "ftp_server":{
        "non_plc_ip_address":"spidcom-lab8",
        "user":"spidcom",
        "plc_ip_address":"10.3.17.254",
        "root":"/var/all_ftp"
        },
    "tests":
        [
        ("mesh",
         4,
         "default",
         "default",
         [("percentMaxRate", 100),
          ("numtrials", 3),
          ("tolerance", 0),
          ("resolution", 0.5),
          ("burstSize", 1),
          ("framesizeList",
           "{ 64 128 256 512 768 1024 1280 1518 }")],
         ["down", "up", "bi"],
         "default"
         ),
        ],
    "power_strip":{1: ("192.168.0.13", "admin", "anel")},
    "spc300":{
        "eth_netmask": "10.3.17.",
        "plc_netmask": None,
        "plugs":
            {
            (1, 1, "CCO"): ("108", None, None, "mpr520"),
            (1, 2, "STA"): ("109", None, None, "mpr520"),
            (1, 4, "STA"): ("44", None, None, "mpr520"),
            (1, 5, "STA"): ("47", None, None, "mpr520"),
            (1, 6, "STA"): ("01", None, None, "mpr520"),
            }
	},
    "non_spc300":{
        "plugs":
            {
            }
        },
    "ixia":{
	"scripts_path":"ixos/scripts",
	"results_path":"ixos/Results",
        "master_key":(1, 1, "CCO"),
        "master_port":"1.2.1",
        "slave_port":"1.2.2",
	"min_vlan_id":None
	}
    }