Switch to generated interface factory methods

Automatically populate the association of interface with an
appropriate sdbusplus server side interface binding.

Change-Id: Ie46d91cf2e6726b033789be6228c10ca14a76220
Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
diff --git a/test/test.cpp b/test/test.cpp
index 350684b..6b8e7e1 100644
--- a/test/test.cpp
+++ b/test/test.cpp
@@ -43,8 +43,8 @@
         using inner = std::map<std::string, var>;
         using outer = std::map<std::string, inner>;
 
-        inner i = {{"test.property", "a"}};
-        outer o = {{"test.iface", i}};
+        inner i = {{"ExampleProperty1", "test"}};
+        outer o = {{"xyz.openbmc_project.Example.Iface1", i}};
 
         m.append(o);
         auto reply = b.call(m);