1job.profilers.add('blktrace', device='/dev/hda3')
2job.run_test('sleeptest', seconds=1)
3job.profilers.delete('blktrace')
4