Home
last modified time | relevance | path

Searched refs:cert_type (Results 1 – 8 of 8) sorted by relevance

/openbmc/openbmc-test-automation/lib/
H A Dcertificate_utils.robot69 [Arguments] ${cert_type}=Client
72 # cert_type Certificate type (e.g. "Client" or "CA").
73 IF '${cert_type}' == 'Client'
181 [Arguments] ${cert_type}
184 # cert_type Certificate type (e.g. "Client" or "CA").
185 IF '${cert_type}' == 'Client'
189 ELSE IF '${cert_type}' == 'CA'
212 [Arguments] ${cert_type} ${cert_format} ${expected_status}
215 # cert_type Certificate type (e.g. "Server" or "Client").
221 IF '${cert_type}' == 'Client'
[all …]
/openbmc/openbmc-test-automation/redfish/dmtf_tools/
H A Dtest_redfishtool_certificate.robot109 # cert_type cert_format expected_status
204 …[Arguments] ${cert_type} ${key_pair_algorithm} ${key_bit_length} ${key_curv_id} ${expected_st…
207 # cert_type Certificate type ("Server" or "Client").
214 ... '${cert_type}' == 'Server' ${REDFISH_HTTPS_CERTIFICATE_URI}/
215 ... '${cert_type}' == 'Client' ${REDFISH_LDAP_CERTIFICATE_URI}/
251 [Arguments] ${cert_type} ${cert_format} ${expected_status} ${delete_cert}=${True}
255 # cert_type Certificate type (e.g. "Client" or "CA").
261 IF '${cert_type}' == 'CA'
263 ELSE IF '${cert_type}' == 'Client'
264 Redfishtool Delete Certificate Via BMC CLI ${cert_type} ${delete_cert}
[all …]
/openbmc/openbmc-test-automation/redfish/managers/
H A Dtest_certificate.robot30 # cert_type cert_format expected_status.
42 # cert_type cert_format expected_status.
54 # cert_type cert_format expected_status.
64 # cert_type cert_format expected_status.
76 # cert_type cert_format expected_status.
191 # cert_type cert_format expected_status.
203 # cert_type cert_format expected_status.
214 # cert_type cert_format expected_status.
226 # cert_type cert_format expected_status.
273 …[Arguments] ${cert_type} ${key_pair_algorithm} ${key_bit_length} ${key_curv_id} ${expected_st…
[all …]
H A Dtest_multiple_interfaces.robot174 # cert_type cert_format expected_status
294 [Arguments] ${cert_type} ${cert_format} ${expected_status} ${delete_cert}=${True}
298 # cert_type Certificate type (e.g. "Client" or "CA").
308 IF '${cert_type}' == 'CA' and '${delete_cert}' == '${True}'
310 ELSE IF '${cert_type}' == 'Client' and '${delete_cert}' == '${True}'
311 Delete Certificate Via BMC CLI ${cert_type}
319 ... '${cert_type}' == 'Client' ${REDFISH_LDAP_CERTIFICATE_URI}
320 ... '${cert_type}' == 'CA' ${REDFISH_CA_CERTIFICATE_URI}
/openbmc/openbmc-test-automation/gui/gui_test/security_and_access_menu/
H A Dtest_certificates_sub_menu.robot191 [Arguments] ${cert_type}
194 # cert_type Certificate type (e.g. "Client" or "CA").
196 IF '${cert_type}' == 'Client' or '${cert_type}' == 'Server'
198 ELSE IF '${cert_type}' == 'CA'
/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/trusted-firmware-m/files/corstone1000/
H A D0001-Platform-Corstone1000-Align-capsule-UEFI-structs.patch86 struct efi_guid cert_type;
/openbmc/phosphor-rest-server/module/obmc/wsgi/apps/
H A Drest_dbus.py889 def __init__(self, route_handler, cert_type, service): argument
892 if not cert_type:
895 certPath = self.CERT_PATH + "/" + cert_type + "/" + service
949 def do_put(self, cert_type, service): argument
950 return CertificateHandler(self, cert_type, service).do_upload()
952 def do_delete(self, cert_type, service): argument
953 return CertificateHandler(self, cert_type, service).do_delete()
/openbmc/openbmc-test-automation/openpower/ext_interfaces/
H A Dtest_vmicert_management.robot632 # cert_type Type of the certificate requesting. eg. root or SignCSR.
700 # cert_type Type of the certificate requesting. eg. root or SignCSR.