Ray Milkey | 35ea5bf | 2018-07-17 15:28:44 -0700 | [diff] [blame] | 1 | COMPILE_DEPS = CORE_DEPS + CLI + REST + [ |
2 | "//apps/route-service/api:onos-apps-route-service-api", | ||||
3 | ] | ||||
4 | |||||
5 | osgi_jar_with_tests( | ||||
6 | deps = COMPILE_DEPS, | ||||
7 | ) | ||||
8 | |||||
9 | onos_app( | ||||
10 | app_name = "org.onosproject.routescale", | ||||
11 | category = "Test Utility", | ||||
12 | description = "Route and flow scalability test facility.", | ||||
13 | required_apps = ["org.onosproject.route-service"], | ||||
14 | title = "Route and Flow Scalability Test", | ||||
15 | url = "http://onosproject.org", | ||||
16 | ) |