Remove unused code in lib utils
Change-Id: I29ae7487da7522218819e3255397e10d9bcb5137
Signed-off-by: George Keishing <gkeishin@in.ibm.com>
diff --git a/lib/utils.robot b/lib/utils.robot
index f5c82b3..4f0e3db 100755
--- a/lib/utils.robot
+++ b/lib/utils.robot
@@ -679,7 +679,6 @@
# Description of argument(s):
# setting The reboot setting, "RetryAttempts" and "Disabled".
- ${data}= Create Dictionary Boot={"AutomaticRetryConfig":"Disabled"}
Redfish.Login
Redfish.patch /redfish/v1/Systems/system body={"Boot": {"AutomaticRetryConfig": "${setting}"}}
... valid_status_codes=[200, 204]