Blob Blame History Raw
From d6c8319f52f3859b28044841063adf0013df878b Mon Sep 17 00:00:00 2001
From: Rich Megginson <rmeggins@redhat.com>
Date: Thu, 25 Mar 2021 13:57:45 -0600
Subject: [PATCH 3/4] Patch53: network-disable-bondtests.diff

---
 tests/playbooks/tests_bond.yml              | 2 ++
 tests/playbooks/tests_bond_deprecated.yml   | 2 ++
 tests/tests_bond_deprecated_initscripts.yml | 1 +
 tests/tests_bond_initscripts.yml            | 1 +
 4 files changed, 6 insertions(+)

diff --git a/tests/playbooks/tests_bond.yml b/tests/playbooks/tests_bond.yml
index 1e45788..d3005a6 100644
--- a/tests/playbooks/tests_bond.yml
+++ b/tests/playbooks/tests_bond.yml
@@ -8,6 +8,8 @@
     dhcp_interface1: test1
     port2_profile: bond0.1
     dhcp_interface2: test2
+  tags:
+    - "tests::expfail"
   tasks:
     - name: "INIT Prepare setup"
       debug:
diff --git a/tests/playbooks/tests_bond_deprecated.yml b/tests/playbooks/tests_bond_deprecated.yml
index f37e19a..ae475c4 100644
--- a/tests/playbooks/tests_bond_deprecated.yml
+++ b/tests/playbooks/tests_bond_deprecated.yml
@@ -8,6 +8,8 @@
     dhcp_interface1: test1
     port2_profile: bond0.1
     dhcp_interface2: test2
+  tags:
+    - "tests::expfail"
   tasks:
     - name: "INIT Prepare setup"
       debug:
diff --git a/tests/tests_bond_deprecated_initscripts.yml b/tests/tests_bond_deprecated_initscripts.yml
index 383b488..cdf3de0 100644
--- a/tests/tests_bond_deprecated_initscripts.yml
+++ b/tests/tests_bond_deprecated_initscripts.yml
@@ -10,6 +10,7 @@
         network_provider: initscripts
       tags:
         - always
+        - "tests::expfail"
 
 - import_playbook: playbooks/tests_bond_deprecated.yml
   when: (ansible_distribution in ['CentOS','RedHat'] and
diff --git a/tests/tests_bond_initscripts.yml b/tests/tests_bond_initscripts.yml
index 8fa74c5..6a231c4 100644
--- a/tests/tests_bond_initscripts.yml
+++ b/tests/tests_bond_initscripts.yml
@@ -10,6 +10,7 @@
         network_provider: initscripts
       tags:
         - always
+        - "tests::expfail"
 
 - import_playbook: playbooks/tests_bond.yml
   when: (ansible_distribution in ['CentOS','RedHat'] and
-- 
2.30.2