summaryrefslogtreecommitdiff
path: root/selftest
diff options
context:
space:
mode:
authorAaron Haslett <aaronhaslett@catalyst.net.nz>2018-08-20 16:07:15 +1200
committerAndrew Bartlett <abartlet@samba.org>2018-12-20 23:40:26 +0100
commitdd6175a273c7376ec6960f9a8f519fcfcf79ed37 (patch)
tree3228ba635cfc2485e8a067b20a7b77313026ec4d /selftest
parent131ee1b2dbfab5267bb601d935c6af249d7ec6bd (diff)
downloadsamba-dd6175a273c7376ec6960f9a8f519fcfcf79ed37.tar.gz
dns: test for treating fully qualified zones same as unqualified
Failing test that checks if fully qualified zone names are treated the same as unqualified zone names by the dns zone creation RPC method. Fix to follow. BUG: https://bugzilla.samba.org/show_bug.cgi?id=13214 Signed-off-by: Aaron Haslett <aaronhaslett@catalyst.net.nz> Reviewed-by: Gary Lockyer <gary@catalyst.net.nz> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Diffstat (limited to 'selftest')
-rw-r--r--selftest/knownfail.d/dns1
1 files changed, 1 insertions, 0 deletions
diff --git a/selftest/knownfail.d/dns b/selftest/knownfail.d/dns
index ec345372046..10a6c03e0e1 100644
--- a/selftest/knownfail.d/dns
+++ b/selftest/knownfail.d/dns
@@ -50,6 +50,7 @@ samba.tests.dns.__main__.TestZones.test_dns_tombstone_custom_match_rule_no_recor
samba.tests.dns.__main__.TestZones.test_dns_tombstone_custom_match_rule_fail\(rodc:local\)
samba.tests.dns.__main__.TestZones.test_dynamic_record_static_update\(rodc:local\)
samba.tests.dns.__main__.TestZones.test_static_record_dynamic_update\(rodc:local\)
+samba.tests.dns.__main__.TestZones.test_fully_qualified_zone
samba.tests.dns.__main__.TestZones.test_set_aging\(vampire_dc:local\)
samba.tests.dns.__main__.TestZones.test_aging_update\(vampire_dc:local\)