Closed bfussell closed 4 years ago
I'm trying to make sure proper specifics show up on the webpage, but they don't seem to show up. For example, the OE metadata submitted was:
"operating_environments": [ { "name": "Cisco FOM 7.2 Cryptographic Algorithm", "dependencies" : [ { "name": "Cavium Octeon CN5230”, "type": "cpu", "family": "MIPS", "description" : "none" } ], }
All I see on the webpage is:
Cisco FOM 7.2 Cryptographic Algorithm cpu
Is it possible that cpu is no longer a recognized type ? It's still in the spec. Most other validations use "processor" for type. Should I use "manufacturer" and "series" to convey that information instead of "name" ?
"processor' type field enabled the display of the dependency information
I'm trying to make sure proper specifics show up on the webpage, but they don't seem to show up. For example, the OE metadata submitted was:
All I see on the webpage is:
Cisco FOM 7.2 Cryptographic Algorithm cpu
Is it possible that cpu is no longer a recognized type ? It's still in the spec. Most other validations use "processor" for type. Should I use "manufacturer" and "series" to convey that information instead of "name" ?