blob: 6187b8ce060e376cff845cee90ec55dcc9405d04 [file] [log] [blame]
Ray Milkey1aaffb72016-05-02 11:20:20 -07001COMPILE_DEPS = [
2 '//lib:CORE_DEPS',
Ray Milkey446f4462017-08-17 15:36:01 -07003 '//lib:JACKSON',
Ray Milkey1aaffb72016-05-02 11:20:20 -07004 '//lib:org.apache.karaf.shell.console',
5 '//cli:onos-cli',
6 '//utils/rest:onlab-rest',
7 '//lib:javax.ws.rs-api',
8 '//core/store/serializers:onos-core-serializers',
9]
10
11osgi_jar_with_tests (
12 deps = COMPILE_DEPS,
13)
14
15onos_app (
You Wang4b9958b2016-09-01 16:16:49 -070016 app_name = 'org.onosproject.intentperf',
Thomas Vachuskab0029682017-08-23 17:55:53 -070017 title = 'Intent Performance Test',
18 category = 'Test Utility',
Ray Milkey1aaffb72016-05-02 11:20:20 -070019 url = 'http://onosproject.org',
20 description = 'Intent performance test application.',
21)