Automation Fix for non-exist setting
To Address issue:
Non-existing setting 'Test Teardown'
Resource File cannot contain tests or tasks
Deleted import resource file:
extended/code_update/update_bmc.robot
Change-Id: Icc912e7086c122975de9bb6ab1e6cbc97696e30a
Signed-off-by: Sushil Singh <susilsi7@in.ibm.com>
diff --git a/redfish/extended/redfish_bmc_code_update.robot b/redfish/extended/redfish_bmc_code_update.robot
index da8caf1..084ecac 100644
--- a/redfish/extended/redfish_bmc_code_update.robot
+++ b/redfish/extended/redfish_bmc_code_update.robot
@@ -15,16 +15,15 @@
Resource ../../lib/common_utils.robot
Resource ../../lib/code_update_utils.robot
Resource ../../lib/redfish_code_update_utils.robot
-Resource ../../extended/code_update/update_bmc.robot
Library ../../lib/gen_robot_valid.py
Library ../../lib/var_funcs.py
-Suite Setup Suite Setup Execution
-Suite Teardown Redfish.Logout
-Test Setup Printn
-Test Teardown FFDC On Test Case Fail
+Suite Setup Suite Setup Execution
+Suite Teardown Redfish.Logout
+Test Setup Printn
+Test Teardown FFDC On Test Case Fail
-Force Tags BMC_Code_Update
+Force Tags BMC_Code_Update
*** Test Cases ***