From b90e123708b3f626d6853f70860bac150b16a809 Mon Sep 17 00:00:00 2001 From: Wen Liang Date: Wed, 13 Mar 2024 11:13:43 -0400 Subject: [PATCH] tests: Team interface is indeed supported on Fedora Signed-off-by: Wen Liang --- tests/ensure_provider_tests.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/tests/ensure_provider_tests.py b/tests/ensure_provider_tests.py index 54c9f84..2b851a8 100755 --- a/tests/ensure_provider_tests.py +++ b/tests/ensure_provider_tests.py @@ -101,10 +101,7 @@ ibution_major_version | int < 9", blackhole, prohibit and unreachable", }, "playbooks/tests_routing_rules.yml": {}, - # team interface is not supported on Fedora - "playbooks/tests_team.yml": { - EXTRA_RUN_CONDITION: "ansible_distribution != 'Fedora'", - }, + "playbooks/tests_team.yml": {}, "playbooks/tests_team_plugin_installation.yml": {}, # mac80211_hwsim (used for tests_wireless) only seems to be available # and working on RHEL/CentOS 7