blob: 088b0e149217bfb34a3092236c633d3c82559e22 [file] [log] [blame]
Ray Milkey35ea5bf2018-07-17 15:28:44 -07001BUNDLES = [
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(
8 category = "Utility",
9 description = "Provides various network troubleshooting utilities.",
10 included_bundles = BUNDLES,
11 title = "Network Troubleshooter",
12 url = "https://wiki.onosproject.org/display/ONOS/Network+TroubleShooting+Module",
13)