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_7_addLink_otn1_virt.json b/web/gui/src/test/_karma/ev/ecord/ev_7_addLink_otn1_virt.json
new file mode 100644
index 0000000..3e2d9a9
--- /dev/null
+++ b/web/gui/src/test/_karma/ev/ecord/ev_7_addLink_otn1_virt.json
@@ -0,0 +1,13 @@
+{
+  "event": "addLink",
+  "payload": {
+    "id": "of:0000000000000001/9-of:0000000000003333/1",
+    "type": "direct",
+    "online": true,
+    "linkWidth": 2,
+    "src": "of:0000000000000001",
+    "srcPort": "9",
+    "dst": "of:0000000000003333",
+    "dstPort": "1"
+  }
+}