refactor(engine): allow scripts to register experiments (#860)
See https://github.com/ooni/probe/issues/2216
This commit is contained in:
parent
69602abe8a
commit
6a0ae5c70b
53 changed files with 1438 additions and 1200 deletions
|
|
@ -16,7 +16,7 @@ func (n DNSCheck) lookupURLs(ctl *Controller) ([]string, error) {
|
|||
// not needed because we have default static input in the engine
|
||||
},
|
||||
ExperimentName: "dnscheck",
|
||||
InputPolicy: engine.InputOrStaticDefault,
|
||||
InputPolicy: model.InputOrStaticDefault,
|
||||
Session: ctl.Session,
|
||||
SourceFiles: ctl.InputFiles,
|
||||
StaticInputs: ctl.Inputs,
|
||||
|
|
|
|||
Loading…
Reference in a new issue