summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorLei YU <mine260309@gmail.com>2019-03-14 14:41:53 +0800
committerLei YU <mine260309@gmail.com>2019-03-18 11:25:47 +0800
commite499446423d6ebe96f74e079de36a8929d47277b (patch)
tree228794ab38e5e46e06fee89ae462244779a84d10 /test
parent7d832d7d30acfe942c7bb924ca14b9edaddca049 (diff)
downloadopenpower-pnor-code-mgmt-e499446423d6ebe96f74e079de36a8929d47277b.tar.gz
openpower-pnor-code-mgmt-e499446423d6ebe96f74e079de36a8929d47277b.zip
Refactor: Use hiomapd instead of mboxd
mbox service is renamed to hiomapd and provides "Suspend" and "Resume" method calls, which is more appropriate for raw "cmd" calls. Use the new methods to suspend and resume hiomapd. Move "getService()" function into utils so it is shared by multiple files. Tested: Verify the reset works on Romulus Change-Id: I8f89de134b13126697bfc69a21a3148a01c34cca Signed-off-by: Lei YU <mine260309@gmail.com>
Diffstat (limited to 'test')
-rwxr-xr-xtest/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/Makefile.am b/test/Makefile.am
index 467c7d93a..86ff68831 100755
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@ -33,6 +33,7 @@ utest_SOURCES = \
../item_updater.cpp \
../org/openbmc/Associations/server.cpp \
../image_verify.cpp \
+ ../utils.cpp \
../msl_verify.cpp \
../ubi/activation_ubi.cpp \
../ubi/item_updater_ubi.cpp \
OpenPOWER on IntegriCloud