#
7047be67 |
| 10-Mar-2022 |
Nan Zhou <nanzhoumails@gmail.com> |
argument parser: use CLI11 and add unit tests
CLI11 is one of the most commonly use argument parser in OpenBMC. It can save ~150 lines of codes in this project.
We are hitting argument related bugs
argument parser: use CLI11 and add unit tests
CLI11 is one of the most commonly use argument parser in OpenBMC. It can save ~150 lines of codes in this project.
We are hitting argument related bugs that not covered in unit tests. This test adds a test for argument parsing.
Tested: QEMU IPMI/Redfish worked.
Signed-off-by: Nan Zhou <nanzhoumails@gmail.com> Change-Id: Ib409c7e6a82ad31049f2da3e32727ebdf185f0fc
show more ...
|
#
e1289adf |
| 28-Dec-2021 |
Nan Zhou <nanzhoumails@gmail.com> |
Use nested namespace
Nested namespace is introduced in C++ 17. This saves nearly 50 lines. This change also puts tests into a nested namespace, which saves unnecessary using directives.
Signed-off-
Use nested namespace
Nested namespace is introduced in C++ 17. This saves nearly 50 lines. This change also puts tests into a nested namespace, which saves unnecessary using directives.
Signed-off-by: Nan Zhou <nanzhoumails@gmail.com> Change-Id: I7c3e38588fd5c2cbd83ac13ee24327318e8c06a4
show more ...
|
#
0aa0d114 |
| 03-Sep-2018 |
Jayanth Othayoth <ojayanth@in.ibm.com> |
Initial commit for phosphor certificate manager
Certificate management application allows to replace the existing certificate and private key file with another (possibly CA signed Certificate and pr
Initial commit for phosphor certificate manager
Certificate management application allows to replace the existing certificate and private key file with another (possibly CA signed Certificate and private key file.
Change-Id: I1129cc92ca4aae5f84cb304dda9073cc74781009 Signed-off-by: Jayanth Othayoth <ojayanth@in.ibm.com>
show more ...
|