blob: 5623e047e9bf17e5f61c6e057dee6d15c35c9ede [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,
Ray Milkey6033d432016-09-06 15:35:34 -070013 web_context = '/onos/demo',
Thomas Vachuskab0029682017-08-23 17:55:53 -070014 api_title = 'Flow Throughput Demo',
Ray Milkey6033d432016-09-06 15:35:34 -070015 api_version = '1.0',
Thomas Vachuskab0029682017-08-23 17:55:53 -070016 api_description = 'REST API for Demo',
Ray Milkey6033d432016-09-06 15:35:34 -070017 api_package = 'org.onosproject.demo',
Ray Milkey1aaffb72016-05-02 11:20:20 -070018)
19
20onos_app (
Thomas Vachuskab0029682017-08-23 17:55:53 -070021 title = 'Flow Throughput Demo',
22 category = 'Test Utility',
Ray Milkey1aaffb72016-05-02 11:20:20 -070023 url = 'http://onosproject.org',
Ray Milkey6033d432016-09-06 15:35:34 -070024 description = 'APIs for interacting with the flow throughput test application.',
Ray Milkey1aaffb72016-05-02 11:20:20 -070025)