Simon Hunt

GUI -- TopoView - Updated "traffic" test scenario.

Change-Id: Ic6fb17f069d87000cfd0f6c68b2f52daf9ef163f
Showing 26 changed files with 28 additions and 13 deletions
......@@ -9,7 +9,7 @@
"links": [
"of:0000ffffffff0008/2-of:0000ffffffff0003/1"
],
"labels": [""]
"labels": ["primary"]
},
{
"class": "secondary",
......@@ -17,7 +17,7 @@
"links": [
"of:0000ffffffff0003/9-of:0000ffffffff0007/2"
],
"labels": [""]
"labels": ["secondary"]
},
{
"class": "animated",
......@@ -25,7 +25,7 @@
"links": [
"of:0000ffffffff0008/4-of:0000ffffffff0007/1"
],
"labels": [""]
"labels": ["animated"]
},
{
"class": "animated optical",
......@@ -33,7 +33,7 @@
"links": [
"of:0000ffffffff0008/4-of:0000ffffffffff08/1"
],
"labels": [""]
"labels": ["animated optical"]
},
{
"class": "secondary optical",
......@@ -41,7 +41,7 @@
"links": [
"of:0000ffffffff0003/4-of:0000ffffffffff03/1"
],
"labels": [""]
"labels": ["secondary optical"]
},
{
"class": "primary optical",
......@@ -49,7 +49,7 @@
"links": [
"of:0000ffffffffff08/4-of:0000ffffffffff03/1"
],
"labels": [""]
"labels": ["primary optical"]
}
]
}
......
{
"event": "addInstance",
"payload": {
"id": "myInstA",
"ip": "192.168.56.101",
"online": true,
"uiAttached": true,
"switches": 4,
"labels": [
"myInstA",
"192.168.56.101"
]
}
}
......@@ -4,6 +4,7 @@
"id": "of:0000ffffffff0008",
"type": "switch",
"online": true,
"master": "myInstA",
"labels": [
"",
"sw-8",
......
......@@ -4,6 +4,7 @@
"id": "of:0000ffffffff0008",
"type": "switch",
"online": true,
"master": "myInstA",
"labels": [
"",
"sw-8",
......
......@@ -4,6 +4,7 @@
"id": "of:0000ffffffff0003",
"type": "switch",
"online": true,
"master": "myInstA",
"labels": [
"",
"sw-3",
......
......@@ -4,6 +4,7 @@
"id": "of:0000ffffffff0007",
"type": "switch",
"online": true,
"master": "myInstA",
"labels": [
"",
"sw-7",
......
......@@ -4,6 +4,7 @@
"id": "of:0000ffffffffff08",
"type": "roadm",
"online": true,
"master": "myInstA",
"labels": [
"",
"opt-8",
......
......@@ -4,6 +4,7 @@
"id": "of:0000ffffffffff03",
"type": "roadm",
"online": true,
"master": "myInstA",
"labels": [
"",
"opt-3",
......
......@@ -4,14 +4,9 @@
],
"title": "Show Traffic Scenario",
"params": {
"lastAuto": 14
"lastAuto": 15
},
"description": [
"Figure out primary, secondary and animated link visualizations.",
"",
"Press 'H' to show hosts.",
"",
"Press '=' to load initial events.",
"Press '-' to fire further events."
"Primary, secondary and animated link visualizations."
]
}
......