summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Kupka <dkupka@redhat.com>2016-11-15 14:33:58 +0100
committerMartin Babinsky <mbabinsk@redhat.com>2016-11-22 12:54:56 +0100
commit4225484356426a73cc11211bceda7f06ee23d093 (patch)
tree1fef2a94ed51b220f8f98bbec363e02dc9b2815b
parent3e53bbcc34bd256da36209fd8cf8ac5d33ec8093 (diff)
downloadfreeipa-4225484356426a73cc11211bceda7f06ee23d093.tar.gz
freeipa-4225484356426a73cc11211bceda7f06ee23d093.tar.xz
freeipa-4225484356426a73cc11211bceda7f06ee23d093.zip
tests: Mark 389-ds acceptance tests
Reviewed-By: Martin Basti <mbasti@redhat.com>
-rw-r--r--ipatests/pytest.ini1
-rw-r--r--ipatests/test_integration/test_simple_replication.py3
2 files changed, 4 insertions, 0 deletions
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