commit | 958f1ce952849300ebfd30cc04ce86937d3bc718 | [log] [tgz] |
---|---|---|
author | Patrick Venture <venture@google.com> | Fri May 31 17:07:25 2019 -0700 |
committer | Patrick Venture <venture@google.com> | Fri May 31 17:08:36 2019 -0700 |
tree | 7c79a5d606502f8fd47f5252465426c428168f66 | |
parent | ef5e09252dba451acda30e53e8f5b28f08eac0cb [diff] |
ipmi: pull the netfn and command into parameters Pull the netfn and cmd into parameters instead of hard-coding them for blob commands. Tested: Only ran unit-tests. Change-Id: I1a73de32e14cc78ece94a26f6c447824af88c984 Signed-off-by: Patrick Venture <venture@google.com>
ipmi-blob-tool is a host-side tool that speaks the BLOB protocol over IPMI.
Test cases require google{test,mock}, valgrind, and lcov.
For a standard release build, you want something like:
./bootstrap.sh ./configure --disable-tests make make install
For a test / debug build, a typical configuration is
./bootstrap.sh ./configure --enable-tests --enable-coverage --enable-valgrind make make check make check-valgrind make check-code-coverage