blob: 6bc723e885ddefe7d178b4cf6c86a6e11acc14bf [file] [log] [blame]
Saritha80cb8542019-12-09 10:39:20 +05301COMPILE_DEPS = CORE_DEPS + CLI + [
2 "@org_apache_karaf_bundle_core//jar",
3]
4
5osgi_jar_with_tests(
6 karaf_command_packages = [
7 "org.onosproject.diagnosis.cli",
8 "org.onosproject.diagnosis.impl",
9 ],
10 deps = COMPILE_DEPS,
11)
12
13onos_app(
14 name = "onos-apps-node-diagnosis",
15 app_name = "org.onosproject.node-diagnosis",
16 category = "Utility",
17 description = "Controller node diagnosis application. Diagnosis the node errors and trys to recover it.",
18 title = "Controller node diagnosis Application",
19 url = "http://onosproject.org",
20)