mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
ipatests: fix the topology for rawhide/test_subids
The test test_integration/test_subids.py::TestSubordinateId needs a master and a client but the yaml definition for rawhide and sssd is currently using master_1repl. Replace with master_1repl_1client to fulfill the requirement. Fixes: https://pagure.io/freeipa/issue/9217 Signed-off-by: Florence Blanc-Renaud <flo@redhat.com> Reviewed-By: Francisco Trivino <ftrivino@redhat.com>
This commit is contained in:
parent
42b2607a6f
commit
ccb012b402
@ -210,7 +210,7 @@ jobs:
|
||||
test_suite: test_integration/test_subids.py
|
||||
template: *ci-master-latest
|
||||
timeout: 3600
|
||||
topology: *master_1repl
|
||||
topology: *master_1repl_1client
|
||||
|
||||
sssd-fedora/test_sudo:
|
||||
requires: [sssd-fedora/build]
|
||||
|
@ -1887,7 +1887,7 @@ jobs:
|
||||
test_suite: test_integration/test_subids.py
|
||||
template: *ci-master-frawhide
|
||||
timeout: 3600
|
||||
topology: *master_1repl
|
||||
topology: *master_1repl_1client
|
||||
|
||||
fedora-rawhide/test_custom_plugins:
|
||||
requires: [fedora-rawhide/build]
|
||||
|
Loading…
Reference in New Issue
Block a user