Skip to content

Commit

Permalink
tag all bond tests with expfail
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
richm committed Jan 24, 2023
1 parent 1a5338f commit a3b7dc4
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/playbooks/tests_bond.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# SPDX-License-Identifier: BSD-3-Clause
---
- hosts: all
tags:
- tests::expfail
vars:
controller_profile: bond0
controller_device: nm-bond
Expand Down
2 changes: 2 additions & 0 deletions tests/playbooks/tests_bond_cloned_mac.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# SPDX-License-Identifier: BSD-3-Clause
---
- hosts: all
tags:
- tests::expfail
vars:
controller_profile: bond0
controller_device: nm-bond
Expand Down
2 changes: 2 additions & 0 deletions tests/playbooks/tests_bond_deprecated.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# SPDX-License-Identifier: BSD-3-Clause
---
- hosts: all
tags:
- tests::expfail
vars:
controller_profile: bond0
controller_device: deprecated-bond
Expand Down
2 changes: 2 additions & 0 deletions tests/playbooks/tests_bond_options.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# SPDX-License-Identifier: BSD-3-Clause
---
- hosts: all
tags:
- tests::expfail
vars:
controller_profile: bond0
controller_device: nm-bond
Expand Down
2 changes: 2 additions & 0 deletions tests/playbooks/tests_bond_removal.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# SPDX-License-Identifier: BSD-3-Clause
---
- hosts: all
tags:
- tests::expfail
vars:
controller_profile: bond0
controller_device: nm-bond
Expand Down

0 comments on commit a3b7dc4

Please sign in to comment.