opencomputeproject / HWMgmt-OCP-Profiles

A place where all the OCP profiles are a placed. Issues can be submitted/resolved and modifications can be reviewed/merged
Apache License 2.0
14 stars 14 forks source link

Incorrect format for RequiredProfiles #3

Closed mgarrett33 closed 5 years ago

mgarrett33 commented 5 years ago

The proper version string format for MinVersion should be with dots instead of underscores. e.g.

"RequiredProfiles": {
    "OCPBaselineHardwareManagement": {
        "MinVersion": "1.0.0"
    }
},

The current version is "1_0_0" which causes the Redfish Interop Validation tool to crash.