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, |
| 13 | ) |
| 14 | |
| 15 | onos_app ( |
You Wang | 4b9958b | 2016-09-01 16:16:49 -0700 | [diff] [blame] | 16 | app_name = 'org.onosproject.intentperf', |
Ray Milkey | 1aaffb7 | 2016-05-02 11:20:20 -0700 | [diff] [blame] | 17 | title = 'Intent Performance Test App', |
| 18 | category = 'Test', |
| 19 | url = 'http://onosproject.org', |
| 20 | description = 'Intent performance test application.', |
| 21 | ) |