add a Dash Test.
This commit is contained in:
parent
62b515e2e0
commit
1d40171e04
4 changed files with 47 additions and 4 deletions
|
|
@ -36,6 +36,7 @@ func init() {
|
|||
}
|
||||
|
||||
for _, nt := range group.Nettests {
|
||||
log.Debugf("Running test %T", nt)
|
||||
ctl := nettests.NewController(ctx, result)
|
||||
if err := nt.Run(ctl); err != nil {
|
||||
log.WithError(err).Errorf("Failed to run %s", group.Label)
|
||||
|
|
|
|||
Loading…
Reference in a new issue