Project

General

Profile

Bug #39584

qa/tasks/rbd_fio: fixed missing delimiter between 'cd' and 'configure'

Added by Jason Dillaman almost 5 years ago. Updated almost 5 years ago.

Status:
Resolved
Priority:
Normal
Assignee:
-
Target version:
-
% Done:

0%

Source:
Tags:
Backport:
luminous,mimic,nautilus
Regression:
No
Severity:
3 - minor
Reviewed:
Affected Versions:
ceph-qa-suite:
Pull request ID:
Crash signature (v1):
Crash signature (v2):

Description

From 83c11efb98f28c19f70eac04a6a84fe820f968cb Mon Sep 17 00:00:00 2001
From: Jason Dillaman <dillaman@redhat.com>
Date: Thu, 18 Apr 2019 08:55:19 -0400
Subject: [PATCH] qa/tasks/rbd_fio: fixed missing delimiter between 'cd' and
 'configure'

Signed-off-by: Jason Dillaman <dillaman@redhat.com>
---
 qa/tasks/rbd_fio.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/qa/tasks/rbd_fio.py b/qa/tasks/rbd_fio.py
index 1d153a264203..2b520f53fc68 100644
--- a/qa/tasks/rbd_fio.py
+++ b/qa/tasks/rbd_fio.py
@@ -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))])

Related issues

Copied to rbd - Backport #39585: mimic: qa/tasks/rbd_fio: fixed missing delimiter between 'cd' and 'configure' Resolved
Copied to rbd - Backport #39589: luminous: qa/tasks/rbd_fio: fixed missing delimiter between 'cd' and 'configure' Resolved
Copied to rbd - Backport #39590: nautilus: qa/tasks/rbd_fio: fixed missing delimiter between 'cd' and 'configure' Resolved

History

#1 Updated by Jason Dillaman almost 5 years ago

  • Copied to Backport #39585: mimic: qa/tasks/rbd_fio: fixed missing delimiter between 'cd' and 'configure' added

#2 Updated by Nathan Cutler almost 5 years ago

  • Copied to Backport #39589: luminous: qa/tasks/rbd_fio: fixed missing delimiter between 'cd' and 'configure' added

#3 Updated by Nathan Cutler almost 5 years ago

  • Copied to Backport #39590: nautilus: qa/tasks/rbd_fio: fixed missing delimiter between 'cd' and 'configure' added

#4 Updated by Nathan Cutler almost 5 years ago

  • Status changed from Pending Backport to Resolved

Also available in: Atom PDF