diff options
Diffstat (limited to 'docs/testing/user/userguide/posca/posca_stress_ping.rst')
-rw-r--r-- | docs/testing/user/userguide/posca/posca_stress_ping.rst | 34 |
1 files changed, 18 insertions, 16 deletions
diff --git a/docs/testing/user/userguide/posca/posca_stress_ping.rst b/docs/testing/user/userguide/posca/posca_stress_ping.rst index 846b4686..963cf508 100644 --- a/docs/testing/user/userguide/posca/posca_stress_ping.rst +++ b/docs/testing/user/userguide/posca/posca_stress_ping.rst @@ -32,21 +32,23 @@ Test Case Configuration ============ -load_manager: - scenarios: - tool: ping - test_times: 100 - package_size: - num_stack: 2, 5, 10 - package_loss: 10% +:: - contexts: - stack_create: yardstick - flavor: - yardstick_test_ip: - yardstick_test_dir: "samples" - yardstick_testcase: "ping_bottlenecks" + load_manager: + scenarios: + tool: ping + test_times: 100 + package_size: + num_stack: 2, 5, 10 + package_loss: 10% -dashboard: - dashboard: "y" - dashboard_ip: + contexts: + stack_create: yardstick + flavor: + yardstick_test_ip: + yardstick_test_dir: "samples" + yardstick_testcase: "ping_bottlenecks" + + dashboard: + dashboard: "y" + dashboard_ip: |