Skip to content

Commit

Permalink
update onefuzzconfig.json to add 3 test cases
Browse files Browse the repository at this point in the history
  • Loading branch information
chenmy77 committed Jan 27, 2025
1 parent e0deb50 commit 08bde5d
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions src/modules/Hosts/Hosts.FuzzTests/OneFuzzConfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
// at least one job is required
{
"projectName": "Hosts",
"targetName": "Hosts-dotnet-fuzzer"
"targetName": "Hosts-dotnet-fuzzer-Ipv4"
}
],
"jobDependencies": [
Expand Down Expand Up @@ -69,7 +69,7 @@
// at least one job is required
{
"projectName": "Hosts",
"targetName": "Hosts-dotnet-fuzzer"
"targetName": "Hosts-dotnet-fuzzer-Ipv6"
}
],
"jobDependencies": [
Expand Down Expand Up @@ -111,7 +111,7 @@
// at least one job is required
{
"projectName": "Hosts",
"targetName": "Hosts-dotnet-fuzzer"
"targetName": "Hosts-dotnet-fuzzer-hosts"
}
],
"jobDependencies": [
Expand All @@ -129,3 +129,7 @@
}
]
}




0 comments on commit 08bde5d

Please sign in to comment.