summaryrefslogtreecommitdiffstats
path: root/src/ipmiblob/test/blob_interface_mock.hpp
Commit message (Collapse)AuthorAgeFilesLines
* blob: implement deleteBlob commandBrandon Kim2019-10-181-0/+1
| | | | | | | | Implement the deleteBlob command for the blob handler. Adding a unit test to go along with it. Change-Id: I2bbc93a6e78d5311bd2033d6a8b179374777f794 Signed-off-by: Brandon Kim <brandonkim@google.com>
* blob: implement commit commandPatrick Venture2019-05-141-0/+1
| | | | | | | Implement the commit command for the blob handler. Change-Id: Ia3be86083991cbdf7fe85c15986f4e1cb60971f5 Signed-off-by: Patrick Venture <venture@google.com>
* implement session stat commandPatrick Venture2019-05-061-0/+1
| | | | | | | Implement the session stat command. Change-Id: I1ff715dd32d963722182db84b475bc9adbfcc7ea Signed-off-by: Patrick Venture <venture@google.com>
* test header: s/host_tool/ipmiblob/Patrick Venture2019-03-071-6/+4
| | | | | | | Fixup the namespace for the mock. Change-Id: Id533f89fb8f2489895b749e9b864da419984cb37 Signed-off-by: Patrick Venture <venture@google.com>
* install blob_interface_mock headerPatrick Venture2019-03-071-0/+27
To enable unit-tests that deal with this library's objects, install the blob_interface_mock header. Change-Id: I230c9195c1c14a61c8b6bc838bb0a17ab8798053 Signed-off-by: Patrick Venture <venture@google.com>
OpenPOWER on IntegriCloud