Doc updates:
authorjose.lausuch <jose.lausuch@ericsson.com>
Wed, 13 May 2015 09:50:24 +0000 (11:50 +0200)
committerjose.lausuch <jose.lausuch@ericsson.com>
Wed, 13 May 2015 11:55:06 +0000 (13:55 +0200)
  vPing picture updated to check console for ping
  Removed configuration of external network

JIRA: FUNCTEST-9

Change-Id: I329a8879b644e8ffb37fa8477b2b01dd366df5fc
Signed-off-by: jose.lausuch <jose.lausuch@ericsson.com>
docs/functest.rst

index 7db6f25..5dd3c53 100644 (file)
@@ -180,10 +180,11 @@ The goal of this test can be described as follow::
  |             +------------------>|     Test    |
  |             | VM2 pings VM1     |             |
  |             |                   |             |
- |             | If ping:          |             |
- |             |  shutdown VM2, OK |             |
- |             | else (timeout)    |             |
- |             |           test KO |             |
+ |             | Check console log |             |
+ |             |    If ping:       |             |
+ |             |      exit OK      |             |
+ |             |    else (timeout) |             |
+ |             |      exit KO      |             |
  |             |                   |             |
  |             |                   |             |
  +-------------+                   +-------------+
@@ -227,18 +228,19 @@ This script will:
  * Install Tempest
  * Retrieve test scenarios
  * Setup ODL environment
- * Create temporary neutron external network
  * Create temporary neutron private network
  * Create router to connect both
  * Create Glance images
 
 
 Useful links:
+
 .. _`OpenRC`: http://docs.openstack.org/user-guide/common/cli_set_environment_variables_using_openstack_rc.html
 
 .. _`Rally installation procedure`: https://rally.readthedocs.org/en/latest/tutorial/step_0_installation.html
 
 .. _`config_test.py` : https://git.opnfv.org/cgit/functest/tree/testcases/config_functest.py
+
 .. _`config_test.py` : https://git.opnfv.org/cgit/functest/tree/testcases/functest.yaml
 
 
@@ -276,12 +278,6 @@ Do not change the directories structure
     * image_url:                URL of the image to be downloaded
     * image_disk_format:        glance image disk format (raw, qcow2, ...)
 
-    * neutron_public_net_name:      name of the OpenStack external network. If not existing, it will be created
-    * neutron_public_subnet_name:   external network subnet to be created if not existing
-    * neutron_public_subnet_cidr:   range of the external subnet. IMPORTANT: this subnet range must be reachable from the jumpstart server
-    * neutron_public_subnet_start:  start IP
-    * neutron_public_subnet_end:    end IP
-
     * neutron_private_net_name:     name of an OpenStack private network. If not existing, it will be created
     * neutron_private_subnet_name:  private subnet network to be created if not existing
     * neutron_private_subnet_cidr:  range of the private subnet.
@@ -448,7 +444,7 @@ vPing
 =====
 The test can be executed with command::
 
-    #python ~./.functest/vPing.py
+    #python ~./.functest/vPing.py -d
 
 
 .. _automatictest: