DMTF / YANG-to-Redfish-Converter

This tool converts a YANG model file to the corresponding Redfish schema, specified in OData CSDL, in accordance with the YANG-to-CSDL Mapping Specification.
Other
4 stars 5 forks source link

Travis errors in openconfig_acl_v1.xml #47

Closed jcleung5549 closed 4 years ago

jcleung5549 commented 5 years ago

3 Error messages

jcleung5549 commented 5 years ago

With the yang-2019 branch, the error messages are down to 2:

 1) CSDL Tests
       metadata/openconfig_acl_v1.xml
         Complex Types Should Not Have Permissions:
     Error: Unable to locate type "oc_pkt_match_types.ethertype_type"
      at checkComplexTypePermissionsInSchema (node_modules\redfishrepotest\csdl-syntax-test.js:452:15)
      at complexTypesPermissions (node_modules\redfishrepotest\csdl-syntax-test.js:434:5)
      at Context.it (node_modules\redfishrepotest\csdl-syntax-test.js:106:64)

  2) CSDL Tests
       metadata/openconfig_acl_v1.xml
         All Annotation Terms are valid:
     Error: Unable to locate annotation term "oc_pkt_match_types.YangType"
      at checkAnnotationTerms (node_modules\redfishrepotest\csdl-syntax-test.js:566:13)
      at Context.it (node_modules\redfishrepotest\csdl-syntax-test.js:112:51)
jcleung5549 commented 4 years ago

Issue resolved in latest update to the emulator.