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

DCU test doc update #718

Merged
merged 2 commits into from
Jan 16, 2024
Merged
Show file tree
Hide file tree
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
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# Dasharo Compatibility: DMI editing tool
# Dasharo Compatibility: Dasharo Configuration Utility

## DMI001.001 Change the UUID
## DCU001.001 Change the UUID

**Test description**

The Dasharo Configuration Utility tool is a part of the Dasharo Tools Suite.
This test case verifies that the UUID encoded in the DMI table of an
image can be changed using our utility.
The Dasharo Configuration Utility is a part of the Dasharo Tools Suite. This
test case verifies that the UUID encoded in the DMI table of an image can be
changed using our utility.

**Test configuration data**

Expand All @@ -32,7 +32,7 @@ coreboot.rom`
The UUID of the platform should be `96bcfa1a-42b4-6717-a44c-d8bbc18cbea4`, just
as we had set it.

## DMI002.001 Change the serial number
## DCU002.001 Change the serial number

**Test description**

Expand Down Expand Up @@ -61,12 +61,13 @@ image can be changed using our utility.

The serial number of the platform should be `D01234567`, just as we had set it.

## DMI003.001 Change the bootsplash logo
## DCU003.001 Change the bootsplash logo

**Test description**

This test case verifies that the bootsplash logo of an image can be changed
using our utility.
using our utility. **PLEASE NOTE** that a display device must be physically
connected to the DUT for this test to pass.

**Test configuration data**

Expand All @@ -80,7 +81,7 @@ using our utility.

**Test steps**

1. Run `./dcu logo -l ./logo.svg`
1. Run `./dcu logo -l ./logo.svg coreboot.rom`
1. Flash the `coreboot.rom` file onto the platform.
1. Power on the DUT.
1. Verify the bootsplash logo.
Expand Down
2 changes: 1 addition & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -436,7 +436,7 @@ nav:
- 'Block boot when battery is low': unified-test-documentation/dasharo-compatibility/359-boot-blocking.md
- 'Power State after Power Fail': unified-test-documentation/dasharo-compatibility/360-power-after-fail.md
- 'ESP scanning': unified-test-documentation/dasharo-compatibility/361-esp-scanning.md
- 'DMI editing tool': unified-test-documentation/dasharo-compatibility/362-coreboot-customizer.md
- 'Dasharo Configuration Utility': unified-test-documentation/dasharo-compatibility/362-dcu.md
- 'Dasharo security':
- 'TPM support': unified-test-documentation/dasharo-security/200-tpm-support.md
- 'Verified Boot': unified-test-documentation/dasharo-security/201-verified-boot.md
Expand Down