mirror of
https://github.com/Dasharo/docs.git
synced 2026-06-13 10:16:57 -07:00
changes based on review
Signed-off-by: pbanasiak <przemyslaw.banasiak@3mdeb.com>
This commit is contained in:
+13
-31
@@ -14,13 +14,18 @@
|
||||
[Generic test setup: OS installation](../../generic-test-setup/#os-installation).
|
||||
1. Proceed with the
|
||||
[Generic test setup: OS boot from disk](../../generic-test-setup/#os-boot-from-disk).
|
||||
1. Check if package `lm-sensors` is installed and if not, use bellow command in
|
||||
the terminal to install:
|
||||
|
||||
### FAN001.001 Fan does not stuck after coldboot (Ubuntu 22.04)
|
||||
```bash
|
||||
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 fan is not stuck at initial frequency after
|
||||
coldboot
|
||||
This test aims to verify that fan RPM is not stuck after coldboot.
|
||||
|
||||
**Test configuration data**
|
||||
|
||||
@@ -38,14 +43,7 @@ coldboot
|
||||
1. Power on the DUT.
|
||||
1. Boot into the system.
|
||||
1. Log into the system by using the proper login and password.
|
||||
1. Check if package `lm-sensors` is installed and if not, use bellow command in
|
||||
the terminal to install:
|
||||
|
||||
```bash
|
||||
apt-get install --assume-yes lm-sensors
|
||||
```
|
||||
|
||||
1. In the terminal window run the following command:
|
||||
1. In the terminal window run the following command\:
|
||||
|
||||
```bash
|
||||
sensors | grep fan1
|
||||
@@ -66,12 +64,11 @@ Example output:
|
||||
fan1: 1131 RPM (min = 329 RPM)
|
||||
```
|
||||
|
||||
### FAN002.001 Fan does not stuck after warmboot (Ubuntu 22.04)
|
||||
### FNM002.001 Fan does not stuck after warmboot (Ubuntu 22.04)
|
||||
|
||||
**Test description**
|
||||
|
||||
This test aims to verify that fan is not stuck at initial frequency after
|
||||
warmboot
|
||||
This test aims to verify that fan RPM is not stuck after warmboot.
|
||||
|
||||
**Test configuration data**
|
||||
|
||||
@@ -87,13 +84,6 @@ warmboot
|
||||
1. Power on the DUT.
|
||||
1. Boot into the system.
|
||||
1. Log into the system by using the proper login and password.
|
||||
1. Check if package `lm-sensors` is installed and if not, use bellow command in
|
||||
the terminal to install:
|
||||
|
||||
```bash
|
||||
apt-get install --assume-yes lm-sensors
|
||||
```
|
||||
|
||||
1. In the terminal window run the following command:
|
||||
|
||||
```bash
|
||||
@@ -115,12 +105,11 @@ Example output:
|
||||
fan1: 1131 RPM (min = 329 RPM)
|
||||
```
|
||||
|
||||
### FAN003.001 Fan does not stuck after reboot (Ubuntu 22.04)
|
||||
### FNM003.001 Fan does not stuck after reboot (Ubuntu 22.04)
|
||||
|
||||
**Test description**
|
||||
|
||||
This test aims to verify that fan is not stuck at initial frequency after
|
||||
reboot
|
||||
This test aims to verify that fan RPM is not stuck after reboot.
|
||||
|
||||
**Test configuration data**
|
||||
|
||||
@@ -136,13 +125,6 @@ reboot
|
||||
1. Power on the DUT.
|
||||
1. Boot into the system.
|
||||
1. Log into the system by using the proper login and password.
|
||||
1. Check if package `lm-sensors` is installed and if not, use bellow command in
|
||||
the terminal to install:
|
||||
|
||||
```bash
|
||||
apt-get install --assume-yes lm-sensors
|
||||
```
|
||||
|
||||
1. In the terminal window run the following command:
|
||||
|
||||
```bash
|
||||
@@ -48,5 +48,7 @@ subjected from before the release of the new binary.
|
||||
| No. | Supported test suite | Test suite ID | Supported test cases |
|
||||
|:-----|:--------------------------------------------------|:-------------:|:-------------------------------------|
|
||||
| 1. | [coreboot bring up time measurement][CBMEM] | CBMEM | All |
|
||||
| 2. | [Fan control measure][FNM] | FNM | All |
|
||||
|
||||
[CBMEM]: ../../unified-test-documentation/dasharo-performance/400-coreboot-boot-measure.md
|
||||
[FNM]: ../../unified-test-documentation/dasharo-performance/405-fan-control-measure.md
|
||||
|
||||
@@ -263,6 +263,7 @@ nav:
|
||||
- 'CPU temperature measure': unified-test-documentation/dasharo-performance/401-cpu-temperature.md
|
||||
- 'CPU frequency measure': unified-test-documentation/dasharo-performance/402-cpu-frequency.md
|
||||
- 'Platform stability': unified-test-documentation/dasharo-performance/404-platform-stability.md
|
||||
- 'Fan control measure': unified-test-documentation/dasharo-performance/405-fan-control-measure.md
|
||||
- 'Roadmap': ecosystem/roadmap.md
|
||||
- 'Quality Principles': quality-principles/introduction.md
|
||||
# - 'Introduction':
|
||||
|
||||
Reference in New Issue
Block a user