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:
Florence Blanc-Renaud 2022-08-07 10:34:12 +02:00
parent 42b2607a6f
commit ccb012b402
2 changed files with 2 additions and 2 deletions

View File

@ -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]

View File

@ -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]