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/redfish/service_root/test_service_root_security.robot b/redfish/service_root/test_service_root_security.robot
index f8f6376..5583a07 100644
--- a/redfish/service_root/test_service_root_security.robot
+++ b/redfish/service_root/test_service_root_security.robot
@@ -121,7 +121,7 @@
     # X-XSS-Protection: 1; mode=block
     # X-Content-Type-Options: nosniff
 
-    Rprint Vars  1  header_requirements
+    Rprint Vars  header_requirements  fmt=1
 
     Redfish.Login
     ${resp}=  Redfish.Get  /redfish/v1/SessionService/Sessions
@@ -142,7 +142,7 @@
     #    [Content-Length]:                   2177
 
     ${headers}=  Key Value List To Dict  ${resp.getheaders()}
-    Rprint Vars  1  headers
+    Rprint Vars  headers  fmt=1
 
     Dictionary Should Contain Sub Dictionary   ${headers}  ${header_requirements}