From fe6c624370552e141cc80d1b697de7d9717763c9 Mon Sep 17 00:00:00 2001 From: Ace Lee Date: Thu, 20 Jul 2017 08:48:47 +0000 Subject: Bug fix: Bottlenecks sometimes deadlock JIRA: BOTTLENECK-173 This patch will change the way to call multithreading. And change some encoding error about Yardstick config Change-Id: I04803bff6acaad1089d180b104652049f1f0a485 Signed-off-by: Ace Lee --- utils/env_prepare/stack_prepare.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'utils') diff --git a/utils/env_prepare/stack_prepare.py b/utils/env_prepare/stack_prepare.py index 157122ab..c7dae390 100644 --- a/utils/env_prepare/stack_prepare.py +++ b/utils/env_prepare/stack_prepare.py @@ -44,7 +44,7 @@ def _prepare_env_daemon(test_yardstick): file_after) docker_env.docker_exec_cmd(yardstick_contain, cmd) - cmd = "sed -i ā€˜12s/http/file/gā€™ /etc/yardstick/yardstick.conf" + cmd = "sed -i '12s/http/file/g' /etc/yardstick/yardstick.conf" docker_env.docker_exec_cmd(yardstick_contain, cmd) -- cgit 1.2.3-korg