From 95b1ae044bd6aec13d994a9d65106bae6a061e22 Mon Sep 17 00:00:00 2001 From: Brian Ginsbach Date: Wed, 8 Apr 2020 15:55:45 -0500 Subject: KRNL-5677 use platform instead of preqs-met --- include/tests_kernel | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'include/tests_kernel') diff --git a/include/tests_kernel b/include/tests_kernel index 4948e0dd..c62fec91 100644 --- a/include/tests_kernel +++ b/include/tests_kernel @@ -102,8 +102,7 @@ # Description : Check CPU options and support (PAE, No eXecute, eXecute Disable) # More info : pae and nx bit are both visible on AMD and Intel CPU's if supported - if [ "${HARDWARE}" = "x86_64" ]; then PREQS_MET="YES"; else PREQS_MET="NO"; fi - Register --test-no KRNL-5677 --preqs-met "${PREQS_MET}" --os Linux --weight L --network NO --category security --description "Check CPU options and support" + Register --test-no KRNL-5677 --platform x86_64 --os Linux --weight L --network NO --category security --description "Check CPU options and support" if [ ${SKIPTEST} -eq 0 ]; then Display --indent 2 --text "- Checking CPU support (NX/PAE)" LogText "Test: Checking /proc/cpuinfo" -- cgit v1.2.3