blob: 8e43e3ad58e2f936dfe5ae27574c2a01fa5ae30e [file] [log] [blame]
Ray Milkeyf80bbb22016-03-11 10:16:22 -08001COMPILE_DEPS = [
2 '//lib:CORE_DEPS',
Ray Milkey446f4462017-08-17 15:36:01 -07003 '//lib:NETTY',
Ray Milkeyf80bbb22016-03-11 10:16:22 -08004 '//lib:org.apache.karaf.shell.console',
5 '//cli:onos-cli',
6]
7
Ray Milkeyaeb00792016-04-20 16:15:21 -07008osgi_jar_with_tests (
Ray Milkeyf80bbb22016-03-11 10:16:22 -08009 deps = COMPILE_DEPS,
Ray Milkeyaeb00792016-04-20 16:15:21 -070010 resources_root = 'src/main/resources',
11 resources = glob(['src/main/resources/**']),
12 import_packages = '*,org.onosproject.cli.net',
Ray Milkeyf80bbb22016-03-11 10:16:22 -080013)
14
Ray Milkeyaeb00792016-04-20 16:15:21 -070015onos_app (
Thomas Vachuskab0029682017-08-23 17:55:53 -070016 title = 'Null Provider Suite',
17 category = 'Test Utility',
Ray Milkeyaeb00792016-04-20 16:15:21 -070018 url = 'http://onosproject.org',
Thomas Vachuskab0029682017-08-23 17:55:53 -070019 description = 'Suite of device, link, host, flow and packet providers that allow the operator ' +
20 'to test ONOS against completely fictional network topology. This is useful for conducting ' +
21 'ONOS core performance tests and for developing features that require only control plane ' +
22 '- and not data plane - functionality. ',
Ray Milkeyf80bbb22016-03-11 10:16:22 -080023)