From 0bfd29c029ceb801e428c6b3ad05b1ce53bd5993 Mon Sep 17 00:00:00 2001 From: Wen Liang Date: Thu, 22 Jul 2021 07:50:22 -0400 Subject: [PATCH] Include task 'el_repo_setup.yml' for initscripts provider To warrant the integration tests succeed when running with initscripts provider, include task 'el_repo_setup.yml' to enable the base repo support. Signed-off-by: Wen Liang --- tests/ensure_provider_tests.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/ensure_provider_tests.py b/tests/ensure_provider_tests.py index aa0335e..9150cac 100755 --- a/tests/ensure_provider_tests.py +++ b/tests/ensure_provider_tests.py @@ -119,6 +119,7 @@ RUN_PLAYBOOK_WITH_INITSCRIPTS = """# SPDX-License-Identifier: BSD-3-Clause - hosts: all name: Run playbook '{test_playbook}' with initscripts as provider tasks: + - include_tasks: tasks/el_repo_setup.yml - name: Set network provider to 'initscripts' set_fact: network_provider: initscripts