Skip to content

Commit 8b050e9

Browse files
dasharo-performance/disk-io.robot: fix with sleep
Signed-off-by: Wiktor Mowinski <[email protected]>
1 parent 1fb4f9d commit 8b050e9

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

dasharo-performance/disk-io.robot

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ ${RESULTS_DIR_WINDOWS}= C:\fio-results
1717
DIO001.001 Sequential Read Performance (Ubuntu) (AC)
1818
[Documentation] Check various scenarios of single threaded read
1919
... performance, while connected to power supply unit. (Ubuntu)
20+
Sleep 20s
2021
Skip If not ${TESTS_IN_UBUNTU_SUPPORT}
2122
Power Cycle Into Ubuntu
2223
Run FIO On Ubuntu sequential_with_queues
@@ -31,6 +32,7 @@ DIO001.001 Sequential Read Performance (Ubuntu) (AC)
3132
DIO001.002 Sequential Read Performance (Ubuntu) (Battery)
3233
[Documentation] Check various scenarios of single threaded read
3334
... performance, while powered by inbuilt battery. (Ubuntu)
35+
Sleep 20s
3436
Skip If not ${TESTS_IN_UBUNTU_SUPPORT}
3537
Skip If not ${LAPTOP_PLATFORM} The Platform is not a Laptop
3638
Skip If not ${BATTERY_PRESENT} Battery not present
@@ -50,6 +52,7 @@ DIO001.002 Sequential Read Performance (Ubuntu) (Battery)
5052
DIO002.001 Sequential Write Performance (Ubuntu) (Battery)
5153
[Documentation] Check various scenarios of single threaded write
5254
... performance, while powered by inbuilt battery. (Ubuntu)
55+
Sleep 20s
5356
Skip If not ${TESTS_IN_UBUNTU_SUPPORT}
5457
Skip If not ${LAPTOP_PLATFORM} The Platform is not a Laptop
5558
Skip If not ${BATTERY_PRESENT} Battery not present
@@ -71,6 +74,7 @@ DIO002.001 Sequential Write Performance (Ubuntu) (Battery)
7174
DIO002.002 Sequential Write Performance (Ubuntu) (AC)
7275
[Documentation] Check various scenarios of single-threaded write
7376
... performance while powered by AC adapter. (Ubuntu)
77+
Sleep 20s
7478
Skip If not ${TESTS_IN_UBUNTU_SUPPORT}
7579
Power Cycle Into Ubuntu
7680
Switch To Root User
@@ -90,6 +94,7 @@ DIO002.002 Sequential Write Performance (Ubuntu) (AC)
9094
DIO003.001 Random Read Performance (Ubuntu) (AC)
9195
[Documentation] Check various scenarios of random read performance
9296
... while connected to power supply unit. (Ubuntu)
97+
Sleep 20s
9398
Skip If not ${TESTS_IN_UBUNTU_SUPPORT}
9499
Power Cycle Into Ubuntu
95100
Switch To Root User
@@ -109,6 +114,7 @@ DIO003.001 Random Read Performance (Ubuntu) (AC)
109114
DIO003.002 Random Read Performance (Ubuntu) (Battery)
110115
[Documentation] Check various scenarios of random read performance
111116
... while running on battery power. (Ubuntu)
117+
Sleep 20s
112118
Skip If not ${TESTS_IN_UBUNTU_SUPPORT}
113119
Skip If not ${LAPTOP_PLATFORM} The Platform is not a Laptop
114120
Skip If not ${BATTERY_PRESENT} Battery not present
@@ -130,6 +136,7 @@ DIO003.002 Random Read Performance (Ubuntu) (Battery)
130136
DIO004.001 Random Write Performance (Ubuntu) (AC)
131137
[Documentation] Check various scenarios of random write performance
132138
... while connected to power supply unit. (Ubuntu)
139+
Sleep 20s
133140
Skip If not ${TESTS_IN_UBUNTU_SUPPORT}
134141
Power Cycle Into Ubuntu
135142
Switch To Root User
@@ -149,6 +156,7 @@ DIO004.001 Random Write Performance (Ubuntu) (AC)
149156
DIO004.002 Sequential Write Performance (Ubuntu) (AC)
150157
[Documentation] Check various scenarios of sequential write performance
151158
... while connected to power supply unit. (Ubuntu)
159+
Sleep 20s
152160
Skip If not ${TESTS_IN_UBUNTU_SUPPORT}
153161
Skip If not ${LAPTOP_PLATFORM} The Platform is not a Laptop
154162
Skip If not ${BATTERY_PRESENT} Battery not present

0 commit comments

Comments
 (0)