From 9acfc9e802fa7291f2dc3cc926e61ab4e35634fa Mon Sep 17 00:00:00 2001 From: pbanasiak Date: Thu, 18 Aug 2022 10:12:10 +0200 Subject: [PATCH] changes based on review Signed-off-by: pbanasiak --- ...-control.md => 405-fan-control-measure.md} | 44 ++++++------------- docs/variants/asus_kgpe_d16/test-matrix.md | 2 + mkdocs.yml | 1 + 3 files changed, 16 insertions(+), 31 deletions(-) rename docs/unified-test-documentation/dasharo-performance/{405-fan-control.md => 405-fan-control-measure.md} (77%) diff --git a/docs/unified-test-documentation/dasharo-performance/405-fan-control.md b/docs/unified-test-documentation/dasharo-performance/405-fan-control-measure.md similarity index 77% rename from docs/unified-test-documentation/dasharo-performance/405-fan-control.md rename to docs/unified-test-documentation/dasharo-performance/405-fan-control-measure.md index a3f1fb88..87e8fcf5 100644 --- a/docs/unified-test-documentation/dasharo-performance/405-fan-control.md +++ b/docs/unified-test-documentation/dasharo-performance/405-fan-control-measure.md @@ -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 diff --git a/docs/variants/asus_kgpe_d16/test-matrix.md b/docs/variants/asus_kgpe_d16/test-matrix.md index 86a59692..7a8dc4a6 100644 --- a/docs/variants/asus_kgpe_d16/test-matrix.md +++ b/docs/variants/asus_kgpe_d16/test-matrix.md @@ -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 diff --git a/mkdocs.yml b/mkdocs.yml index eec8fdb0..41f232af 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -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':