mirror of
https://github.com/opennetworkinglab/onos.git
synced 2025-10-17 10:21:52 +02:00
Fix for ONOS-5220 - Enable REST API for demo app
Change-Id: Ibdfae20dfcf382113d56cd228baca5b734efe3f6
This commit is contained in:
parent
4275587991
commit
6033d43b3f
@ -9,11 +9,17 @@ COMPILE_DEPS = [
|
||||
|
||||
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.',
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user