blob: 05840fc38332fe25190e9508613d9a5ea8be33ca [file] [log] [blame]
Roman Bubyr8c385572019-04-25 11:45:13 +03001{
2 "//": "Environment params: ",
3 "//": "--controller_ip - IP address of Server with OFTEST framework",
4 "//": "--controller_port - TCP port of Server with OFTEST framework, default is 6653",
5 "//": "--switch_ip - IP address of switch under test",
6 "//": "--switch_user - Username to connect to switch under test and execute commands",
7 "//": "--switch_passwd - Password to connect to switch under test and execute commands",
8 "//": "--onos_server_ip - IP address of Server with ONOS",
9 "//": "--onos_user - Username for ONOS server",
10 "//": "--onos_passwd - Password for Server with ONOS",
11 "//": "--onos_port - TCP port of Server with ONOS",
12 "controller_ip": "192.168.111.204",
13 "controller_port": "6653",
14 "switch_ip": "192.168.111.212",
15 "switch_user": "root",
16 "switch_passwd": "onl",
17 "onos_server_ip": "192.168.111.204",
18 "onos_user": "onos",
19 "onos_passwd": "rocks",
20 "onos_port": "31653"
21}