summaryrefslogtreecommitdiff
path: root/openstack_dashboard/test/integration_tests/tests/test_stacks.py
diff options
context:
space:
mode:
Diffstat (limited to 'openstack_dashboard/test/integration_tests/tests/test_stacks.py')
-rw-r--r--openstack_dashboard/test/integration_tests/tests/test_stacks.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/openstack_dashboard/test/integration_tests/tests/test_stacks.py b/openstack_dashboard/test/integration_tests/tests/test_stacks.py
index d87f0c2c8..7c9ff95ba 100644
--- a/openstack_dashboard/test/integration_tests/tests/test_stacks.py
+++ b/openstack_dashboard/test/integration_tests/tests/test_stacks.py
@@ -43,9 +43,10 @@ class TestStacks(helpers.AdminTestCase):
@decorators.services_required("heat")
def test_create_delete_stack(self):
"""tests the stack creation and deletion functionality
+
* creates a new stack
* verifies the stack appears in the stacks table in Create Complete
- state
+ state
* deletes the newly created stack
* verifies the stack does not appear in the table after deletion
"""