summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordongwenjuan <dong.wenjuan@zte.com.cn>2016-08-02 11:42:23 +0800
committerdongwenjuan <dong.wenjuan@zte.com.cn>2016-08-02 15:59:25 +0800
commit90fbee2fe617858c8b2ba18217bdc0303272061e (patch)
tree676c45f74825c3f13c8cedf629fa9f33ad7f14ce
parent4a1d0e285755afc6ae7b441c935d70617ec90ac3 (diff)
fix the description of Doctor Scenario
fix the description of Doctor Scenario in Functest Change-Id: If5b128c9ff395c5a939610419937e1e7e47b2654 Signed-off-by: dongwenjuan <dong.wenjuan@zte.com.cn>
-rw-r--r--docs/userguide/doctor_scenario_in_functest.rst18
1 files changed, 10 insertions, 8 deletions
diff --git a/docs/userguide/doctor_scenario_in_functest.rst b/docs/userguide/doctor_scenario_in_functest.rst
index 3a435706..b36937e7 100644
--- a/docs/userguide/doctor_scenario_in_functest.rst
+++ b/docs/userguide/doctor_scenario_in_functest.rst
@@ -94,18 +94,20 @@ Test case
Functest will call the "run.sh" script in Doctor to run the test job.
+Currently, only 'Apex' and 'local' installer are supported.
+
The "run.sh" script will execute the following steps.
-Firstly, verify connectivity to target compute host according to different
-installer and prepare image for booting VM. Currently, only 'Apex' and
-'local' installer are supported.
+Firstly, prepare image for booting VM, then create a test project and test
+user (both default to doctor) for the Doctor tests.
-Secondly, the Doctor components are started, and, based on the above
-preparation, a test user (default as demo) will be created for the Doctor
-tests.
+Secondly, boot a VM under the doctor project and check the VM status to verify
+that the VM is launched completely. Then get the compute host info where the VM
+is launched to verify connectivity to the target compute host. Get the consumer
+ip according to the route to compute ip and create an alarm event in Ceilometer
+using the consumer ip.
-Thirdly, the VM is booted, and an alarm event is created in Ceilometer.
-After sleeping for 1 minute in order to wait for the VM launch to complete,
+Thirdly, the Doctor components are started, and, based on the above preparation,
a failure is injected to the system, i.e. the network of compute host is
disabled for 3 minutes. To ensure the host is down, the status of the host
will be checked.