diff options
-rwxr-xr-x | wintest/test-s4-howto.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/wintest/test-s4-howto.py b/wintest/test-s4-howto.py index 7199f1e251..e09f8ba7a9 100755 --- a/wintest/test-s4-howto.py +++ b/wintest/test-s4-howto.py @@ -422,6 +422,9 @@ def test_join_as_dc(t, vm): t.cmd_contains("bin/samba-tool drs replicate ${HOSTNAME}.${WIN_REALM} ${WIN_HOSTNAME}.${WIN_REALM} %s -k yes" % nc, ["was successful"]) t.cmd_contains("bin/samba-tool drs replicate ${WIN_HOSTNAME}.${WIN_REALM} ${HOSTNAME}.${WIN_REALM} %s -k yes" % nc, ["was successful"]) + child.sendline("ipconfig /flushdns") + child.expect("Successfully flushed") + retries = 10 i = 1 while i == 1 and retries > 0: |