| commit | e5451b16e32a7e233068f1c348b23905f2c7153a | [log] [tgz] |
|---|---|---|
| author | Oleksandr Kononenko <okononenko@mirantis.com> | Thu Feb 19 14:57:30 2026 +0200 |
| committer | Oleksandr Kononenko <okononenko@mirantis.com> | Thu Mar 26 07:20:25 2026 +0000 |
| tree | 7bc4a47bd12af597e1b2d1573f6355b341ccd811 | |
| parent | 291b2a61666e70bf927130edb171f81629981ded [diff] |
Update tests with 'while True' loop Some tests use a 'while True' loop to send queries to the DNS server However, none of them pause between queries, which can lead to high load on the DNS server. This patch adds a delay between each query iteration. Related-Prod: PRODX-57822 Change-Id: I24dcb791f1dde1f26693a118a9ad76776609eca7 (cherry picked from commit 815d3a4113b005951c4b5d2a275c08fbb566f1f8)