f6ce71d308
This is an automated DistroBaker update from upstream sources. If you do not know what this is about or would like to opt out, contact the OSCI team. Source: https://src.fedoraproject.org/rpms/linux-system-roles.git#490700ef996ddf949520cb4c0fedd290cc657aed
49 lines
1.5 KiB
Diff
49 lines
1.5 KiB
Diff
diff --git a/tests/playbooks/tests_bond.yml b/tests/playbooks/tests_bond.yml
|
|
index d646a0b..8689d59 100644
|
|
--- a/tests/playbooks/tests_bond_deprecated.yml
|
|
+++ b/tests/playbooks/tests_bond_deprecated.yml
|
|
@@ -8,6 +8,8 @@
|
|
dhcp_interface1: test1
|
|
slave2_profile: bond0.1
|
|
dhcp_interface2: test2
|
|
+ tags:
|
|
+ - "tests::expfail"
|
|
tasks:
|
|
- name: "INIT Prepare setup"
|
|
debug:
|
|
diff --git a/tests/tests_bond_initscripts.yml b/tests/tests_bond_initscripts.yml
|
|
index 8fa74c5..6a231c4 100644
|
|
--- a/tests/tests_bond_deprecated_initscripts.yml
|
|
+++ b/tests/tests_bond_deprecated_initscripts.yml
|
|
@@ -9,5 +9,6 @@
|
|
network_provider: initscripts
|
|
tags:
|
|
- always
|
|
+ - "tests::expfail"
|
|
|
|
- import_playbook: playbooks/tests_bond_deprecated.yml
|
|
diff --git a/tests/playbooks/tests_bond.yml b/tests/playbooks/tests_bond.yml
|
|
index d646a0b..8689d59 100644
|
|
--- a/tests/playbooks/tests_bond.yml
|
|
+++ b/tests/playbooks/tests_bond.yml
|
|
@@ -13,6 +13,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_initscripts.yml b/tests/tests_bond_initscripts.yml
|
|
index 8fa74c5..6a231c4 100644
|
|
--- a/tests/tests_bond_initscripts.yml
|
|
+++ b/tests/tests_bond_initscripts.yml
|
|
@@ -9,5 +9,6 @@
|
|
network_provider: initscripts
|
|
tags:
|
|
- always
|
|
+ - "tests::expfail"
|
|
|
|
- import_playbook: playbooks/tests_bond.yml
|