Package buildbot :: Package steps :: Module dummy
[frames] | no frames]

Module dummy

source code

Classes
  Dummy
I am a dummy no-op step, which runs entirely on the master, and simply waits 5 seconds before finishing with SUCCESS
  FailingDummy
I am a dummy no-op step that 'runs' master-side and finishes (with a FAILURE status) after 5 seconds.
  RemoteDummy
I am a dummy no-op step that runs on the remote side and simply waits 5 seconds before completing with success.
  Wait
I start a command on the slave that waits for the unit test to tell it when to finish.
Variables
  __package__ = 'buildbot.steps'