Add functions for structured progress logging
This commit is contained in:
parent
58e452ea4e
commit
e852713ed7
5 changed files with 54 additions and 7 deletions
|
|
@ -82,7 +82,7 @@ var NettestGroups = map[string]NettestGroup{
|
|||
return string(summaryBytes), nil
|
||||
},
|
||||
},
|
||||
"middleboxes": NettestGroup{
|
||||
"middlebox": NettestGroup{
|
||||
Label: "Middleboxes",
|
||||
Nettests: []nettests.Nettest{
|
||||
middlebox.HTTPInvalidRequestLine{},
|
||||
|
|
|
|||
Loading…
Reference in a new issue