Verify Post Code Update State

Resolve openbmc/openbmc-test-automation#1958

Change-Id: I298ec1c011d310c3aa35de250d1730657fe37dcc
Signed-off-by: Sivas SRR <sivas.srr@in.ibm.com>
diff --git a/extended/code_update/bmc_code_update.robot b/extended/code_update/bmc_code_update.robot
index c8ce076..2289fd4 100644
--- a/extended/code_update/bmc_code_update.robot
+++ b/extended/code_update/bmc_code_update.robot
@@ -78,6 +78,7 @@
     ...  skip_if_active=${SKIP_UPDATE_IF_ACTIVE}
     OBMC Reboot (off)
     Verify Running BMC Image  ${IMAGE_FILE_PATH}
+    BMC Execute Command  cd /etc ; cat host.conf hosts hostname  print_out=1
 
 
 Verify Error Log Persistency
@@ -271,3 +272,5 @@
     FFDC On Test Case Fail
     Run Keyword If  '${TEST_STATUS}' == 'PASS'  Check Error And Collect FFDC
     Close All Connections
+
+