Implement the circumvention nettest group
Only Psiphon for now. Closes #87 #77.
This commit is contained in:
parent
5e868fe043
commit
259ab41b15
9 changed files with 70 additions and 74 deletions
|
|
@ -149,6 +149,10 @@ func init() {
|
|||
middleboxCmd.Action(func(_ *kingpin.ParseContext) error {
|
||||
return runNettestGroup("middlebox", ctx, network)
|
||||
})
|
||||
circumventionCmd := cmd.Command("circumvention", "")
|
||||
circumventionCmd.Action(func(_ *kingpin.ParseContext) error {
|
||||
return runNettestGroup("circumvention", ctx, network)
|
||||
})
|
||||
allCmd := cmd.Command("all", "").Default()
|
||||
allCmd.Action(func(_ *kingpin.ParseContext) error {
|
||||
log.Infof("Running %s tests", color.BlueString("all"))
|
||||
|
|
|
|||
Loading…
Reference in a new issue