commit | c9897c8076406a819176361a6ae245f99b2155b6 | [log] [tgz] |
---|---|---|
author | Ray Milkey <ray@opennetworking.org> | Mon Oct 01 15:23:04 2018 -0700 |
committer | Ray Milkey <ray@opennetworking.org> | Tue Oct 02 15:46:28 2018 +0000 |
tree | 23a466d7a797a71b371742f039d533f75fd5616e | |
parent | 9dcc0e8b6d3f9185ab24406bd6ad11b75e5a24b7 [diff] |
Add CLI commands for the distributed primitives app Change-Id: I6c5857615e6037ce86f442d27a6b5580afdffc95
diff --git a/apps/test/distributed-primitives/BUILD b/apps/test/distributed-primitives/BUILD index 09ab1c4..025e053 100644 --- a/apps/test/distributed-primitives/BUILD +++ b/apps/test/distributed-primitives/BUILD
@@ -5,6 +5,7 @@ ] osgi_jar( + karaf_command_packages = ["org.onosproject.distributedprimitives.cli"], deps = COMPILE_DEPS, )