summaryrefslogtreecommitdiffstats
path: root/testsuites/posca/testcase_script/posca_factor_system_bandwidth.py
diff options
context:
space:
mode:
authorGabriel Yu <Gabriel.yuyang@huawei.com>2017-10-11 16:52:39 +0800
committerYang Yu <Gabriel.yuyang@huawei.com>2018-03-16 17:10:49 +0800
commitd6f6b682701c16ebf21e0da99fbc8883147a8ffe (patch)
treecefda3d6c57558ad9163e14da7949f63112a6d41 /testsuites/posca/testcase_script/posca_factor_system_bandwidth.py
parent7b61cfd2e0c7bed6004f82d11b4cdc37a2e12cad (diff)
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 <Gabriel.yuyang@huawei.com>
Diffstat (limited to 'testsuites/posca/testcase_script/posca_factor_system_bandwidth.py')
-rw-r--r--testsuites/posca/testcase_script/posca_factor_system_bandwidth.py4
1 files changed, 2 insertions, 2 deletions
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])