summaryrefslogtreecommitdiffstats
path: root/ipatests/test_integration
diff options
context:
space:
mode:
authorOleg Fayans <ofayans@redhat.com>2016-10-05 10:24:26 +0200
committerMartin Basti <mbasti@redhat.com>2016-10-12 10:53:41 +0200
commit8b0faa25d1c47f605bc6c91933469bb2370276c1 (patch)
treefee8422b56d34b7267967c8bcd1e02529d12fe88 /ipatests/test_integration
parent8f04d1a793b8ff01804bc03eac9b7aaa4f7a7f78 (diff)
downloadfreeipa-8b0faa25d1c47f605bc6c91933469bb2370276c1.tar.gz
freeipa-8b0faa25d1c47f605bc6c91933469bb2370276c1.tar.xz
freeipa-8b0faa25d1c47f605bc6c91933469bb2370276c1.zip
Test: disabled wrong client domain tests for domlevel 0
These tests are only relevant for domain level 1 https://fedorahosted.org/freeipa/ticket/6382 Reviewed-By: Martin Basti <mbasti@redhat.com>
Diffstat (limited to 'ipatests/test_integration')
-rw-r--r--ipatests/test_integration/test_replica_promotion.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/ipatests/test_integration/test_replica_promotion.py b/ipatests/test_integration/test_replica_promotion.py
index 8ae296218..58f0fa54d 100644
--- a/ipatests/test_integration/test_replica_promotion.py
+++ b/ipatests/test_integration/test_replica_promotion.py
@@ -398,6 +398,7 @@ class TestWrongClientDomain(IntegrationTest):
topology = "star"
num_replicas = 1
domain_name = 'exxample.test'
+ domain_level = DOMAIN_LEVEL_1
@classmethod
def install(cls, mh):