From ca2180e659358efd26555eb947572c37dc6fe0f2 Mon Sep 17 00:00:00 2001 From: Wen Liang Date: Tue, 3 Oct 2023 16:44:59 -0400 Subject: [PATCH] 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 --- 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 deletions(-) diff --git a/tests/playbooks/tests_bond.yml b/tests/playbooks/tests_bond.yml index 6f59621..9be8232 100644 --- a/tests/playbooks/tests_bond.yml +++ b/tests/playbooks/tests_bond.yml @@ -2,8 +2,6 @@ --- - name: Play for testing bond connection 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 6767cbd..ab9727f 100644 --- a/tests/playbooks/tests_bond_cloned_mac.yml +++ b/tests/playbooks/tests_bond_cloned_mac.yml @@ -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 diff --git a/tests/playbooks/tests_bond_deprecated.yml b/tests/playbooks/tests_bond_deprecated.yml index d015cc6..572bf8a 100644 --- a/tests/playbooks/tests_bond_deprecated.yml +++ b/tests/playbooks/tests_bond_deprecated.yml @@ -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 diff --git a/tests/playbooks/tests_bond_options.yml b/tests/playbooks/tests_bond_options.yml index 3df94ae..219a015 100644 --- a/tests/playbooks/tests_bond_options.yml +++ b/tests/playbooks/tests_bond_options.yml @@ -2,8 +2,6 @@ --- - name: Play for testing bond options 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 c319c70..b4c2c9d 100644 --- a/tests/playbooks/tests_bond_removal.yml +++ b/tests/playbooks/tests_bond_removal.yml @@ -2,8 +2,6 @@ --- - name: Play for testing bond removal hosts: all - tags: - - tests::expfail vars: controller_profile: bond0 controller_device: nm-bond