comparison autobot/projects/autobot/__init__.py @ 258:8ed63380052e

use test bot and dont try to connect to irc when testing
author Jeff Hammel <jhammel@mozilla.com>
date Wed, 28 Dec 2011 16:44:07 -0800
parents 44ca3474d03d
children aa36f82313f1
comparison
equal deleted inserted replaced
257:9d5ec533e8df 258:8ed63380052e
25 description='create-autobot --list-factories')) 25 description='create-autobot --list-factories'))
26 26
27 # make a master, slave pair 27 # make a master, slave pair
28 self.addStep(ShellCommand(command=[WithProperties('%(create-autobot)s'), 28 self.addStep(ShellCommand(command=[WithProperties('%(create-autobot)s'),
29 '-f', '-', # all factories, 29 '-f', '-', # all factories,
30 '--ircChannels', '', # no channels
30 '--slaveport', str(slaveport), 31 '--slaveport', str(slaveport),
31 '--htmlport', str(htmlport), 32 '--htmlport', str(htmlport),
32 'bot'], 33 'bot'],
33 description="make an autobot", 34 description="make an autobot",
34 workdir=WithProperties('%(virtualenv)s'), 35 workdir=WithProperties('%(virtualenv)s'),