blob: 662023be92d8e5e0f0c200e9e13b5f04d5c5d6eb [file] [log] [blame]
Ray Milkey35ea5bf2018-07-17 15:28:44 -07001COMPILE_DEPS = CORE_DEPS + CLI + REST + [
2 "//core/store/serializers:onos-core-serializers",
3]
4
5osgi_jar_with_tests(
Ray Milkeye8e1bb72018-10-10 15:16:30 -07006 karaf_command_packages = ["org.onosproject.primitiveperf"],
Ray Milkey35ea5bf2018-07-17 15:28:44 -07007 deps = COMPILE_DEPS,
8)
9
10onos_app(
11 app_name = "org.onosproject.primitiveperf",
12 category = "Test Utility",
13 description = "Primitive performance test application.",
14 title = "Primitive Performance Test",
15 url = "http://onosproject.org",
16)