commit | 2c1205db94647c196c154bae0e106933b9ff526e | [log] [tgz] |
---|---|---|
author | Patrick Venture <venture@google.com> | Fri Aug 03 10:23:14 2018 -0700 |
committer | Patrick Venture <venture@google.com> | Mon Aug 06 12:27:39 2018 -0700 |
tree | f06d1127f75ea941e088266cde9cf337270eb67f | |
parent | a53a7b35085ddd41ef3cc47b084d29a1f413e818 [diff] [blame] |
ipmi: start implementing flashDataFinish Change-Id: I627f6b788311650637221413a93ce7f1a3f0d0cd Signed-off-by: Patrick Venture <venture@google.com>
diff --git a/test/updater_mock.hpp b/test/updater_mock.hpp index ef0094b..732df31 100644 --- a/test/updater_mock.hpp +++ b/test/updater_mock.hpp
@@ -12,4 +12,5 @@ MOCK_METHOD1(start, bool(uint32_t)); MOCK_METHOD2(flashData, bool(uint32_t, const std::vector<uint8_t>&)); + MOCK_METHOD0(flashFinish, bool()); };