commit | fdc65b2524bee544d35a6e2cbeef4c2f68aeb8fd | [log] [tgz] |
---|---|---|
author | Patrick Venture <venture@google.com> | Tue Aug 07 14:37:58 2018 -0700 |
committer | Patrick Venture <venture@google.com> | Thu Aug 09 10:36:05 2018 -0700 |
tree | 7f80979da12390442cecc9c022bf2d62a99f74d7 | |
parent | d5f590f955a67715e7903a04c3a8028f1d4f2664 [diff] [blame] |
ipmi: start implementing flashVerifyCheck Change-Id: I811693d9e736d273d2df9e65f7c5de7efd1d884c Signed-off-by: Patrick Venture <venture@google.com>
diff --git a/test/updater_mock.hpp b/test/updater_mock.hpp index 589df39..0fd6683 100644 --- a/test/updater_mock.hpp +++ b/test/updater_mock.hpp
@@ -18,4 +18,5 @@ MOCK_METHOD0(hashFinish, bool()); MOCK_METHOD0(startDataVerification, bool()); MOCK_METHOD0(abortUpdate, bool()); + MOCK_METHOD0(checkVerify, VerifyCheckResponse()); };