mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
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:
parent
73ced07e2e
commit
886506f89f
@ -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]
|
||||||
|
@ -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]
|
||||||
|
@ -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]
|
||||||
|
@ -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]
|
||||||
|
@ -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]
|
||||||
|
@ -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]
|
||||||
|
@ -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]
|
||||||
|
@ -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):
|
||||||
|
Loading…
Reference in New Issue
Block a user