Ray Milkey

Fix netconf tests BUCK build

Change-Id: Id213d1e84d4ded0b529bb70ee4c0105415b7aa09
...@@ -4,7 +4,13 @@ COMPILE_DEPS = [ ...@@ -4,7 +4,13 @@ COMPILE_DEPS = [
4 '//protocols/netconf/api:onos-protocols-netconf-api' 4 '//protocols/netconf/api:onos-protocols-netconf-api'
5 ] 5 ]
6 6
7 +TEST_DEPS = [
8 + '//lib:TEST_ADAPTERS',
9 + '//utils/osgi:onlab-osgi-tests',
10 +]
11 +
7 osgi_jar_with_tests ( 12 osgi_jar_with_tests (
8 deps = COMPILE_DEPS, 13 deps = COMPILE_DEPS,
14 + test_deps = TEST_DEPS,
9 ) 15 )
10 16
......