From 344802365d02a5524a4dd1ea743adefdc8e943fb Mon Sep 17 00:00:00 2001 From: liyin Date: Thu, 1 Dec 2016 20:35:38 +0800 Subject: bug fix patch JIRA: BOTTLENECK-113 this patch fix a problem that docker can't run because of lacking pyroute2. the next is docker-compose file have some error that yardstick can't pull inluxdb container. the next is fix some bug incode. Change-Id: I238b69b456d2810e84bae5c134e6b05a8fc5da63 Signed-off-by: liyin --- testsuites/posca/testcase_script/posca_factor_system_bandwidth.py | 1 + 1 file changed, 1 insertion(+) (limited to 'testsuites/posca/testcase_script/posca_factor_system_bandwidth.py') diff --git a/testsuites/posca/testcase_script/posca_factor_system_bandwidth.py b/testsuites/posca/testcase_script/posca_factor_system_bandwidth.py index 74bea8ff..f6e66f42 100644 --- a/testsuites/posca/testcase_script/posca_factor_system_bandwidth.py +++ b/testsuites/posca/testcase_script/posca_factor_system_bandwidth.py @@ -129,6 +129,7 @@ def main(): config = ConfigParser.ConfigParser() con_dic = common_script.posca_config_read(testcase_cfg, con_str, config) common_script.posca_create_incluxdb(con_dic) + time.sleep(30) posca_env_check() posca_run(con_dic) endtime = datetime.datetime.now() -- cgit 1.2.3-korg