From 9a0f6cb2582e265a5d1bb87aaff6049ccd5a5b35 Mon Sep 17 00:00:00 2001 From: Anuja More Date: Feb 17 2020 15:53:35 +0000 Subject: Update topology for test_integration/test_sssd.py Added changes in topology for test_sssd.py As in test it needs client also. Signed-off-by: Anuja More Reviewed-By: Florence Blanc-Renaud Reviewed-By: Sergey Orlov Reviewed-By: Mohammad Rizwan Yusuf --- diff --git a/ipatests/prci_definitions/gating.yaml b/ipatests/prci_definitions/gating.yaml index 6aee506..faba2ae 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_master_2client: &ad_master_2client + name: ad_master_2client + cpu: 4 + memory: 12000 jobs: fedora-29/build: diff --git a/ipatests/prci_definitions/nightly_ipa-4-7.yaml b/ipatests/prci_definitions/nightly_ipa-4-7.yaml index 578c44e..b7e69e9 100644 --- a/ipatests/prci_definitions/nightly_ipa-4-7.yaml +++ b/ipatests/prci_definitions/nightly_ipa-4-7.yaml @@ -31,6 +31,10 @@ topologies: name: ad_master cpu: 4 memory: 12000 + ad_master_2client: &ad_master_2client + name: ad_master_2client + cpu: 4 + memory: 12000 adroot_adchild_adtree_master_1client: &adroot_adchild_adtree_master_1client name: adroot_adchild_adtree_master_1client cpu: 8 @@ -1287,7 +1291,7 @@ jobs: test_suite: test_integration/test_sssd.py template: *ci-master-f29 timeout: 4800 - topology: *ad_master + topology: *ad_master_2client fedora-29/test_ca_custom_sdn: requires: [fedora-29/build]