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,
 )