New Auto_reboot plug-in II

Also, added code to obmc boot test to process rest_username and
rest_password.

Change-Id: I7b64be7072d4848230e9d47a4da54ac89794af64
diff --git a/extended/obmc_boot_test_resource.robot b/extended/obmc_boot_test_resource.robot
index 9c9dbc6..8fc3907 100644
--- a/extended/obmc_boot_test_resource.robot
+++ b/extended/obmc_boot_test_resource.robot
@@ -13,20 +13,24 @@
 # Create parm_list containing all of our program parameters.  This is used by
 # 'Rqprint Pgm Header'
 @{parm_list}                openbmc_nickname  openbmc_host  openbmc_username
-...  openbmc_password  os_host  os_username  os_password  pdu_host
-...  pdu_username  pdu_password  pdu_slot_no  openbmc_serial_host
-...  openbmc_serial_port  stack_mode  boot_stack  boot_list  max_num_tests
-...  plug_in_dir_paths  status_file_path  openbmc_model  boot_pass  boot_fail
-...  ffdc_dir_path_style  ffdc_check  ffdc_only  ffdc_function_list
-...  state_change_timeout  power_on_timeout  power_off_timeout
-...  boot_fail_threshold  delete_errlogs  call_post_stack_plug  test_mode
-...  quiet  debug
+...  openbmc_password  rest_username  rest_password  ipmi_username
+...  ipmi_password  os_host  os_username  os_password  pdu_host  pdu_username
+...  pdu_password  pdu_slot_no  openbmc_serial_host  openbmc_serial_port
+...  stack_mode  boot_stack  boot_list  max_num_tests  plug_in_dir_paths
+...  status_file_path  openbmc_model  boot_pass  boot_fail  ffdc_dir_path_style
+...  ffdc_check  ffdc_only  ffdc_function_list  state_change_timeout
+...  power_on_timeout  power_off_timeout  boot_fail_threshold  delete_errlogs
+...  call_post_stack_plug  test_mode  quiet  debug
 
 # Initialize each program parameter.
 ${openbmc_host}             ${EMPTY}
 ${openbmc_nickname}         ${openbmc_host}
 ${openbmc_username}         root
 ${openbmc_password}         0penBmc
+${rest_username}            ${openbmc_username}
+${rest_password}            ${openbmc_password}
+${ipmi_username}            ${openbmc_username}
+${ipmi_password}            ${openbmc_password}
 ${os_host}                  ${EMPTY}
 ${os_username}              root
 ${os_password}              P@ssw0rd