Lines Matching +full:send +full:- +full:not +full:- +full:empty
8 - **MTLS_ENABLED** indicates whether mTLS is enabled in BMC. False by default:
14 - **VALID_CERT** indicates valid mTLS certificate for authentication. When a
18 ${VALID_CERT} ${EMPTY}
21 - **CERT_DIR_PATH** indicates path of mTLS certificates directory:
24 ${CERT_DIR_PATH} ${EMPTY}
27 ## How to send a redfish request with certificate
29 - When a redfish request is executed, it will be executed through the python
41 headers={"Cache-Control": "no-cache"})
44 - Original robot code of redfish request doesn’t need to modify. It will send
47 - The example provides Redfish request to use other certificate in the Robot
58 mTLS authentication is only a means to connect to the BMC, not for testing
64 - **Create_IPMI_User_And_Verify_Login_Via_Redfish**
69 not need to use mTLS to authenticate login and logout. It can be replaced as
74 - **Attempt_Login_With_Expired_Session**