From 97cee572f017696415b212024fc28c85b892b0cd Mon Sep 17 00:00:00 2001 From: spisarski Date: Thu, 11 Jan 2018 10:24:32 -0700 Subject: Fixed vm instance instantiation from Heat when using nested resources * Simplified the configuration of file resources * Added integration test JIRA: SNAPS-255 Change-Id: I1065d9352865d7a9f946a5d9947e32e7340f20bc Signed-off-by: spisarski --- docs/how-to-use/IntegrationTests.rst | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'docs/how-to-use') diff --git a/docs/how-to-use/IntegrationTests.rst b/docs/how-to-use/IntegrationTests.rst index b7aa864..eb627ad 100644 --- a/docs/how-to-use/IntegrationTests.rst +++ b/docs/how-to-use/IntegrationTests.rst @@ -419,6 +419,18 @@ create_stack_tests.py - CreateStackFloatingIpTests | | | OpenStackVmInstance | +---------------------------------------+---------------+-----------------------------------------------------------+ +create_stack_tests.py - CreateStackNestedResourceTests +------------------------------------------------------ + ++---------------------------------------+---------------+-----------------------------------------------------------+ +| Test Name | Heat API | Description | ++=======================================+===============+===========================================================+ +| test_nested | 1 | Ensures that an OpenStackHeatStack with an external | +| | | resource file with VMs with floating IPs can be accessed | +| | | in the class OpenStackVmInstance and return the associated| +| | | initialized OpenStackVmInstance objects | ++---------------------------------------+---------------+-----------------------------------------------------------+ + create_stack_tests.py - CreateStackRouterTests ---------------------------------------------- -- cgit