Dasharo Performance: coreboot boot measure
Test cases common documentation
Test setup
- Proceed with the Generic test setup: firmware.
- Proceed with the Generic test setup: OS installer.
- Proceed with the Generic test setup: OS installation.
- Download
cbmem
from the cloud to the DUT. - Disable Secure Boot.
CBMEM001.001 coreboot booting time measure after coldboot (Ubuntu)
Test description
This test aims to verify whether the DUT boots after coldboot and how long this process takes. This test case may be re-done several times to to average the results and specify the platform stability.
Test configuration data
FIRMWARE
= DasharoOPERATING_SYSTEM
=Ubuntu
Test setup
- Proceed with the Test cases common documentation section.
- Download
cbmem
from the cloud to the DUT. - Disable Secure Boot.
Test steps
- Open a terminal window and execute the following command:
sudo ./cbmem -T
Expected result
The output of the command should contain the information about duration of all boot stages.
CBMEM002.001 coreboot booting time measure after warmboot (Ubuntu)
Test description
This test aims to verify whether the DUT boots after warmboot and how long this process takes. This test case may be re-done several times to to average the results and specify the platform stability.
Test configuration data
FIRMWARE
= DasharoOPERATING_SYSTEM
=Ubuntu
Test setup
- Proceed with the Test cases common documentation section.
- Download
cbmem
from the cloud to the DUT. - Disable Secure Boot.
Test steps
- Open a terminal window and execute the following command:
sudo ./cbmem -T
Expected result
The output of the command should contain the information about duration of all boot stages.
CBMEM003.001 coreboot booting time measure after system reboot (Ubuntu)
Test description
This test aims to verify whether the DUT boots after system reboot and how long this process takes. This test case may be re-done several times to to average the results and specify the platform stability.
Test configuration data
FIRMWARE
= DasharoOPERATING_SYSTEM
=Ubuntu
Test setup
- Proceed with the Test cases common documentation section.
- Download
cbmem
from the cloud to the DUT. - Disable Secure Boot.
Test steps
- Open a terminal window and execute the following command:
sudo ./cbmem -T
Expected result
The output of the command should contain the information about duration of all boot stages.