blob: 16cc0afb0b41d345137c0ae4bdbdf53fd61c3e55 [file] [log] [blame]
Ray Milkey35ea5bf2018-07-17 15:28:44 -07001COMPILE_DEPS = CORE_DEPS + CLI + REST + [
2 "//core/store/serializers:onos-core-serializers",
3]
4
5osgi_jar_with_tests(
Ray Milkey0a209a12018-10-10 15:20:35 -07006 karaf_command_packages = ["org.onosproject.proxytest"],
Ray Milkey35ea5bf2018-07-17 15:28:44 -07007 deps = COMPILE_DEPS,
8)
9
10onos_app(
11 app_name = "org.onosproject.proxytest",
12 category = "Test Utility",
13 description = "Proxy test application.",
14 title = "Proxy Test",
15 url = "http://onosproject.org",
16)