Fix for ONOS-5220 - Enable REST API for demo app
Change-Id: Ibdfae20dfcf382113d56cd228baca5b734efe3f6
diff --git a/apps/test/demo/BUCK b/apps/test/demo/BUCK
index 0993ed4..9a9c976 100644
--- a/apps/test/demo/BUCK
+++ b/apps/test/demo/BUCK
@@ -9,11 +9,17 @@
osgi_jar_with_tests (
deps = COMPILE_DEPS,
+ web_context = '/onos/demo',
+ api_title = 'Flow Throughput Demo App',
+ api_version = '1.0',
+ api_description = 'REST API for Demo App',
+ api_package = 'org.onosproject.demo',
+ debug = False,
)
onos_app (
title = 'Flow Throughput Demo App',
category = 'Test',
url = 'http://onosproject.org',
- description = 'Flow throughput test application.',
+ description = 'APIs for interacting with the flow throughput test application.',
)