Saritha | 80cb854 | 2019-12-09 10:39:20 +0530 | [diff] [blame] | 1 | COMPILE_DEPS = CORE_DEPS + CLI + [ |
| 2 | "@org_apache_karaf_bundle_core//jar", |
Parvathi MH | ce78917 | 2020-04-14 10:55:45 +0530 | [diff] [blame] | 3 | "@sigar//jar", |
| 4 | "@jackson_databind//jar", |
Saritha | 80cb854 | 2019-12-09 10:39:20 +0530 | [diff] [blame] | 5 | ] |
| 6 | |
| 7 | osgi_jar_with_tests( |
| 8 | karaf_command_packages = [ |
| 9 | "org.onosproject.diagnosis.cli", |
| 10 | "org.onosproject.diagnosis.impl", |
| 11 | ], |
| 12 | deps = COMPILE_DEPS, |
| 13 | ) |
| 14 | |
| 15 | onos_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 | ) |