aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/benchmark/scenarios/compute/test_ramspeed.py
diff options
context:
space:
mode:
authorJingLu5 <lvjing5@huawei.com>2016-06-03 14:50:14 +0800
committerJingLu5 <lvjing5@huawei.com>2016-06-06 09:12:01 +0800
commit22174dcc54a358d886a718e8c36d0d50e742a468 (patch)
tree24f049d7ba6d4ed9a04b7bb0b3c89b81f5d9b0c7 /tests/unit/benchmark/scenarios/compute/test_ramspeed.py
parentf4e18694239fc57ed05f0331a07e62eb4f03cba9 (diff)
ubuntu-server-cloudimg-modify: adjust install location of RAMspeed
Unify tool install location Change-Id: I45fc76a0631187136a2602d1a9c26f3df94ce9dd Signed-off-by: JingLu5 <lvjing5@huawei.com>
Diffstat (limited to 'tests/unit/benchmark/scenarios/compute/test_ramspeed.py')
-rw-r--r--tests/unit/benchmark/scenarios/compute/test_ramspeed.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/unit/benchmark/scenarios/compute/test_ramspeed.py b/tests/unit/benchmark/scenarios/compute/test_ramspeed.py
index 3de84c74c..100102d19 100644
--- a/tests/unit/benchmark/scenarios/compute/test_ramspeed.py
+++ b/tests/unit/benchmark/scenarios/compute/test_ramspeed.py
@@ -228,7 +228,8 @@ class RamspeedTestCase(unittest.TestCase):
args = {'options': options}
r = ramspeed.Ramspeed(args, self.ctx)
- mock_ssh.SSH().execute.return_value = (1, '', 'No such type_id: 30 for Ramspeed scenario')
+ mock_ssh.SSH().execute.return_value = (1, '', 'No such type_id: 30 for \
+ Ramspeed scenario')
self.assertRaises(RuntimeError, r.run, self.result)