Updating BUCK files

Change-Id: I24f279b42a270e59cf4bf4564e2aa4d81459c8e2
diff --git a/providers/netconf/device/BUCK b/providers/netconf/device/BUCK
index 569ee07..c8d3fb5 100644
--- a/providers/netconf/device/BUCK
+++ b/providers/netconf/device/BUCK
@@ -4,6 +4,6 @@
     '//protocols/netconf/api:onos-protocols-netconf-api',
 ]
 
-osgi_jar(
+osgi_jar_with_tests (
     deps = COMPILE_DEPS,
 )
diff --git a/providers/openflow/base/BUCK b/providers/openflow/base/BUCK
index a621b93..417d09f 100644
--- a/providers/openflow/base/BUCK
+++ b/providers/openflow/base/BUCK
@@ -10,6 +10,7 @@
 ]
 
 onos_app (
+    app_name = 'org.onosproject.openflow-base',
     title = 'OpenFlow Provider',
     category = 'Provider',
     url = 'http://onosproject.org',