commit | 4b9958b6636afd3d0c4698bf3cf6cbacc153c466 | [log] [tgz] |
---|---|---|
author | You Wang <you@onlab.us> | Thu Sep 01 16:16:49 2016 -0700 |
committer | You Wang <you@onlab.us> | Thu Sep 01 16:17:49 2016 -0700 |
tree | 9442b7a16483e10daa7c5e2e9989f9870a5f3860 | |
parent | 307a21ecd378c0735388078c29635b814b415b10 [diff] [blame] |
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',