Add changes to bmc_standby module.
This commit adds changes to integrate bmc_cleanup
module with bmc_standby module.
Change-Id: I13d2cc4ad28b5d21b2945671dc6a123fc7b287c3
Signed-off-by: Sunil M <sunilmam@us.ibm.com>
diff --git a/extended/standby_bmc.robot b/extended/standby_bmc.robot
index 04ec189..c30d6ed 100644
--- a/extended/standby_bmc.robot
+++ b/extended/standby_bmc.robot
@@ -15,6 +15,7 @@
Resource ../lib/pdu/pdu.robot
Resource ../lib/state_manager.robot
Resource ../lib/bmc_network_utils.robot
+Resource ../lib/bmc_cleanup.robot
*** Variables ***
${HOST_SETTING} /org/openbmc/settings/host0
@@ -56,6 +57,9 @@
Run Keyword If '${MAC_ADDRESS}' != '${EMPTY}'
... Check And Reset MAC
+ Run Keyword If '${CLEANUP_DIR_PATH}' != '${EMPTY}'
+ ... Cleanup Dir
+
*** Keywords ***