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 error - RedfishYangExtensions.v1_0_0 needs OwningEntity and Release terms #53

Closed jcleung5549 closed 5 years ago

jcleung5549 commented 5 years ago
16) CSDL Tests
       metadata/RedfishYangExtensions_v1.xml
         All namespaces have OwningEntity:
     Error: Namespace RedfishYangExtensions.v1_0_0 lacks OwningEntity!
      at schemaOwningEntityCheck (node_modules\redfishrepotest\csdl-syntax-test.js:1530:15)
      at Context.it (node_modules\redfishrepotest\csdl-syntax-test.js:124:55)

17) CSDL Tests
       metadata/RedfishYangExtensions_v1.xml
         All versioned, non-errata namespaces have Release:
     Error: Namespace RedfishYangExtensions.v1_0_0 lacks Release term!
      at schemaReleaseCheck (node_modules\redfishrepotest\csdl-syntax-test.js:1555:15)
      at Context.it (node_modules\redfishrepotest\csdl-syntax-test.js:136:72)
mraineri commented 5 years ago

Since that file is constructed manually, I think we need to add those annotations to the file.

jcleung5549 commented 5 years ago

Added annotations.