blob: 05840fc38332fe25190e9508613d9a5ea8be33ca [file] [log] [blame]
{
"//": "Environment params: ",
"//": "--controller_ip - IP address of Server with OFTEST framework",
"//": "--controller_port - TCP port of Server with OFTEST framework, default is 6653",
"//": "--switch_ip - IP address of switch under test",
"//": "--switch_user - Username to connect to switch under test and execute commands",
"//": "--switch_passwd - Password to connect to switch under test and execute commands",
"//": "--onos_server_ip - IP address of Server with ONOS",
"//": "--onos_user - Username for ONOS server",
"//": "--onos_passwd - Password for Server with ONOS",
"//": "--onos_port - TCP port of Server with ONOS",
"controller_ip": "192.168.111.204",
"controller_port": "6653",
"switch_ip": "192.168.111.212",
"switch_user": "root",
"switch_passwd": "onl",
"onos_server_ip": "192.168.111.204",
"onos_user": "onos",
"onos_passwd": "rocks",
"onos_port": "31653"
}