From 8f8b92fd2a970a2c6696022e4bc5c59e68105f31 Mon Sep 17 00:00:00 2001 From: Jiri Podivin Date: Wed, 4 Oct 2023 14:36:03 +0200 Subject: [PATCH] Adding newly functional tests on the local and CI test list List of of skipped tests was removed from the CI workflow definition as they will, in all probability, not be implemented in the containerized github CI. edpm_ceph_hci_pre role was added to the local execution skip list Signed-off-by: Jiri Podivin --- .github/workflows/molecule.yaml | 9 +++------ scripts/test_roles.py | 8 ++++---- 2 files changed, 7 insertions(+), 10 deletions(-) diff --git a/.github/workflows/molecule.yaml b/.github/workflows/molecule.yaml index 01bf34624..8fbb25a62 100644 --- a/.github/workflows/molecule.yaml +++ b/.github/workflows/molecule.yaml @@ -23,7 +23,9 @@ jobs: - edpm_container_manage - edpm_container_rm - edpm_container_standalone + - edpm_growvols - edpm_logrotate_crond + - edpm_multipathd - edpm_network_config - edpm_neutron_sriov - edpm_nftables @@ -37,14 +39,9 @@ jobs: - env_data # Following roles will be included in test matrix only after their # molecule tests deemed functional and stable - # - edpm_iscsid # - edpm_ovn_bgp_agent - # - edpm_chrony - # - edpm_podman - # - edpm_module_load - # - edpm_kernel # - edpm_frr - # - edpm_growvols + # - edpm_iscsid runs-on: ubuntu-22.04 steps: diff --git a/scripts/test_roles.py b/scripts/test_roles.py index 05c513013..3efd16835 100755 --- a/scripts/test_roles.py +++ b/scripts/test_roles.py @@ -9,19 +9,19 @@ # hence skipping them here. SKIP_LIST = [ "edpm_libvirt", + "edpm_ovn", "edpm_nova", - "edpm_nova_compute", - "edpm_nova_libvirt", "edpm_module_load", "edpm_chrony", "edpm_podman", "edpm_ceph_client_files", "edpm_ddp_package", "edpm_frr", - "edpm_growvols", "edpm_kernel", "edpm_ovn_bgp_agent", - "test_deps" + "test_deps", + "edpm_ceph_hci_pre", + "edpm_download_cache", ] FAILURE_PATTERNS = [