diff options
Diffstat (limited to 'testsuites/posca/testcase_script')
-rw-r--r-- | testsuites/posca/testcase_script/posca_factor_system_bandwidth.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuites/posca/testcase_script/posca_factor_system_bandwidth.py b/testsuites/posca/testcase_script/posca_factor_system_bandwidth.py index 0eb88814..0b77b6b6 100644 --- a/testsuites/posca/testcase_script/posca_factor_system_bandwidth.py +++ b/testsuites/posca/testcase_script/posca_factor_system_bandwidth.py @@ -136,7 +136,7 @@ def main(): cmd = '/home/opnfv/bottlenecks/testsuites/posca/testcase_dashboard/\ system_bandwidth.py' pargs = [INTERPRETER, cmd] - print("Begin to establish dashboard, False means already exist.\n") + print("\nBegin to establish dashboard.") sub_result = subprocess.Popen(pargs) sub_result.wait() print("System Bandwidth testing time : %s" %(endtime - starttime)) |