utkarsh | 663d0eb | 2018-04-10 14:52:06 +0900 | [diff] [blame] | 1 | COMPILE_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 | ] | ||||
8 | osgi_jar ( | ||||
9 | deps = COMPILE_DEPS, | ||||
10 | ) | ||||
11 | onos_app ( | ||||
12 | title = 'Cluster HA Test', | ||||
13 | category = 'Cluster Test Utility', | ||||
14 | url = 'http://onosproject.org', | ||||
15 | description = 'Test for ONOS Cluster HA', | ||||
16 | ) |