blob: be70e0097612e60714ef20a93ad5881ac224d414 [file] [log] [blame]
Jordan Halterman29718e62017-07-20 13:24:33 -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 (
15 app_name = 'org.onosproject.primitiveperf',
Thomas Vachuskab0029682017-08-23 17:55:53 -070016 title = 'Primitive Performance Test',
17 category = 'Test Utility',
Jordan Halterman29718e62017-07-20 13:24:33 -070018 url = 'http://onosproject.org',
19 description = 'Primitive performance test application.',
20)