Ray Milkey | 35ea5bf | 2018-07-17 15:28:44 -0700 | [diff] [blame] | 1 | COMPILE_DEPS = CORE_DEPS + CLI + REST + [ |
| 2 | "//core/store/serializers:onos-core-serializers", |
| 3 | ] |
| 4 | |
| 5 | osgi_jar_with_tests( |
Ray Milkey | e8e1bb7 | 2018-10-10 15:16:30 -0700 | [diff] [blame] | 6 | karaf_command_packages = ["org.onosproject.primitiveperf"], |
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.primitiveperf", |
| 12 | category = "Test Utility", |
| 13 | description = "Primitive performance test application.", |
| 14 | title = "Primitive Performance Test", |
| 15 | url = "http://onosproject.org", |
| 16 | ) |