Added test to verify installed CA certificate

Added testcases:
- Verify Installed CA Certificate

Change-Id: I2e8fb36c3ebbde167b1aa2dcc3611ba05cbb9024
Signed-off-by: manashsarma <manashsarma@in.ibm.com>
diff --git a/redfish/managers/test_certificate.robot b/redfish/managers/test_certificate.robot
index 73bb388..88101c5 100644
--- a/redfish/managers/test_certificate.robot
+++ b/redfish/managers/test_certificate.robot
@@ -421,15 +421,6 @@
     ...  valid_status_codes=[${HTTP_NOT_FOUND}, ${HTTP_INTERNAL_SERVER_ERROR}]
 
 
-Delete All CA Certificate Via Redfish
-    [Documentation]  Delete all CA certificate via Redfish.
-
-    ${cert_list}=  Redfish_Utils.Get Member List  /redfish/v1/Managers/bmc/Truststore/Certificates
-    FOR  ${cert}  IN  @{cert_list}
-      Redfish.Delete  ${cert}  valid_status_codes=[${HTTP_NO_CONTENT}]
-    END
-
-
 Suite Setup Execution
     [Documentation]  Do suite setup tasks.
 
@@ -446,4 +437,4 @@
 Suite Teardown
     [Documentation]  Do suite teardown tasks.
 
-    Redfish.Logout
\ No newline at end of file
+    Redfish.Logout