commit | 94c3155ab80591e0892863405ec1c8b728b13b7b | [log] [tgz] |
---|---|---|
author | Ray Milkey <ray@onlab.us> | Wed Apr 27 15:36:05 2016 -0700 |
committer | Ray Milkey <ray@onlab.us> | Wed Apr 27 15:36:05 2016 -0700 |
tree | 121d714189a5da75876e611d129da06976be04a4 | |
parent | db01621f1e3bbbc4bf00af5ad1d0e963ef47fb67 [diff] [blame] |
Fix netconf tests BUCK build Change-Id: Id213d1e84d4ded0b529bb70ee4c0105415b7aa09
diff --git a/protocols/netconf/ctl/BUCK b/protocols/netconf/ctl/BUCK index 6c11e25..209e29d 100644 --- a/protocols/netconf/ctl/BUCK +++ b/protocols/netconf/ctl/BUCK
@@ -4,7 +4,13 @@ '//protocols/netconf/api:onos-protocols-netconf-api' ] +TEST_DEPS = [ + '//lib:TEST_ADAPTERS', + '//utils/osgi:onlab-osgi-tests', +] + osgi_jar_with_tests ( deps = COMPILE_DEPS, + test_deps = TEST_DEPS, )