add unit tests for Ciena 5170 driver

Change-Id: Ic84b392c75d1425094498f361e2b88eb418262f5
diff --git a/drivers/ciena/c5170/src/test/resources/templates/responses/device_1_2_3_4/systemInfo.j2 b/drivers/ciena/c5170/src/test/resources/templates/responses/device_1_2_3_4/systemInfo.j2
new file mode 100644
index 0000000..a17e3a0
--- /dev/null
+++ b/drivers/ciena/c5170/src/test/resources/templates/responses/device_1_2_3_4/systemInfo.j2
@@ -0,0 +1,24 @@
+<?xml version="1.0" encoding="utf-8"?>
+<rpc-reply xmlns:ncx="http://netconfcentral.org/ns/yuma-ncx"
+           xmlns="urn:ietf:params:xml:ns:netconf:base:1.0"
+           message-id="11"
+           ncx:last-modified="2018-05-08T02:33:14Z"
+           ncx:etag="170">
+  <data>
+    <components xmlns="http://openconfig.net/yang/platform">
+      <component>
+        <name>CN5170</name>
+        <properties>
+          <property>
+            <name>base-mac</name>
+            <config>
+              <name>base-mac</name>
+            </config>
+            <state/>
+          </property>
+        </properties>
+        <state/>
+      </component>
+    </components>
+  </data>
+</rpc-reply>
\ No newline at end of file