From a3b7dc466327294fdb3b39dda28316327f17446b Mon Sep 17 00:00:00 2001 From: Rich Megginson Date: Sat, 21 Jan 2023 09:50:46 -0700 Subject: [PATCH] tag all bond tests with expfail The bond tests fail regularly in our single host downstream testing, so mark them as `expfail` (expect to fail) so that these failures do not clutter up our test results. We have tried to fix this in the past - several times over the past three years, at a cost of many man weeks of effort - and the fixes just don't seem to "take". We have reached the point where we need to cut our losses and just skip these tests. Perhaps at some point in the future we can revisit this issue. Signed-off-by: Rich Megginson --- tests/playbooks/tests_bond.yml | 2 ++ tests/playbooks/tests_bond_cloned_mac.yml | 2 ++ tests/playbooks/tests_bond_deprecated.yml | 2 ++ tests/playbooks/tests_bond_options.yml | 2 ++ tests/playbooks/tests_bond_removal.yml | 2 ++ 5 files changed, 10 insertions(+) diff --git a/tests/playbooks/tests_bond.yml b/tests/playbooks/tests_bond.yml index a6badfd..3dd42a4 100644 --- a/tests/playbooks/tests_bond.yml +++ b/tests/playbooks/tests_bond.yml @@ -1,6 +1,8 @@ # SPDX-License-Identifier: BSD-3-Clause --- - hosts: all + tags: + - tests::expfail vars: controller_profile: bond0 controller_device: nm-bond diff --git a/tests/playbooks/tests_bond_cloned_mac.yml b/tests/playbooks/tests_bond_cloned_mac.yml index ff5dbd0..7582ba8 100644 --- a/tests/playbooks/tests_bond_cloned_mac.yml +++ b/tests/playbooks/tests_bond_cloned_mac.yml @@ -1,6 +1,8 @@ # SPDX-License-Identifier: BSD-3-Clause --- - hosts: all + tags: + - tests::expfail vars: controller_profile: bond0 controller_device: nm-bond diff --git a/tests/playbooks/tests_bond_deprecated.yml b/tests/playbooks/tests_bond_deprecated.yml index 0e8436c..d5b6a8d 100644 --- a/tests/playbooks/tests_bond_deprecated.yml +++ b/tests/playbooks/tests_bond_deprecated.yml @@ -1,6 +1,8 @@ # SPDX-License-Identifier: BSD-3-Clause --- - hosts: all + tags: + - tests::expfail vars: controller_profile: bond0 controller_device: deprecated-bond diff --git a/tests/playbooks/tests_bond_options.yml b/tests/playbooks/tests_bond_options.yml index 2cb5d95..a0292ff 100644 --- a/tests/playbooks/tests_bond_options.yml +++ b/tests/playbooks/tests_bond_options.yml @@ -1,6 +1,8 @@ # SPDX-License-Identifier: BSD-3-Clause --- - hosts: all + tags: + - tests::expfail vars: controller_profile: bond0 controller_device: nm-bond diff --git a/tests/playbooks/tests_bond_removal.yml b/tests/playbooks/tests_bond_removal.yml index e3f8caf..d70cf40 100644 --- a/tests/playbooks/tests_bond_removal.yml +++ b/tests/playbooks/tests_bond_removal.yml @@ -1,6 +1,8 @@ # SPDX-License-Identifier: BSD-3-Clause --- - hosts: all + tags: + - tests::expfail vars: controller_profile: bond0 controller_device: nm-bond