Skip to content

Commit

Permalink
Merge pull request #718 from Dasharo/dcu-update
Browse files Browse the repository at this point in the history
DCU test doc update
  • Loading branch information
macpijan authored Jan 16, 2024
2 parents ac0a17c + e81a95b commit fba250a
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 10 deletions.
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

0 comments on commit fba250a

Please sign in to comment.