diff options
author | spisarski <s.pisarski@cablelabs.com> | 2017-08-08 13:01:04 -0600 |
---|---|---|
committer | spisarski <s.pisarski@cablelabs.com> | 2017-08-08 13:01:04 -0600 |
commit | adefc2a958feaac406f0ac9a775bca87f488514b (patch) | |
tree | 16beca41f245a69dc1dd922236dd3871edce1b2f /docs | |
parent | c52637e0f7e3a11b9ce39aa28ab16ffa57ce5e3c (diff) |
Added test ability for 2 VMs on different networks to ping each other.
JIRA: SNAPS-48
Change-Id: I77973fef06343eb7108e998ea8e939c1f2d9d4a6
Signed-off-by: spisarski <s.pisarski@cablelabs.com>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/how-to-use/IntegrationTests.rst | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/how-to-use/IntegrationTests.rst b/docs/how-to-use/IntegrationTests.rst index 981560f..e5c9901 100644 --- a/docs/how-to-use/IntegrationTests.rst +++ b/docs/how-to-use/IntegrationTests.rst @@ -281,6 +281,16 @@ create_instance_tests.py - SimpleHealthCheck | | Neutron 2 | port and it's assigned IP address | +---------------------------------------+---------------+-----------------------------------------------------------+ +create_instance_tests.py - CreateInstanceTwoNetTests +---------------------------------------------------- + ++---------------------------------------+---------------+-----------------------------------------------------------+ +| Test Name | API Versions | Description | ++=======================================+===============+===========================================================+ +| test_ping_via_router | Nova 2 | Tests the ability of two VMs on different private overlay | +| | Neutron 2 | networks tied together with a router to ping each other | ++---------------------------------------+---------------+-----------------------------------------------------------+ + create_instance_tests.py - CreateInstanceSingleNetworkTests ----------------------------------------------------------- |