From 2f4c854ba7790d1c8fb8c664daea6c971f18aa72 Mon Sep 17 00:00:00 2001 From: Michael Boelen Date: Sun, 24 Jul 2016 17:22:00 +0200 Subject: Rename of categories, introduction of groups --- include/tests_scheduling | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'include/tests_scheduling') diff --git a/include/tests_scheduling b/include/tests_scheduling index 08cf0650..0b5b4c83 100644 --- a/include/tests_scheduling +++ b/include/tests_scheduling @@ -33,7 +33,7 @@ # # Test : SCHD-7702 # Description : Check cron daemon - Register --test-no SCHD-7702 --weight L --network NO --description "Check status of cron daemon" + Register --test-no SCHD-7702 --weight L --network NO --category security --description "Check status of cron daemon" if [ ${SKIPTEST} -eq 0 ]; then FIND=$(ps aux | ${EGREPBINARY} "( cron$|/cron(d)? )") if [ "${FIND}" = "" ]; then @@ -50,7 +50,7 @@ # # Test : SCHD-7704 # Description : Check crontab / cronjobs - Register --test-no SCHD-7704 --weight L --network NO --description "Check crontab/cronjobs" + Register --test-no SCHD-7704 --weight L --network NO --category security --description "Check crontab/cronjobs" if [ ${SKIPTEST} -eq 0 ]; then BAD_FILE_PERMISSIONS=0 BAD_FILE_OWNERSHIP=0 @@ -183,7 +183,7 @@ # # Test : SCHD-7718 # Description : Check atd status - Register --test-no SCHD-7718 --weight L --network NO --description "Check at users" + Register --test-no SCHD-7718 --weight L --network NO --category security --description "Check at users" if [ ${SKIPTEST} -eq 0 ]; then LogText "Test: Checking atd status" FIND=$(${PSBINARY} ax | grep "/atd" | grep -v "grep") @@ -207,7 +207,7 @@ # except the listed ones can schedule jobs. If both can't be # found, only root can schedule jobs. if [ ${ATD_RUNNING} -eq 1 ]; then PREQS_MET="YES"; else PREQS_MET="NO"; fi - Register --test-no SCHD-7720 --preqs-met ${PREQS_MET} --weight L --network NO --description "Check at users" + Register --test-no SCHD-7720 --preqs-met ${PREQS_MET} --weight L --network NO --category security --description "Check at users" if [ ${SKIPTEST} -eq 0 ]; then AT_UNKNOWN=0 case ${OS} in @@ -270,7 +270,7 @@ # Test : SCHD-7724 # Description : Check scheduled at jobs if [ ${ATD_RUNNING} -eq 1 ]; then PREQS_MET="YES"; else PREQS_MET="NO"; fi - Register --test-no SCHD-7724 --preqs-met ${PREQS_MET} --weight L --network NO --description "Check at jobs" + Register --test-no SCHD-7724 --preqs-met ${PREQS_MET} --weight L --network NO --category security --description "Check at jobs" if [ ${SKIPTEST} -eq 0 ]; then LogText "Test: Check scheduled at jobs" FIND=$(atq | grep -v "no files in queue" | ${AWKBINARY} '{gsub("\t"," ");print}' | sed 's/ /!space!/g') -- cgit v1.2.3