Add test application for node/mastership based remote Java proxies
Change-Id: I90a7d03016d331f07c7f05ba355514c46a5e4b4f
diff --git a/apps/test/proxy/BUCK b/apps/test/proxy/BUCK
new file mode 100644
index 0000000..4b443d3
--- /dev/null
+++ b/apps/test/proxy/BUCK
@@ -0,0 +1,20 @@
+COMPILE_DEPS = [
+ '//lib:CORE_DEPS',
+ '//lib:org.apache.karaf.shell.console',
+ '//cli:onos-cli',
+ '//utils/rest:onlab-rest',
+ '//lib:javax.ws.rs-api',
+ '//core/store/serializers:onos-core-serializers',
+]
+
+osgi_jar_with_tests (
+ deps = COMPILE_DEPS,
+)
+
+onos_app (
+ app_name = 'org.onosproject.proxytest',
+ title = 'Proxy Test',
+ category = 'Test Utility',
+ url = 'http://onosproject.org',
+ description = 'Proxy test application.',
+)