Blame SOURCES/bind_libreswan_scenarios.patch

575137
From d7e02c8991daf5f706d26303f7e9d7c742545083 Mon Sep 17 00:00:00 2001
575137
From: Matus Marhefka <mmarhefk@redhat.com>
575137
Date: Mon, 21 Jan 2019 09:46:38 +0100
575137
Subject: [PATCH] Fixed bind and libreswan crypto policy test scenarios
575137
575137
* bind and libreswan test scenarios did not have applicability set.
575137
  This commit adds Fedora and RHEL8 to platforms and missing OSPP
575137
  profile to the profiles section.
575137
---
575137
 .../bind_not_installed.pass.sh                                 | 3 ++-
575137
 .../libreswan_not_installed.pass.sh                            | 3 ++-
575137
 2 files changed, 4 insertions(+), 2 deletions(-)
575137
575137
diff --git a/tests/data/group_system/group_software/group_integrity/group_crypto/rule_configure_bind_crypto_policy/bind_not_installed.pass.sh b/tests/data/group_system/group_software/group_integrity/group_crypto/rule_configure_bind_crypto_policy/bind_not_installed.pass.sh
575137
index a81415df04..b38329aab2 100644
575137
--- a/tests/data/group_system/group_software/group_integrity/group_crypto/rule_configure_bind_crypto_policy/bind_not_installed.pass.sh
575137
+++ b/tests/data/group_system/group_software/group_integrity/group_crypto/rule_configure_bind_crypto_policy/bind_not_installed.pass.sh
575137
@@ -1,4 +1,5 @@
575137
 #!/bin/bash
575137
-# profiles = xccdf_org.ssgproject.content_profile_standard
575137
+# platform = multi_platform_fedora, Red Hat Enterprise Linux 8
575137
+# profiles = xccdf_org.ssgproject.content_profile_ospp, xccdf_org.ssgproject.content_profile_standard
575137
 
575137
 yum remove -y bind || true
575137
diff --git a/tests/data/group_system/group_software/group_integrity/group_crypto/rule_configure_libreswan_crypto_policy/libreswan_not_installed.pass.sh b/tests/data/group_system/group_software/group_integrity/group_crypto/rule_configure_libreswan_crypto_policy/libreswan_not_installed.pass.sh
575137
index 69ec02fe13..f7ecb0622d 100644
575137
--- a/tests/data/group_system/group_software/group_integrity/group_crypto/rule_configure_libreswan_crypto_policy/libreswan_not_installed.pass.sh
575137
+++ b/tests/data/group_system/group_software/group_integrity/group_crypto/rule_configure_libreswan_crypto_policy/libreswan_not_installed.pass.sh
575137
@@ -1,4 +1,5 @@
575137
 #!/bin/bash
575137
-# profiles = xccdf_org.ssgproject.content_profile_standard
575137
+# platform = multi_platform_fedora, Red Hat Enterprise Linux 8
575137
+# profiles = xccdf_org.ssgproject.content_profile_ospp, xccdf_org.ssgproject.content_profile_standard
575137
 
575137
 yum remove -y libreswan || true