ONOS-4359: continued work on theming UI
- topo view: device icon and label re-theming (WIP)

Change-Id: I5ecbc1c5b8a8315bfadfaacf62cfdb0e6d1f5a9c
(cherry picked from commit 92eaf44)
diff --git a/web/gui/src/test/_karma/ev/mojo/ev_29_addLink_C_A.json b/web/gui/src/test/_karma/ev/mojo/ev_29_addLink_C_A.json
new file mode 100644
index 0000000..218dbc2
--- /dev/null
+++ b/web/gui/src/test/_karma/ev/mojo/ev_29_addLink_C_A.json
@@ -0,0 +1,13 @@
+{
+  "event": "addLink",
+  "payload": {
+    "id": "of:0000ffffffff000c/10-of:0000ffffffff000a/12",
+    "type": "direct",
+    "online": true,
+    "linkWidth": 2,
+    "src": "of:0000ffffffff000c",
+    "srcPort": "10",
+    "dst": "of:0000ffffffff000a",
+    "dstPort": "12"
+  }
+}