Merge "Prometheus Prototype Dashboard"
[bottlenecks.git] / testsuites / posca / testcase_script / posca_factor_system_bandwidth.py
index 05ea61e..9d8b0ec 100644 (file)
@@ -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])
@@ -94,6 +94,7 @@ def do_test(test_config, Use_Dashboard, context_conf):
 
 def run(test_config):
     con_dic = test_config["load_manager"]
+    Use_Dashboard = False
     env_pre(None)
     if test_config["contexts"]["yardstick_ip"] is None:
         con_dic["contexts"]["yardstick_ip"] =\