b7f3a82b | 05-Jun-2024 |
Ed Tanous <ed@tanous.net> |
Break out random ID methods
The method of creating a random ID from an openssl random generator of a particular length is something that is generally useful, and something we can write unit tests fo
Break out random ID methods
The method of creating a random ID from an openssl random generator of a particular length is something that is generally useful, and something we can write unit tests for. Add it.
Tested: Redfish service validator login flows work correctly in redfish service validator.
Change-Id: Ic3b58d33f1421f3eb39e2d57585958f87f6fb8ea Signed-off-by: Ed Tanous <ed@tanous.net>
show more ...
|
e1452bea | 04-Oct-2021 |
Ed Tanous <edtanous@google.com> |
AsyncResolve cleanups and error handling
The Async DBus resolver really has nothing to do with crow, which is our core http library namespace and has some opportunistic cleanups that can be done.
T
AsyncResolve cleanups and error handling
The Async DBus resolver really has nothing to do with crow, which is our core http library namespace and has some opportunistic cleanups that can be done.
This commit moves it into the bmcweb namespace (unimportantly) and breaks out one of the larger functions such that it can be unit tested, and unit tests it.
Tested: Unit tests pass.
Signed-off-by: Ed Tanous <edtanous@google.com> Change-Id: Ie3cfbb0ef81a027a1ad42358c04967a517471117
show more ...
|
bb8f3bb4 | 18-May-2023 |
Ed Tanous <edtanous@google.com> |
Write test capable of catching regressions
This is a pretty simple test, but should be able to catch the regression injected in the previous commit.
Signed-off-by: Ed Tanous <edtanous@google.com> C
Write test capable of catching regressions
This is a pretty simple test, but should be able to catch the regression injected in the previous commit.
Signed-off-by: Ed Tanous <edtanous@google.com> Change-Id: I67de097059a6e0dd8d2c02c1aa6c69954a6d7be3
show more ...
|