Thomas Vachuska 264d957a0c Added a new test applications to monitor network configuration change events and log them.
Change-Id: I882fc1b18cedc67fc83c405c2f8d06078fa15c23
2016-08-04 19:56:52 +00:00

15 lines
288 B
Python

COMPILE_DEPS = [
'//lib:CORE_DEPS',
]
osgi_jar_with_tests (
deps = COMPILE_DEPS,
)
onos_app (
title = 'Network Configuration Monitor Test App',
category = 'Test',
url = 'http://onosproject.org',
description = 'Network configuration monitor test application.',
)