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