Remove use of deprecated terse() on print_var
terse is now the default.
Change-Id: If25901eea7fdfa502b012cb995242790e7f6176d
Signed-off-by: Michael Walsh <micwalsh@us.ibm.com>
diff --git a/redfish/update_service/test_firmware_property.robot b/redfish/update_service/test_firmware_property.robot
index 79861c4..753465e 100644
--- a/redfish/update_service/test_firmware_property.robot
+++ b/redfish/update_service/test_firmware_property.robot
@@ -30,7 +30,7 @@
# TODO: Move to redfish when avialable.
${apply_time}= Read Attribute ${SOFTWARE_VERSION_URI}apply_time RequestedApplyTime
- Rprint Vars apply_time fmt=terse
+ Rprint Vars apply_time
Should Be Equal ${apply_time} xyz.openbmc_project.Software.ApplyTime.RequestedApplyTimes.Immediate
@@ -52,7 +52,7 @@
# TODO: Move to redfish when avialable.
${apply_time}= Read Attribute ${SOFTWARE_VERSION_URI}apply_time RequestedApplyTime
- Rprint Vars apply_time fmt=terse
+ Rprint Vars apply_time
Should Be Equal ${apply_time} xyz.openbmc_project.Software.ApplyTime.RequestedApplyTimes.OnReset