From d44ed0fc0cbcb73f68494aee56615bdbe5dc419b Mon Sep 17 00:00:00 2001 From: Yang Yu Date: Wed, 20 Dec 2017 17:03:39 +0800 Subject: bug-fix: fix neutron quota setting JIRA: BOTTLENECK-215 also fix the bug for type error: converted string Change-Id: Ic56b5ab5c49d8fdbcf49ba4571c2286d5f7bc422 Signed-off-by: Yang Yu --- testsuites/posca/testcase_dashboard/posca_vnf_scale_out.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testsuites/posca/testcase_dashboard/posca_vnf_scale_out.py') diff --git a/testsuites/posca/testcase_dashboard/posca_vnf_scale_out.py b/testsuites/posca/testcase_dashboard/posca_vnf_scale_out.py index 7c894b88..6720b7f0 100755 --- a/testsuites/posca/testcase_dashboard/posca_vnf_scale_out.py +++ b/testsuites/posca/testcase_dashboard/posca_vnf_scale_out.py @@ -31,5 +31,5 @@ def dashboard_send_data(runner_config, test_data): doc_type="vnf_scale_out", body=i) if res['created'] == "False": - LOG.error("date send to kibana have errors ", + LOG.error("date send to kibana have errors %s", test_data["data_body"]) -- cgit 1.2.3-korg