Adnaan Sachidanandan cf386b12ec Added application that adds a topology overlay displaying additional statistics of links.
Change-Id: Ie82ce67ead64b9b62d6ab55f3ef8ac0f62946d9f
2017-08-22 16:12:33 -07:00

17 lines
306 B
Python

COMPILE_DEPS = [
'//lib:CORE_DEPS',
'//lib:JACKSON',
'//incubator/api:onos-incubator-api'
]
osgi_jar_with_tests (
deps = COMPILE_DEPS,
)
onos_app (
title = 'Link Properties',
description = 'Shows more link properties',
category = 'Monitoring',
url = 'https://onosproject.org/',
)