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