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/bmc_network_utils.robot b/lib/bmc_network_utils.robot
index 26100e9..68cf19b 100644
--- a/lib/bmc_network_utils.robot
+++ b/lib/bmc_network_utils.robot
@@ -86,7 +86,6 @@
Get BMC Route Info
[Documentation] Get system route info.
-
# Sample output of "ip route":
# default via xx.xx.xx.x dev eth0
# xx.xx.xx.0/23 dev eth0 src xx.xx.xx.xx
@@ -97,11 +96,9 @@
RETURN ${cmd_output}
-# TODO: openbmc/openbmc-test-automation#1331
Get BMC MAC Address
[Documentation] Get system MAC address.
-
# Sample output of "ip addr | grep ether":
# link/ether xx.xx.xx.xx.xx.xx brd ff:ff:ff:ff:ff:ff
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