tests: Tweak DRS tests to avoid unnecessary env variables
authorTim Beale <timbeale@catalyst.net.nz>
Wed, 13 Feb 2019 02:23:29 +0000 (15:23 +1300)
committerAndrew Bartlett <abartlet@samba.org>
Mon, 18 Feb 2019 04:42:09 +0000 (05:42 +0100)
commitab37446230c50a71dac7e7e00baf6cbfe937f60a
treeaee9a44a2aa247e42e668eaa258805da56f40467
parentaeadf75c24a4af4143e389e2b27d3a90899fb638
tests: Tweak DRS tests to avoid unnecessary env variables

Each DC used in a DRS test has its own '<testenv>_SERVER' environment
variable, e.g. VAMPIRE_DC_SERVER. These variables are only used by
test.py for DRS, but they're not actually needed.

The $SERVER environment variable holds the same information, so we can
just use this in test.py instead.

Signed-off-by: Tim Beale <timbeale@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
source4/selftest/tests.py