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( |
Ray Milkey | 90d18e6 | 2018-10-10 15:24:45 -0700 | [diff] [blame] | 6 | karaf_command_packages = ["org.onosproject.routescale"], |
Ray Milkey | 35ea5bf | 2018-07-17 15:28:44 -0700 | [diff] [blame] | 7 | deps = COMPILE_DEPS, |
| 8 | ) |
| 9 | |
| 10 | onos_app( |
| 11 | app_name = "org.onosproject.routescale", |
| 12 | category = "Test Utility", |
| 13 | description = "Route and flow scalability test facility.", |
| 14 | required_apps = ["org.onosproject.route-service"], |
| 15 | title = "Route and Flow Scalability Test", |
| 16 | url = "http://onosproject.org", |
| 17 | ) |