You Wang

Fix app name for intentperf with BUCK

Change-Id: I3dadacabfbfb10e9f462ba22ed585eada0db736e
...@@ -12,6 +12,7 @@ osgi_jar_with_tests ( ...@@ -12,6 +12,7 @@ osgi_jar_with_tests (
12 ) 12 )
13 13
14 onos_app ( 14 onos_app (
15 + app_name = 'org.onosproject.intentperf',
15 title = 'Intent Performance Test App', 16 title = 'Intent Performance Test App',
16 category = 'Test', 17 category = 'Test',
17 url = 'http://onosproject.org', 18 url = 'http://onosproject.org',
......