mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
ci/mdns: Add new mdns fuzzer job for no-service test
This commit is contained in:
parent
a57be7b7d1
commit
5b236679b8
@ -104,6 +104,12 @@ test_mdns_fuzzer_on_host:
|
||||
variables:
|
||||
FUZZER_TEST_DIR: components/mdns/test_afl_fuzz_host
|
||||
|
||||
test_mdns_no_serv_fuzzer_on_host:
|
||||
extends: .host_fuzzer_test_template
|
||||
variables:
|
||||
FUZZER_TEST_DIR: components/mdns/test_afl_fuzz_host
|
||||
FUZZER_PARAMS: MDNS_NO_SERVICES=on
|
||||
|
||||
test_lwip_dns_fuzzer_on_host:
|
||||
extends: .host_fuzzer_test_template
|
||||
variables:
|
||||
|
Loading…
Reference in New Issue
Block a user