Ray Milkey

Fix netconf tests BUCK build

Change-Id: Id213d1e84d4ded0b529bb70ee4c0105415b7aa09
......@@ -4,7 +4,13 @@ COMPILE_DEPS = [
'//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,
)
......