From 1e52ed0c0d948c9cfe231959648090b5c49e9fa4 Mon Sep 17 00:00:00 2001 From: Michael Boelen Date: Wed, 25 Mar 2020 15:19:21 +0100 Subject: [PATCH] Added notes to NETW-3200 for future extending this test --- include/tests_networking | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/tests_networking b/include/tests_networking index c19505c1..b182f605 100644 --- a/include/tests_networking +++ b/include/tests_networking @@ -666,6 +666,8 @@ # # Test : NETW-3200 # Description : Determine available network protocols + # Notes : See all available supported modules: ls -d /lib/modules/$(uname -r )/kernel/net + # To see active/enabled protocols: ls -d /proc/sys/net Register --test-no NETW-3200 --weight L --network YES --category security --description "Determine available network protocols" if [ ${SKIPTEST} -eq 0 ]; then TESTED=0