blob: 0142518ed311c98adc04f06505b6d4a26743aa0f [file] [log] [blame]
Ray Milkey35ea5bf2018-07-17 15:28:44 -07001COMPILE_DEPS = CORE_DEPS + JACKSON + REST + [
2 "//apps/vtn/vtnrsc:onos-apps-vtn-vtnrsc",
3]
4
5TEST_DEPS = TEST_REST + [
6 "@minimal_json//jar",
7 "//utils/osgi:onlab-osgi-tests",
8 "//web/api:onos-rest-tests",
9]
10
11osgi_jar_with_tests(
12 exclude_tests = ["org.onosproject.vtnweb.resources.VtnResourceTest"],
13 test_deps = TEST_DEPS,
14 web_context = "/onos/vtn",
15 deps = COMPILE_DEPS,
16)