summaryrefslogtreecommitdiffstats
path: root/docs/how-to-use/APITests.rst
diff options
context:
space:
mode:
authorspisarski <s.pisarski@cablelabs.com>2017-08-07 14:14:06 -0600
committerspisarski <s.pisarski@cablelabs.com>2017-08-09 14:24:07 -0600
commit79c0075b2e3872f9cde8101403b19bd963f7f992 (patch)
treee1c57261dac38964cc851dc001eb9f35be97e214 /docs/how-to-use/APITests.rst
parent430905e7f76e4a074167a49ca2bfbf727eebcefd (diff)
Added feature to update the quotas on a project/tenant.
JIRA: SNAPS-170 Change-Id: Icf494dd2bddc338b8e85259b0400c0950d2332bc 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.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/how-to-use/APITests.rst b/docs/how-to-use/APITests.rst
index ff0ab45..0d4239f 100644
--- a/docs/how-to-use/APITests.rst
+++ b/docs/how-to-use/APITests.rst
@@ -105,6 +105,9 @@ create_project_tests.py - CreateProjectSuccessTests
| | | OpenStackProject class to ensure that clean will not raise|
| | | an exception |
+----------------------------------+---------------+-----------------------------------------------------------+
+| test_update_quotas | 2 & 3 | Tests the ability to update quota values |
+| | nova & neutron| |
++----------------------------------+---------------+-----------------------------------------------------------+
create_project_tests.py - CreateProjectUserTests
------------------------------------------------