selftest: Use consistent env variables for dns_hub
authorTim Beale <timbeale@catalyst.net.nz>
Tue, 12 Mar 2019 04:39:50 +0000 (17:39 +1300)
committerAndrew Bartlett <abartlet@samba.org>
Thu, 14 Mar 2019 02:12:19 +0000 (02:12 +0000)
commit50abab31f8ba37780c3e111819842ce42f4029c7
tree11aefefa1bd1a8ae4f448d1da3de539df57f831b
parent18ebdc31a5f396d4bc399539037daa8e713fe726
selftest: Use consistent env variables for dns_hub

Setting up a testenv involves populating 2 different hashmaps - an
intermediary one (usually called 'ctx') and one that is used to populate
the testenv environment variables (usually called 'env_vars' or
'dcvars').
Because the dns_hub setup is very simple, it doesn't need two different
hashmaps. However, the variable names are still a mix of the two
hashmaps.

This patch updates dns_hub to use the second, more finalized hashmap
variable-names.

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