summaryrefslogtreecommitdiffstats
path: root/framework/src/onos/web/gui/src/test/_karma/ev/simple
diff options
context:
space:
mode:
Diffstat (limited to 'framework/src/onos/web/gui/src/test/_karma/ev/simple')
-rw-r--r--framework/src/onos/web/gui/src/test/_karma/ev/simple/ev_10_updateHost_03.json17
-rw-r--r--framework/src/onos/web/gui/src/test/_karma/ev/simple/ev_11_updateHost_08.json17
-rw-r--r--framework/src/onos/web/gui/src/test/_karma/ev/simple/ev_12_updateLink.json15
-rw-r--r--framework/src/onos/web/gui/src/test/_karma/ev/simple/ev_13_updateLink.json15
-rw-r--r--framework/src/onos/web/gui/src/test/_karma/ev/simple/ev_14_removeLink.json15
-rw-r--r--framework/src/onos/web/gui/src/test/_karma/ev/simple/ev_15_removeHost_08.json17
-rw-r--r--framework/src/onos/web/gui/src/test/_karma/ev/simple/ev_16_removeDevice_03.json22
-rw-r--r--framework/src/onos/web/gui/src/test/_karma/ev/simple/ev_17_removeDevice_08.json23
-rw-r--r--framework/src/onos/web/gui/src/test/_karma/ev/simple/ev_1_addInstanceA.json14
-rw-r--r--framework/src/onos/web/gui/src/test/_karma/ev/simple/ev_2_addInstanceB.json14
-rw-r--r--framework/src/onos/web/gui/src/test/_karma/ev/simple/ev_3_addDevice_08.json23
-rw-r--r--framework/src/onos/web/gui/src/test/_karma/ev/simple/ev_4_addDevice_03.json23
-rw-r--r--framework/src/onos/web/gui/src/test/_karma/ev/simple/ev_5_updateDevice_08_online.json18
-rw-r--r--framework/src/onos/web/gui/src/test/_karma/ev/simple/ev_6_updateDevice_03_online.json18
-rw-r--r--framework/src/onos/web/gui/src/test/_karma/ev/simple/ev_7_addLink_03_08.json16
-rw-r--r--framework/src/onos/web/gui/src/test/_karma/ev/simple/ev_8_addHost_03.json21
-rw-r--r--framework/src/onos/web/gui/src/test/_karma/ev/simple/ev_9_addHost_08.json21
-rw-r--r--framework/src/onos/web/gui/src/test/_karma/ev/simple/scenario.json30
18 files changed, 0 insertions, 339 deletions
diff --git a/framework/src/onos/web/gui/src/test/_karma/ev/simple/ev_10_updateHost_03.json b/framework/src/onos/web/gui/src/test/_karma/ev/simple/ev_10_updateHost_03.json
deleted file mode 100644
index 3a3ea9e8..00000000
--- a/framework/src/onos/web/gui/src/test/_karma/ev/simple/ev_10_updateHost_03.json
+++ /dev/null
@@ -1,17 +0,0 @@
-{
- "event": "updateHost",
- "payload": {
- "id": "0E:2A:69:30:13:86/-1",
- "ingress": "0E:2A:69:30:13:86/-1/0-of:0000ffffffff0003/2",
- "egress": "of:0000ffffffff0003/2-0E:2A:69:30:13:86/-1/0",
- "cp": {
- "device": "of:0000ffffffff0003",
- "port": 2
- },
- "labels": [
- "10.0.0.13",
- "0E:2A:69:30:13:86"
- ],
- "props": {}
- }
-}
diff --git a/framework/src/onos/web/gui/src/test/_karma/ev/simple/ev_11_updateHost_08.json b/framework/src/onos/web/gui/src/test/_karma/ev/simple/ev_11_updateHost_08.json
deleted file mode 100644
index 0fb56fae..00000000
--- a/framework/src/onos/web/gui/src/test/_karma/ev/simple/ev_11_updateHost_08.json
+++ /dev/null
@@ -1,17 +0,0 @@
-{
- "event": "updateHost",
- "payload": {
- "id": "A6:96:E5:03:52:5F/-1",
- "ingress": "A6:96:E5:03:52:5F/-1/0-of:0000ffffffff0008/1",
- "egress": "of:0000ffffffff0008/1-A6:96:E5:03:52:5F/-1/0",
- "cp": {
- "device": "of:0000ffffffff0008",
- "port": 1
- },
- "labels": [
- "10.0.0.17",
- "A6:96:E5:03:52:5F"
- ],
- "props": {}
- }
-}
diff --git a/framework/src/onos/web/gui/src/test/_karma/ev/simple/ev_12_updateLink.json b/framework/src/onos/web/gui/src/test/_karma/ev/simple/ev_12_updateLink.json
deleted file mode 100644
index f09cc9bc..00000000
--- a/framework/src/onos/web/gui/src/test/_karma/ev/simple/ev_12_updateLink.json
+++ /dev/null
@@ -1,15 +0,0 @@
-{
- "event": "updateLink",
- "payload": {
- "id": "of:0000ffffffff0003/21-of:0000ffffffff0008/20",
- "type": "direct",
- "linkWidth": 6,
- "src": "of:0000ffffffff0003",
- "srcPort": "21",
- "dst": "of:0000ffffffff0008",
- "dstPort": "20",
- "props" : {
- "BW": "512 Gb"
- }
- }
-}
diff --git a/framework/src/onos/web/gui/src/test/_karma/ev/simple/ev_13_updateLink.json b/framework/src/onos/web/gui/src/test/_karma/ev/simple/ev_13_updateLink.json
deleted file mode 100644
index 447ded37..00000000
--- a/framework/src/onos/web/gui/src/test/_karma/ev/simple/ev_13_updateLink.json
+++ /dev/null
@@ -1,15 +0,0 @@
-{
- "event": "updateLink",
- "payload": {
- "id": "of:0000ffffffff0003/21-of:0000ffffffff0008/20",
- "type": "direct",
- "linkWidth": 2,
- "src": "of:0000ffffffff0003",
- "srcPort": "21",
- "dst": "of:0000ffffffff0008",
- "dstPort": "20",
- "props" : {
- "BW": "80 Gb"
- }
- }
-}
diff --git a/framework/src/onos/web/gui/src/test/_karma/ev/simple/ev_14_removeLink.json b/framework/src/onos/web/gui/src/test/_karma/ev/simple/ev_14_removeLink.json
deleted file mode 100644
index 96018f33..00000000
--- a/framework/src/onos/web/gui/src/test/_karma/ev/simple/ev_14_removeLink.json
+++ /dev/null
@@ -1,15 +0,0 @@
-{
- "event": "removeLink",
- "payload": {
- "id": "of:0000ffffffff0003/21-of:0000ffffffff0008/20",
- "type": "direct",
- "linkWidth": 2,
- "src": "of:0000ffffffff0003",
- "srcPort": "21",
- "dst": "of:0000ffffffff0008",
- "dstPort": "20",
- "props" : {
- "BW": "80 Gb"
- }
- }
-}
diff --git a/framework/src/onos/web/gui/src/test/_karma/ev/simple/ev_15_removeHost_08.json b/framework/src/onos/web/gui/src/test/_karma/ev/simple/ev_15_removeHost_08.json
deleted file mode 100644
index 5320841f..00000000
--- a/framework/src/onos/web/gui/src/test/_karma/ev/simple/ev_15_removeHost_08.json
+++ /dev/null
@@ -1,17 +0,0 @@
-{
- "event": "removeHost",
- "payload": {
- "id": "A6:96:E5:03:52:5F/-1",
- "ingress": "A6:96:E5:03:52:5F/-1/0-of:0000ffffffff0008/1",
- "egress": "of:0000ffffffff0008/1-A6:96:E5:03:52:5F/-1/0",
- "cp": {
- "device": "of:0000ffffffff0008",
- "port": 1
- },
- "labels": [
- "10.0.0.17",
- "A6:96:E5:03:52:5F"
- ],
- "props": {}
- }
-}
diff --git a/framework/src/onos/web/gui/src/test/_karma/ev/simple/ev_16_removeDevice_03.json b/framework/src/onos/web/gui/src/test/_karma/ev/simple/ev_16_removeDevice_03.json
deleted file mode 100644
index 9df9d613..00000000
--- a/framework/src/onos/web/gui/src/test/_karma/ev/simple/ev_16_removeDevice_03.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
- "event": "removeDevice",
- "payload": {
- "id": "of:0000ffffffff0003",
- "type": "switch",
- "online": false,
- "location": {
- "type": "latlng",
- "lat": 40.7127,
- "lng": -74.0059
- },
- "labels": [
- "",
- "sw-3",
- "0000ffffffff0003"
- ],
- "metaUi": {
- "x": 800,
- "y": 280
- }
- }
-}
diff --git a/framework/src/onos/web/gui/src/test/_karma/ev/simple/ev_17_removeDevice_08.json b/framework/src/onos/web/gui/src/test/_karma/ev/simple/ev_17_removeDevice_08.json
deleted file mode 100644
index 15e711d0..00000000
--- a/framework/src/onos/web/gui/src/test/_karma/ev/simple/ev_17_removeDevice_08.json
+++ /dev/null
@@ -1,23 +0,0 @@
-{
- "event": "removeDevice",
- "payload": {
- "id": "of:0000ffffffff0008",
- "type": "switch",
- "online": false,
- "master": "myInstA",
- "location": {
- "type": "latlng",
- "lat": 37.7833,
- "lng": -122.4167
- },
- "labels": [
- "",
- "sw-8",
- "0000ffffffff0008"
- ],
- "metaUi": {
- "x": 520,
- "y": 350
- }
- }
-}
diff --git a/framework/src/onos/web/gui/src/test/_karma/ev/simple/ev_1_addInstanceA.json b/framework/src/onos/web/gui/src/test/_karma/ev/simple/ev_1_addInstanceA.json
deleted file mode 100644
index ea1fa0ff..00000000
--- a/framework/src/onos/web/gui/src/test/_karma/ev/simple/ev_1_addInstanceA.json
+++ /dev/null
@@ -1,14 +0,0 @@
-{
- "event": "addInstance",
- "payload": {
- "id": "myInstA",
- "ip": "192.168.56.101",
- "online": true,
- "uiAttached": true,
- "switches": 2,
- "labels": [
- "myInstA",
- "192.168.56.101"
- ]
- }
-}
diff --git a/framework/src/onos/web/gui/src/test/_karma/ev/simple/ev_2_addInstanceB.json b/framework/src/onos/web/gui/src/test/_karma/ev/simple/ev_2_addInstanceB.json
deleted file mode 100644
index 5b09dec7..00000000
--- a/framework/src/onos/web/gui/src/test/_karma/ev/simple/ev_2_addInstanceB.json
+++ /dev/null
@@ -1,14 +0,0 @@
-{
- "event": "addInstance",
- "payload": {
- "id": "myInstB",
- "ip": "192.168.56.102",
- "online": true,
- "uiAttached": false,
- "switches": 4,
- "labels": [
- "myInstB",
- "192.168.56.102"
- ]
- }
-}
diff --git a/framework/src/onos/web/gui/src/test/_karma/ev/simple/ev_3_addDevice_08.json b/framework/src/onos/web/gui/src/test/_karma/ev/simple/ev_3_addDevice_08.json
deleted file mode 100644
index 9c16f2b4..00000000
--- a/framework/src/onos/web/gui/src/test/_karma/ev/simple/ev_3_addDevice_08.json
+++ /dev/null
@@ -1,23 +0,0 @@
-{
- "event": "addDevice",
- "payload": {
- "id": "of:0000ffffffff0008",
- "type": "switch",
- "online": false,
- "master": "myInstA",
- "location": {
- "type": "latlng",
- "lat": 37.7833,
- "lng": -122.4167
- },
- "labels": [
- "",
- "sw-8",
- "0000ffffffff0008"
- ],
- "metaUi": {
- "x": 520,
- "y": 350
- }
- }
-}
diff --git a/framework/src/onos/web/gui/src/test/_karma/ev/simple/ev_4_addDevice_03.json b/framework/src/onos/web/gui/src/test/_karma/ev/simple/ev_4_addDevice_03.json
deleted file mode 100644
index 0b8f0447..00000000
--- a/framework/src/onos/web/gui/src/test/_karma/ev/simple/ev_4_addDevice_03.json
+++ /dev/null
@@ -1,23 +0,0 @@
-{
- "event": "addDevice",
- "payload": {
- "id": "of:0000ffffffff0003",
- "type": "switch",
- "online": false,
- "master": "myInstB",
- "location": {
- "type": "latlng",
- "lat": 40.7127,
- "lng": -74.0059
- },
- "labels": [
- "",
- "sw-3",
- "0000ffffffff0003"
- ],
- "metaUi": {
- "x": 800,
- "y": 280
- }
- }
-}
diff --git a/framework/src/onos/web/gui/src/test/_karma/ev/simple/ev_5_updateDevice_08_online.json b/framework/src/onos/web/gui/src/test/_karma/ev/simple/ev_5_updateDevice_08_online.json
deleted file mode 100644
index 3b422833..00000000
--- a/framework/src/onos/web/gui/src/test/_karma/ev/simple/ev_5_updateDevice_08_online.json
+++ /dev/null
@@ -1,18 +0,0 @@
-{
- "event": "updateDevice",
- "payload": {
- "id": "of:0000ffffffff0008",
- "type": "switch",
- "online": true,
- "master": "myInstA",
- "labels": [
- "",
- "switch-8",
- "0000ffffffff0008"
- ],
- "metaUi": {
- "x": 520,
- "y": 350
- }
- }
-}
diff --git a/framework/src/onos/web/gui/src/test/_karma/ev/simple/ev_6_updateDevice_03_online.json b/framework/src/onos/web/gui/src/test/_karma/ev/simple/ev_6_updateDevice_03_online.json
deleted file mode 100644
index d05aea66..00000000
--- a/framework/src/onos/web/gui/src/test/_karma/ev/simple/ev_6_updateDevice_03_online.json
+++ /dev/null
@@ -1,18 +0,0 @@
-{
- "event": "updateDevice",
- "payload": {
- "id": "of:0000ffffffff0003",
- "type": "switch",
- "online": true,
- "master": "myInstB",
- "labels": [
- "",
- "switch-3",
- "0000ffffffff0003"
- ],
- "metaUi": {
- "x": 800,
- "y": 280
- }
- }
-}
diff --git a/framework/src/onos/web/gui/src/test/_karma/ev/simple/ev_7_addLink_03_08.json b/framework/src/onos/web/gui/src/test/_karma/ev/simple/ev_7_addLink_03_08.json
deleted file mode 100644
index 755255a2..00000000
--- a/framework/src/onos/web/gui/src/test/_karma/ev/simple/ev_7_addLink_03_08.json
+++ /dev/null
@@ -1,16 +0,0 @@
-{
- "event": "addLink",
- "payload": {
- "id": "of:0000ffffffff0003/21-of:0000ffffffff0008/20",
- "type": "direct",
- "online": true,
- "linkWidth": 2,
- "src": "of:0000ffffffff0003",
- "srcPort": "21",
- "dst": "of:0000ffffffff0008",
- "dstPort": "20",
- "props" : {
- "BW": "70 Gb"
- }
- }
-}
diff --git a/framework/src/onos/web/gui/src/test/_karma/ev/simple/ev_8_addHost_03.json b/framework/src/onos/web/gui/src/test/_karma/ev/simple/ev_8_addHost_03.json
deleted file mode 100644
index fba7015a..00000000
--- a/framework/src/onos/web/gui/src/test/_karma/ev/simple/ev_8_addHost_03.json
+++ /dev/null
@@ -1,21 +0,0 @@
-{
- "event": "addHost",
- "payload": {
- "id": "0E:2A:69:30:13:86/-1",
- "ingress": "0E:2A:69:30:13:86/-1/0-of:0000ffffffff0003/2",
- "egress": "of:0000ffffffff0003/2-0E:2A:69:30:13:86/-1/0",
- "cp": {
- "device": "of:0000ffffffff0003",
- "port": 2
- },
- "labels": [
- "unknown",
- "0E:2A:69:30:13:86"
- ],
- "metaUi": {
- "Xx": 800,
- "Xy": 180
- },
- "props": {}
- }
-}
diff --git a/framework/src/onos/web/gui/src/test/_karma/ev/simple/ev_9_addHost_08.json b/framework/src/onos/web/gui/src/test/_karma/ev/simple/ev_9_addHost_08.json
deleted file mode 100644
index eff767dd..00000000
--- a/framework/src/onos/web/gui/src/test/_karma/ev/simple/ev_9_addHost_08.json
+++ /dev/null
@@ -1,21 +0,0 @@
-{
- "event": "addHost",
- "payload": {
- "id": "A6:96:E5:03:52:5F/-1",
- "ingress": "A6:96:E5:03:52:5F/-1/0-of:0000ffffffff0008/1",
- "egress": "of:0000ffffffff0008/1-A6:96:E5:03:52:5F/-1/0",
- "cp": {
- "device": "of:0000ffffffff0008",
- "port": 1
- },
- "labels": [
- "unknown",
- "A6:96:E5:03:52:5F"
- ],
- "metaUi": {
- "Xx": 520,
- "Xy": 250
- },
- "props": {}
- }
-}
diff --git a/framework/src/onos/web/gui/src/test/_karma/ev/simple/scenario.json b/framework/src/onos/web/gui/src/test/_karma/ev/simple/scenario.json
deleted file mode 100644
index 38daa5c7..00000000
--- a/framework/src/onos/web/gui/src/test/_karma/ev/simple/scenario.json
+++ /dev/null
@@ -1,30 +0,0 @@
-{
- "comments": [
- "Add two devices and one link (auto), and two hosts.",
- "Then update the two hosts (with IP address labels)."
- ],
- "title": "Simple Startup Scenario",
- "params": {
- "lastAuto": 0
- },
- "description": [
- "Simple sequence of events...",
- "",
- "1. add instance A",
- "2. add instance B",
- "3. add device [8] (offline)",
- "4. add device [3] (offline)",
- "5. update device [8] (online, label3 change)",
- "6. update device [3] (online, label3 change)",
- "7. add link [3] --> [8]",
- "8. add host (to [3])",
- "9. add host (to [8])",
- "10. update host[3] (IP now 10.0.0.13)",
- "11. update host[8] (IP now 10.0.0.17)",
- "12. update link (increase width, update props)",
- "13. update link (reduce width, update props)",
- "14. remove link",
- "15. remove host (10.0.0.17)",
- "16. remove device [3]"
- ]
-}