diff options
author | yuyang <Gabriel.yuyang@huawei.com> | 2017-02-06 16:21:36 +0800 |
---|---|---|
committer | yuyang <Gabriel.yuyang@huawei.com> | 2017-02-09 16:35:44 +0800 |
commit | 9038727dee2e67f8facd75f8b498ca20a1e066c9 (patch) | |
tree | dcf40ce6ee38d8d214345c6befefdd0fac973dbf /utils/infra_setup | |
parent | 0a29e9ec59e21dc46db0497187cc9d0de0844b05 (diff) |
Add POSCA jenkins job support
JIRA: BOTTLENECK-128
This patch is to make the POSCA testsuite could be built
automatically for OPNFV CI job.
Change-Id: I21d7fd553ce3591aea3391a33fe0a7b8579b57d4
Signed-off-by: yuyang <Gabriel.yuyang@huawei.com>
Diffstat (limited to 'utils/infra_setup')
-rw-r--r-- | utils/infra_setup/runner/yardstick.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/utils/infra_setup/runner/yardstick.py b/utils/infra_setup/runner/yardstick.py index 7c8cd255..104cdfae 100644 --- a/utils/infra_setup/runner/yardstick.py +++ b/utils/infra_setup/runner/yardstick.py @@ -33,7 +33,7 @@ def Get_Reply(test_config, task_id, time_test=1): if reply_data["status"] == 1: return(reply_data["result"]) if reply_data["status"] == 0: - if time_test == 10: + if time_test == 100: LOG.info("yardstick time out") sys.exit() time.sleep(10) @@ -77,4 +77,3 @@ def find_condition(con_dic): requests.post( base_url, headers=headers) LOG.info("check for creating InfluxDB") - |