summaryrefslogtreecommitdiffstats
path: root/src/test/templates/interfaceaddtest.mako.hpp
diff options
context:
space:
mode:
authorMarri Devender Rao <devenrao@in.ibm.com>2018-04-16 05:56:11 -0500
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2018-06-05 02:10:49 +0000
commite5576bf2a145117c583c3ad05fec3a08aa90993d (patch)
tree8421f819b81a3b8e1b0f343aedfe02083607274b /src/test/templates/interfaceaddtest.mako.hpp
parent80c70610a0ea96cf609387638f9f3f9bee0c581d (diff)
downloadphosphor-dbus-monitor-e5576bf2a145117c583c3ad05fec3a08aa90993d.tar.gz
phosphor-dbus-monitor-e5576bf2a145117c583c3ad05fec3a08aa90993d.zip
Add unit test for watches created on object paths
Verify the watches created for the object path being watched for 'interfaces added' signal. Resolves openbmc/openbmc#3003 Change-Id: I88a3adbbe91fcbe5bdf606d2f460d4d0c6d9c1a2 Signed-off-by: Marri Devender Rao <devenrao@in.ibm.com>
Diffstat (limited to 'src/test/templates/interfaceaddtest.mako.hpp')
-rw-r--r--src/test/templates/interfaceaddtest.mako.hpp11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/test/templates/interfaceaddtest.mako.hpp b/src/test/templates/interfaceaddtest.mako.hpp
new file mode 100644
index 0000000..3b0609a
--- /dev/null
+++ b/src/test/templates/interfaceaddtest.mako.hpp
@@ -0,0 +1,11 @@
+const std::array<std::string, ${len(pathinstances)}> paths = {
+% for p in paths:
+ "${p.name}"s,
+% endfor
+};
+
+const std::array<std::string, ${len(pathwatches)}> pathwatches = {{
+% for w in pathwatches:
+ paths[${w.pathinstances}],
+% endfor
+}};
OpenPOWER on IntegriCloud