diff options
author | David Kupka <dkupka@redhat.com> | 2016-11-15 14:33:58 +0100 |
---|---|---|
committer | Martin Babinsky <mbabinsk@redhat.com> | 2016-11-22 12:54:56 +0100 |
commit | 4225484356426a73cc11211bceda7f06ee23d093 (patch) | |
tree | 1fef2a94ed51b220f8f98bbec363e02dc9b2815b /ipatests/test_integration | |
parent | 3e53bbcc34bd256da36209fd8cf8ac5d33ec8093 (diff) | |
download | freeipa-4225484356426a73cc11211bceda7f06ee23d093.tar.gz freeipa-4225484356426a73cc11211bceda7f06ee23d093.tar.xz freeipa-4225484356426a73cc11211bceda7f06ee23d093.zip |
tests: Mark 389-ds acceptance tests
Reviewed-By: Martin Basti <mbasti@redhat.com>
Diffstat (limited to 'ipatests/test_integration')
-rw-r--r-- | ipatests/test_integration/test_simple_replication.py | 3 |
1 files changed, 3 insertions, 0 deletions
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 |