From 8f11ab2102ca8b3c76438c31c349d6cb83b75e88 Mon Sep 17 00:00:00 2001
From: Bob Mottram <bob@robotics.uk.to>
Date: Wed, 30 Nov 2016 19:36:01 +0000
Subject: [PATCH] Don't check bluetooth

In most cases it doesn't exist and if it does it gets turned off in the config
---
 src/freedombone-tests | 9 ---------
 1 file changed, 9 deletions(-)

diff --git a/src/freedombone-tests b/src/freedombone-tests
index 48e45654f..dbea87af2 100755
--- a/src/freedombone-tests
+++ b/src/freedombone-tests
@@ -947,15 +947,6 @@ function test_stig {
     output "V-38677" $? ${SETLANG}
     ################
 
-    ##RHEL-06-000315
-    ##The Bluetooth kernel module must be disabled.
-
-    bash $STIG_TESTS_DIR/check-bluetooth.sh > /dev/null 2>&1 &
-
-    stig_spinner $!
-    output "V-38682" $? ${SETLANG}
-    ################
-
     ##RHEL-06-000319
     ##The system must limit users to 10 simultaneous system logins, or a site-defined number, in accordance with operational requirements.
 
-- 
GitLab