diff options
author | Bob Campbell <bobcampbell@catalyst.net.nz> | 2017-02-08 09:16:41 +1300 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2017-02-14 02:20:07 +0100 |
commit | 1983d078f62d1e4f6597ef549f576e72285b25a5 (patch) | |
tree | ff3d1c82c20f2f5cff5c21c1953135358b3ffb6f /selftest/target/Samba.pm | |
parent | 305cdcea8851d389aa7c6b9da69441c2aacee432 (diff) | |
download | samba-1983d078f62d1e4f6597ef549f576e72285b25a5.tar.gz |
selftest: add vampire_2000_dc environment
This is the equivalent of vampire_dc, but using a domain functional
level of DS_DOMAIN_FUNCTION_2000.
Using this functional level is useful for tests involving replication
and linked attributes, as they behave differently at it.
Signed-off-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Garming Sam <garming@catalyst.net.nz>
BUG: https://bugzilla.samba.org/show_bug.cgi?id=11139
Pair-programmed-with: Bob Campbell <bobcampbell@catalyst.net.nz>
Diffstat (limited to 'selftest/target/Samba.pm')
-rw-r--r-- | selftest/target/Samba.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/selftest/target/Samba.pm b/selftest/target/Samba.pm index 24484c970e7..e5c7f93fe03 100644 --- a/selftest/target/Samba.pm +++ b/selftest/target/Samba.pm @@ -308,6 +308,7 @@ sub get_interface($) $interfaces{"fakednsforwarder1"} = 36; $interfaces{"fakednsforwarder2"} = 37; $interfaces{"s4member_dflt"} = 38; + $interfaces{"vampire2000dc"} = 39; # update lib/socket_wrapper/socket_wrapper.c # #define MAX_WRAPPED_INTERFACES 40 |