Added notes to NETW-3200 for future extending this test

This commit is contained in:
Michael Boelen 2020-03-25 15:19:21 +01:00
parent 04c969752a
commit 1e52ed0c0d
No known key found for this signature in database
GPG Key ID: 26141F77A09D7F04
1 changed files with 2 additions and 0 deletions

View File

@ -666,6 +666,8 @@
# #
# Test : NETW-3200 # Test : NETW-3200
# Description : Determine available network protocols # 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" Register --test-no NETW-3200 --weight L --network YES --category security --description "Determine available network protocols"
if [ ${SKIPTEST} -eq 0 ]; then if [ ${SKIPTEST} -eq 0 ]; then
TESTED=0 TESTED=0