maojianwei | 42e2344 | 2016-02-15 10:40:48 +0800 | [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 ( |
Thomas Vachuska | c98aa2a | 2017-08-28 10:47:48 -0700 | [diff] [blame] | 8 | title = 'Network Troubleshooter', |
| 9 | description = 'Provides various network troubleshooting utilities.', |
Thomas Vachuska | be0a265 | 2017-03-23 18:43:22 -0700 | [diff] [blame] | 10 | category = 'Utility', |
maojianwei | 42e2344 | 2016-02-15 10:40:48 +0800 | [diff] [blame] | 11 | url = 'https://wiki.onosproject.org/display/ONOS/Network+TroubleShooting+Module', |
| 12 | included_bundles = BUNDLES, |
| 13 | ) |