blob: 52fd3a972fa219ad558ea747c1992eeb7e17de0f [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',
Ray Milkey446f4462017-08-17 15:36:01 -07006 '//lib:joda-time',
Ray Milkeyf80bbb22016-03-11 10:16:22 -08007]
8
Ray Milkey1aaffb72016-05-02 11:20:20 -07009osgi_jar_with_tests (
Ray Milkeyf80bbb22016-03-11 10:16:22 -080010 deps = COMPILE_DEPS,
Ray Milkeyf80bbb22016-03-11 10:16:22 -080011 resources_root = 'src/main/resources',
12 resources = glob(['src/main/resources/**']),
13)
14
Ray Milkey1aaffb72016-05-02 11:20:20 -070015onos_app (
Thomas Vachuskab0029682017-08-23 17:55:53 -070016 title = 'Event History',
17 category = 'Test Utility',
Ray Milkey1aaffb72016-05-02 11:20:20 -070018 url = 'http://onosproject.org',
Thomas Vachuskab0029682017-08-23 17:55:53 -070019 description = 'Allows recording and tracking of otherwise ephemeral ONOS core events. ' +
20 'It is primarily aimed for supporting various system tests and to assure that expected ' +
21 'events are raised and broadcast to applications that have requested them.',
Ray Milkeyf80bbb22016-03-11 10:16:22 -080022)