diff options
| author | John Wang <wangzqbj@inspur.com> | 2019-09-11 16:39:36 +0800 |
|---|---|---|
| committer | John Wang <wangzq.jn@gmail.com> | 2019-09-26 02:23:22 +0000 |
| commit | 27d82814c3e79865221f599b98ce069c31c4d60a (patch) | |
| tree | 42642fbe702e91b50ac6ad7c191ca5f92a4c3c2d /test | |
| parent | 14dc04117c7dd88317d3b2ae851f6cb202221b69 (diff) | |
| download | phosphor-logging-27d82814c3e79865221f599b98ce069c31c4d60a.tar.gz phosphor-logging-27d82814c3e79865221f599b98ce069c31c4d60a.zip | |
Move to new association interface
A new association interface is defined in phosphor-dbus-interfaces
It would be nice to move the local version of the interface
to the new one.
The behavior of how association work is described here:
https://github.com/openbmc/docs/blob/master/object-mapper.md#associations
Partially resolves openbmc/openbmc#3584
Tested: Create a new log using the Create interface, see that
org.openbmc.Associations has been replaced by the xyz one and
2 association objects are created by the mapper.
Signed-off-by: John Wang <wangzqbj@inspur.com>
Change-Id: I9bcddd4765b12224967383bab2dbaa6d273e2790
Diffstat (limited to 'test')
| -rw-r--r-- | test/Makefile.am | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/test/Makefile.am b/test/Makefile.am index 6499764..64aa6d8 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -34,7 +34,6 @@ test_ldadd = \ $(top_builddir)/elog_serialize.o \ $(top_builddir)/elog_entry.o \ $(top_builddir)/log_manager.o \ - $(top_builddir)/org.openbmc.Associations.o \ $(top_builddir)/xyz/openbmc_project/Logging/Internal/Manager/server.o \ $(top_builddir)/elog_meta.o \ $(top_builddir)/elog-lookup.o \ @@ -104,7 +103,6 @@ extensions_test_LDADD = \ $(top_builddir)/elog-process-metadata.o \ $(top_builddir)/elog_serialize.o \ $(top_builddir)/log_manager.o \ - $(top_builddir)/org.openbmc.Associations.o \ $(top_builddir)/xyz/openbmc_project/Logging/Internal/Manager/server.o extensions_test_LDFLAGS = $(test_ldflags) |

