Skip to content

Dasharo Performance: Fan Control

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.
  5. Check if package lm-sensors is installed and if not, use below command in the terminal to install:

    apt-get install --assume-yes lm-sensors
    

FNM001.001 Fan does not stuck after coldboot (Ubuntu 22.04)

Test description

This test aims to verify that the fan does not stuck on initial or any defined speed after coldboot.

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. In the terminal window run the following command:

    sensors | grep fan1
    
  6. Repeat command every one minute, for 60 minutes.

  7. Compare the results.

Expected result

The output of the command should contain information about the current fan speed. If the current speed is the same as initial speed, the test should be considered as failed. If the current speed does not change in the long term, the test should be considered as failed.

Example output:

fan1:        1131 RPM  (min =  329 RPM)

FNM002.001 Fan does not stuck after warmboot (Ubuntu 22.04)

Test description

This test aims to verify that the fan does not stuck on initial or any defined speed after warmboot.

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. In the terminal window run the following command:

    sensors | grep fan1
    
  5. Repeat command every one minute, for 60 minutes.

  6. Compare the results.

Expected result

The output of the command should contain information about the current fan speed. If the current speed is the same as initial speed, the test should be considered as failed. If the current speed does not change in the long term, the test should be considered as failed.

Example output:

fan1:        1131 RPM  (min =  329 RPM)

FNM003.001 Fan does not stuck after reboot (Ubuntu 22.04)

Test description

This test aims to verify that the fan does not stuck on initial or any defined speed after reboot.

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. In the terminal window run the following command:

    sensors | grep fan1
    
  5. Repeat command every one minute, for 60 minutes.

  6. Compare the results.

Expected result

The output of the command should contain information about the current fan speed. If the current speed is the same as initial speed, the test should be considered as failed. If the current speed does not change in the long term, the test should be considered as failed.

Example output:

fan1:        1131 RPM  (min =  329 RPM)