autotest: don't set DHCP in SITL/CI because we can't

This commit is contained in:
Tom Pittenger 2023-11-29 10:38:36 -08:00 committed by Andrew Tridgell
parent 89506846a3
commit 5bc3830451

View File

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