AES to delete BMC dumps from the system

This will delete all the existing BMC dumps from the system as
part of the AES cleanup process.

Resolves  openbmc/openbmc-test-automation#923

Change-Id: Ia63f37b32ca44a91472b723570f66b7b4ac46cf6
Signed-off-by: George Keishing <gkeishin@in.ibm.com>
diff --git a/extended/standby_bmc.robot b/extended/standby_bmc.robot
index effcf40..6434613 100644
--- a/extended/standby_bmc.robot
+++ b/extended/standby_bmc.robot
@@ -16,6 +16,7 @@
 Resource          ../lib/state_manager.robot
 Resource          ../lib/bmc_network_utils.robot
 Resource          ../lib/bmc_cleanup.robot
+Resource          ../lib/dump_utils.robot
 
 *** Variables ***
 ${HOST_SETTING}      /org/openbmc/settings/host0
@@ -62,6 +63,7 @@
     ...  Cleanup Dir
 
     Delete Error Logs
+    Delete All Dumps
 
 *** Keywords ***