mirror of
https://github.com/linux-system-roles/network.git
synced 2026-01-23 10:25:28 +00:00
test: Remove bond tests tag expfail
Since the root cause of the bond tests failure is already found and fixed (by the commit 'fix: Add dhcp client package dependency for initscripts provider'). Therefore, remove the bond tests tag `expfail` and enable the bond tests in the downstream testing. Signed-off-by: Wen Liang <liangwen12year@gmail.com>
This commit is contained in:
parent
62c78f4fe0
commit
ca2180e659
5 changed files with 0 additions and 10 deletions
|
|
@ -2,8 +2,6 @@
|
|||
---
|
||||
- name: Play for testing bond connection
|
||||
hosts: all
|
||||
tags:
|
||||
- tests::expfail
|
||||
vars:
|
||||
controller_profile: bond0
|
||||
controller_device: nm-bond
|
||||
|
|
|
|||
|
|
@ -2,8 +2,6 @@
|
|||
---
|
||||
- name: Play for testing bond cloned MAC address
|
||||
hosts: all
|
||||
tags:
|
||||
- tests::expfail
|
||||
vars:
|
||||
controller_profile: bond0
|
||||
controller_device: nm-bond
|
||||
|
|
|
|||
|
|
@ -2,8 +2,6 @@
|
|||
---
|
||||
- name: Play for testing bond device using deprecated 'master' argument
|
||||
hosts: all
|
||||
tags:
|
||||
- tests::expfail
|
||||
vars:
|
||||
controller_profile: bond0
|
||||
controller_device: deprecated-bond
|
||||
|
|
|
|||
|
|
@ -2,8 +2,6 @@
|
|||
---
|
||||
- name: Play for testing bond options
|
||||
hosts: all
|
||||
tags:
|
||||
- tests::expfail
|
||||
vars:
|
||||
controller_profile: bond0
|
||||
controller_device: nm-bond
|
||||
|
|
|
|||
|
|
@ -2,8 +2,6 @@
|
|||
---
|
||||
- name: Play for testing bond removal
|
||||
hosts: all
|
||||
tags:
|
||||
- tests::expfail
|
||||
vars:
|
||||
controller_profile: bond0
|
||||
controller_device: nm-bond
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue