GUI -- added topo test scenario skeleton for showHighlights.
Change-Id: Ie2cf901bc37343618563b38b3825b03a4c0db668
Showing
9 changed files
with
111 additions
and
1 deletions
| 1 | +{ | ||
| 2 | + "event": "addLink", | ||
| 3 | + "payload": { | ||
| 4 | + "id": "of:0000000000000001/5-of:0000000000000002/7", | ||
| 5 | + "type": "direct", | ||
| 6 | + "online": true, | ||
| 7 | + "linkWidth": 2, | ||
| 8 | + "src": "of:0000000000000001", | ||
| 9 | + "srcPort": "5", | ||
| 10 | + "dst": "of:0000000000000002", | ||
| 11 | + "dstPort": "7", | ||
| 12 | + "props" : { | ||
| 13 | + "BW": "70 Gb" | ||
| 14 | + } | ||
| 15 | + } | ||
| 16 | +} |
| 1 | { | 1 | { |
| 2 | "comments": [ | 2 | "comments": [ |
| 3 | - "Stepping through showTraffic" | 3 | + "Stepping through showTraffic", |
| 4 | + "NOTE: showTraffic event is deprecated", | ||
| 5 | + " This needs to be re-worked to use showHighlights" | ||
| 4 | ], | 6 | ], |
| 5 | "title": "Show Traffic Scenario", | 7 | "title": "Show Traffic Scenario", |
| 6 | "params": { | 8 | "params": { | ... | ... |
-
Please register or login to post a comment