From 79c0075b2e3872f9cde8101403b19bd963f7f992 Mon Sep 17 00:00:00 2001 From: spisarski Date: Mon, 7 Aug 2017 14:14:06 -0600 Subject: Added feature to update the quotas on a project/tenant. JIRA: SNAPS-170 Change-Id: Icf494dd2bddc338b8e85259b0400c0950d2332bc Signed-off-by: spisarski --- docs/how-to-use/APITests.rst | 3 +++ docs/how-to-use/UnitTests.rst | 12 ++++++++++++ 2 files changed, 15 insertions(+) (limited to 'docs') 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 ------------------------------------------------ diff --git a/docs/how-to-use/UnitTests.rst b/docs/how-to-use/UnitTests.rst index ac42892..cdf466e 100644 --- a/docs/how-to-use/UnitTests.rst +++ b/docs/how-to-use/UnitTests.rst @@ -126,6 +126,18 @@ DomainDomainObjectTests Ensures that all required members are included when constructing a Domain domain object +ComputeQuotasDomainObjectTests +------------------------------ + +Ensures that all required members are included when constructing a +ComputeQuotas domain object + +NetworkQuotasDomainObjectTests +------------------------------ + +Ensures that all required members are included when constructing a +NetworkQuotas domain object + RoleDomainObjectTests --------------------- -- cgit 1.2.3-korg