GUI - added remapping of device type to glyph ID.
- this is so we can remap 'virtual' device type to 'cord' glyph (E-CORD demo)
- added ecord mock-server scenario.

Change-Id: I1a0ad48752f86ffb8abc75fbdc9bf8eabf10f692
diff --git a/web/gui/src/test/_karma/ev/ecord/ev_5_addLink_otns.json b/web/gui/src/test/_karma/ev/ecord/ev_5_addLink_otns.json
new file mode 100644
index 0000000..19fbf74
--- /dev/null
+++ b/web/gui/src/test/_karma/ev/ecord/ev_5_addLink_otns.json
@@ -0,0 +1,13 @@
+{
+  "event": "addLink",
+  "payload": {
+    "id": "of:0000000000000001/1-of:0000000000000002/2",
+    "type": "direct",
+    "online": true,
+    "linkWidth": 2,
+    "src": "of:0000000000000001",
+    "srcPort": "1",
+    "dst": "of:0000000000000002",
+    "dstPort": "2"
+  }
+}