nixos/tests/tinydns.nix: test a few more queries
This commit is contained in:
parent
e204d34b94
commit
b0a1847999
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ import ./make-test-python.nix ({ lib, ...} : {
|
||||||
# it fails on the 10th iteration.
|
# it fails on the 10th iteration.
|
||||||
nameserver.succeed(
|
nameserver.succeed(
|
||||||
"""
|
"""
|
||||||
for i in {1..15}; do
|
for i in {1..100}; do
|
||||||
host bla.foo.bar 192.168.1.1 | grep '1\.2\.3\.4'
|
host bla.foo.bar 192.168.1.1 | grep '1\.2\.3\.4'
|
||||||
done
|
done
|
||||||
"""
|
"""
|
||||||
|
|
Loading…
Reference in a new issue