You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description
As part of implementation in #4950 it was validated, that XSD is respected and entitites, which are expected to appear as multiple instances, must be represented as an array even if there is none or a single one. E.g., DISK, NIC, ...
A manual validation on 6.0.3 / CentOS 8 revels it's not true anymore:
Description
As part of implementation in #4950 it was validated, that XSD is respected and entitites, which are expected to appear as multiple instances, must be represented as an array even if there is none or a single one. E.g., DISK, NIC, ...
A manual validation on 6.0.3 / CentOS 8 revels it's not true anymore:
Current output with single disk:
and with hot-attached second disk:
**Test must be extended to check these cases!!!**
To Reproduce
CLI show something with
--json
or--yaml
and with single DISK/NIC.Expected behavior
For none disk, output is like a (or missing)
For one disk, output is:
Details
Progress Status
The text was updated successfully, but these errors were encountered: