ipatests: fix SSSD nightly definition

The nightly test test_external_idp requires a topology
with 2 replicas. Fix the definition in nightly_latest_sssd.

Signed-off-by: Florence Blanc-Renaud <flo@redhat.com>
Reviewed-By: Rob Crittenden <rcritten@redhat.com>
This commit is contained in:
Florence Blanc-Renaud 2022-07-10 14:30:31 +02:00
parent f8da5bfbea
commit e8d34361c7

View File

@ -11,6 +11,10 @@ topologies:
name: master_1repl_1client
cpu: 4
memory: 7400
master_2repl_1client: &master_2repl_1client
name: master_2repl_1client
cpu: 5
memory: 10150
ad_master_2client: &ad_master_2client
name: ad_master_2client
cpu: 4
@ -66,7 +70,7 @@ jobs:
test_suite: test_integration/test_idp.py
template: *ci-master-latest
timeout: 5000
topology: *master_1repl
topology: *master_2repl_1client
sssd-fedora/test_idviews:
requires: [sssd-fedora/build]