blob: 93f15ffa4b6f827a067b190dd04c784662356b36 [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 (
Thomas Vachuska7c45e282017-08-23 17:55:53 -070015 title = 'Distributed Load Test',
16 category = 'Test Utility',
Ray Milkey1aaffb72016-05-02 11:20:20 -070017 url = 'http://onosproject.org',
18 description = 'Distributed consensus load test application.',
19)