From afd01ece5d89dd3a1d78e3884d42ad38e129622a Mon Sep 17 00:00:00 2001 From: mboelen Date: Wed, 22 Jul 2015 17:37:11 +0200 Subject: Remove incomplete tests, code enhancements --- include/tests_squid | 59 ----------------------------------------------------- 1 file changed, 59 deletions(-) (limited to 'include/tests_squid') diff --git a/include/tests_squid b/include/tests_squid index 98a4380c..f6277feb 100644 --- a/include/tests_squid +++ b/include/tests_squid @@ -103,15 +103,6 @@ fi # ################################################################################# -# -# # Test : SQD-3608 -# # Description : Check Squid build options -# if [ ${SQUID_DAEMON_RUNNING} -eq 1 -a ! "${SQUID_DAEMON_CONFIG}" = "" ]; then PREQS_MET="YES"; else PREQS_MET="NO"; fi -# Register --test-no SQD-3608 --preqs-met ${PREQS_MET} --weight L --network NO --description "Check Squid version" -# if [ ${SKIPTEST} -eq 0 ]; then -# fi -# -################################################################################# # # Test : SQD-3610 # Description : Check Squid configuration options @@ -129,15 +120,6 @@ fi # ################################################################################# -# -# # Test : SQD-3612 -# # Description : Check Squid additional configuration files -# if [ ${SQUID_DAEMON_RUNNING} -eq 1 -a ! "${SQUID_DAEMON_CONFIG}" = "" ]; then PREQS_MET="YES"; else PREQS_MET="NO"; fi -# Register --test-no SQD-3612 --preqs-met ${PREQS_MET} --weight L --network NO --description "Check additional Squid configuration files" -# if [ ${SKIPTEST} -eq 0 ]; then -# fi -# -################################################################################# # # Test : SQD-3613 # Description : Check Squid configuration options @@ -315,7 +297,6 @@ # ################################################################################# # - # Test : SQD-3680 # Description : Check httpd_suppress_version_string if [ ${SQUID_DAEMON_RUNNING} -eq 1 -a ! "${SQUID_DAEMON_CONFIG}" = "" ]; then PREQS_MET="YES"; else PREQS_MET="NO"; fi @@ -338,46 +319,6 @@ ################################################################################# # - -# Squid -#Hardening: -# $1 $3 -# acl snmp_community -# acl maxconn -# acl max_user_ip -# -# follow_x_forwarded_for -#Read cache_peer host type(sibling/parent) proxyport icpport options (if set, icp_access should be set as well) -#Read cache_peer_domain -#Read cache_peer_access -#Read icp_access -#Read icp_port -#Read htcp_access -#Read htcp_port -#Read http_port -#Read https_port -#Read cache_dir -#Read access_log -#Read coredump_dir -#Read quick_abort_min / max /pct -# -# Memory tuning -#Read cache_mem -#Read maximum_object_size_in_memory -#Read maximum_object_size -#Read cache_swap_low -#Read cache_swap_high - -# Security -#cache_effective_user -# off -#forwarded_for - -#wccp -# -################################################################################# -# - wait_for_keypress # -- cgit v1.2.3