mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-01-11 00:31:56 -06:00
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 <flo@redhat.com> Reviewed-By: Antonio Torres <antorres@redhat.com> Reviewed-By: Francisco Trivino <ftrivino@redhat.com>
This commit is contained in:
parent
5deeee31c0
commit
5028b391f1
@ -1814,17 +1814,17 @@ jobs:
|
|||||||
timeout: 5000
|
timeout: 5000
|
||||||
topology: *master_2repl_1client
|
topology: *master_2repl_1client
|
||||||
|
|
||||||
fedora-latest/test_sso:
|
# fedora-latest/test_sso:
|
||||||
requires: [fedora-latest/build]
|
# requires: [fedora-latest/build]
|
||||||
priority: 50
|
# priority: 50
|
||||||
job:
|
# job:
|
||||||
class: RunPytest
|
# class: RunPytest
|
||||||
args:
|
# args:
|
||||||
build_url: '{fedora-latest/build_url}'
|
# build_url: '{fedora-latest/build_url}'
|
||||||
test_suite: test_integration/test_sso.py
|
# test_suite: test_integration/test_sso.py
|
||||||
template: *ci-master-latest
|
# template: *ci-master-latest
|
||||||
timeout: 5000
|
# timeout: 5000
|
||||||
topology: *master_2repl_1client
|
# topology: *master_2repl_1client
|
||||||
|
|
||||||
fedora-latest/test_random_serial_numbers_TestInstallWithCA_DNS1_RSN:
|
fedora-latest/test_random_serial_numbers_TestInstallWithCA_DNS1_RSN:
|
||||||
requires: [fedora-latest/build]
|
requires: [fedora-latest/build]
|
||||||
|
@ -1958,18 +1958,18 @@ jobs:
|
|||||||
timeout: 5000
|
timeout: 5000
|
||||||
topology: *master_2repl_1client
|
topology: *master_2repl_1client
|
||||||
|
|
||||||
fedora-latest/test_sso:
|
# fedora-latest/test_sso:
|
||||||
requires: [fedora-latest/build]
|
# requires: [fedora-latest/build]
|
||||||
priority: 50
|
# priority: 50
|
||||||
job:
|
# job:
|
||||||
class: RunPytest
|
# class: RunPytest
|
||||||
args:
|
# args:
|
||||||
build_url: '{fedora-latest/build_url}'
|
# build_url: '{fedora-latest/build_url}'
|
||||||
selinux_enforcing: True
|
# selinux_enforcing: True
|
||||||
test_suite: test_integration/test_sso.py
|
# test_suite: test_integration/test_sso.py
|
||||||
template: *ci-master-latest
|
# template: *ci-master-latest
|
||||||
timeout: 5000
|
# timeout: 5000
|
||||||
topology: *master_2repl_1client
|
# topology: *master_2repl_1client
|
||||||
|
|
||||||
fedora-latest/test_random_serial_numbers_TestInstallWithCA_DNS1_RSN:
|
fedora-latest/test_random_serial_numbers_TestInstallWithCA_DNS1_RSN:
|
||||||
requires: [fedora-latest/build]
|
requires: [fedora-latest/build]
|
||||||
|
@ -2103,19 +2103,19 @@ jobs:
|
|||||||
timeout: 5000
|
timeout: 5000
|
||||||
topology: *master_2repl_1client
|
topology: *master_2repl_1client
|
||||||
|
|
||||||
testing-fedora/test_sso:
|
# testing-fedora/test_sso:
|
||||||
requires: [testing-fedora/build]
|
# requires: [testing-fedora/build]
|
||||||
priority: 50
|
# priority: 50
|
||||||
job:
|
# job:
|
||||||
class: RunPytest
|
# class: RunPytest
|
||||||
args:
|
# args:
|
||||||
build_url: '{testing-fedora/build_url}'
|
# build_url: '{testing-fedora/build_url}'
|
||||||
update_packages: True
|
# update_packages: True
|
||||||
enable_testing_repo: True
|
# enable_testing_repo: True
|
||||||
test_suite: test_integration/test_sso.py
|
# test_suite: test_integration/test_sso.py
|
||||||
template: *ci-master-latest
|
# template: *ci-master-latest
|
||||||
timeout: 5000
|
# timeout: 5000
|
||||||
topology: *master_2repl_1client
|
# topology: *master_2repl_1client
|
||||||
|
|
||||||
testing-fedora/test_random_serial_numbers_TestInstallWithCA_DNS1_RSN:
|
testing-fedora/test_random_serial_numbers_TestInstallWithCA_DNS1_RSN:
|
||||||
requires: [testing-fedora/build]
|
requires: [testing-fedora/build]
|
||||||
|
@ -2247,20 +2247,20 @@ jobs:
|
|||||||
timeout: 5000
|
timeout: 5000
|
||||||
topology: *master_2repl_1client
|
topology: *master_2repl_1client
|
||||||
|
|
||||||
testing-fedora/test_sso:
|
# testing-fedora/test_sso:
|
||||||
requires: [testing-fedora/build]
|
# requires: [testing-fedora/build]
|
||||||
priority: 50
|
# priority: 50
|
||||||
job:
|
# job:
|
||||||
class: RunPytest
|
# class: RunPytest
|
||||||
args:
|
# args:
|
||||||
build_url: '{testing-fedora/build_url}'
|
# build_url: '{testing-fedora/build_url}'
|
||||||
update_packages: True
|
# update_packages: True
|
||||||
selinux_enforcing: True
|
# selinux_enforcing: True
|
||||||
enable_testing_repo: True
|
# enable_testing_repo: True
|
||||||
test_suite: test_integration/test_sso.py
|
# test_suite: test_integration/test_sso.py
|
||||||
template: *ci-master-latest
|
# template: *ci-master-latest
|
||||||
timeout: 5000
|
# timeout: 5000
|
||||||
topology: *master_2repl_1client
|
# topology: *master_2repl_1client
|
||||||
|
|
||||||
testing-fedora/test_random_serial_numbers_TestInstallWithCA_DNS1_RSN:
|
testing-fedora/test_random_serial_numbers_TestInstallWithCA_DNS1_RSN:
|
||||||
requires: [testing-fedora/build]
|
requires: [testing-fedora/build]
|
||||||
|
@ -1814,17 +1814,17 @@ jobs:
|
|||||||
timeout: 5000
|
timeout: 5000
|
||||||
topology: *master_2repl_1client
|
topology: *master_2repl_1client
|
||||||
|
|
||||||
fedora-previous/test_sso:
|
# fedora-previous/test_sso:
|
||||||
requires: [fedora-previous/build]
|
# requires: [fedora-previous/build]
|
||||||
priority: 50
|
# priority: 50
|
||||||
job:
|
# job:
|
||||||
class: RunPytest
|
# class: RunPytest
|
||||||
args:
|
# args:
|
||||||
build_url: '{fedora-previous/build_url}'
|
# build_url: '{fedora-previous/build_url}'
|
||||||
test_suite: test_integration/test_sso.py
|
# test_suite: test_integration/test_sso.py
|
||||||
template: *ci-master-previous
|
# template: *ci-master-previous
|
||||||
timeout: 5000
|
# timeout: 5000
|
||||||
topology: *master_2repl_1client
|
# topology: *master_2repl_1client
|
||||||
|
|
||||||
fedora-previous/test_random_serial_numbers_TestInstallWithCA_DNS1_RSN:
|
fedora-previous/test_random_serial_numbers_TestInstallWithCA_DNS1_RSN:
|
||||||
requires: [fedora-previous/build]
|
requires: [fedora-previous/build]
|
||||||
|
@ -1958,18 +1958,18 @@ jobs:
|
|||||||
timeout: 5000
|
timeout: 5000
|
||||||
topology: *master_2repl_1client
|
topology: *master_2repl_1client
|
||||||
|
|
||||||
fedora-rawhide/test_sso:
|
# fedora-rawhide/test_sso:
|
||||||
requires: [fedora-rawhide/build]
|
# requires: [fedora-rawhide/build]
|
||||||
priority: 50
|
# priority: 50
|
||||||
job:
|
# job:
|
||||||
class: RunPytest
|
# class: RunPytest
|
||||||
args:
|
# args:
|
||||||
build_url: '{fedora-rawhide/build_url}'
|
# build_url: '{fedora-rawhide/build_url}'
|
||||||
update_packages: True
|
# update_packages: True
|
||||||
test_suite: test_integration/test_sso.py
|
# test_suite: test_integration/test_sso.py
|
||||||
template: *ci-master-frawhide
|
# template: *ci-master-frawhide
|
||||||
timeout: 5000
|
# timeout: 5000
|
||||||
topology: *master_2repl_1client
|
# topology: *master_2repl_1client
|
||||||
|
|
||||||
fedora-rawhide/test_random_serial_numbers_TestInstallWithCA_DNS1_RSN:
|
fedora-rawhide/test_random_serial_numbers_TestInstallWithCA_DNS1_RSN:
|
||||||
requires: [fedora-rawhide/build]
|
requires: [fedora-rawhide/build]
|
||||||
|
Loading…
Reference in New Issue
Block a user