blob: feb9b6b676ec797ceab8756adcf5de3f21d522ab [file] [log] [blame]
utkarsh663d0eb2018-04-10 14:52:06 +09001COMPILE_DEPS = [
2 '//lib:CORE_DEPS',
3 '//lib:org.apache.karaf.shell.console',
4 '//cli:onos-cli',
5 '//core/store/serializers:onos-core-serializers',
6 '//lib:KRYO',
7]
8osgi_jar (
9 deps = COMPILE_DEPS,
10)
11onos_app (
12 title = 'Cluster HA Test',
13 category = 'Cluster Test Utility',
14 url = 'http://onosproject.org',
15 description = 'Test for ONOS Cluster HA',
16)