From c0dc0572a4bf4bfc308b9d9ff5072468b9995d3c Mon Sep 17 00:00:00 2001 From: liyin Date: Wed, 20 Sep 2017 09:06:34 +0800 Subject: Bottlenecks testpmd scale-up testcase. JIRA: BOTTLENECK-205 This is the script of testpmd scale-up feature testcase. we will debug the dashboard. Change-Id: I4a6de0e7e1ea7c04639ece78a7b11b75128d8d2f Signed-off-by: liyin --- testsuites/posca/testcase_script/posca_factor_system_bandwidth.py | 1 + 1 file changed, 1 insertion(+) (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 05ea61e2..1a54554c 100644 --- a/testsuites/posca/testcase_script/posca_factor_system_bandwidth.py +++ b/testsuites/posca/testcase_script/posca_factor_system_bandwidth.py @@ -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"] =\ -- cgit 1.2.3-korg