Get NDT test to run via gooni
This commit is contained in:
@@ -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.")
|
||||
|
||||
Reference in New Issue
Block a user