From d6f6b682701c16ebf21e0da99fbc8883147a8ffe Mon Sep 17 00:00:00 2001 From: Gabriel Yu Date: Wed, 11 Oct 2017 16:52:39 +0800 Subject: Add life-cycle throughputs testcase JIRA: BOTTLENECK-186 Add skeleton of this test case: 1. Quotas modification 2. Call Yardstick to run test Change-Id: I02726bbfb2104151e5ef3c52a214775d30f9e743 Signed-off-by: Gabriel Yu --- testsuites/posca/testcase_script/posca_factor_system_bandwidth.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (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 1a54554c..9d8b0ec6 100644 --- a/testsuites/posca/testcase_script/posca_factor_system_bandwidth.py +++ b/testsuites/posca/testcase_script/posca_factor_system_bandwidth.py @@ -79,10 +79,10 @@ def do_test(test_config, Use_Dashboard, context_conf): with open(out_file) as f: data = json.load(f) if data["status"] == 1: - LOG.info("yardstick run success") + LOG.info("Success run yardstick netperf_bottlenecks test!") break elif data["status"] == 2: - LOG.error("yardstick error exit") + LOG.error("Failed to run yardstick netperf_bottlenecks test!") exit() save_data = config_to_result(test_config, data['result'][1]) -- cgit 1.2.3-korg