mirror of
https://github.com/linux-system-roles/network.git
synced 2026-01-23 02:15:17 +00:00
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 <rmeggins@redhat.com>
This commit is contained in:
parent
1a5338f452
commit
a3b7dc4663
5 changed files with 10 additions and 0 deletions
|
|
@ -1,6 +1,8 @@
|
|||
# SPDX-License-Identifier: BSD-3-Clause
|
||||
---
|
||||
- hosts: all
|
||||
tags:
|
||||
- tests::expfail
|
||||
vars:
|
||||
controller_profile: bond0
|
||||
controller_device: nm-bond
|
||||
|
|
|
|||
|
|
@ -1,6 +1,8 @@
|
|||
# SPDX-License-Identifier: BSD-3-Clause
|
||||
---
|
||||
- hosts: all
|
||||
tags:
|
||||
- tests::expfail
|
||||
vars:
|
||||
controller_profile: bond0
|
||||
controller_device: nm-bond
|
||||
|
|
|
|||
|
|
@ -1,6 +1,8 @@
|
|||
# SPDX-License-Identifier: BSD-3-Clause
|
||||
---
|
||||
- hosts: all
|
||||
tags:
|
||||
- tests::expfail
|
||||
vars:
|
||||
controller_profile: bond0
|
||||
controller_device: deprecated-bond
|
||||
|
|
|
|||
|
|
@ -1,6 +1,8 @@
|
|||
# SPDX-License-Identifier: BSD-3-Clause
|
||||
---
|
||||
- hosts: all
|
||||
tags:
|
||||
- tests::expfail
|
||||
vars:
|
||||
controller_profile: bond0
|
||||
controller_device: nm-bond
|
||||
|
|
|
|||
|
|
@ -1,6 +1,8 @@
|
|||
# SPDX-License-Identifier: BSD-3-Clause
|
||||
---
|
||||
- hosts: all
|
||||
tags:
|
||||
- tests::expfail
|
||||
vars:
|
||||
controller_profile: bond0
|
||||
controller_device: nm-bond
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue