commit | 576f09cf9fe012017c2ee6d8eea695206e1c869c | [log] [tgz] |
---|---|---|
author | Michele Santuari <michele.santuari@create-net.org> | Wed Sep 28 14:20:00 2016 +0200 |
committer | Gerrit Code Review <gerrit@onlab.us> | Fri Nov 11 16:19:37 2016 +0000 |
tree | 5a881c3e0dc4e95b701a8bc25e08c291b43e0cfa | |
parent | 89c9ca9a1860cd658305d1ee5ae7cda15ff7a9a6 [diff] [blame] |
netconf provider basic unitest and fix ONOS-5532 Change-Id: I31f31ae5bea580d0cd5ee05bf88339002ea741fc
diff --git a/providers/netconf/device/BUCK b/providers/netconf/device/BUCK index c8d3fb5..2e462ff 100644 --- a/providers/netconf/device/BUCK +++ b/providers/netconf/device/BUCK
@@ -4,6 +4,11 @@ '//protocols/netconf/api:onos-protocols-netconf-api', ] +TEST_DEPS = [ + '//lib:TEST_ADAPTERS', +] + osgi_jar_with_tests ( deps = COMPILE_DEPS, + test_deps = TEST_DEPS, )