summaryrefslogtreecommitdiffstats
path: root/ipatests
diff options
context:
space:
mode:
authorMartin Basti <mbasti@redhat.com>2014-07-04 10:14:36 +0200
committerMartin Kosek <mkosek@redhat.com>2014-07-04 10:22:30 +0200
commit52bcf5345c9a920db513ed3fc8c2dc029661ecf2 (patch)
tree3ef7278c120c791031c1eb8e7c9cd09d2b652d40 /ipatests
parent29951ada9fd7dd8e0887f0832c6b58f266960b72 (diff)
downloadfreeipa-52bcf5345c9a920db513ed3fc8c2dc029661ecf2.tar.gz
freeipa-52bcf5345c9a920db513ed3fc8c2dc029661ecf2.tar.xz
freeipa-52bcf5345c9a920db513ed3fc8c2dc029661ecf2.zip
Fix tests dns_realmdomains_integration
Added warning message about forwarders Reviewed-By: Martin Kosek <mkosek@redhat.com>
Diffstat (limited to 'ipatests')
-rw-r--r--ipatests/test_xmlrpc/test_dns_realmdomains_integration.py9
1 files changed, 9 insertions, 0 deletions
diff --git a/ipatests/test_xmlrpc/test_dns_realmdomains_integration.py b/ipatests/test_xmlrpc/test_dns_realmdomains_integration.py
index f5300bc35..80a4e841e 100644
--- a/ipatests/test_xmlrpc/test_dns_realmdomains_integration.py
+++ b/ipatests/test_xmlrpc/test_dns_realmdomains_integration.py
@@ -141,6 +141,15 @@ class test_dns_realmdomains_integration(Declarative):
expected={
'value': DNSName(dnszone_2_absolute),
'summary': None,
+ 'messages': ({
+ u'message': u'DNS forwarder semantics changed since '
+ u'IPA 4.0.\nYou may want to use forward zones '
+ u'(dnsforwardzone-*) instead.\nFor more details read '
+ u'the docs.',
+ u'code': 13002,
+ u'type': u'warning',
+ u'name': u'ForwardersWarning'
+ },),
'result': {
'dn': dnszone_2_dn,
'idnsname': [DNSName(dnszone_2_absolute)],