selftest: Fix running proclimit tests locally
authorTim Beale <timbeale@catalyst.net.nz>
Tue, 29 Jan 2019 20:51:44 +0000 (09:51 +1300)
committerAndrew Bartlett <abartlet@samba.org>
Fri, 1 Feb 2019 02:36:16 +0000 (03:36 +0100)
The dns_hub changes missed a dependency. Fortunately, during an
autobuild, the dns_hub is always up and running by the time the
proclimitdc tests are run. However, the tests were failing if run
locally just on their own.

Signed-off-by: Tim Beale <timbeale@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
selftest/target/Samba4.pm

index ea9d09938fedfc1a072342ff0b1333bc94781689..3892b9ebf90f25a3952ecb97739f01d32952ca1c 100755 (executable)
@@ -2366,7 +2366,7 @@ sub check_env($$)
        renamedc             => ["backupfromdc"],
        offlinebackupdc      => ["backupfromdc"],
        labdc                => ["backupfromdc"],
-       proclimitdc          => [],
+       proclimitdc          => ["dns_hub"],
 
        none                 => [],
 );