Move netconf{-client,impl,util} to protocol/
[netconf.git] / protocol / netconf-util / src / test / resources / subtree / rpc / 7 / post-filter.xml
diff --git a/protocol/netconf-util/src/test/resources/subtree/rpc/7/post-filter.xml b/protocol/netconf-util/src/test/resources/subtree/rpc/7/post-filter.xml
new file mode 100644 (file)
index 0000000..676ba22
--- /dev/null
@@ -0,0 +1,13 @@
+<rpc-reply message-id="7"
+           xmlns="urn:ietf:params:xml:ns:netconf:base:1.0">
+  <data>
+    <t:top xmlns:t="http://example.com/schema/1.2/stats">
+      <t:interfaces>
+        <t:interface t:ifName="eth0">
+          <t:ifInOctets>45621</t:ifInOctets>
+          <t:ifOutOctets>774344</t:ifOutOctets>
+        </t:interface>
+      </t:interfaces>
+    </t:top>
+  </data>
+</rpc-reply>
\ No newline at end of file