Added hint for possible extension to kernel scheduler

This commit is contained in:
mboelen 2015-09-07 17:43:00 +02:00
parent d23ef2db0b
commit e50eef0c19
1 changed files with 2 additions and 0 deletions

View File

@ -252,6 +252,8 @@
# #
# Test : KRNL-5730 # Test : KRNL-5730
# Description : Checking default I/O kernel scheduler # Description : Checking default I/O kernel scheduler
# Notes : This test could be extended with testing some of the specific devices like disks
# cat /sys/block/sda/queue/scheduler
PREQS_MET="NO" PREQS_MET="NO"
if [ ! "${LINUXCONFIGFILE}" = "" ]; then if [ ! "${LINUXCONFIGFILE}" = "" ]; then
if [ -f ${LINUXCONFIGFILE} ]; then PREQS_MET="YES"; fi if [ -f ${LINUXCONFIGFILE} ]; then PREQS_MET="YES"; fi