Thomas Vachuska c98aa2a8a8 Cleaning up app names, descriptions and categories.
Change-Id: I684fdf23fcd8a8078d82bc6ff5e3d1af664b20c2
2017-08-29 15:23:11 +00:00

14 lines
491 B
Python

BUNDLES = [
'//apps/network-troubleshoot/api:onos-apps-network-troubleshoot-api',
'//apps/network-troubleshoot/cli:onos-apps-network-troubleshoot-cli',
'//apps/network-troubleshoot/core:onos-apps-network-troubleshoot-core',
]
onos_app (
title = 'Network Troubleshooter',
description = 'Provides various network troubleshooting utilities.',
category = 'Utility',
url = 'https://wiki.onosproject.org/display/ONOS/Network+TroubleShooting+Module',
included_bundles = BUNDLES,
)