Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion coverage.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,15 @@ These rows/capabilities include the following placeholders in their `test` field
| `tests/08-bmcsettings` | `BMC Registration`, `Discovery`, `bmc-settings.attr-get`, `bmc-settings.attr-pending`, `bmc-settings.set-immediate`, `bmc-settings.attr-check` |
| `tests/09-persistent-boot-order` | `BMC Registration`, `Discovery`, `boot.order-get`, `boot.order-set`, `power.reset` |
| `tests/10-bmcversion` | `BMC Registration`, `Discovery`, `bmc.version` |
| `tests/12-force-power-off` | `BMC Registration`, `Discovery`, `power.off-graceful`, `power.off-force`, `power.wait-state` |

## Coverage by capability

| Capability ID | Covered by | Verified |
|------------------------------|-------------------------------------------------------------------------------|:--------:|
| `power.on` | `Discovery` | yes |
| `power.off-graceful` | `Discovery` | yes |
| `power.off-force` | uncovered | - |
| `power.off-force` | `tests/03-power-annotation` See **[0]** | no |
| `power.reset` | `tests/03-power-annotation`, `tests/09-persistent-boot-order` | no |
| `power.wait-state` | `Discovery` | yes |
| `boot.override-pxe` | `Discovery` | yes |
Expand Down Expand Up @@ -74,3 +75,5 @@ These rows/capabilities include the following placeholders in their `test` field
| `events.subscribe` | uncovered | - |
| `events.unsubscribe` | uncovered | - |

#### Footnotes
**[0]**: The test is using the `Reset`-method of the `BMC` interface, but the result is the same capability being tested as using the `ForcePowerOff`-method.
Loading