blob: 77be2211a478583401f28f1243dbe3a00424649a [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(
Ray Milkeyd5435182018-10-11 16:18:51 -07004 karaf_command_packages = ["org.onosproject.provider.nil.cli"],
Ray Milkey18fb0812018-06-21 10:32:53 -07005 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)