commit | 13b16818241bf488d9e206f6e83aaf1e01c73245 | [log] [tgz] |
---|---|---|
author | Sean Condon <sean.condon@microsemi.com> | Thu Jan 25 10:31:49 2018 +0000 |
committer | Sean Condon <sean.condon@microsemi.com> | Sat Jan 27 11:16:26 2018 +0000 |
tree | 4c9a150eb048846a181cdebfb11a5ce593246d09 | |
parent | b757dbc4eb5a0fa964416096a969b9bf2d993a29 [diff] [blame] |
Add support for RESTCONF standard errors Change-Id: I74c0997bc8e06bc10c97cd610ff70c7a6aa68c8b
diff --git a/protocols/restconf/server/rpp/BUCK b/protocols/restconf/server/rpp/BUCK index 8f7bb52..faeeb6f 100644 --- a/protocols/restconf/server/rpp/BUCK +++ b/protocols/restconf/server/rpp/BUCK
@@ -9,7 +9,14 @@ '//apps/restconf/api:onos-apps-restconf-api', ] +TEST_DEPS = [ + '//lib:TEST_REST', + '//utils/osgi:onlab-osgi-tests', + '//web/api:onos-rest-tests', +] + osgi_jar_with_tests ( deps = COMPILE_DEPS, + test_deps = TEST_DEPS, web_context = '/onos/restconf', )