summaryrefslogtreecommitdiffstats
path: root/docs/how-to-use/IntegrationTests.rst
diff options
context:
space:
mode:
authorspisarski <s.pisarski@cablelabs.com>2017-07-26 15:12:16 -0600
committerspisarski <s.pisarski@cablelabs.com>2017-07-26 15:12:16 -0600
commitcd6bc05b6e1998993cc646004eae53f2e6c4e4f4 (patch)
treecdeaaf146715ba08ce51a0c77ac96dad8621ea7e /docs/how-to-use/IntegrationTests.rst
parent1b28433d121e6fd31a0524995595f6f269cfd420 (diff)
Expand OpenStackSecurityGroup class tests.
Improved validation and added another test case. JIRA: SNAPS-148 Change-Id: I249ac0fcce502dd91c82cc2bfb54ca22da5e33bb Signed-off-by: spisarski <s.pisarski@cablelabs.com>
Diffstat (limited to 'docs/how-to-use/IntegrationTests.rst')
-rw-r--r--docs/how-to-use/IntegrationTests.rst7
1 files changed, 5 insertions, 2 deletions
diff --git a/docs/how-to-use/IntegrationTests.rst b/docs/how-to-use/IntegrationTests.rst
index 70e51b9..92a5301 100644
--- a/docs/how-to-use/IntegrationTests.rst
+++ b/docs/how-to-use/IntegrationTests.rst
@@ -27,7 +27,10 @@ create_security_group_tests.py - CreateSecurityGroupTests
| | | some other process |
+---------------------------------------+---------------+-----------------------------------------------------------+
| test_create_group_with_one_simple_rule| Keysone 2 & 3 | Ensures the OpenStackSecurityGroup class can create a |
-| | Neutron 2 | security group with a single rule |
+| | Neutron 2 | security group with a single simple rule |
++---------------------------------------+---------------+-----------------------------------------------------------+
+| test_create_group_with_one_complex | Keysone 2 & 3 | Ensures the OpenStackSecurityGroup class can create a |
+| _rule | Neutron 2 | security group with a single complex rule |
+---------------------------------------+---------------+-----------------------------------------------------------+
| test_create_group_with_several_rules | Keysone 2 & 3 | Ensures the OpenStackSecurityGroup class can create a |
| | Neutron 2 | security group with several rules |
@@ -243,7 +246,7 @@ create_stack_tests.py - CreateStackSuccessTests
+---------------------------------------+---------------+-----------------------------------------------------------+
create_stack_tests.py - CreateStackNegativeTests
---------------------------------------------------
+------------------------------------------------
+----------------------------------------+---------------+-----------------------------------------------------------+
| Test Name | Neutron API | Description |