[ONOS-7599] Test application to test cluster stability after multiple SDNC node reboots
Change-Id: Iedb57017d9247d13569b2ccfea559d905286acf3
diff --git a/apps/test/cluster-ha/BUCK b/apps/test/cluster-ha/BUCK
new file mode 100644
index 0000000..feb9b6b
--- /dev/null
+++ b/apps/test/cluster-ha/BUCK
@@ -0,0 +1,16 @@
+COMPILE_DEPS = [
+ '//lib:CORE_DEPS',
+ '//lib:org.apache.karaf.shell.console',
+ '//cli:onos-cli',
+ '//core/store/serializers:onos-core-serializers',
+ '//lib:KRYO',
+]
+osgi_jar (
+ deps = COMPILE_DEPS,
+)
+onos_app (
+ title = 'Cluster HA Test',
+ category = 'Cluster Test Utility',
+ url = 'http://onosproject.org',
+ description = 'Test for ONOS Cluster HA',
+)