diff options
author | 2017-07-27 14:38:50 +0000 | |
---|---|---|
committer | 2017-07-27 14:38:50 +0000 | |
commit | 80b70bdcc7a73e0050dae87e4d86159f2fd9b785 (patch) | |
tree | b27ba9408a0f89e2222b8918fe578aa91f10970d /docs | |
parent | d72efa76ecdff6a0d575dfe92754dc2990c8b712 (diff) | |
parent | cd6bc05b6e1998993cc646004eae53f2e6c4e4f4 (diff) |
Merge "Expand OpenStackSecurityGroup class tests."
Diffstat (limited to 'docs')
-rw-r--r-- | docs/how-to-use/IntegrationTests.rst | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/docs/how-to-use/IntegrationTests.rst b/docs/how-to-use/IntegrationTests.rst index 7414110..4cdd94f 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 | |