blob: 41744243e85c0d87d46cfa11fc3aa4b073b0c300 [file] [log] [blame]
Ray Milkey35ea5bf2018-07-17 15:28:44 -07001COMPILE_DEPS = CORE_DEPS + CLI + KRYO + [
2 "//core/store/serializers:onos-core-serializers",
3]
4
5osgi_jar(
Ray Milkey7c27f902018-10-10 14:37:08 -07006 karaf_command_packages = ["org.onosproject.clusterha.cli"],
Ray Milkey35ea5bf2018-07-17 15:28:44 -07007 deps = COMPILE_DEPS,
8)
9
10onos_app(
11 category = "Test Utility",
12 description = "Test for ONOS Cluster HA",
13 title = "Cluster HA Test",
14 url = "http://onosproject.org",
15)