diff options
author | Yang Yu <Gabriel.yuyang@huawei.com> | 2018-03-14 17:07:47 +0800 |
---|---|---|
committer | Yang Yu <Gabriel.yuyang@huawei.com> | 2018-03-14 17:07:47 +0800 |
commit | 9400c02df69737daf14644d1113ac9c1173fa70a (patch) | |
tree | 56101c2497a3aa312b6f7e79a5c86c4578483e7e /testsuites/posca | |
parent | 75bf3ebba105798ce450b321a5d770fcee985896 (diff) |
bugfix: stress ping for offline support
JIRA: BOTTLENECK-226
See above
Change-Id: Iba5d21348355a80d6c17deb1a12114d1d07e5c15
Signed-off-by: Yang Yu <Gabriel.yuyang@huawei.com>
Diffstat (limited to 'testsuites/posca')
-rw-r--r-- | testsuites/posca/testcase_script/posca_factor_ping.py | 2 |
1 files changed, 1 insertions, 1 deletions
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() |