summaryrefslogtreecommitdiffstats
path: root/utils/env_prepare/stack_prepare.py
diff options
context:
space:
mode:
authorliyin <liyin11@huawei.com>2017-09-20 09:06:34 +0800
committerAce Lee <liyin11@huawei.com>2017-10-10 01:26:48 +0000
commitc0dc0572a4bf4bfc308b9d9ff5072468b9995d3c (patch)
treed88c1db7869ac3041d9f712c6837ab2d27c99c9c /utils/env_prepare/stack_prepare.py
parentad12c5707ac1191063af5cd33d54dd30ff649787 (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>
Diffstat (limited to 'utils/env_prepare/stack_prepare.py')
-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)