blob: c1e5710e9a1f2d9d7b1605788934fbe579a09804 [file] [log] [blame]
Ray Milkey1aaffb72016-05-02 11:20:20 -07001COMPILE_DEPS = [
2 '//lib:CORE_DEPS',
3 '//lib:org.apache.karaf.shell.console',
4 '//cli:onos-cli',
5 '//utils/rest:onlab-rest',
6 '//lib:javax.ws.rs-api',
7 '//core/store/serializers:onos-core-serializers',
8]
9
10osgi_jar_with_tests (
11 deps = COMPILE_DEPS,
12)
13
14onos_app (
You Wang4b9958b2016-09-01 16:16:49 -070015 app_name = 'org.onosproject.intentperf',
Ray Milkey1aaffb72016-05-02 11:20:20 -070016 title = 'Intent Performance Test App',
17 category = 'Test',
18 url = 'http://onosproject.org',
19 description = 'Intent performance test application.',
20)