Fix print_var calls: new fmt, indent, etc.

Changed print_var calls to correctly use new arguments:
 - fmt
 - indent
 - col1_width

Change-Id: If80088d5b69865074fd510421b918da7fd8e874e
Signed-off-by: Michael Walsh <micwalsh@us.ibm.com>
diff --git a/systest/htx_hardbootme_test.robot b/systest/htx_hardbootme_test.robot
index 73e7d76..149a0c9 100755
--- a/systest/htx_hardbootme_test.robot
+++ b/systest/htx_hardbootme_test.robot
@@ -74,7 +74,7 @@
     [Tags]  Hard_Bootme_Test
 
     Printn
-    Rpvars  HTX_DURATION  HTX_LOOP  HTX_INTERVAL  CHECK_INVENTORY
+    Rprint Vars  HTX_DURATION  HTX_LOOP  HTX_INTERVAL  CHECK_INVENTORY
     ...  INV_IGNORE_LIST  PREV_INV_FILE_PATH
 
     Run Keyword If  '${PREV_INV_FILE_PATH}' != 'NONE'
@@ -124,7 +124,7 @@
     ${estimated_time_remaining}=  Convert Time
     ...  ${est_seconds_left}  result_format=compact
     Printn
-    Rpvars  loop_count  estimated_loop_time   estimated_time_remaining
+    Rprint Vars  loop_count  estimated_loop_time   estimated_time_remaining
 
     Run Keyword  ${rest_keyword} Power On  stack_mode=skip
     Run Key U  Sleep \ 15s
@@ -164,7 +164,7 @@
     ${estimated_time_remaining}=  Convert Time
     ...  ${est_seconds_left}  result_format=compact
 
-    Rpvars  loop_count  estimated_time_remaining
+    Rprint Vars  loop_count  estimated_time_remaining
 
 
 Do Inventory And Compare
@@ -252,10 +252,10 @@
     ${bmc_version}  ${stderr}  ${rc}=  BMC Execute Command
     ...  cat /etc/os-release
     Printn
-    Rpvars  bmc_version
+    Rprint Vars  bmc_version
 
     ${pnor_version}=  Get Host Software Objects Details
-    Rpvars  pnor_version
+    Rprint Vars  pnor_version
 
     ${is_redfish}=  Run Keyword And Return Status  Redfish.Login
     ${rest_keyword}=  Set Variable If  ${is_redfish}  Redfish  REST
@@ -269,7 +269,7 @@
     Tool Exist  htxcmdline
 
     ${os_release_info}=  Get OS Release Info
-    Rpvars  1  os_release_info
+    Rprint Vars  os_release_info  fmt=1
 
     # Shutdown if HTX is running.
     ${status}=  Is HTX Running