Ray Milkey | 1aaffb7 | 2016-05-02 11:20:20 -0700 | [diff] [blame] | 1 | COMPILE_DEPS = [ |
| 2 | '//lib:CORE_DEPS', |
Ray Milkey | 446f446 | 2017-08-17 15:36:01 -0700 | [diff] [blame] | 3 | '//lib:JACKSON', |
Ray Milkey | 1aaffb7 | 2016-05-02 11:20:20 -0700 | [diff] [blame] | 4 | '//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 | |
| 11 | osgi_jar_with_tests ( |
| 12 | deps = COMPILE_DEPS, |
Ray Milkey | 6033d43 | 2016-09-06 15:35:34 -0700 | [diff] [blame] | 13 | web_context = '/onos/demo', |
Thomas Vachuska | b002968 | 2017-08-23 17:55:53 -0700 | [diff] [blame] | 14 | api_title = 'Flow Throughput Demo', |
Ray Milkey | 6033d43 | 2016-09-06 15:35:34 -0700 | [diff] [blame] | 15 | api_version = '1.0', |
Thomas Vachuska | b002968 | 2017-08-23 17:55:53 -0700 | [diff] [blame] | 16 | api_description = 'REST API for Demo', |
Ray Milkey | 6033d43 | 2016-09-06 15:35:34 -0700 | [diff] [blame] | 17 | api_package = 'org.onosproject.demo', |
Ray Milkey | 1aaffb7 | 2016-05-02 11:20:20 -0700 | [diff] [blame] | 18 | ) |
| 19 | |
| 20 | onos_app ( |
Thomas Vachuska | b002968 | 2017-08-23 17:55:53 -0700 | [diff] [blame] | 21 | title = 'Flow Throughput Demo', |
| 22 | category = 'Test Utility', |
Ray Milkey | 1aaffb7 | 2016-05-02 11:20:20 -0700 | [diff] [blame] | 23 | url = 'http://onosproject.org', |
Ray Milkey | 6033d43 | 2016-09-06 15:35:34 -0700 | [diff] [blame] | 24 | description = 'APIs for interacting with the flow throughput test application.', |
Ray Milkey | 1aaffb7 | 2016-05-02 11:20:20 -0700 | [diff] [blame] | 25 | ) |