Lines Matching +full:post +full:- +full:install
24 ... redfishtool raw -r ${OPENBMC_HOST}:${HTTPS_PORT} -u ${OPENBMC_USERNAME} -p ${OPENBMC_PASSWORD}…
52 Verify Redfishtool Client Certificate Install Valid CertKey
56 Verify Redfishtool Install Certificate Client Valid Certificate Valid Privatekey ok
59 Verify Redfishtool CA Certificate Install Valid Cert
63 Verify Redfishtool Install Certificate CA Valid Certificate ok
94 Verify Redfishtool Client Certificate Install Errors
97 [Template] Verify Redfishtool Install Certificate
104 Verify Redfishtool CA Certificate Install Errors
107 [Template] Verify Redfishtool Install Certificate
120 ${file_data}= Decode Bytes To String ${bytes} UTF-8
122 # Install CA certificate.
123 … Redfishtool Install Certificate File On BMC ${REDFISH_CA_CERTIFICATE_URI} ok data=${file_data}
129 …Redfishtool Install Certificate File On BMC ${REDFISH_CA_CERTIFICATE_URI} error data=${file_dat…
132 Install Server Certificate Using Redfishtool And Verify Via OpenSSL
133 [Documentation] Install server certificate using Redfishtool and verify via OpenSSL.
138 ${file_data}= Decode Bytes To String ${bytes} UTF-8
150 ${response}= Redfishtool Post
241 ${response}= Redfishtool Post
249 Verify Redfishtool Install Certificate
250 [Documentation] Install and verify certificate using Redfishtool.
252 ... ${install_type}=install
257 # expected_status Expected status of certificate install Redfishtool
267 IF "${install_type}" != "install" and "${file_status}" != "Not Found"
273 ${file_data}= Decode Bytes To String ${bytes} UTF-8
279 ${cert_id}= Redfishtool Install Certificate File On BMC
307 ... "${uri_length}" != "0" ${cert_list[-1]["@odata.id"].split("/")[-1].strip()}
334 ... phosphor-certificate-manager@nslcd.service
335 ... phosphor-certificate-manager@authority.service
342 ... [ -f ${certificate_file_path} ] && echo "Found" || echo "Not Found"
352 BMC Execute Command systemctl daemon-reload
355 Redfishtool Install Certificate File On BMC
356 [Documentation] Install certificate file in BMC using POST operation.
365 # POST Request.
369 ${headers}= Create Dictionary Content-Type=application/octet-stream
370 ... X-Auth-Token=${XAUTH_TOKEN}
373 ${resp}= POST On Session openbmc ${uri} &{kwargs} expected_status=any
376 ... '${resp.status_code}' == '${HTTP_NO_CONTENT}' ${resp.json()["Id"]} -1
400 # Install certificate before replacing client or CA certificate.
402 Verify Redfishtool Install Certificate ${cert_type} ${cert_format} ${expected_status}
405 Verify Redfishtool Install Certificate ${cert_type} ${cert_format} ${expected_status}
411 ${file_data}= Decode Bytes To String ${bytes} UTF-8
429 ${response}= Redfishtool Post
469 # Create certificate sub-directory in current working directory.