summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorSteven Pisarski <s.pisarski@cablelabs.com>2018-02-06 22:27:01 +0000
committerGerrit Code Review <gerrit@opnfv.org>2018-02-06 22:27:01 +0000
commit7c0423fc13326bb44f33fce8d7a8e698961eaa9c (patch)
tree251fa2a10803e645e50cd7a7193a0cb836423ace /docs
parentcb3b62b22a81660b0ab142410176d128e8207e28 (diff)
parent9bff6e98c84344bf82d84ebf9f9db0c5def4a685 (diff)
Merge "Fixed timeout logic when attaching/detaching volumes."
Diffstat (limited to 'docs')
-rw-r--r--docs/how-to-use/APITests.rst11
1 files changed, 10 insertions, 1 deletions
diff --git a/docs/how-to-use/APITests.rst b/docs/how-to-use/APITests.rst
index 50cd437..6239a08 100644
--- a/docs/how-to-use/APITests.rst
+++ b/docs/how-to-use/APITests.rst
@@ -435,7 +435,16 @@ nova_utils_tests.py - NovaUtilsInstanceVolumeTests
| Test Name | Nova API | Description |
+=======================================+===============+===========================================================+
| test_add_remove_volume | 2 | Ensures that a VM instance can properly attach and detach |
-| | | a volume using the nova interface |
+| | | a volume using the nova interface while waiting for |
+| | | the update to fully occur |
++---------------------------------------+---------------+-----------------------------------------------------------+
+| test_attach_volume_nowait | 2 | Ensures that the call to nova_utils.attach_volume raises |
+| | | an exception when the timeout is too short to return an |
+| | | properly updated VmInst object |
++---------------------------------------+---------------+-----------------------------------------------------------+
+| test_detach_volume_nowait | 2 | Ensures that the call to nova_utils.detach_volume raises |
+| | | an exception when the timeout is too short to return an |
+| | | properly updated VmInst object |
+---------------------------------------+---------------+-----------------------------------------------------------+
create_flavor_tests.py - CreateFlavorTests