blob: a860e30e78cad43ef2fae321cdf4e3f68ba27c41 [file] [log] [blame]
maojianwei42e23442016-02-15 10:40:48 +08001BUNDLES = [
2 '//apps/network-troubleshoot/api:onos-apps-network-troubleshoot-api',
3 '//apps/network-troubleshoot/cli:onos-apps-network-troubleshoot-cli',
4 '//apps/network-troubleshoot/core:onos-apps-network-troubleshoot-core',
5]
6
7onos_app (
Thomas Vachuskabe0a2652017-03-23 18:43:22 -07008 title = 'Network Trouble-Shooter',
9 description = 'ONOS Network Trouble-Shooting utility',
10 category = 'Utility',
maojianwei42e23442016-02-15 10:40:48 +080011 url = 'https://wiki.onosproject.org/display/ONOS/Network+TroubleShooting+Module',
12 included_bundles = BUNDLES,
13)