summaryrefslogtreecommitdiff
path: root/selftest/selftest.pl
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2010-03-12 10:36:12 +1100
committerAndrew Bartlett <abartlet@samba.org>2010-06-16 09:57:51 +1000
commit697cd139782a8337c1979442fc5d5705e748aa3f (patch)
treeea0ad15ef05b947e3af08c5be613194f659779dd /selftest/selftest.pl
parentec6839ac26ee54c501e3377d446cf9884175034e (diff)
downloadsamba-697cd139782a8337c1979442fc5d5705e748aa3f.tar.gz
samba-697cd139782a8337c1979442fc5d5705e748aa3f.tar.bz2
samba-697cd139782a8337c1979442fc5d5705e748aa3f.zip
s4:selftest Add vampire_dc test environment
This starts a domain controller, after running 'net vampire' to populate it. We don't use it as the 'all' environment yet, as the rest of the code isn't quite ready to handle it. Andrew Bartlett
Diffstat (limited to 'selftest/selftest.pl')
-rwxr-xr-xselftest/selftest.pl10
1 files changed, 8 insertions, 2 deletions
diff --git a/selftest/selftest.pl b/selftest/selftest.pl
index 6ec429b6ce..668afbe653 100755
--- a/selftest/selftest.pl
+++ b/selftest/selftest.pl
@@ -767,18 +767,24 @@ my @exported_envvars = (
"DC_NETBIOSNAME",
"DC_NETBIOSALIAS",
- # domain controller stuff
+ # domain member
"MEMBER_SERVER",
"MEMBER_SERVER_IP",
"MEMBER_NETBIOSNAME",
"MEMBER_NETBIOSALIAS",
- # domain controller stuff
+ # rpc proxy controller stuff
"RPC_PROXY_SERVER",
"RPC_PROXY_SERVER_IP",
"RPC_PROXY_NETBIOSNAME",
"RPC_PROXY_NETBIOSALIAS",
+ # domain controller stuff for Vampired DC
+ "VAMPIRE_DC_SERVER",
+ "VAMPIRE_DC_SERVER_IP",
+ "VAMPIRE_DC_NETBIOSNAME",
+ "VAMPIRE_DC_NETBIOSALIAS",
+
# server stuff
"SERVER",
"SERVER_IP",