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_storage | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'include/tests_storage') diff --git a/include/tests_storage b/include/tests_storage index 1f95699b..ea9457d9 100644 --- a/include/tests_storage +++ b/include/tests_storage @@ -30,7 +30,7 @@ # # Test : STRG-1840 # Description : Check for disabled USB storage - Register --test-no STRG-1840 --os Linux --weight L --network NO --description "Check if USB storage is disabled" + Register --test-no STRG-1840 --os Linux --weight L --network NO --category security --description "Check if USB storage is disabled" if [ ${SKIPTEST} -eq 0 ]; then FOUND=0 LogText "Test: Checking USB storage driver in directory /etc/modprobe.d and configuration file /etc/modprobe.conf" @@ -70,7 +70,7 @@ # # Test : STRG-1842 # Description : Check USB authorizations - Register --test-no STRG-1842 --os Linux --weight L --network NO --description "Check USB authorizations" + Register --test-no STRG-1842 --os Linux --weight L --network NO --category security --description "Check USB authorizations" if [ ${SKIPTEST} -eq 0 ]; then LogText "Test: Checking USB devices authorization to connect to the system" FOUND=0 @@ -107,7 +107,7 @@ # Test : STRG-1846 # Description : Check for disabled firewire storage # Explanation : Best option is to use the install function, or else drivers can still be loaded manually - Register --test-no STRG-1846 --os Linux --weight L --network NO --description "Check if firewire storage is disabled" + Register --test-no STRG-1846 --os Linux --weight L --network NO --category security --description "Check if firewire storage is disabled" if [ ${SKIPTEST} -eq 0 ]; then FOUND=0 LogText "Test: Checking firewire storage driver in directory /etc/modprobe.d and configuration file /etc/modprobe.conf" -- cgit v1.2.3