diff options
author | spisarski <s.pisarski@cablelabs.com> | 2017-11-03 10:39:24 -0600 |
---|---|---|
committer | spisarski <s.pisarski@cablelabs.com> | 2017-11-06 08:46:43 -0700 |
commit | 5ccbf950eadbe54acad6e03cc43c19e05ee4e912 (patch) | |
tree | 76da9271e5095065e1e01195287afe53b820022c /docs/how-to-use/APITests.rst | |
parent | 15b7270542288263189abebcfa4f89c0245aaf8b (diff) |
Added method to OpenStackHeatStack to return OpenStackSecurityGroup objects.
Continuation of the story SNAPS-153 for adding creator/state machine
instances for OpenStack objects deployed via Heat.
JIRA: SNAPS-207
Change-Id: Id479b69c2b166ab38724c3886096d8483998f819
Signed-off-by: spisarski <s.pisarski@cablelabs.com>
Diffstat (limited to 'docs/how-to-use/APITests.rst')
-rw-r--r-- | docs/how-to-use/APITests.rst | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/docs/how-to-use/APITests.rst b/docs/how-to-use/APITests.rst index 4c1f885..c11a6b5 100644 --- a/docs/how-to-use/APITests.rst +++ b/docs/how-to-use/APITests.rst @@ -480,10 +480,21 @@ heat_utils_tests.py - HeatUtilsKeypairTests | Test Name | Heat API | Description | +=======================================+===============+===========================================================+ | test_create_keypair_with_stack | 1-3 | Tests ability of the function | -| | | heat_utils.create_stack() to return the correct | +| | | heat_utils.get_stack_keypairs() to return the correct | | | | Keypair domain objects deployed with Heat | +---------------------------------------+---------------+-----------------------------------------------------------+ +heat_utils_tests.py - HeatUtilsSecurityGroupTests +------------------------------------------------- + ++---------------------------------------+---------------+-----------------------------------------------------------+ +| Test Name | Heat API | Description | ++=======================================+===============+===========================================================+ +| test_create_security_group_with_stack | 1-3 | Tests ability of the function | +| | | heat_utils.get_stack_security_groups() to return the | +| | | correct SecurityGroup domain objects deployed with Heat | ++---------------------------------------+---------------+-----------------------------------------------------------+ + heat_utils_tests.py - HeatUtilsFlavorTests ------------------------------------------ |