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_3_currentRegion.json b/web/gui/src/test/_karma/ev/topo2a/ev_3_currentRegion.json
new file mode 100644
index 0000000..938d1af
--- /dev/null
+++ b/web/gui/src/test/_karma/ev/topo2a/ev_3_currentRegion.json
@@ -0,0 +1,6 @@
+{
+  "event": "topo2CurrentRegion",
+  "payload": {
+    "note": "no-region"
+  }
+}