-p, --pause SECONDS Pause queues for a number of seconds. A value of 0
will unpause. If -m is passed, pause that queue,
otherwise pause all queues.
-""".format(archive_base=teuthology.config.config.archive_base)
+"""
def main():
'env', 'OPENSSL_ia32cap=~0x1000000000000000',
])
- val_path = '/var/log/ceph/valgrind'.format(tdir=testdir)
+ val_path = '/var/log/ceph/valgrind'
if '--tool=memcheck' in v or '--tool=helgrind' in v:
extra_args = [
'valgrind',
child = self._pexpect_spawn_ipmi('power on')
child.expect('Chassis Power Control: Up/On', timeout=self.timeout)
self._wait_for_login()
- log.info('Power off for {i} seconds completed'.format(
- s=self.shortname, i=interval))
+ log.info('Power off for {i} seconds completed'.format(i=interval))
def spawn_sol_log(self, dest_path):
"""
self.vm_domain.info().destroy()
time.sleep(interval)
self.vm_domain.info().create()
- log.info('Power off for {i} seconds completed'.format(
- s=self.shortname, i=interval))
+ log.info('Power off for {i} seconds completed'.format(i=interval))