summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorspisarski <s.pisarski@cablelabs.com>2018-03-08 10:39:37 -0700
committerspisarski <s.pisarski@cablelabs.com>2018-03-13 08:02:02 -0600
commit47d2625f5ae2ade601f0e4181ed94684a763cb0a (patch)
treee4b25353654d8802c5b040b15a3274a2d2e7ff1b /docs
parent95e5df0e17e947901b6360323006636d17312aa8 (diff)
Added test to ensure VM instances spawned by an admin user can
have an external network used on a port. JIRA: SNAPS-282 Change-Id: I3ee2fef65d1751880e576dc8f6a797260d1028ee Signed-off-by: spisarski <s.pisarski@cablelabs.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/how-to-use/IntegrationTests.rst10
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/how-to-use/IntegrationTests.rst b/docs/how-to-use/IntegrationTests.rst
index 23b3e5c..853d2db 100644
--- a/docs/how-to-use/IntegrationTests.rst
+++ b/docs/how-to-use/IntegrationTests.rst
@@ -622,6 +622,16 @@ create_instance_tests.py - CreateInstanceSimpleTests
| | Neutron 2 | and compute_host return a value |
+---------------------------------------+---------------+-----------------------------------------------------------+
+create_instance_tests.py - CreateInstanceExternalNetTests
+---------------------------------------------------------
+
++---------------------------------------+---------------+-----------------------------------------------------------+
+| Test Name | API Versions | Description |
++=======================================+===============+===========================================================+
+| test_create_instance_public_net | Nova 2 | Ensures that an OpenStackVmInstance initialized as a user |
+| | Neutron 2 | of type 'admin' can create a VM against an external net |
++---------------------------------------+---------------+-----------------------------------------------------------+
+
create_instance_tests.py - SimpleHealthCheck
--------------------------------------------