Fix yangparser invocation 53/120653/2
authorDan Timoney <dtimoney@att.com>
Wed, 14 Apr 2021 18:15:41 +0000 (14:15 -0400)
committerDan Timoney <dtimoney@att.com>
Mon, 19 Apr 2021 17:38:00 +0000 (13:38 -0400)
commit4d25c03d4f67171e44b05d7fe0451b2b60cc4574
tree740f55219e70e589e62dc26bf723b441e9d9bc7a
parentb8cd77554a20a0924276e4e05f401b7643685537
Fix yangparser invocation

Fix YangParser invocation in restconf-provider to address breaking
change in ODL Aluminum release.

Issue-ID: SDNC-1515
Signed-off-by: Dan Timoney <dtimoney@att.com>
Change-Id: I9974889bfa9bbd11077c95275c0cb8ba59b1b0bb
20 files changed:
plugins/restconf-client/provider/pom.xml
plugins/restconf-client/provider/src/main/java/org/onap/ccsdk/sli/plugins/restconfapicall/RestconfApiCallNode.java
plugins/restconf-client/provider/src/main/java/org/onap/ccsdk/sli/plugins/restconfapicall/RestconfApiUtils.java
plugins/restconf-client/provider/src/main/resources/org/opendaylight/blueprint/restconf-client-blueprint.xml
plugins/restconf-client/provider/src/test/java/org/onap/ccsdk/sli/plugins/restconfapicall/TestRestconfApiUtils.java [new file with mode: 0644]
plugins/restconf-client/provider/src/test/java/org/onap/ccsdk/sli/plugins/restconfdiscovery/TestRestconfDiscoveryNode.java
plugins/restconf-client/provider/src/test/java/org/onap/ccsdk/sli/plugins/yangserializers/dfserializer/DataFormatSerializerTest.java
plugins/restconf-client/provider/src/test/java/org/onap/ccsdk/sli/plugins/yangserializers/dfserializer/IdentifierValidationTest.java
plugins/restconf-client/provider/src/test/test-yang/SLI-API/sliapi.yang [new file with mode: 0644]
plugins/restconf-client/provider/src/test/test-yang/cds/execution-service.yang [new file with mode: 0644]
plugins/restconf-client/provider/src/test/test-yang/notification/ietf-subscribed-notifications.yang [new file with mode: 0644]
plugins/restconf-client/provider/src/test/test-yang/sotn/ietf-eth-tran-service@2018-03-01.yang [new file with mode: 0644]
plugins/restconf-client/provider/src/test/test-yang/sotn/ietf-eth-tran-types@2018-05-24.yang [new file with mode: 0644]
plugins/restconf-client/provider/src/test/test-yang/sotn/ietf-inet-types.yang [new file with mode: 0644]
plugins/restconf-client/provider/src/test/test-yang/sotn/ietf-otn-tunnel@2018-06-07.yang [new file with mode: 0644]
plugins/restconf-client/provider/src/test/test-yang/sotn/ietf-otn-types@2018-06-07.yang [new file with mode: 0644]
plugins/restconf-client/provider/src/test/test-yang/sotn/ietf-routing-types@2017-10-13.yang [new file with mode: 0644]
plugins/restconf-client/provider/src/test/test-yang/sotn/ietf-te-types@2018-07-01.yang [new file with mode: 0644]
plugins/restconf-client/provider/src/test/test-yang/sotn/ietf-te@2018-03-03.yang [new file with mode: 0644]
plugins/restconf-client/provider/src/test/test-yang/sotn/ietf-yang-types.yang [new file with mode: 0644]