blob: 12e888bfdf7f60be3a398171efa24b0599eae8db [file] [log] [blame]
Ray Milkeyf80bbb22016-03-11 10:16:22 -08001COMPILE_DEPS = [
2 '//lib:CORE_DEPS',
Ray Milkey446f4462017-08-17 15:36:01 -07003 '//lib:JACKSON',
Ray Milkeyf80bbb22016-03-11 10:16:22 -08004 '//lib:org.apache.karaf.shell.console',
5 '//cli:onos-cli',
6]
7
Ray Milkey1aaffb72016-05-02 11:20:20 -07008osgi_jar_with_tests (
Ray Milkeyf80bbb22016-03-11 10:16:22 -08009 deps = COMPILE_DEPS,
Ray Milkeyf80bbb22016-03-11 10:16:22 -080010 resources_root = 'src/main/resources',
11 resources = glob(['src/main/resources/**']),
12)
13
Ray Milkey1aaffb72016-05-02 11:20:20 -070014onos_app (
Thomas Vachuskab0029682017-08-23 17:55:53 -070015 title = 'Event History',
16 category = 'Test Utility',
Ray Milkey1aaffb72016-05-02 11:20:20 -070017 url = 'http://onosproject.org',
Thomas Vachuskab0029682017-08-23 17:55:53 -070018 description = 'Allows recording and tracking of otherwise ephemeral ONOS core events. ' +
19 'It is primarily aimed for supporting various system tests and to assure that expected ' +
20 'events are raised and broadcast to applications that have requested them.',
Ray Milkeyf80bbb22016-03-11 10:16:22 -080021)