blob: 5944e342381c840e1d56ba9374ebbe69ec49c2ff [file] [log] [blame]
Ray Milkeyf80bbb22016-03-11 10:16:22 -08001COMPILE_DEPS = [
2 '//lib:CORE_DEPS',
3 '//lib:org.apache.karaf.shell.console',
4 '//cli:onos-cli',
5]
6
Ray Milkey1aaffb72016-05-02 11:20:20 -07007osgi_jar_with_tests (
Ray Milkeyf80bbb22016-03-11 10:16:22 -08008 deps = COMPILE_DEPS,
Ray Milkeyf80bbb22016-03-11 10:16:22 -08009 resources_root = 'src/main/resources',
10 resources = glob(['src/main/resources/**']),
11)
12
Ray Milkey1aaffb72016-05-02 11:20:20 -070013onos_app (
Thomas Vachuska7c45e282017-08-23 17:55:53 -070014 title = 'Event History',
15 category = 'Test Utility',
Ray Milkey1aaffb72016-05-02 11:20:20 -070016 url = 'http://onosproject.org',
Thomas Vachuska7c45e282017-08-23 17:55:53 -070017 description = 'Allows recording and tracking of otherwise ephemeral ONOS core events. ' +
18 'It is primarily aimed for supporting various system tests and to assure that expected ' +
19 'events are raised and broadcast to applications that have requested them.',
Ray Milkeyf80bbb22016-03-11 10:16:22 -080020)