mirror of
https://github.com/opennetworkinglab/onos.git
synced 2025-10-16 09:51:38 +02:00
14 lines
491 B
Python
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,
|
|
)
|