Ray Milkey | f80bbb2 | 2016-03-11 10:16:22 -0800 | [diff] [blame] | 1 | COMPILE_DEPS = [ |
| 2 | '//lib:CORE_DEPS', |
Ray Milkey | 446f446 | 2017-08-17 15:36:01 -0700 | [diff] [blame] | 3 | '//lib:JACKSON', |
Ray Milkey | f80bbb2 | 2016-03-11 10:16:22 -0800 | [diff] [blame] | 4 | '//lib:org.apache.karaf.shell.console', |
| 5 | '//cli:onos-cli', |
Ray Milkey | 446f446 | 2017-08-17 15:36:01 -0700 | [diff] [blame] | 6 | '//lib:joda-time', |
Ray Milkey | f80bbb2 | 2016-03-11 10:16:22 -0800 | [diff] [blame] | 7 | ] |
| 8 | |
Ray Milkey | 1aaffb7 | 2016-05-02 11:20:20 -0700 | [diff] [blame] | 9 | osgi_jar_with_tests ( |
Ray Milkey | f80bbb2 | 2016-03-11 10:16:22 -0800 | [diff] [blame] | 10 | deps = COMPILE_DEPS, |
Ray Milkey | f80bbb2 | 2016-03-11 10:16:22 -0800 | [diff] [blame] | 11 | resources_root = 'src/main/resources', |
| 12 | resources = glob(['src/main/resources/**']), |
| 13 | ) |
| 14 | |
Ray Milkey | 1aaffb7 | 2016-05-02 11:20:20 -0700 | [diff] [blame] | 15 | onos_app ( |
Thomas Vachuska | b002968 | 2017-08-23 17:55:53 -0700 | [diff] [blame] | 16 | title = 'Event History', |
| 17 | category = 'Test Utility', |
Ray Milkey | 1aaffb7 | 2016-05-02 11:20:20 -0700 | [diff] [blame] | 18 | url = 'http://onosproject.org', |
Thomas Vachuska | b002968 | 2017-08-23 17:55:53 -0700 | [diff] [blame] | 19 | 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 Milkey | f80bbb2 | 2016-03-11 10:16:22 -0800 | [diff] [blame] | 22 | ) |