Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Attribute field bitInfo missing from JSON in 32 and 64-bit Firmware Image for Switches #195

Open
hkapoor23 opened this issue Feb 26, 2025 · 0 comments
Labels
bug Something isn't working

Comments

@hkapoor23
Copy link

(use upvote 👍 for attentions)
Describe the bug
Upgrading from 5.3(2e) to 6.0(8f) get this error:
[Check 14/67] 32 and 64-Bit Firmware Image for Switches...
Error: 'bitInfo'... ERROR !!

There is no attribute 'bitInfo' in the firmwareFirmware json , that is why giving that error
Script output
A snippet of the script output that shows the behavior that appears to be a bug
{
"firmwareFirmware": {
"attributes": {
"annotation": "",
"autoloadCatalog": "no",
"checksum": "bd209171a1b8e57811998cf52eb0f644",
"childAction": "",
"deleteIt": "no",
"description": "",
"dn": "fwrepo/fw-aci-n9000-system.16.0.8f.bin",
"dnldStatus": "downloaded",
"downloadDate": "2025-02-25T14:46:43.036-06:00",
"extMngdBy": "",
"fullVersion": "n9000-16.0(8f)",
"iUrl": "\/var\/run\/mgmt\/fwrepos\/fwrepo\/aci-n9000-dk9.16.0.8f.bin",
"isoname": "aci-n9000-dk9.16.0.8f.bin",
"latest": "no",
"lcOwn": "local",
"minorVersion": "(8f)",
"modTs": "2025-02-25T14:52:18.022-06:00",
"name": "aci-n9000-system.16.0.8f.bin",
"releaseDate": "2024-11-27T08:00:04.000-06:00",
"size": "2566808832",
"size64": "2566808832",
"status": "",
"syncComplete": "111",
"type": "switch",
"uid": "0",
"url": "\/fwrepo\/aci-n9000-dk9.16.0.8f.bin",
"userdom": "all",
"version": "16.0"
}
}
},

To Reproduce
Steps to reproduce the behavior such as:

  1. Run the script on version 5.3(2e) with target version 6.0(8f)

The attribute bitInfo is clearly missing

Expected behavior
The bitInfo attribute in the JSON to show whether it is a 32 or 64 bit image , which there clearly isn't.

Additional context
Add any other context about the problem here.

@hkapoor23 hkapoor23 added the bug Something isn't working label Feb 26, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant