Skip to content

Commit

Permalink
Make NETIO-230B power plug configureable
Browse files Browse the repository at this point in the history
  • Loading branch information
skalk committed May 28, 2013
1 parent 6826a07 commit 5e32173
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tool/run
Original file line number Diff line number Diff line change
Expand Up @@ -616,9 +616,9 @@ proc spawn_amt { wait_for_re timeout_value} {
# Reset test machine via IP power plug NETIO-230B from Koukaam
#
proc power_plug_connect {} {
set server_ip "10.0.0.5"
set user_name "admin"
set password "admin"
set server_ip [get_cmd_arg --reset-ip 1]
set user_name [get_cmd_arg --reset-user 1]
set password [get_cmd_arg --reset-passwd 1]

spawn telnet $server_ip 1234
set connection_id $spawn_id
Expand Down

0 comments on commit 5e32173

Please sign in to comment.