Get NDT test to run via gooni
This commit is contained in:
parent
7cf5bd2718
commit
d3d3ce9d78
9 changed files with 122 additions and 25 deletions
|
|
@ -5,6 +5,7 @@ import (
|
|||
"github.com/apex/log"
|
||||
"github.com/openobservatory/gooni/internal/cli/root"
|
||||
"github.com/openobservatory/gooni/internal/util"
|
||||
"github.com/openobservatory/gooni/nettests/groups"
|
||||
)
|
||||
|
||||
func init() {
|
||||
|
|
@ -21,6 +22,8 @@ func init() {
|
|||
}
|
||||
log.Infof("%s", config)
|
||||
log.Infof("%s", ooni)
|
||||
|
||||
groups.Run(*nettestGroup, ooni)
|
||||
return nil
|
||||
})
|
||||
}
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@ import (
|
|||
"github.com/openobservatory/gooni/internal/cli/root"
|
||||
)
|
||||
|
||||
const Version = "0.0.1"
|
||||
const Version = "3.0.0-dev.0"
|
||||
|
||||
func init() {
|
||||
cmd := root.Command("version", "Show version.")
|
||||
|
|
|
|||
Loading…
Reference in a new issue