diff --git a/ipatests/pytest.ini b/ipatests/pytest.ini index 8ae1c3a32..326a8d6f3 100644 --- a/ipatests/pytest.ini +++ b/ipatests/pytest.ini @@ -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 diff --git a/ipatests/test_integration/test_simple_replication.py b/ipatests/test_integration/test_simple_replication.py index fe1c74e7c..e2866869a 100644 --- a/ipatests/test_integration/test_simple_replication.py +++ b/ipatests/test_integration/test_simple_replication.py @@ -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