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 ( |
| 8 | title = 'Network TroubleShoot SubSystem', |
| 9 | description = 'ONOS Network TroubleShoot SubSystem', |
| 10 | category = 'Core', |
| 11 | url = 'https://wiki.onosproject.org/display/ONOS/Network+TroubleShooting+Module', |
| 12 | included_bundles = BUNDLES, |
| 13 | ) |