forked from espressif/esp-idf
ci/mdns: Add new mdns fuzzer job for no-service test
This commit is contained in:
@@ -104,6 +104,12 @@ test_mdns_fuzzer_on_host:
|
|||||||
variables:
|
variables:
|
||||||
FUZZER_TEST_DIR: components/mdns/test_afl_fuzz_host
|
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:
|
test_lwip_dns_fuzzer_on_host:
|
||||||
extends: .host_fuzzer_test_template
|
extends: .host_fuzzer_test_template
|
||||||
variables:
|
variables:
|
||||||
|
Reference in New Issue
Block a user