autotest: fixed flapping sub log download test

the log being downloaded can be very large, and times out. Setting
LOG_DISARMED=1 gives us a small log to download
This commit is contained in:
Andrew Tridgell 2024-01-01 08:37:52 +11:00 committed by Peter Barker
parent a83ed6b730
commit 816e3fae3e
1 changed files with 1 additions and 0 deletions

View File

@ -4273,6 +4273,7 @@ class TestSuite(ABC):
self.context_push()
self.set_parameters({
"NET_ENABLED": 1,
"LOG_DISARMED": 1,
"LOG_DARM_RATEMAX": 2, # make small logs
# UDP client
"NET_P1_TYPE": 1,