diff options
author | spisarski <s.pisarski@cablelabs.com> | 2018-03-19 11:54:34 -0600 |
---|---|---|
committer | spisarski <s.pisarski@cablelabs.com> | 2018-03-19 11:54:34 -0600 |
commit | cbd9af45e80c9e1922cb2046bd9b5737d4d51abb (patch) | |
tree | 92f6c7555ebc435f5b19059000b229d69782a26f /docs/how-to-use/APITests.rst | |
parent | 9d5a173d158af529169f948b06dd80cd62a99d3e (diff) |
Added ability to set several quota settings upon project creation.
JIRA: SNAPS-275
Change-Id: Ibab81e835dddcb666fb3c829857b1c4676b57ed1
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.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/how-to-use/APITests.rst b/docs/how-to-use/APITests.rst index 6239a08..9f46839 100644 --- a/docs/how-to-use/APITests.rst +++ b/docs/how-to-use/APITests.rst @@ -104,6 +104,9 @@ create_project_tests.py - CreateProjectSuccessTests | test_create_project | 2 & 3 | Tests the creation of a project via the OpenStackProject | | | | class | +----------------------------------+---------------+-----------------------------------------------------------+ +| test_create_project_quota | 2 & 3 | Tests the creation of a project via the OpenStackProject | +| _override | | class with overriding the default quota values | ++----------------------------------+---------------+-----------------------------------------------------------+ | test_create_project_2x | 2 & 3 | Tests the creation of a project a second time via the | | | | OpenStackProject class to ensure it is only created once | +----------------------------------+---------------+-----------------------------------------------------------+ |