blob: d472f084831c96f5b868ed614e558f3794057f69 [file] [log] [blame]
Ray Milkeyf80bbb22016-03-11 10:16:22 -08001COMPILE_DEPS = [
2 '//lib:CORE_DEPS',
3 '//lib:org.apache.karaf.shell.console',
4 '//cli:onos-cli',
5]
6
Ray Milkeyaeb00792016-04-20 16:15:21 -07007osgi_jar_with_tests (
Ray Milkeyf80bbb22016-03-11 10:16:22 -08008 deps = COMPILE_DEPS,
Ray Milkeyaeb00792016-04-20 16:15:21 -07009 resources_root = 'src/main/resources',
10 resources = glob(['src/main/resources/**']),
11 import_packages = '*,org.onosproject.cli.net',
Ray Milkeyf80bbb22016-03-11 10:16:22 -080012)
13
Ray Milkeyaeb00792016-04-20 16:15:21 -070014onos_app (
Thomas Vachuska7c45e282017-08-23 17:55:53 -070015 title = 'Null Provider Suite',
16 category = 'Test Utility',
Ray Milkeyaeb00792016-04-20 16:15:21 -070017 url = 'http://onosproject.org',
Thomas Vachuska7c45e282017-08-23 17:55:53 -070018 description = 'Suite of device, link, host, flow and packet providers that allow the operator ' +
19 'to test ONOS against completely fictional network topology. This is useful for conducting ' +
20 'ONOS core performance tests and for developing features that require only control plane ' +
21 '- and not data plane - functionality. ',
Ray Milkeyf80bbb22016-03-11 10:16:22 -080022)