summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authormbeierl <mark.beierl@dell.com>2018-05-10 16:16:25 -0400
committerspisarski <s.pisarski@cablelabs.com>2018-06-20 15:45:46 -0600
commit0175feef9f00ea7595e4f7cc13f3b7a9c26e9a02 (patch)
tree875646d39b55059b6d3a8c6af86b162548d3a963 /docs
parentb2590d79a80dc12948d028ffee5b911b59daa777 (diff)
Adds Stack Update
Adds function to allow stack update to occur. Includes higher level object calls for stack update. Added blocking parameter to create() and update() Rebase screwed up some changes. Added new test to test_suite_builder.py and updated IntegrationTests.rst accordingly Change-Id: I4558befb3ea8ea7982faff79d1ebb54fbb3d44a7 Signed-off-by: mbeierl <mark.beierl@dell.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/how-to-use/IntegrationTests.rst11
1 files changed, 11 insertions, 0 deletions
diff --git a/docs/how-to-use/IntegrationTests.rst b/docs/how-to-use/IntegrationTests.rst
index 98f1d1d..bc4b706 100644
--- a/docs/how-to-use/IntegrationTests.rst
+++ b/docs/how-to-use/IntegrationTests.rst
@@ -536,6 +536,17 @@ create_stack_tests.py - CreateStackNestedResourceTests
| | | initialized OpenStackVmInstance objects |
+---------------------------------------+---------------+-----------------------------------------------------------+
+create_stack_tests.py - CreateStackUpdateTests
+----------------------------------------------
+
++---------------------------------------+---------------+-----------------------------------------------------------+
+| Test Name | Heat API | Description |
++=======================================+===============+===========================================================+
+| test_update | 1 | Ensures that an OpenStackHeatStack can have the number of |
+| | | VMs updated and they are spawned and access can be |
+| | | obtained with SSH over floating IPs |
++---------------------------------------+---------------+-----------------------------------------------------------+
+
create_stack_tests.py - CreateStackRouterTests
----------------------------------------------