summaryrefslogtreecommitdiffstats
path: root/storperf/fio/fio_invoker.py
diff options
context:
space:
mode:
authorMark Beierl <mark.beierl@emc.com>2016-04-06 16:15:22 -0400
committerMark Beierl <mark.beierl@emc.com>2016-04-06 16:15:22 -0400
commit25fe343effdc405f4080d618a1691c8f61f7a025 (patch)
tree828634a2f98fec4949f92ee323f750ad98253162 /storperf/fio/fio_invoker.py
parent73a2d87e5034fb19ca30d6162b652e6a92ca855b (diff)
Incorrect name
StorPerf agent now uses storperf in ssh HOT uses default name StorPerf Ubuntu 14.04 Change-Id: Ie87443955c73d1e81fb3a75b90e4a65a9ac6560b JIRA: STORPERF-39 Signed-off-by: Mark Beierl <mark.beierl@emc.com>
Diffstat (limited to 'storperf/fio/fio_invoker.py')
-rw-r--r--storperf/fio/fio_invoker.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/storperf/fio/fio_invoker.py b/storperf/fio/fio_invoker.py
index 017f74a..5e30a76 100644
--- a/storperf/fio/fio_invoker.py
+++ b/storperf/fio/fio_invoker.py
@@ -8,6 +8,7 @@
##############################################################################
from threading import Thread
+import cmd
import json
import logging
import subprocess
@@ -78,7 +79,7 @@ class FIOInvoker(object):
cmd = "ssh"
additional_args = ['-o', 'StrictHostKeyChecking=no',
'-i', 'storperf/resources/ssh/storperf_rsa',
- 'ubuntu@' + self.remote_host,
+ 'storperf@' + self.remote_host,
"sudo", "./fio"]
args = additional_args + args