From: Tim Beale Date: Tue, 29 Jan 2019 21:04:28 +0000 (+1300) Subject: selftest: Add comment elaborating on what ENV_DEPS actually does X-Git-Tag: ldb-1.6.1~251 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b2126cd6f434a5c71ced965f1936f5e85ec6caf5;p=thirdparty%2Fsamba.git selftest: Add comment elaborating on what ENV_DEPS actually does Signed-off-by: Tim Beale Reviewed-by: Andrew Bartlett --- diff --git a/selftest/target/Samba4.pm b/selftest/target/Samba4.pm index 7ffa08c376d..33c66848c56 100755 --- a/selftest/target/Samba4.pm +++ b/selftest/target/Samba4.pm @@ -2335,6 +2335,10 @@ sub check_env($$) # Declare the environments Samba4 makes available. # To be set up, they will be called as # samba4->setup_$envname($self, $path, $dep_1_vars, $dep_2_vars, ...) +# The interdependencies between the testenvs are declared below. Some testenvs +# are dependent on another testenv running first, e.g. vampire_dc is dependent +# on ad_dc_ntvfs because vampire_dc joins ad_dc_ntvfs's domain. All DCs are +# dependent on dns_hub, which handles resolving DNS queries for the realm. %Samba4::ENV_DEPS = ( # name => [dep_1, dep_2, ...], dns_hub => [],