add a Dash Test.

This commit is contained in:
Will Scott
2018-03-14 06:44:37 -07:00
parent 62b515e2e0
commit 1d40171e04
4 changed files with 47 additions and 4 deletions
+1
View File
@@ -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)