Thomas Vachuska | a8e7477 | 2018-02-26 11:33:35 -0800 | [diff] [blame] | 1 | COMPILE_DEPS = [ |
| 2 | '//lib:CORE_DEPS', |
| 3 | '//lib:org.apache.karaf.shell.console', |
| 4 | '//cli:onos-cli', |
| 5 | '//utils/rest:onlab-rest', |
| 6 | '//apps/route-service/api:onos-apps-route-service-api', |
| 7 | ] |
| 8 | |
| 9 | osgi_jar_with_tests ( |
| 10 | deps = COMPILE_DEPS, |
| 11 | ) |
| 12 | |
| 13 | onos_app ( |
| 14 | app_name = 'org.onosproject.routescale', |
| 15 | title = 'Route and Flow Scalability Test', |
| 16 | category = 'Test Utility', |
| 17 | url = 'http://onosproject.org', |
| 18 | description = 'Route and flow scalability test facility.', |
| 19 | required_apps = [ 'org.onosproject.route-service' ], |
| 20 | ) |