Fix yangparser invocation 66/120666/1
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:45:33 +0000 (17:45 +0000)
commit43228cc2a7f06d5e1b6e398023684c80d9ed1270
tree1128649a01f6da9e4941adfb30f1e95715aa14d9
parent19c7de1f524478ea351f4d2dcd76508455a75ba8
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]