summaryrefslogtreecommitdiffstats
path: root/utils/env_prepare
diff options
context:
space:
mode:
authorliyin <liyin11@huawei.com>2017-09-20 09:06:34 +0800
committerYu Yang (Gabriel) <Gabriel.yuyang@huawei.com>2017-12-21 22:38:14 +0000
commit12a7a9ba23db5752ca5caa67c7d57741faaf9ecc (patch)
tree821f454aed1c467b0e090675ae2608b88c4113ea /utils/env_prepare
parent78dd8905f727cdfa1f7ba9fd01908b81bd06ef39 (diff)
Bottlenecks testpmd scale-up testcase.
JIRA: BOTTLENECK-205 This is the script of testpmd scale-up feature testcase. we will debug the dashboard. Change-Id: I4a6de0e7e1ea7c04639ece78a7b11b75128d8d2f Signed-off-by: liyin <liyin11@huawei.com> (cherry picked from commit c0dc0572a4bf4bfc308b9d9ff5072468b9995d3c)
Diffstat (limited to 'utils/env_prepare')
-rw-r--r--utils/env_prepare/stack_prepare.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/env_prepare/stack_prepare.py b/utils/env_prepare/stack_prepare.py
index c7dae390..5de6218f 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 '13s/http/file/g' /etc/yardstick/yardstick.conf"
docker_env.docker_exec_cmd(yardstick_contain,
cmd)