Ignore __init__.robot if there is an error and continue test

Change-Id: I440dae78838aa2fa380cc661bb50d284dfdde7f6
Signed-off-by: George Keishing <gkeishin@in.ibm.com>
diff --git a/redfish/__init__.robot b/redfish/__init__.robot
index ecadea3..626ab78 100644
--- a/redfish/__init__.robot
+++ b/redfish/__init__.robot
@@ -12,4 +12,4 @@
 
     Run Keyword And Ignore Error  Get BMC PNOR Version
     # Run Keyword  Check BMC Performance
-    Check BMC Performance
+    Run Keyword And Ignore Error  Check BMC Performance