Skip to content

Commit

Permalink
inventory test fixes
Browse files Browse the repository at this point in the history
Signed-off-by: LucaNicosia <[email protected]>
  • Loading branch information
LucaNicosia committed Feb 14, 2024
1 parent e3f76a1 commit d229d75
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/integration/sqcmds/common-samples/describe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -283,14 +283,14 @@ tests:
"If this entry is active or deleted"}, {"name": "deviceSession", "type": "timestamp",
"key": "", "display": "", "description": "Device boot session id"}, {"name": "hostname",
"type": "string", "key": 1, "display": 1, "description": "Hostname associated
with this entry"}, {"name": "model", "type": "string", "key": 3, "display": 3,
with this entry"}, {"name": "model", "type": "string", "key": "", "display": 3,
"description": "Model of the entry"}, {"name": "name", "type": "string", "key":
2, "display": 2, "description": "Name of inventory entry"}, {"name": "namespace",
"type": "string", "key": 0, "display": 0, "description": "Namespace associated
with this entry"}, {"name": "partNum", "type": "string", "key": 5, "display":
with this entry"}, {"name": "partNum", "type": "string", "key": "", "display":
"", "description": "Part number of entry"}, {"name": "partType", "type": "string",
"key": "", "display": 8, "description": "Type specific info such as optics and
such"}, {"name": "serial", "type": "string", "key": 4, "display": "", "description":
such"}, {"name": "serial", "type": "string", "key": "", "display": "", "description":
"Serial number of entry"}, {"name": "sqvers", "type": "string", "key": "", "display":
"", "description": "Schema version, not selectable"}, {"name": "status", "type":
"string", "key": "", "display": 4, "description": "Status of the entry"}, {"name":
Expand Down

0 comments on commit d229d75

Please sign in to comment.