diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2017-12-20 13:56:46 +0100 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2017-12-20 14:03:17 +0100 |
commit | e96cf7eb6d691ea85354df05fd395a76fd531467 (patch) | |
tree | a3c06b267db0753de22a64921d6057b6e5f8bb5e /docs/testing/user/userguide/test_details.rst | |
parent | 7510ff6e0e8e66fa6aa85bd7fb5e698ed66256d8 (diff) |
Fix typos in test_details.rst and test_overview.rst
Change-Id: I12e9b17927ab9b52d0a727a82975cda7074bd994
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Diffstat (limited to 'docs/testing/user/userguide/test_details.rst')
-rw-r--r-- | docs/testing/user/userguide/test_details.rst | 44 |
1 files changed, 22 insertions, 22 deletions
diff --git a/docs/testing/user/userguide/test_details.rst b/docs/testing/user/userguide/test_details.rst index 43a75b73d..97c4688cc 100644 --- a/docs/testing/user/userguide/test_details.rst +++ b/docs/testing/user/userguide/test_details.rst @@ -110,28 +110,28 @@ As vPing_ssh, it checks that 2 instances can talk to each other on a Private Tenant network:: vPing_userdata test case - +-------------+ +-------------+ - | | | | - | | Boot VM1 with IP1 | | - | +------------------->| | - | | | | - | | Boot VM2 with | | - | | ping.sh as userdata| | - | | with IP1 as $1. | | - | +------------------->| | - | Tester | | System | - | | VM2 exeutes ping.sh| Under | - | | (ping IP1) | Test | - | +------------------->| | - | | | | - | | Monitor nova | | - | | console-log VM 2 | | - | | If ping: | | - | | exit OK | | - | | else (timeout) | | - | | exit Failed | | - | | | | - +-------------+ +-------------+ + +-------------+ +-------------+ + | | | | + | | Boot VM1 with IP1 | | + | +-------------------->| | + | | | | + | | Boot VM2 with | | + | | ping.sh as userdata | | + | | with IP1 as $1. | | + | +-------------------->| | + | Tester | | System | + | | VM2 executes ping.sh| Under | + | | (ping IP1) | Test | + | +-------------------->| | + | | | | + | | Monitor nova | | + | | console-log VM 2 | | + | | If ping: | | + | | exit OK | | + | | else (timeout) | | + | | exit Failed | | + | | | | + +-------------+ +-------------+ When the second VM boots it will execute the script passed as userdata automatically. The ping will be detected by periodically capturing the output |