ipatests: use proper template for TestMaskInstall

TestMaskInstall is a usual integration tests and should
install freeipa server during test run.
"ipaserver" template provides pre-install freeipa server and
is intended for use with webui and xmlrpc tests.

Reviewed-By: Francois Cami <fcami@redhat.com>
This commit is contained in:
Sergey Orlov 2021-03-09 12:53:28 +01:00
parent 73ced07e2e
commit 886506f89f
No known key found for this signature in database
GPG Key ID: ADF8C90EDD04503D
8 changed files with 8 additions and 9 deletions

View File

@ -1484,7 +1484,7 @@ jobs:
test_suite: test_integration/test_installation.py::TestMaskInstall test_suite: test_integration/test_installation.py::TestMaskInstall
template: *ci-master-latest template: *ci-master-latest
timeout: 3600 timeout: 3600
topology: *ipaserver topology: *master_1repl
fedora-latest/automember: fedora-latest/automember:
requires: [fedora-latest/build] requires: [fedora-latest/build]

View File

@ -558,7 +558,7 @@ jobs:
test_suite: test_integration/test_installation.py::TestMaskInstall test_suite: test_integration/test_installation.py::TestMaskInstall
template: *389ds-master-latest template: *389ds-master-latest
timeout: 3600 timeout: 3600
topology: *ipaserver topology: *master_1repl
389ds-fedora/automember: 389ds-fedora/automember:
requires: [389ds-fedora/build] requires: [389ds-fedora/build]

View File

@ -1601,7 +1601,7 @@ jobs:
test_suite: test_integration/test_installation.py::TestMaskInstall test_suite: test_integration/test_installation.py::TestMaskInstall
template: *ci-master-latest template: *ci-master-latest
timeout: 3600 timeout: 3600
topology: *ipaserver topology: *master_1repl
fedora-latest/automember: fedora-latest/automember:
requires: [fedora-latest/build] requires: [fedora-latest/build]

View File

@ -1601,7 +1601,7 @@ jobs:
test_suite: test_integration/test_installation.py::TestMaskInstall test_suite: test_integration/test_installation.py::TestMaskInstall
template: *testing-master-latest template: *testing-master-latest
timeout: 3600 timeout: 3600
topology: *ipaserver topology: *master_1repl
testing-fedora/automember: testing-fedora/automember:
requires: [testing-fedora/build] requires: [testing-fedora/build]

View File

@ -1718,7 +1718,7 @@ jobs:
test_suite: test_integration/test_installation.py::TestMaskInstall test_suite: test_integration/test_installation.py::TestMaskInstall
template: *testing-master-latest template: *testing-master-latest
timeout: 3600 timeout: 3600
topology: *ipaserver topology: *master_1repl
testing-fedora/automember: testing-fedora/automember:
requires: [testing-fedora/build] requires: [testing-fedora/build]

View File

@ -1484,7 +1484,7 @@ jobs:
test_suite: test_integration/test_installation.py::TestMaskInstall test_suite: test_integration/test_installation.py::TestMaskInstall
template: *ci-master-previous template: *ci-master-previous
timeout: 3600 timeout: 3600
topology: *ipaserver topology: *master_1repl
fedora-previous/automember: fedora-previous/automember:
requires: [fedora-previous/build] requires: [fedora-previous/build]

View File

@ -1574,7 +1574,7 @@ jobs:
test_suite: test_integration/test_installation.py::TestMaskInstall test_suite: test_integration/test_installation.py::TestMaskInstall
template: *ci-master-frawhide template: *ci-master-frawhide
timeout: 3600 timeout: 3600
topology: *ipaserver topology: *master_1repl
fedora-rawhide/nfs: fedora-rawhide/nfs:
requires: [fedora-rawhide/build] requires: [fedora-rawhide/build]

View File

@ -1354,8 +1354,7 @@ class TestMaskInstall(IntegrationTest):
related ticket: https://pagure.io/freeipa/issue/7193 related ticket: https://pagure.io/freeipa/issue/7193
""" """
topology = 'star'
num_replicas = 0
@classmethod @classmethod
def install(cls, mh): def install(cls, mh):