ONOS-7647 - add mock tests for ciena driver

Change-Id: I6e5b0d1333c5d138c2fb3bcdbf9b9ccecc86ce54
diff --git a/drivers/ciena/c5162/src/test/resources/templates/responses/device_1_2_3_4/systemInfo.j2 b/drivers/ciena/c5162/src/test/resources/templates/responses/device_1_2_3_4/systemInfo.j2
new file mode 100644
index 0000000..7996bc6
--- /dev/null
+++ b/drivers/ciena/c5162/src/test/resources/templates/responses/device_1_2_3_4/systemInfo.j2
@@ -0,0 +1,32 @@
+<rpc-reply xmlns:ncx="http://netconfcentral.org/ns/yuma-ncx"
+           xmlns="urn:ietf:params:xml:ns:netconf:base:1.0"
+           message-id="6"
+           ncx:last-modified="2018-05-02T16:44:46Z"
+           ncx:etag="153">
+  <data>
+    <components xmlns="http://openconfig.net/yang/platform">
+      <component>
+        <name>5162</name>
+        <properties>
+          <property>
+            <name>base-mac</name>
+            <config>
+              <name>base-mac</name>
+            </config>
+            <state>
+              <name>base-mac</name>
+              <value>1C1161EDB480</value>
+              <configurable>false</configurable>
+            </state>
+          </property>
+        </properties>
+        <state>
+          <mfg-name>Ciena</mfg-name>
+          <name>5162</name>
+          <serial-no>M9258605</serial-no>
+          <version>2</version>
+        </state>
+      </component>
+    </components>
+  </data>
+</rpc-reply>
\ No newline at end of file