Jian Li | d486a73 | 2018-08-03 00:32:11 +0900 | [diff] [blame] | 1 | COMPILE_DEPS = CORE_DEPS + JACKSON + KRYO + CLI + REST + [ |
| 2 | "//apps/openstacktroubleshoot/api:onos-apps-openstacktroubleshoot-api", |
| 3 | ] |
| 4 | |
| 5 | TEST_DEPS = TEST_ADAPTERS + TEST_REST + [ |
| 6 | "//core/api:onos-api-tests", |
| 7 | "//core/common:onos-core-common-tests", |
| 8 | "//web/api:onos-rest-tests", |
| 9 | ] |
| 10 | |
| 11 | osgi_jar_with_tests( |
| 12 | api_description = "REST API for OpenStack Troubleshoot", |
| 13 | api_package = "org.onosproject.openstacktroubleshoot.web", |
| 14 | api_title = "OpenStack Troubleshoot API", |
| 15 | api_version = "1.0", |
| 16 | test_deps = TEST_DEPS, |
| 17 | web_context = "/onos/openstacktroubleshoot", |
| 18 | deps = COMPILE_DEPS, |
| 19 | ) |