57e560f76a
This change adds UpdateService resource and SimpleUpdate action to sushy-tools. The goal behind this addition is enabling support for automated testing of firmware update functionality in virtualized environments. Note: no actual firmware update is performed with these API calls, the only result is incrementing the BiosVersion value stored in instance metadata. Change-Id: I22d9b7614a5a7243e08d40392a0a49a31ee00034
9 lines
381 B
YAML
9 lines
381 B
YAML
---
|
|
features:
|
|
- |
|
|
Adds support for BIOS update emulation by introducing UpdateService.
|
|
No actual updates are performed (all the code is doing is incrementing
|
|
BIOS version value in libvirt xml) however this functionality may be
|
|
used for automated testing of firmware update features in Ironic. Note
|
|
BMC firmware update emulation is not supported at this time.
|