diff options
| author | Patrick Venture <venture@google.com> | 2019-06-20 07:56:06 -0700 |
|---|---|---|
| committer | Patrick Venture <venture@google.com> | 2019-06-20 08:17:19 -0700 |
| commit | 03db87e481fc09f3e5ab84e8207f72a11d3ab1ea (patch) | |
| tree | 1789476891203c0ad98588741c65732e084b6de1 /tools/test | |
| parent | 5f2fcc4e5ebb490622b82e386a33b71b33c0011b (diff) | |
| download | phosphor-ipmi-flash-03db87e481fc09f3e5ab84e8207f72a11d3ab1ea.tar.gz phosphor-ipmi-flash-03db87e481fc09f3e5ab84e8207f72a11d3ab1ea.zip | |
tools: specify parameter size limits for LPC
Signed-off-by: Patrick Venture <venture@google.com>
Change-Id: Ic7049ffc2a3c4e7dad3356e11f48f6e5ed8eeca1
Diffstat (limited to 'tools/test')
| -rw-r--r-- | tools/test/tools_lpc_unittest.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/test/tools_lpc_unittest.cpp b/tools/test/tools_lpc_unittest.cpp index 4a18273..ef8e93e 100644 --- a/tools/test/tools_lpc_unittest.cpp +++ b/tools/test/tools_lpc_unittest.cpp @@ -18,7 +18,7 @@ TEST(LpcHandleTest, verifySendsFileContents) ipmiblob::BlobInterfaceMock blobMock; HostIoInterfaceMock ioMock; - LpcDataHandler handler(&blobMock, &ioMock, 0, 0, &sysMock); + LpcDataHandler handler(&blobMock, &ioMock, 0xfedc1000, 0x1000, &sysMock); std::uint16_t session = 0xbeef; std::string filePath = "/asdf"; |

