blob: 8059800583ee5889ed3c50e000612ce88af15fe5 [file] [log] [blame]
Ray Milkey86ad7bb2018-09-27 12:32:28 -07001COMPILE_DEPS = CORE_DEPS + NETTY + CLI
Ray Milkey18fb0812018-06-21 10:32:53 -07002
3osgi_jar_with_tests(
4 import_packages = "*,org.onosproject.cli.net",
5 resources = glob(["src/main/resources/**"]),
6 resources_root = "src/main/resources",
7 deps = COMPILE_DEPS,
8)
9
10onos_app(
11 category = "Test Utility",
12 description = "Suite of device, link, host, flow and packet providers that allow the operator " +
13 "to test ONOS against completely fictional network topology. This is useful for conducting " +
14 "ONOS core performance tests and for developing features that require only control plane " +
15 "- and not data plane - functionality. ",
16 title = "Null Provider Suite",
17 url = "http://onosproject.org",
18)