commit | 8b36256f7ab480c4a199221c8731ee9d0f09c0e9 | [log] [tgz] |
---|---|---|
author | Jian Zhang <zhangjian.3032@bytedance.com> | Thu Sep 22 21:21:15 2022 +0800 |
committer | Jian Zhang <zhangjian.3032@bytedance.com> | Thu Sep 22 21:29:10 2022 +0800 |
tree | 7ee8eb64126cfd38b5a8b4e84b3968a6e3df7213 | |
parent | d342ed5ec01b4bc1774eb6bb70ea446d6dca4137 [diff] |
qemu-docker: Update redfish version The DMTF/python-redfish-library is updated and it raises SessionCreationError for login errors with HTTP code 400, and only raises InvalidCredentialError for HTTP code 401. The cases when user enter "empty" username or password will return 400 and thus change the expected exception to SessionCreationError. This commit was released with `redfish` version 3.1.7. [0]: https://github.com/DMTF/python-redfish-library/commit/9a32d80c1c0858f0360e8d1f5f322278de79a20f Update the redfish version to trigger docker rebuild. Tested: Clean docker image and rebuild docker image, or use this commit to update docker, make sure the redfish version update. Use https://gerrit.openbmc.org/c/openbmc/openbmc-test-automation/+/57366, the case `Redfish_Login_With_Invalid_Credentials` passed. Change-Id: I946f6f71c56ccc2af8648ebcd4e7ae42ceacad5f Signed-off-by: Jian Zhang <zhangjian.3032@bytedance.com>
Build script for CI jobs in Jenkins.