Ray Milkey | 35ea5bf | 2018-07-17 15:28:44 -0700 | [diff] [blame] | 1 | BUNDLES = [ |
| 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 | |
| 7 | onos_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 | ) |