@@ -40,7 +40,7 @@ DIO002.201 Sequential Read Performance (Ubuntu) (Battery)
4040 Skip If not ${TESTS_IN_UBUNTU_SUPPORT }
4141 Skip If not ${LAPTOP_PLATFORM } The Platform is not a Laptop
4242 Skip If not ${BATTERY_PRESENT } Battery not present
43- Skip If ${AC_CONNECTED } The platform is not connected to AC
43+ Skip If ${AC_CONNECTED } The platform is not running on battery
4444 Skip If Battery Level Below 30 Percent
4545 Power Cycle Into Ubuntu
4646 Switch To Root User
@@ -83,7 +83,7 @@ DIO004.201 Sequential Write Performance (Ubuntu) (Battery)
8383 Skip If not ${TESTS_IN_UBUNTU_SUPPORT }
8484 Skip If not ${LAPTOP_PLATFORM } The Platform is not a Laptop
8585 Skip If not ${BATTERY_PRESENT } Battery not present
86- Skip If ${AC_CONNECTED } The platform is not connected to AC
86+ Skip If ${AC_CONNECTED } The platform is not running on battery
8787 Skip If Battery Level Below 30 Percent
8888 Power Cycle Into Ubuntu
8989 Switch To Root User
@@ -128,7 +128,7 @@ DIO006.201 Random Read Performance (Ubuntu) (Battery)
128128 Skip If not ${TESTS_IN_UBUNTU_SUPPORT }
129129 Skip If not ${LAPTOP_PLATFORM } The Platform is not a Laptop
130130 Skip If not ${BATTERY_PRESENT } Battery not present
131- Skip If ${AC_CONNECTED } The platform is not connected to AC
131+ Skip If ${AC_CONNECTED } The platform is not running on battery
132132 Skip If Battery Level Below 30 Percent
133133 Power Cycle Into Ubuntu
134134 Switch To Root User
@@ -173,7 +173,7 @@ DIO008.201 Random Write Performance (Ubuntu) (Battery)
173173 Skip If not ${TESTS_IN_UBUNTU_SUPPORT }
174174 Skip If not ${LAPTOP_PLATFORM } The Platform is not a Laptop
175175 Skip If not ${BATTERY_PRESENT } Battery not present
176- Skip If ${AC_CONNECTED } The platform is not connected to AC
176+ Skip If ${AC_CONNECTED } The platform is not running on battery
177177 Skip If Battery Level Below 30 Percent
178178 Power Cycle Into Ubuntu
179179 Switch To Root User
@@ -209,7 +209,7 @@ DIO001.004 Sequential Read Performance (Windows) (Battery)
209209 Skip If not ${TESTS_IN_WINDOWS_SUPPORT }
210210 Skip If not ${LAPTOP_PLATFORM } The Platform is not a Laptop
211211 Skip If not ${BATTERY_PRESENT } Battery not present
212- Skip If ${AC_CONNECTED } The platform is not connected to AC
212+ Skip If ${AC_CONNECTED } The platform is not running on battery
213213 Power Cycle Into Windows
214214 Run FIO On Windows sequential_with_queues
215215 ... --rw=read --bs=1M --iodepth=32 --numjobs=1 --size=4G
@@ -239,7 +239,7 @@ DIO002.004 Sequential Write Performance (Windows) (Battery)
239239 Skip If not ${TESTS_IN_WINDOWS_SUPPORT }
240240 Skip If not ${LAPTOP_PLATFORM } The Platform is not a Laptop
241241 Skip If not ${BATTERY_PRESENT } Battery not present
242- Skip If ${AC_CONNECTED } The platform is not connected to AC
242+ Skip If ${AC_CONNECTED } The platform is not running on battery
243243 Power Cycle Into Windows
244244 Run FIO On Windows sequential_write_with_queues
245245 ... --rw=write --bs=1M --iodepth=32 --numjobs=1 --size=4G
@@ -265,7 +265,7 @@ DIO003.004 Random Read Performance (Windows) (Battery)
265265 Skip If not ${TESTS_IN_WINDOWS_SUPPORT }
266266 Skip If not ${LAPTOP_PLATFORM } The Platform is not a Laptop
267267 Skip If not ${BATTERY_PRESENT } Battery not present
268- Skip If ${AC_CONNECTED } The platform is not connected to AC
268+ Skip If ${AC_CONNECTED } The platform is not running on battery
269269 Power Cycle Into Windows
270270 Run FIO On Windows random_read
271271 ... --rw=randread --bs=4K --iodepth=32 --numjobs=1 --size=10G
@@ -287,7 +287,7 @@ DIO004.004 Random Write Performance (Windows) (Battery)
287287 Skip If not ${TESTS_IN_WINDOWS_SUPPORT }
288288 Skip If not ${LAPTOP_PLATFORM } The Platform is not a Laptop
289289 Skip If not ${BATTERY_PRESENT } Battery not present
290- Skip If ${AC_CONNECTED } The platform is not connected to AC
290+ Skip If ${AC_CONNECTED } The platform is not running on battery
291291 Power Cycle Into Windows
292292 Run FIO On Windows random_write
293293 ... --rw=randwrite --bs=4K --iodepth=32 --numjobs=4 --size=10G
0 commit comments