Giter Site home page Giter Site logo

Comments (11)

mraineri avatar mraineri commented on August 25, 2024

Can you provide the output of /redfish/v1/? Can you also try with --debugging added to the test and provide the log file?

from redfish-service-validator.

xuwh6 avatar xuwh6 commented on August 25, 2024

output of /redfish/v1:
output of redfish_v1.txt

the log file with "--debugging":
ConformanceLog_09_25_2023_140150.txt

Thanks!

from redfish-service-validator.

mraineri avatar mraineri commented on August 25, 2024

Unfortunately that's not giving me much more detail... Based on your earlier trace, I'm wondering if it's getting stuck in a loop trying to parse the OEM schemas...

I'll see if I can make a branch to get more debug information to see what's going on here...

from redfish-service-validator.

mraineri avatar mraineri commented on August 25, 2024

Could you also try with --nooemcheck added? That should skip OEM testing (and hopefully also skip traversing OEM schema files).

from redfish-service-validator.

xuwh6 avatar xuwh6 commented on August 25, 2024

the log file with "--debugging" and "--nooemcheck":
ConformanceLog_09_27_2023_100630.txt

It doesn't seem to have changed much.

from redfish-service-validator.

xuwh6 avatar xuwh6 commented on August 25, 2024

Any update?

from redfish-service-validator.

mraineri avatar mraineri commented on August 25, 2024

@xuwh6 I just pushed the branch "Fix560-Tool-Stuck" to help trace down where it's getting stuck. Could you please run it and provide the output log file?

from redfish-service-validator.

xuwh6 avatar xuwh6 commented on August 25, 2024

the log file use the branch "Fix560-Tool-Stuck" with "--debugging" and "--nooemcheck":
ConformanceLog_11_01_2023_144234.txt

from redfish-service-validator.

mraineri avatar mraineri commented on August 25, 2024

@xuwh6 would you be able to provide the schema files "AMIServiceRoot" and "AMIConfigurations"? It's possible "AMIConfigurations" is also part of the same file as AMIServiceRoot. There should be a "SchemaFiles" where the tool places all local copies of the schema files. From the output, it looks like the AMIConfigurations definition is creating a loop; ultimately this would indicate the schema is not defined properly and breaks CSDL schema rules, but if I can get a copy of the file, I can harden the tool to escape from this.

from redfish-service-validator.

xuwh6 avatar xuwh6 commented on August 25, 2024

These file is *.xml file which are not supported to upload, I change them to *.txt. For your reference.
AMIServiceRoot:
AMIServiceRoot_v1.txt

AMIConfigurations:
AMIConfigurations_v1.txt

from redfish-service-validator.

mraineri avatar mraineri commented on August 25, 2024

Thanks; this does confirm the "AMIConfigurations" definition is broken. Line 21 of AMIConfigurations_v1.xml causes a schema definition loop (the type definition is pointing to itself as the parent definition). AMI needs to fix this schema definition, but at least I should be able to add logic to detect this (or other similar cases) to prevent the tool from hanging.

from redfish-service-validator.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.