aboutsummaryrefslogtreecommitdiffstats
path: root/framework/src/onos/web/gui/src/test/_karma/ev/intentSketch/ev_4_onos.json
diff options
context:
space:
mode:
Diffstat (limited to 'framework/src/onos/web/gui/src/test/_karma/ev/intentSketch/ev_4_onos.json')
-rw-r--r--framework/src/onos/web/gui/src/test/_karma/ev/intentSketch/ev_4_onos.json20
1 files changed, 20 insertions, 0 deletions
diff --git a/framework/src/onos/web/gui/src/test/_karma/ev/intentSketch/ev_4_onos.json b/framework/src/onos/web/gui/src/test/_karma/ev/intentSketch/ev_4_onos.json
new file mode 100644
index 00000000..f78616a0
--- /dev/null
+++ b/framework/src/onos/web/gui/src/test/_karma/ev/intentSketch/ev_4_onos.json
@@ -0,0 +1,20 @@
+{
+ "event": "showPath",
+ "sid": 2,
+ "payload": {
+ "paths": [
+ {
+ "intentId": "0x1234",
+ "links": [ "1-2", "2-3" ],
+ "class": "animated",
+ "labels": [ "9Gb", "9Gb" ]
+ },
+ {
+ "intentId": "0x4321",
+ "links": [ "5-6", "6-7" ],
+ "class": "animated",
+ "labels": [ "4GB", "4GB" ]
+ }
+ ]
+ }
+}