Fix app name for intentperf with BUCK

Change-Id: I3dadacabfbfb10e9f462ba22ed585eada0db736e
diff --git a/apps/test/intent-perf/BUCK b/apps/test/intent-perf/BUCK
index a57a16a..c1e5710 100644
--- a/apps/test/intent-perf/BUCK
+++ b/apps/test/intent-perf/BUCK
@@ -12,6 +12,7 @@
 )
 
 onos_app (
+    app_name = 'org.onosproject.intentperf',
     title = 'Intent Performance Test App',
     category = 'Test',
     url = 'http://onosproject.org',