Ray Milkey | 86ad7bb | 2018-09-27 12:32:28 -0700 | [diff] [blame] | 1 | COMPILE_DEPS = CORE_DEPS + NETTY + CLI |
Ray Milkey | 18fb081 | 2018-06-21 10:32:53 -0700 | [diff] [blame] | 2 | |
| 3 | osgi_jar_with_tests( |
Ray Milkey | d543518 | 2018-10-11 16:18:51 -0700 | [diff] [blame] | 4 | karaf_command_packages = ["org.onosproject.provider.nil.cli"], |
Ray Milkey | 18fb081 | 2018-06-21 10:32:53 -0700 | [diff] [blame] | 5 | resources = glob(["src/main/resources/**"]), |
| 6 | resources_root = "src/main/resources", |
| 7 | deps = COMPILE_DEPS, |
| 8 | ) |
| 9 | |
| 10 | onos_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 | ) |