From 0fcce91919b798098d4fc7c8ca292d510a0b6fc5 Mon Sep 17 00:00:00 2001 From: Rich Megginson Date: Wed, 28 Jul 2021 09:03:02 -0600 Subject: [PATCH] should not have removed epel setup from 802 tests The commit b4584c88a8064aff9de84a15439b91772cb00bec to skip tests that use hostapd also removed the epel repo setup. This breaks other platforms that require epel. Signed-off-by: Rich Megginson --- tests/tests_802_1x_nm.yml | 1 + tests/tests_802_1x_updated_nm.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/tests/tests_802_1x_nm.yml b/tests/tests_802_1x_nm.yml index e0b8bcb..e75f528 100644 --- a/tests/tests_802_1x_nm.yml +++ b/tests/tests_802_1x_nm.yml @@ -5,6 +5,7 @@ - hosts: all name: Run playbook 'playbooks/tests_802_1x.yml' with nm as provider tasks: + - include_tasks: tasks/el_repo_setup.yml - name: Set network provider to 'nm' set_fact: network_provider: nm diff --git a/tests/tests_802_1x_updated_nm.yml b/tests/tests_802_1x_updated_nm.yml index 439bf22..89dcaed 100644 --- a/tests/tests_802_1x_updated_nm.yml +++ b/tests/tests_802_1x_updated_nm.yml @@ -5,6 +5,7 @@ - hosts: all name: Run playbook 'playbooks/tests_802_1x_updated.yml' with nm as provider tasks: + - include_tasks: tasks/el_repo_setup.yml - name: Set network provider to 'nm' set_fact: network_provider: nm