Clean up TODO issues information from test code
Changes:
- Remove TODOs which are fixed and closed
Testing:
- NA
Change-Id: I0b89cbfc6038b178d1da6c714d7da90c7afb5fa9
Signed-off-by: Sridevi Ramesh <sridevra@in.ibm.com>
diff --git a/lib/state_manager.robot b/lib/state_manager.robot
index 2dcf39a..bd6cbe2 100755
--- a/lib/state_manager.robot
+++ b/lib/state_manager.robot
@@ -55,7 +55,6 @@
Wait For PowerOff
[Documentation] Wait for power off state.
- # TODO: Reference to open-power/skiboot#81.
# Revert to 3 minutes once fixed.
Wait Until Keyword Succeeds 6 min 10 sec Is Host Off
@@ -142,13 +141,11 @@
Is Host Off
[Documentation] Check if host state is "Off".
+
# Chassis state should be "Off" before we check the host state.
Is Chassis Off
${host_state}= Get Host State
Should Be Equal Off ${host_state}
- # Check to verify that the host shutdown completely.
- # TODO openbmc/openbmc#2049 - boot sensor not cleared on power off
- #Is OS Off
Is Host Rebooted