From c170f1fc0a2dc327921e83cac40edfe0b3bb3ab2 Mon Sep 17 00:00:00 2001 From: mslifcak Date: Fri, 9 Feb 2018 06:37:10 -0500 Subject: Pin db sync (#519) * fix testname in one Register and four comments * remove db dup MAIL-8816; add db AUTH-9489 BOOT-5261 CORE-1000 FILE-6363 FILE-6439 KRNL-5831 MAIL-8817 SINT-7010 USB-3000 * fix description PLGN-3856 --- plugins/plugin_systemd_phase1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins') diff --git a/plugins/plugin_systemd_phase1 b/plugins/plugin_systemd_phase1 index ef19cac0..9d424915 100644 --- a/plugins/plugin_systemd_phase1 +++ b/plugins/plugin_systemd_phase1 @@ -258,7 +258,7 @@ # Test : PLGN-3856 # Description : Check if systemd-coredump is used if [ -f /proc/sys/kernel/core_pattern -a ${SYSTEMD_RUNNING} -eq 1 ]; then PREQS_MET="YES"; else PREQS_MET="NO"; fi - Register --test-no PLGN-3856 --preqs-met ${PREQS_MET} --weight L --network NO --description "Query coredumps from journals since Yesterday" --progress + Register --test-no PLGN-3856 --preqs-met ${PREQS_MET} --weight L --network NO --description "Check if systemd-coredump is used" --progress if [ ${SKIPTEST} -eq 0 ]; then SYSTEMD_COREDUMP_USED=1 FIND=`cat /proc/sys/kernel/core_pattern | grep systemd-coredump` -- cgit v1.2.3