Skip to content

Commit 5b6e421

Browse files
dasharo-performance/boot-time-measure.robot: add os name in title (#1031)
Signed-off-by: Wiktor Mowinski <[email protected]>
1 parent 3dae454 commit 5b6e421

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

dasharo-performance/boot-time-measure.robot

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ ${ITERATIONS}= 5
3232

3333

3434
*** Test Cases ***
35-
CBMEM001.201 Serial boot time measure: coreboot booting time after coldboot
35+
CBMEM001.201 Serial boot time measure: coreboot booting time after coldboot (Ubuntu)
3636
[Documentation] Check whether the DUT boots after coldboot and how
3737
... long it takes for coreboot to boot after coldboot if
3838
... CPU is serial initialized.
@@ -42,7 +42,7 @@ CBMEM001.201 Serial boot time measure: coreboot booting time after coldboot
4242
Skip If '${ENV_ID_UBUNTU}' not in ${TESTED_LINUX_DISTROS} CBMEM001.201 not supported
4343
Serial Boot Time Measure Coreboot Booting Time After Coldboot ${ENV_ID_UBUNTU}
4444

45-
CBMEM002.201 Serial boot time measure: coreboot booting time after warmboot
45+
CBMEM002.201 Serial boot time measure: coreboot booting time after warmboot (Ubuntu)
4646
[Documentation] Check whether the DUT boots after warmboot and how
4747
... long it takes for coreboot to boot after warmboot if
4848
... CPU is serial initialized.
@@ -51,7 +51,7 @@ CBMEM002.201 Serial boot time measure: coreboot booting time after warmboot
5151
Skip If '${ENV_ID_UBUNTU}' not in ${TESTED_LINUX_DISTROS} CBMEM002.201 not supported
5252
Serial Boot Time Measure Coreboot Booting Time After Warmboot ${ENV_ID_UBUNTU}
5353

54-
CBMEM003.201 Serial boot time measure: coreboot booting time after system reboot
54+
CBMEM003.201 Serial boot time measure: coreboot booting time after system reboot (Ubuntu)
5555
[Documentation] Check whether the DUT boots after system reboot and how
5656
... long it takes for coreboot to boot after system reboot
5757
... if CPU is serial initialized.
@@ -60,22 +60,22 @@ CBMEM003.201 Serial boot time measure: coreboot booting time after system reboot
6060
Skip If '${ENV_ID_UBUNTU}' not in ${TESTED_LINUX_DISTROS} CBMEM003.201 not supported
6161
Serial Boot Time Measure Coreboot Booting Time After System Reboot ${ENV_ID_UBUNTU}
6262

63-
CBMEM001.202 Serial boot time measure: coreboot booting time after coldboot
63+
CBMEM001.202 Serial boot time measure: coreboot booting time after coldboot (Fedora)
6464
[Documentation] Check whether the DUT boots after coldboot and how
6565
... long it takes for coreboot to boot after coldboot if
6666
... CPU is serial initialized.
6767
Skip If '${POWER_CTRL}' == 'none' Coldboot automatic tests not supported
6868
Skip If '${ENV_ID_FEDORA}' not in ${TESTED_LINUX_DISTROS} CBMEM001.202 not supported
6969
Serial Boot Time Measure Coreboot Booting Time After Coldboot ${ENV_ID_FEDORA}
7070

71-
CBMEM002.202 Serial boot time measure: coreboot booting time after warmboot
71+
CBMEM002.202 Serial boot time measure: coreboot booting time after warmboot (Fedora)
7272
[Documentation] Check whether the DUT boots after warmboot and how
7373
... long it takes for coreboot to boot after warmboot if
7474
... CPU is serial initialized.
7575
Skip If '${ENV_ID_FEDORA}' not in ${TESTED_LINUX_DISTROS} CBMEM002.202 not supported
7676
Serial Boot Time Measure Coreboot Booting Time After Warmboot ${ENV_ID_FEDORA}
7777

78-
CBMEM003.202 Serial boot time measure: coreboot booting time after system reboot
78+
CBMEM003.202 Serial boot time measure: coreboot booting time after system reboot (Fedora)
7979
[Documentation] Check whether the DUT boots after system reboot and how
8080
... long it takes for coreboot to boot after system reboot
8181
... if CPU is serial initialized.

test_cases.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -801,14 +801,14 @@
801801
{
802802
"doc": {
803803
"_id": "CBMEM001.201",
804-
"name": "Serial boot time measure: coreboot booting time after coldboot",
804+
"name": "Serial boot time measure: coreboot booting time after coldboot (Ubuntu)",
805805
"module": "Dasharo Performance"
806806
}
807807
},
808808
{
809809
"doc": {
810810
"_id": "CBMEM001.202",
811-
"name": "Serial boot time measure: coreboot booting time after coldboot",
811+
"name": "Serial boot time measure: coreboot booting time after coldboot (Fedora)",
812812
"module": "Dasharo Performance"
813813
}
814814
},
@@ -823,14 +823,14 @@
823823
{
824824
"doc": {
825825
"_id": "CBMEM002.201",
826-
"name": "Serial boot time measure: coreboot booting time after warmboot",
826+
"name": "Serial boot time measure: coreboot booting time after warmboot (Ubuntu)",
827827
"module": "Dasharo Performance"
828828
}
829829
},
830830
{
831831
"doc": {
832832
"_id": "CBMEM002.202",
833-
"name": "Serial boot time measure: coreboot booting time after warmboot",
833+
"name": "Serial boot time measure: coreboot booting time after warmboot (Fedora)",
834834
"module": "Dasharo Performance"
835835
}
836836
},
@@ -845,14 +845,14 @@
845845
{
846846
"doc": {
847847
"_id": "CBMEM003.201",
848-
"name": "Serial boot time measure: coreboot booting time after system reboot",
848+
"name": "Serial boot time measure: coreboot booting time after system reboot (Ubuntu)",
849849
"module": "Dasharo Performance"
850850
}
851851
},
852852
{
853853
"doc": {
854854
"_id": "CBMEM003.202",
855-
"name": "Serial boot time measure: coreboot booting time after system reboot",
855+
"name": "Serial boot time measure: coreboot booting time after system reboot (Fedora)",
856856
"module": "Dasharo Performance"
857857
}
858858
},

0 commit comments

Comments
 (0)