Run(self,
uri,
runName=None,
verbose=False,
watcher=None,
restartFile=None,
noCount=False,
parallel=None)
| source code
|
Run a Peach XML file.
Called by peach.py to perform fuzzing runs.
- Parameters:
uri (String) - URI specifying the filename to use. Must have protocol prepended
(file:, http:, etc)
runName (String) - Name of run or if None, "DefaultRun" is used.
verbose (Boolean) - Not used anymore??
watcher (Instance) - UI Interface that receaves callbacks from engine
restartFile (String) - File containing state for restarting a fuzzing run
noCount (Boolean) - No longer used
parallel (List) - First item is total machine count, second is our machine #
|