Ray Milkey | 35ea5bf | 2018-07-17 15:28:44 -0700 | [diff] [blame] | 1 | BUNDLES = [ |
| 2 | "//apps/t3/web:onos-apps-t3-web", |
| 3 | "//apps/t3/app:onos-apps-t3-app", |
| 4 | ] |
| 5 | |
| 6 | onos_app( |
| 7 | app_name = "org.onosproject.t3", |
| 8 | category = "Utilities", |
| 9 | description = "Provides static analysis of flows and groups " + |
| 10 | "to determine the possible paths a packet may take.", |
| 11 | included_bundles = BUNDLES, |
| 12 | required_apps = [ |
| 13 | "org.onosproject.segmentrouting", |
| 14 | "org.onosproject.route-service", |
| 15 | "org.onosproject.mcast", |
| 16 | ], |
| 17 | title = "Trellis Troubleshooting Toolkit", |
| 18 | url = "https://wiki.opencord.org/pages/viewpage.action?pageId=4456974", |
| 19 | ) |