blob: a21999ded509f4eecf00f76bab6e9f7ecfbdf85a [file] [log] [blame]
COMPILE_DEPS = [
'//lib:CORE_DEPS',
'//lib:KRYO',
'//core/store/serializers:onos-core-serializers',
'//core/store/primitives:onos-core-primitives',
'//core/api:onos-api',
'//lib:org.apache.karaf.shell.console',
'//cli:onos-cli',
'//drivers/default:onos-drivers-default',
]
TEST_DEPS = [
'//lib:TEST_ADAPTERS',
'//utils/misc:onlab-misc',
]
osgi_jar_with_tests (
deps = COMPILE_DEPS,
test_deps = TEST_DEPS,
)
onos_app (
title = 'Trellis Troubleshooting Toolkit',
category = 'Utilities',
url = 'https://wiki.opencord.org/pages/viewpage.action?pageId=4456974',
description = 'Provides static analysis of flows and groups ' +
'to determine the possible paths a packet may take.',
)