blob: d1ebbc9e82be9ab70f4bb0171c7b99484707af4b [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',
Thomas Vachuskaca0b5df2018-06-22 16:24:47 -070013 category = 'Test Utility',
utkarsh663d0eb2018-04-10 14:52:06 +090014 url = 'http://onosproject.org',
15 description = 'Test for ONOS Cluster HA',
16)