Skip to content

Dasharo Performance: Device boot measure

Test cases common documentation

Test setup

  1. Proceed with the Generic test setup: firmware.
  2. Proceed with the Generic test setup: OS installer.
  3. Proceed with the Generic test setup: OS installation.
  4. Proceed with the Generic test setup: OS boot from disk.

DBM001.001 Device boot measure after coldboot (Ubuntu 22.04)

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

  1. FIRMWARE = Dasharo
  2. OPERATING_SYSTEM = Ubuntu 22.04

Test setup

  1. Proceed with the Test cases common documentation section.

Test steps

  1. Cut the power off while DUT is turned on.
  2. Restore power and power on the DUT.
  3. Boot into the system.
  4. Log into the system by using the proper login and password.
  5. Open a terminal window and run the following command:

    systemd-analyze
    
  6. Note the results.

Expected result

The output of the command should contain the information about duration of all boot stages.

DBM002.001 Device boot measure after warmboot (Ubuntu 22.04)

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

  1. FIRMWARE = Dasharo
  2. OPERATING_SYSTEM = Ubuntu 22.04

Test setup

  1. Proceed with the Test cases common documentation section.

Test steps

  1. Power on the DUT.
  2. Boot into the system.
  3. Log into the system by using the proper login and password.
  4. Open a terminal window and run the following command:

    systemd-analyze
    
  5. Note the results.

Expected result

The output of the command should contain the information about duration of all boot stages.

DBM003.001 Device boot measure after reboot (Ubuntu 22.04)

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

  1. FIRMWARE = Dasharo
  2. OPERATING_SYSTEM = Ubuntu 22.04

Test setup

  1. Proceed with the Test cases common documentation section.

Test steps

  1. Power on the DUT.
  2. Boot into the system.
  3. Log into the system by using the proper login and password.
  4. Open a terminal window and run the following command:

    sudo reboot
    
  5. Boot into the system.

  6. Log into the system by using the proper login and password.
  7. Open a terminal window and run the following command:

    systemd-analyze
    
  8. Note the results.

Expected result

The output of the command should contain the information about duration of all boot stages.