ONOS-4326: TopoRegions: MockServer scenario with skeleton events.
The plan is to augment these events as we figure out what they will look like when populated.

Change-Id: I3aa1cb22a6e339bf9f6f86fc1587783c0f63a9b6
diff --git a/web/gui/src/test/_karma/ev/topo2a/ev_2_currentLayout.json b/web/gui/src/test/_karma/ev/topo2a/ev_2_currentLayout.json
new file mode 100644
index 0000000..59e7393
--- /dev/null
+++ b/web/gui/src/test/_karma/ev/topo2a/ev_2_currentLayout.json
@@ -0,0 +1,9 @@
+{
+  "event": "topo2CurrentLayout",
+  "payload": {
+    "id": "_default_",
+    "parent": "",
+    "region": "",
+    "regionName": ""
+  }
+}