mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
tests: Mark 389-ds acceptance tests
Reviewed-By: Martin Basti <mbasti@redhat.com>
This commit is contained in:
committed by
Martin Babinsky
parent
3e53bbcc34
commit
4225484356
@@ -32,3 +32,4 @@ markers =
|
||||
tier0: basic unit tests and critical functionality
|
||||
tier1: functional API tests
|
||||
cs_acceptance: Acceptance test suite for Dogtag Certificate Server
|
||||
ds_acceptance: Acceptance test suite for 389 Directory Server
|
||||
|
||||
@@ -19,11 +19,14 @@
|
||||
|
||||
from __future__ import print_function
|
||||
|
||||
import pytest
|
||||
|
||||
from ipapython.dn import DN
|
||||
from ipatests.test_integration.base import IntegrationTest
|
||||
from ipatests.test_integration import tasks
|
||||
|
||||
|
||||
@pytest.mark.ds_acceptance
|
||||
class TestSimpleReplication(IntegrationTest):
|
||||
"""Simple replication test
|
||||
|
||||
|
||||
Reference in New Issue
Block a user