diff options
author | Linda Wang <wangwulin@huawei.com> | 2017-11-28 04:52:58 +0000 |
---|---|---|
committer | Linda Wang <wangwulin@huawei.com> | 2017-11-28 04:55:26 +0000 |
commit | 8e1f8d7b761102c17d7b9233b24906d3ac33085c (patch) | |
tree | 02835d5ba4e1048de36257c2dfce10b57bac5c3c /docs | |
parent | 3e4359ed4b18f740ef9a99e2bf8415c005728f98 (diff) |
Fix the doc of snaps test
snaps_health_check does not allocate a floating ip to the vm,
but a fixed ip instead.
Change-Id: Ia43885993135dec56aba08b0e157ac2c9f715e06
Signed-off-by: Linda Wang <wangwulin@huawei.com>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/testing/user/userguide/test_details.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/testing/user/userguide/test_details.rst b/docs/testing/user/userguide/test_details.rst index 33af31ba9..43a75b73d 100644 --- a/docs/testing/user/userguide/test_details.rst +++ b/docs/testing/user/userguide/test_details.rst @@ -36,8 +36,8 @@ Neutron and Nova and may perform some simple queries. When the config value of snaps.use_keystone is True, functest must have access to the cloud's private network. This suite consists in 49 tests (test duration < 2 minutes). -snaps_health_check creates instance, allocate floating IP, connect to the VM. -This test replaced the previous Colorado healthcheck test. +Snaps_health_check creates a VM with a single port with an IPv4 address that +is assigned by DHCP and then validates the expected IP with the actual. Self-obviously, successful completion of the 'healthcheck' testcase is a necessary pre-requisite for the execution of all other test Tiers. |