blob: a21999ded509f4eecf00f76bab6e9f7ecfbdf85a [file] [log] [blame]
Simon Hunt6fefd852017-11-13 17:09:43 -08001COMPILE_DEPS = [
2 '//lib:CORE_DEPS',
3 '//lib:KRYO',
4 '//core/store/serializers:onos-core-serializers',
5 '//core/store/primitives:onos-core-primitives',
6 '//core/api:onos-api',
7 '//lib:org.apache.karaf.shell.console',
8 '//cli:onos-cli',
Andrea Campanella01e886e2017-12-15 15:27:31 +01009 '//drivers/default:onos-drivers-default',
10]
11
12TEST_DEPS = [
13 '//lib:TEST_ADAPTERS',
14 '//utils/misc:onlab-misc',
Simon Hunt6fefd852017-11-13 17:09:43 -080015]
16
17osgi_jar_with_tests (
18 deps = COMPILE_DEPS,
Andrea Campanella01e886e2017-12-15 15:27:31 +010019 test_deps = TEST_DEPS,
Simon Hunt6fefd852017-11-13 17:09:43 -080020)
21
22onos_app (
23 title = 'Trellis Troubleshooting Toolkit',
Andrea Campanella01e886e2017-12-15 15:27:31 +010024 category = 'Utilities',
25 url = 'https://wiki.opencord.org/pages/viewpage.action?pageId=4456974',
Simon Hunt6fefd852017-11-13 17:09:43 -080026 description = 'Provides static analysis of flows and groups ' +
27 'to determine the possible paths a packet may take.',
28)