From 5028b391f16a9dcb275037a430a6e3c6f3eed872 Mon Sep 17 00:00:00 2001 From: Florence Blanc-Renaud Date: Fri, 1 Dec 2023 11:33:52 +0100 Subject: [PATCH] Integration tests: disable test_sso Changes in ipa-tuura project are breaking the test (removal of a script required for test preparation). Disable the test until a solution is found in ipa-tuura. Related: https://pagure.io/freeipa/issue/9476 Signed-off-by: Florence Blanc-Renaud Reviewed-By: Antonio Torres Reviewed-By: Francisco Trivino --- ipatests/prci_definitions/nightly_latest.yaml | 22 +++++++-------- .../nightly_latest_selinux.yaml | 24 ++++++++-------- .../nightly_latest_testing.yaml | 26 ++++++++--------- .../nightly_latest_testing_selinux.yaml | 28 +++++++++---------- .../prci_definitions/nightly_previous.yaml | 22 +++++++-------- .../prci_definitions/nightly_rawhide.yaml | 24 ++++++++-------- 6 files changed, 73 insertions(+), 73 deletions(-) diff --git a/ipatests/prci_definitions/nightly_latest.yaml b/ipatests/prci_definitions/nightly_latest.yaml index d97f73777..6b74a3b0a 100644 --- a/ipatests/prci_definitions/nightly_latest.yaml +++ b/ipatests/prci_definitions/nightly_latest.yaml @@ -1814,17 +1814,17 @@ jobs: timeout: 5000 topology: *master_2repl_1client - fedora-latest/test_sso: - requires: [fedora-latest/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-latest/build_url}' - test_suite: test_integration/test_sso.py - template: *ci-master-latest - timeout: 5000 - topology: *master_2repl_1client +# fedora-latest/test_sso: +# requires: [fedora-latest/build] +# priority: 50 +# job: +# class: RunPytest +# args: +# build_url: '{fedora-latest/build_url}' +# test_suite: test_integration/test_sso.py +# template: *ci-master-latest +# timeout: 5000 +# topology: *master_2repl_1client fedora-latest/test_random_serial_numbers_TestInstallWithCA_DNS1_RSN: requires: [fedora-latest/build] diff --git a/ipatests/prci_definitions/nightly_latest_selinux.yaml b/ipatests/prci_definitions/nightly_latest_selinux.yaml index 136ac972b..cbaf7c3ea 100644 --- a/ipatests/prci_definitions/nightly_latest_selinux.yaml +++ b/ipatests/prci_definitions/nightly_latest_selinux.yaml @@ -1958,18 +1958,18 @@ jobs: timeout: 5000 topology: *master_2repl_1client - fedora-latest/test_sso: - requires: [fedora-latest/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-latest/build_url}' - selinux_enforcing: True - test_suite: test_integration/test_sso.py - template: *ci-master-latest - timeout: 5000 - topology: *master_2repl_1client +# fedora-latest/test_sso: +# requires: [fedora-latest/build] +# priority: 50 +# job: +# class: RunPytest +# args: +# build_url: '{fedora-latest/build_url}' +# selinux_enforcing: True +# test_suite: test_integration/test_sso.py +# template: *ci-master-latest +# timeout: 5000 +# topology: *master_2repl_1client fedora-latest/test_random_serial_numbers_TestInstallWithCA_DNS1_RSN: requires: [fedora-latest/build] diff --git a/ipatests/prci_definitions/nightly_latest_testing.yaml b/ipatests/prci_definitions/nightly_latest_testing.yaml index 9ef838327..d8203c7f7 100644 --- a/ipatests/prci_definitions/nightly_latest_testing.yaml +++ b/ipatests/prci_definitions/nightly_latest_testing.yaml @@ -2103,19 +2103,19 @@ jobs: timeout: 5000 topology: *master_2repl_1client - testing-fedora/test_sso: - requires: [testing-fedora/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{testing-fedora/build_url}' - update_packages: True - enable_testing_repo: True - test_suite: test_integration/test_sso.py - template: *ci-master-latest - timeout: 5000 - topology: *master_2repl_1client +# testing-fedora/test_sso: +# requires: [testing-fedora/build] +# priority: 50 +# job: +# class: RunPytest +# args: +# build_url: '{testing-fedora/build_url}' +# update_packages: True +# enable_testing_repo: True +# test_suite: test_integration/test_sso.py +# template: *ci-master-latest +# timeout: 5000 +# topology: *master_2repl_1client testing-fedora/test_random_serial_numbers_TestInstallWithCA_DNS1_RSN: requires: [testing-fedora/build] diff --git a/ipatests/prci_definitions/nightly_latest_testing_selinux.yaml b/ipatests/prci_definitions/nightly_latest_testing_selinux.yaml index 74769c031..7c8f6ead6 100644 --- a/ipatests/prci_definitions/nightly_latest_testing_selinux.yaml +++ b/ipatests/prci_definitions/nightly_latest_testing_selinux.yaml @@ -2247,20 +2247,20 @@ jobs: timeout: 5000 topology: *master_2repl_1client - testing-fedora/test_sso: - requires: [testing-fedora/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{testing-fedora/build_url}' - update_packages: True - selinux_enforcing: True - enable_testing_repo: True - test_suite: test_integration/test_sso.py - template: *ci-master-latest - timeout: 5000 - topology: *master_2repl_1client +# testing-fedora/test_sso: +# requires: [testing-fedora/build] +# priority: 50 +# job: +# class: RunPytest +# args: +# build_url: '{testing-fedora/build_url}' +# update_packages: True +# selinux_enforcing: True +# enable_testing_repo: True +# test_suite: test_integration/test_sso.py +# template: *ci-master-latest +# timeout: 5000 +# topology: *master_2repl_1client testing-fedora/test_random_serial_numbers_TestInstallWithCA_DNS1_RSN: requires: [testing-fedora/build] diff --git a/ipatests/prci_definitions/nightly_previous.yaml b/ipatests/prci_definitions/nightly_previous.yaml index 1542a94b1..005e1df79 100644 --- a/ipatests/prci_definitions/nightly_previous.yaml +++ b/ipatests/prci_definitions/nightly_previous.yaml @@ -1814,17 +1814,17 @@ jobs: timeout: 5000 topology: *master_2repl_1client - fedora-previous/test_sso: - requires: [fedora-previous/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-previous/build_url}' - test_suite: test_integration/test_sso.py - template: *ci-master-previous - timeout: 5000 - topology: *master_2repl_1client +# fedora-previous/test_sso: +# requires: [fedora-previous/build] +# priority: 50 +# job: +# class: RunPytest +# args: +# build_url: '{fedora-previous/build_url}' +# test_suite: test_integration/test_sso.py +# template: *ci-master-previous +# timeout: 5000 +# topology: *master_2repl_1client fedora-previous/test_random_serial_numbers_TestInstallWithCA_DNS1_RSN: requires: [fedora-previous/build] diff --git a/ipatests/prci_definitions/nightly_rawhide.yaml b/ipatests/prci_definitions/nightly_rawhide.yaml index 0efe305d8..dca5abb40 100644 --- a/ipatests/prci_definitions/nightly_rawhide.yaml +++ b/ipatests/prci_definitions/nightly_rawhide.yaml @@ -1958,18 +1958,18 @@ jobs: timeout: 5000 topology: *master_2repl_1client - fedora-rawhide/test_sso: - requires: [fedora-rawhide/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-rawhide/build_url}' - update_packages: True - test_suite: test_integration/test_sso.py - template: *ci-master-frawhide - timeout: 5000 - topology: *master_2repl_1client +# fedora-rawhide/test_sso: +# requires: [fedora-rawhide/build] +# priority: 50 +# job: +# class: RunPytest +# args: +# build_url: '{fedora-rawhide/build_url}' +# update_packages: True +# test_suite: test_integration/test_sso.py +# template: *ci-master-frawhide +# timeout: 5000 +# topology: *master_2repl_1client fedora-rawhide/test_random_serial_numbers_TestInstallWithCA_DNS1_RSN: requires: [fedora-rawhide/build]