@@ -17,6 +17,7 @@ ${RESULTS_DIR_WINDOWS}= C:\fio-results
17
17
DIO001.001 Sequential Read Performance (Ubuntu) (AC)
18
18
[Documentation] Check various scenarios of single threaded read
19
19
... performance, while connected to power supply unit. (Ubuntu)
20
+ Sleep 20s
20
21
Skip If not ${TESTS_IN_UBUNTU_SUPPORT }
21
22
Power Cycle Into Ubuntu
22
23
Run FIO On Ubuntu sequential_with_queues
@@ -31,6 +32,7 @@ DIO001.001 Sequential Read Performance (Ubuntu) (AC)
31
32
DIO001.002 Sequential Read Performance (Ubuntu) (Battery)
32
33
[Documentation] Check various scenarios of single threaded read
33
34
... performance, while powered by inbuilt battery. (Ubuntu)
35
+ Sleep 20s
34
36
Skip If not ${TESTS_IN_UBUNTU_SUPPORT }
35
37
Skip If not ${LAPTOP_PLATFORM } The Platform is not a Laptop
36
38
Skip If not ${BATTERY_PRESENT } Battery not present
@@ -50,6 +52,7 @@ DIO001.002 Sequential Read Performance (Ubuntu) (Battery)
50
52
DIO002.001 Sequential Write Performance (Ubuntu) (Battery)
51
53
[Documentation] Check various scenarios of single threaded write
52
54
... performance, while powered by inbuilt battery. (Ubuntu)
55
+ Sleep 20s
53
56
Skip If not ${TESTS_IN_UBUNTU_SUPPORT }
54
57
Skip If not ${LAPTOP_PLATFORM } The Platform is not a Laptop
55
58
Skip If not ${BATTERY_PRESENT } Battery not present
@@ -71,6 +74,7 @@ DIO002.001 Sequential Write Performance (Ubuntu) (Battery)
71
74
DIO002.002 Sequential Write Performance (Ubuntu) (AC)
72
75
[Documentation] Check various scenarios of single-threaded write
73
76
... performance while powered by AC adapter. (Ubuntu)
77
+ Sleep 20s
74
78
Skip If not ${TESTS_IN_UBUNTU_SUPPORT }
75
79
Power Cycle Into Ubuntu
76
80
Switch To Root User
@@ -90,6 +94,7 @@ DIO002.002 Sequential Write Performance (Ubuntu) (AC)
90
94
DIO003.001 Random Read Performance (Ubuntu) (AC)
91
95
[Documentation] Check various scenarios of random read performance
92
96
... while connected to power supply unit. (Ubuntu)
97
+ Sleep 20s
93
98
Skip If not ${TESTS_IN_UBUNTU_SUPPORT }
94
99
Power Cycle Into Ubuntu
95
100
Switch To Root User
@@ -109,6 +114,7 @@ DIO003.001 Random Read Performance (Ubuntu) (AC)
109
114
DIO003.002 Random Read Performance (Ubuntu) (Battery)
110
115
[Documentation] Check various scenarios of random read performance
111
116
... while running on battery power. (Ubuntu)
117
+ Sleep 20s
112
118
Skip If not ${TESTS_IN_UBUNTU_SUPPORT }
113
119
Skip If not ${LAPTOP_PLATFORM } The Platform is not a Laptop
114
120
Skip If not ${BATTERY_PRESENT } Battery not present
@@ -130,6 +136,7 @@ DIO003.002 Random Read Performance (Ubuntu) (Battery)
130
136
DIO004.001 Random Write Performance (Ubuntu) (AC)
131
137
[Documentation] Check various scenarios of random write performance
132
138
... while connected to power supply unit. (Ubuntu)
139
+ Sleep 20s
133
140
Skip If not ${TESTS_IN_UBUNTU_SUPPORT }
134
141
Power Cycle Into Ubuntu
135
142
Switch To Root User
@@ -149,6 +156,7 @@ DIO004.001 Random Write Performance (Ubuntu) (AC)
149
156
DIO004.002 Sequential Write Performance (Ubuntu) (AC)
150
157
[Documentation] Check various scenarios of sequential write performance
151
158
... while connected to power supply unit. (Ubuntu)
159
+ Sleep 20s
152
160
Skip If not ${TESTS_IN_UBUNTU_SUPPORT }
153
161
Skip If not ${LAPTOP_PLATFORM } The Platform is not a Laptop
154
162
Skip If not ${BATTERY_PRESENT } Battery not present
0 commit comments