blob: d0853d443c53c2917805dab0b98150b91b6275af [file] [log] [blame]
Thomas Vachuskaa8e74772018-02-26 11:33:35 -08001COMPILE_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
9osgi_jar_with_tests (
10 deps = COMPILE_DEPS,
11)
12
13onos_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)