mirror of
https://github.com/ceph/ceph
synced 2025-01-10 05:00:59 +00:00
qa/tasks/rbd_fio: fixed missing delimiter between 'cd' and 'configure'
Signed-off-by: Jason Dillaman <dillaman@redhat.com>
This commit is contained in:
parent
d83d598c12
commit
83c11efb98
@ -207,8 +207,8 @@ def run_fio(remote, config, rbd_test_dir):
|
||||
fio = "https://github.com/axboe/fio/archive/fio-" + fio_version + ".tar.gz"
|
||||
remote.run(args=['mkdir', run.Raw(rbd_test_dir),])
|
||||
remote.run(args=['cd' , run.Raw(rbd_test_dir),
|
||||
run.Raw(';'), 'wget' , fio , run.Raw(';'), run.Raw('tar -xvf fio*tar.gz'), run.Raw(';'),
|
||||
run.Raw('cd fio-fio*'), 'configure', run.Raw(';') ,'make'])
|
||||
run.Raw(';'), 'wget', fio, run.Raw(';'), run.Raw('tar -xvf fio*tar.gz'), run.Raw(';'),
|
||||
run.Raw('cd fio-fio*'), run.Raw(';'), './configure', run.Raw(';'), 'make'])
|
||||
remote.run(args=['ceph', '-s'])
|
||||
remote.run(args=[run.Raw('{tdir}/fio-fio-{v}/fio --showcmd {f}'.format(tdir=rbd_test_dir,v=fio_version,f=fio_config.name))])
|
||||
remote.run(args=['sudo', run.Raw('{tdir}/fio-fio-{v}/fio {f}'.format(tdir=rbd_test_dir,v=fio_version,f=fio_config.name))])
|
||||
|
Loading…
Reference in New Issue
Block a user