blob: 167e717fc1e870c8186b1343f109e8ebb714f14e [file] [log] [blame]
Ray Milkey35ea5bf2018-07-17 15:28:44 -07001COMPILE_DEPS = CORE_DEPS + KRYO + CLI + [
2 "//core/store/serializers:onos-core-serializers",
3]
4
5osgi_jar_with_tests(
6 exclude_tests = [
7 "org/onosproject/vtnrsc/util/VtnEventuallyConsistentMapTest",
8 "org/onosproject/vtnrsc/util/VtnStorageServiceTest",
9 ],
Ray Milkeyeeb6fb42018-10-10 15:51:02 -070010 karaf_command_packages = [
11 "org.onosproject.vtnrsc.cli",
12 "org.onosproject.vtnrsc.cli.virtualport",
13 "org.onosproject.vtnrsc.cli.subnet",
14 "org.onosproject.vtnrsc.cli.routerinterface",
15 "org.onosproject.vtnrsc.cli.router",
16 "org.onosproject.vtnrsc.cli.network",
17 "org.onosproject.vtnrsc.cli.floatingip",
18 ],
Ray Milkey35ea5bf2018-07-17 15:28:44 -070019 test_deps = TEST_REST,
20 deps = COMPILE_DEPS,
21)