From 4b5a877f1f36e6df415dcc13f820a9ff754a5dd0 Mon Sep 17 00:00:00 2001
From: yoavrotems <yoavrotems97@gmail.com>
Date: Thu, 29 Aug 2019 07:54:29 +0000
Subject: [PATCH] Remove some tests from been manual (#398)

* Remove some tests from been manual

* Remove some tests from been manual
---
 cfg/1.11/master.yaml | 3 ---
 cfg/1.13/master.yaml | 3 ---
 2 files changed, 6 deletions(-)

diff --git a/cfg/1.11/master.yaml b/cfg/1.11/master.yaml
index 8e5b76e..9d905ac 100644
--- a/cfg/1.11/master.yaml
+++ b/cfg/1.11/master.yaml
@@ -1238,7 +1238,6 @@ groups:
     text: "Ensure that the --peer-cert-file and --peer-key-file arguments are
     set as appropriate (Scored)"
     audit: "ps -ef | grep $etcdbin | grep -v grep"
-    type: "manual"
     tests:
       bin_op: and
       test_items:
@@ -1257,7 +1256,6 @@ groups:
   - id: 1.5.5
     text: "Ensure that the --peer-client-cert-auth argument is set to true (Scored)"
     audit: "ps -ef | grep $etcdbin | grep -v grep"
-    type: "manual"
     tests:
       test_items:
       - flag: "--peer-client-cert-auth"
@@ -1274,7 +1272,6 @@ groups:
   - id: 1.5.6
     text: "Ensure that the --peer-auto-tls argument is not set to true (Scored)"
     audit: "ps -ef | grep $etcdbin | grep -v grep"
-    type: "manual"
     tests:
       bin_op: or
       test_items:
diff --git a/cfg/1.13/master.yaml b/cfg/1.13/master.yaml
index c730319..3b1bd8e 100644
--- a/cfg/1.13/master.yaml
+++ b/cfg/1.13/master.yaml
@@ -1299,7 +1299,6 @@ groups:
     text: "Ensure that the --peer-cert-file and --peer-key-file arguments are
     set as appropriate (Scored)"
     audit: "ps -ef | grep $etcdbin | grep -v grep"
-    type: "manual"
     tests:
       bin_op: and
       test_items:
@@ -1318,7 +1317,6 @@ groups:
   - id: 1.5.5
     text: "Ensure that the --peer-client-cert-auth argument is set to true (Scored)"
     audit: "ps -ef | grep $etcdbin | grep -v grep"
-    type: "manual"
     tests:
       test_items:
       - flag: "--peer-client-cert-auth"
@@ -1335,7 +1333,6 @@ groups:
   - id: 1.5.6
     text: "Ensure that the --peer-auto-tls argument is not set to true (Scored)"
     audit: "ps -ef | grep $etcdbin | grep -v grep"
-    type: "manual"
     tests:
       bin_op: or
       test_items:
-- 
GitLab