Signed-off-by: Adam Hill <adam@diginc.us>
This commit is contained in:
Adam Hill 2019-02-14 20:05:53 -06:00
parent 5f36094b21
commit 0563a3c795
No known key found for this signature in database
GPG Key ID: 2193804FCA429855
1 changed files with 1 additions and 0 deletions

View File

@ -95,6 +95,7 @@ def test_DNS_Envs_are_secondary_to_setupvars(Docker, Slow, args_env, expected_st
Docker.run('echo "PIHOLE_DNS_1={}" | tee -a {}'.format(dns1, setupVars))
if dns2:
Docker.run('echo "PIHOLE_DNS_2={}" | tee -a {}'.format(dns2, setupVars))
Docker.run('sync {}'.format(setupVars))
Slow(lambda: 'PIHOLE_DNS' in Docker.run('cat {}'.format(setupVars)).stdout)
# When we run setup dnsmasq during startup of the container