blob: 52b97c7d99edf837f25de67f8e7b9f6e1b73a2e9 [file] [log] [blame]
Ray Milkey35ea5bf2018-07-17 15:28:44 -07001COMPILE_DEPS = CORE_DEPS + JACKSON + CLI
2
3osgi_jar_with_tests(
Ray Milkeybc762102018-10-03 11:46:26 -07004 karaf_command_packages = ["org.onosproject.events"],
Ray Milkey35ea5bf2018-07-17 15:28:44 -07005 resources = glob(["src/main/resources/**"]),
6 resources_root = "src/main/resources",
7 deps = COMPILE_DEPS,
8)
9
10onos_app(
11 category = "Test Utility",
12 description = "Allows recording and tracking of otherwise ephemeral ONOS core events. " +
13 "It is primarily aimed for supporting various system tests and to assure that expected " +
14 "events are raised and broadcast to applications that have requested them.",
15 title = "Event History",
16 url = "http://onosproject.org",
17)