From 9400c02df69737daf14644d1113ac9c1173fa70a Mon Sep 17 00:00:00 2001 From: Yang Yu Date: Wed, 14 Mar 2018 17:07:47 +0800 Subject: bugfix: stress ping for offline support JIRA: BOTTLENECK-226 See above Change-Id: Iba5d21348355a80d6c17deb1a12114d1d07e5c15 Signed-off-by: Yang Yu --- testsuites/posca/testcase_script/posca_factor_ping.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testsuites/posca') diff --git a/testsuites/posca/testcase_script/posca_factor_ping.py b/testsuites/posca/testcase_script/posca_factor_ping.py index ea79d3ad..4ee43964 100644 --- a/testsuites/posca/testcase_script/posca_factor_ping.py +++ b/testsuites/posca/testcase_script/posca_factor_ping.py @@ -43,7 +43,7 @@ test_dict = { } testfile = os.path.basename(__file__) testcase, file_format = os.path.splitext(testfile) -cidr = "/home/opnfv/repos/yardstick/samples/storage_bottlenecks.yaml" +cidr = "/home/opnfv/repos/yardstick/samples/ping_bottlenecks.yaml" runner_DEBUG = True q = Queue.Queue() -- cgit 1.2.3-korg