Skip to content

Commit

Permalink
Merge pull request #486 from DMTF/Add-CXL-versions
Browse files Browse the repository at this point in the history
Added CXL version enums to exception list
  • Loading branch information
mraineri authored Jan 22, 2025
2 parents 9975793 + cddc3fb commit b25c7f1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion redfish-repo-test/csdl-syntax-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,8 @@ let NonPascalCaseEnumAllowList = ['iSCSI', 'iQN', 'cSFP', 'FC_WWN', 'TX_RX', '
'ISO8859_1', 'UTF_8', 'UTF_16', 'UCS_2', 'RPCSEC_GSS', 'HMAC128_SHA224',
'HMAC192_SHA256', 'HMAC256_SHA384', 'HMAC384_SHA512', 'TLS_PSK', 'TLS_AES_128_GCM_SHA256',
'TLS_AES_256_GCM_SHA384', 'DC3_3V', 'DC1_8V', 'IEEE802_3ad', 'CFB128_AES192', 'CFB128_AES256',
'LPDDR5_SDRAM', 'PLDMv1_0', 'PLDMv1_1', 'PLDMv1_2', 'PLDMv1_3', 'eMMC'];
'LPDDR5_SDRAM', 'PLDMv1_0', 'PLDMv1_1', 'PLDMv1_2', 'PLDMv1_3', 'eMMC',
'CXL1_1', 'CXL2_0', 'CXL3_0', 'CXL3_1', 'CXL3_2'];
//Properties names that are non-Pascal Cased
const NonPascalCasePropertyWhiteList = ['iSCSIBoot'];
//Properties that have units but don't have the unit names in them
Expand Down
2 changes: 1 addition & 1 deletion redfish-repo-test/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "redfishrepotest",
"version": "0.7.1",
"version": "0.7.2",
"description": "A set of tests for Redfish Mockups, CSDL, OpenAPI, and JSON Schemas.",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit b25c7f1

Please sign in to comment.