blob: c06bf7c8ddf4751ee1f82e113ff31b9e1d7edc3e [file] [log] [blame]
psneha5ee60152018-06-25 10:08:35 -04001BUNDLES = [
2 '//apps/t3/web:onos-apps-t3-web',
3 '//apps/t3/app:onos-apps-t3-app',
Andrea Campanellae4084402017-12-15 15:27:31 +01004]
5
Simon Hunt026a2872017-11-13 17:09:43 -08006onos_app (
psneha5ee60152018-06-25 10:08:35 -04007 title = 'Trellis Troubleshooting Toolkit',
8 category = 'Utilities',
9 url = 'https://wiki.opencord.org/pages/viewpage.action?pageId=4456974',
10 description = 'Provides static analysis of flows and groups ' +
11 'to determine the possible paths a packet may take.',
12 required_apps = [
13 'org.onosproject.segmentrouting',
14 'org.onosproject.route-service',
15 'org.onosproject.mcast',
16 ],
17 included_bundles = BUNDLES,
18 app_name = 'org.onosproject.t3'
Simon Hunt026a2872017-11-13 17:09:43 -080019)