diff options
| author | Matt Spinler <spinler@us.ibm.com> | 2019-12-11 15:02:20 -0600 | 
|---|---|---|
| committer | Matt Spinler <spinler@us.ibm.com> | 2020-01-27 08:06:26 -0600 | 
| commit | f869fcf81a23a8b80b110753d9c7ad8c2a3f60ae (patch) | |
| tree | e5282d9601a46994621c957a8b7e8fbc0948e9f7 /test | |
| parent | a943b15b54861a0cb136a062eb822d0ba1362788 (diff) | |
| download | phosphor-logging-f869fcf81a23a8b80b110753d9c7ad8c2a3f60ae.tar.gz phosphor-logging-f869fcf81a23a8b80b110753d9c7ad8c2a3f60ae.zip  | |
PEL: Fill in host command response handler
If notifying the host of a new PEL was successful, then it
will modify the PEL's host transmission state to 'sent' and
add it to the list of sent PELs.
If there was a failure, then a timer will be started so a
retry can be done.
Signed-off-by: Matt Spinler <spinler@us.ibm.com>
Change-Id: I77000c603a18726d4cdbb3920ca349e69198fb7f
Diffstat (limited to 'test')
| -rw-r--r-- | test/openpower-pels/Makefile.include | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/test/openpower-pels/Makefile.include b/test/openpower-pels/Makefile.include index 2ce9498..1cb310f 100644 --- a/test/openpower-pels/Makefile.include +++ b/test/openpower-pels/Makefile.include @@ -141,7 +141,7 @@ repository_test_LDFLAGS = $(test_ldflags)  pel_manager_test_SOURCES = \  	%reldir%/pel_manager_test.cpp %reldir%/paths.cpp %reldir%/pel_utils.cpp  pel_manager_test_CPPFLAGS = $(test_cppflags) -pel_manager_test_CXXFLAGS = $(test_cxxflags) +pel_manager_test_CXXFLAGS = $(test_cxxflags) $(SDEVENTPLUS_CFLAGS)  pel_manager_test_LDADD = \  	$(test_ldadd) \  	$(pel_objects) \ @@ -149,7 +149,7 @@ pel_manager_test_LDADD = \  	$(top_builddir)/extensions/openpower-pels/host_notifier.o \  	$(top_builddir)/extensions/openpower-pels/manager.o \  	$(top_builddir)/extensions/openpower-pels/repository.o -pel_manager_test_LDFLAGS = $(test_ldflags) +pel_manager_test_LDFLAGS = $(test_ldflags) $(SDEVENTPLUS_LIBS)  registry_test_SOURCES = \  	%reldir%/registry_test.cpp %reldir%/paths.cpp  | 

