From ec0c03370913c1872a71e3e02df123f75360150d Mon Sep 17 00:00:00 2001 From: Francisco Trivino Date: Tue, 4 Dec 2018 16:50:32 +0100 Subject: [PATCH] Active Directory Testing --- ipatests/prci_definitions/gating.yaml | 217 +------------------------- 1 file changed, 8 insertions(+), 209 deletions(-) diff --git a/ipatests/prci_definitions/gating.yaml b/ipatests/prci_definitions/gating.yaml index 78bd603ce9b..cd67fea758f 100644 --- a/ipatests/prci_definitions/gating.yaml +++ b/ipatests/prci_definitions/gating.yaml @@ -11,6 +11,10 @@ topologies: name: master_1repl_1client cpu: 4 memory: 7400 + ad: &ad + name: ad + cpu: 6 + memory: 8000 jobs: fedora-29/build: @@ -27,219 +31,14 @@ jobs: timeout: 1800 topology: *build - fedora-29/simple_replication: + fedora-29/ad_tests: requires: [fedora-29/build] priority: 50 job: class: RunPytest args: build_url: '{fedora-29/build_url}' - test_suite: test_integration/test_simple_replication.py + test_suite: test_integration/test_idviews.py template: *ci-master-f29 - timeout: 3600 - topology: *master_1repl - - fedora-29/caless: - requires: [fedora-29/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-29/build_url}' - test_suite: test_integration/test_caless.py::TestServerReplicaCALessToCAFull - template: *ci-master-f29 - timeout: 3600 - topology: *master_1repl - - fedora-29/external_ca_1: - requires: [fedora-29/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-29/build_url}' - test_suite: test_integration/test_external_ca.py::TestExternalCA - template: *ci-master-f29 - timeout: 4800 - topology: *master_1repl_1client - - fedora-29/external_ca_2: - requires: [fedora-29/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-29/build_url}' - test_suite: test_integration/test_external_ca.py::TestSelfExternalSelf test_integration/test_external_ca.py::TestExternalCAInstall - template: *ci-master-f29 - timeout: 3600 - topology: *master_1repl - - fedora-29/test_topologies: - requires: [fedora-29/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-29/build_url}' - test_suite: test_integration/test_topologies.py - template: *ci-master-f29 - timeout: 3600 - topology: *master_1repl - - fedora-29/test_sudo: - requires: [fedora-29/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-29/build_url}' - test_suite: test_integration/test_sudo.py - template: *ci-master-f29 - timeout: 4800 - topology: *master_1repl_1client - - fedora-29/test_commands: - requires: [fedora-29/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-29/build_url}' - test_suite: test_integration/test_commands.py - template: *ci-master-f29 - timeout: 3600 - topology: *master_1repl - - fedora-29/test_kerberos_flags: - requires: [fedora-29/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-29/build_url}' - test_suite: test_integration/test_kerberos_flags.py - template: *ci-master-f29 - timeout: 3600 - topology: *master_1repl_1client - - fedora-29/test_http_kdc_proxy: - requires: [fedora-29/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-29/build_url}' - test_suite: test_integration/test_http_kdc_proxy.py - template: *ci-master-f29 - timeout: 3600 - topology: *master_1repl_1client - - fedora-29/test_forced_client_enrolment: - requires: [fedora-29/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-29/build_url}' - test_suite: test_integration/test_forced_client_reenrollment.py - template: *ci-master-f29 - timeout: 4800 - topology: *master_1repl_1client - - fedora-29/test_advise: - requires: [fedora-29/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-29/build_url}' - test_suite: test_integration/test_advise.py - template: *ci-master-f29 - timeout: 3600 - topology: *master_1repl - - fedora-29/test_testconfig: - requires: [fedora-29/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-29/build_url}' - test_suite: test_integration/test_testconfig.py - template: *ci-master-f29 - timeout: 3600 - topology: *master_1repl - - fedora-29/test_service_permissions: - requires: [fedora-29/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-29/build_url}' - test_suite: test_integration/test_service_permissions.py - template: *ci-master-f29 - timeout: 3600 - topology: *master_1repl - - fedora-29/test_netgroup: - requires: [fedora-29/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-29/build_url}' - test_suite: test_integration/test_netgroup.py - template: *ci-master-f29 - timeout: 3600 - topology: *master_1repl - - fedora-29/test_vault: - requires: [fedora-29/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-29/build_url}' - test_suite: test_integration/test_vault.py - template: *ci-master-f29 - timeout: 6300 - topology: *master_1repl - - fedora-29/test_authconfig: - requires: [fedora-29/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-29/build_url}' - test_suite: test_integration/test_authselect.py - template: *ci-master-f29 - timeout: 4800 - topology: *master_1repl_1client - - fedora-29/replica_promotion: - requires: [fedora-29/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-29/build_url}' - test_suite: test_integration/test_replica_promotion.py::TestSubCAkeyReplication - template: *ci-master-f29 - timeout: 3600 - topology: *master_1repl - - fedora-29/dnssec: - requires: [fedora-29/build] - priority: 50 - job: - class: RunPytest - args: - build_url: '{fedora-29/build_url}' - test_suite: test_integration/test_dnssec.py::TestInstallDNSSECFirst - template: *ci-master-f29 - timeout: 3600 - topology: *master_1repl - + timeout: 18500 + topology: *ad