Skip to content
  • Russ Fish's avatar
    · e56750ff
    Russ Fish authored
    Finished adding machinery and data, probed the first 3/4 of the pages with it.
    
     . Add interspersed action lines to make the {setup,teardown}_forms.list files
       more like scripts, including wget and sql shortcuts.
    
     . Add undo actions so multiple setup/teardown probes don't collide.  Undo the
       state changes after a probe that *DOESN'T FAIL*, due to ignoring the probe
       value given for the input field.  E.g, the first beginexp that succeeds
       uses up the experiment name and blocks all other probes, so the experiment
       has to be deleted again before the next probe is done.
    
     . Add a ! prefix for input_values.list lines to skip the input field entirely.
    
     . Probe both POST input field args, and GET action= args on the same page.
    
     . Change success/failure lines from text snippets to grep patterns.  Give
       failure matching patterns precedence over success.  Finish categorizing
       probe output pages (needed by the probe undo mechanism.)
    
     . Add activation and setup/teardown for probing nodetype, osid, and imageid pages.
    
     . Add analysis of overall success/failure page counts to the probes_msg.
    e56750ff