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