Fix buck tests
Change-Id: I3d681e6e5c1d3e98c87ccb3d20a619b216ae6133
diff --git a/providers/bgp/topology/BUCK b/providers/bgp/topology/BUCK
index 59e56f6..3d3aad6 100644
--- a/providers/bgp/topology/BUCK
+++ b/providers/bgp/topology/BUCK
@@ -8,10 +8,11 @@
'//lib:CORE_DEPS',
'//protocols/bgp/api:onos-bgp-api',
'//protocols/bgp/bgpio:onos-bgpio',
+ '//incubator/store:onos-incubator-store',
]
TEST_DEPS = [
- '//lib:TEST',
+ '//lib:TEST_ADAPTERS',
]
osgi_jar(
diff --git a/providers/lldp/BUCK b/providers/lldp/BUCK
index 3e40240..ce40918 100644
--- a/providers/lldp/BUCK
+++ b/providers/lldp/BUCK
@@ -10,7 +10,7 @@
]
TEST_DEPS = [
- '//lib:TEST',
+ '//lib:TEST_ADAPTERS',
]
osgi_jar(
diff --git a/providers/netcfglinks/BUCK b/providers/netcfglinks/BUCK
index e30244e..78866ad 100644
--- a/providers/netcfglinks/BUCK
+++ b/providers/netcfglinks/BUCK
@@ -10,7 +10,7 @@
]
TEST_DEPS = [
- '//lib:TEST',
+ '//lib:TEST_ADAPTERS',
]
osgi_jar(
diff --git a/providers/openflow/device/BUCK b/providers/openflow/device/BUCK
index 56244d1..4b87aa4 100644
--- a/providers/openflow/device/BUCK
+++ b/providers/openflow/device/BUCK
@@ -11,7 +11,7 @@
]
TEST_DEPS = [
- '//lib:TEST',
+ '//lib:TEST_ADAPTERS',
]
osgi_jar(
diff --git a/providers/pcep/tunnel/BUCK b/providers/pcep/tunnel/BUCK
index f98afa9..3bf97b6 100644
--- a/providers/pcep/tunnel/BUCK
+++ b/providers/pcep/tunnel/BUCK
@@ -15,7 +15,7 @@
]
TEST_DEPS = [
- '//lib:TEST',
+ '//lib:TEST_ADAPTERS',
]
osgi_jar(