diff options
author | spisarski <s.pisarski@cablelabs.com> | 2017-10-30 12:08:58 -0600 |
---|---|---|
committer | spisarski <s.pisarski@cablelabs.com> | 2017-10-30 12:08:58 -0600 |
commit | 85eb362579efbbc57e2851b2da2fd9599461f1ae (patch) | |
tree | 42c3552eca410e5e7023b1339cb64ea42009a7c7 /docs/how-to-use/APITests.rst | |
parent | 0dfca494ef7c2778babfac48d9b701953860b54f (diff) |
Added method to OpenStackHeatStack to return OpenStackKeypair objects.
Continuation of the story SNAPS-153 for adding creator/state machine
instances for OpenStack objects deployed via Heat.
JIRA: SNAPS-175
Change-Id: I7196279086b1935b4ec4a01483d46921cc567b15
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 fbd7e67..9110162 100644 --- a/docs/how-to-use/APITests.rst +++ b/docs/how-to-use/APITests.rst @@ -454,7 +454,7 @@ heat_utils_tests.py - HeatUtilsVolumeTests | Test Name | Heat API | Description | +=======================================+===============+===========================================================+ | test_create_vol_with_stack | 1 | Tests ability of the function | -| | | heat_utils.get_stack_volumes() to return the correct | +| | | heat_utils.create_stack() to return the correct | | | | Volume domain objects deployed with Heat | +---------------------------------------+---------------+-----------------------------------------------------------+ | test_create_vol_types_with_stack | 1 | Tests ability of the function | @@ -462,6 +462,17 @@ heat_utils_tests.py - HeatUtilsVolumeTests | | | VolumeType domain objects deployed with Heat | +---------------------------------------+---------------+-----------------------------------------------------------+ +heat_utils_tests.py - HeatUtilsKeypairTests +------------------------------------------- + ++---------------------------------------+---------------+-----------------------------------------------------------+ +| Test Name | Heat API | Description | ++=======================================+===============+===========================================================+ +| test_create_keypair_with_stack | 1 | Tests ability of the function | +| | | heat_utils.create_stack() to return the correct | +| | | Keypair domain objects deployed with Heat | ++---------------------------------------+---------------+-----------------------------------------------------------+ + settings_utils_tests.py - SettingsUtilsNetworkingTests ------------------------------------------------------ |